body {
	margin: 0px;
	padding: 0px;
	cursor: default;
	background-color: #202020;
	color: #fff;
}
.header {
	background-color: #313131;
	color: #fff;
	height: 150px;
	background-image: url(/images/header.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: solid 4px #333333;
}
.header .column {
	position: relative;
}
.header .nav {
	position: absolute;
	top: 121px;
	right: 0px;
	overflow: visible;
}

.header .login {
	position: absolute;
	top: 21px;
	right: 15px;
	overflow: visible;
	font-size:10px;
	text-align:right;
	
}

.header .login a{
	color:#FFCB05;
	text-decoration:none;

}
.header .login a:hover{
	color:#fff;

}


.header .login .inputtext{
	background-color:#666666;
	border: 1px solid #333;
	padding:3px;
	color:#fff;
	font-size:10px;
}

.header .login .passtext{
	background-color:#666666;
	border: 1px solid #333;
	padding:3px;
	color:#fff;
	font-size:10px;
	width:70px;
}

.header .login .loginbutton{
	background-color:#666666;
	border: 1px solid #333;
	padding:3px;
	color:#FFCB05;
	font-size:10px;
}

.header .nav ol {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	overflow: visible;
}
.header .nav ol li {
	float: left;
	overflow: visible;
}
.header .nav ol li a {
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0px 10px;
	margin-left: 5px;
	color: #FFCB04;
	text-decoration: none;
	font-size: 100%;
	outline: none;
	background-image: url(/images/nav.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border: solid 1px #333;
	background-color: #4E4E4E;
}
.header .nav ol li a.current {
	height: 38px;
	line-height: 28px;
	color: #fff;
}
.header .nav ol li a:hover {
	color: #fff;
}
.body {
	background-color: #fff;
	color: #333;
	background-image: url(/images/body.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	position: relative;
}
.body .column {
	position: relative;
}
.body .content {
	padding: 15px 0px;
}
.body .products {
	background-color: #999;
	color: #fff;
	background-image: url(/images/products.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 60px 10px 10px 10px;
	margin: 25px 0px;
	border: solid 1px #333;
}
.body .products ul {
	margin: 0px;
	list-style:square;
	padding-left: 20px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.body .products ul li {
	padding: 5px 0px;
}
.body .products ul li a {
	color: #fff;
	outline: none;
	text-decoration: none;
}
.body .products ul li a:hover{
	color: #FFCC33;
	outline: none;
	text-decoration: none;
}
.banner {
	height: 146px;
	position: relative;
}
.banner .car {
	position: absolute;
	top: 0;
	left: 0px;
}
.banner .slogan {
	position: absolute;
	top: 44px;
	left: 339px;
}
.body .content .special {
	padding: 20px 80px;
	border: solid 1px #ddd;
	position: relative;
	margin: 40px 20px;
}
.body .content .special .ribbon {
	position: absolute;
	top: -30px;
	left: -20px;
}
.body .content .special .more {
	text-align: right;
	left: -20px;
}
.body .content .special .more a {
	text-decoration: none;
	outline: none;
	color: #FFCB04;
}
.body .content .special h1 {
	color: #FFCB04;
	font-size: 150%;
	margin: 0px;
	padding: 0px;
}
.footer {
	background-color: #202020;
	color: #c5c5c5;
	background-image: url(/images/footer.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	position: relative;
	padding: 30px 0px;
	line-height: 150%;
}
.footer .column {
	text-align: center;
}
.footer a {
	text-decoration: none;
	outline: none;
	color: #c5c5c5;
}
.footer .footernav a {
	padding: 0px 10px;
	color: #fff;
}

.prodimage{
	margin-right:35px;
	
	border: 1px solid #FFCC00;
	padding:2px;
	float:left;
	text-align:left;
	margin-bottom:15px;
	
}

hr {
	border: 1px dashed #ccc;
	background:none;

}

.view {
	color:#FFCC33;
text-decoration: none;
}

.view a{
	color:#FF6600;
	font-weight:bold;
	text-decoration: none;
	padding:3px;
	border:1px solid #ccc;
	padding-right:10px;
	


}

.view a:hover{
	color:#333;
	font-weight:bold;
	text-decoration: none;


}


.checkoutbox{
padding:5px;
margin:5px;
border:1px dotted #fefefe;

}

.wash a{
display:block;
color:#666;
border-bottom: 1px dashed #FFCC00;
text-decoration:none;
}

.wash a:hover{
color:#999;
background-color:#f1f1f1;

}