.footer-lines {
	font-size: 9px;
	color: #999999;
}

#numbers a{
	text-decoration:none;
	color:#0D000B;
}
.box_navigation a.product strong, #numbers a.product_number:hover, #numbers a.product_current_number{
	color:#FF4914;
}

.box_navigation a.recent strong, #numbers a.recent_number:hover, #numbers a.recent_current_number, .box_navigation a.new strong, #numbers a.new_number:hover, #numbers a.new_current_number, #address a:hover{
	color:#FF1B48;
}
* {
	margin: 0;
	padding: 0;
	
	}
body {
	background-color: #383A3B;
}
#wrap {
	z-index:1;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 570px;
	width: 805px;
}
#main-content {
	width:801px;
	height:510px;
	z-index:2;
	background-color: #FFFFFF;
	clear: both;
	float: none;
}
#navbar ul li {
	display: inline;
}

	#navbar ul li a:link, #navbar ul li a:visited {
	float: left;
	font-family: "verdana", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	width: 131px;
	margin-top: 0px;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
	text-transform: lowercase;
	background-image: url(../images/navigation/navtab-right.gif);
	}

		#navbar ul li a span {
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 20px;
	background-image: url(../images/navigation/navtab-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	padding-top: 6px;
		}
		
		#navbar ul li a:hover, #navbar ul li a:active {
			background-position: bottom right;
		}
		
		#navbar ul li a:hover span {
	background-position: bottom left;
	color: #ff6600;
	cursor: pointer; /* Remind IE which cursor to use! */
		}
#navbar ul li#current a {
	color: #ff6600;
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#navbar ul li#current a span {
	color: #ff6600;
	background-image: url(../images/navigation/navtab-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#logo {
	width: 357px;
	height: 94px;
	padding-top: 20px;
}	

/*main-content*/
#main-content {
	width:801px;
	height:510px;
	z-index:2;
	background-color: #FFFFFF;
	clear: both;
	float: none;
}
/*footer*/
#footer {
	z-index:1;
	height: 30px;
	width: 804px;
}
#footer-left {
	z-index:1;
	height: 15px;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	float: left;
	padding-top: 15px;
	text-transform: lowercase;
}
#footer-right {
	z-index:1;
	height: 15px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff6600;
	float: right;
	text-align: right;
	padding-top: 15px;
}
.footer-lines {
	font-size: 9px;
	color: #999999;
}

#footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #ff6600;
	text-decoration: none;
}
.grey-text {
	color: #999999
}
.orange-text {
	color: #ff6600
}
.blue-text {
	color: #009fc2
}
