html{
	background: #000 url('../images/bgmain.jpg') top center no-repeat;
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	margin: 0;
}

img {
	border: 0;
}

div.clear{
	width:100%;	
	height:0px;
	clear:both;
}

#container{
	margin: 0 auto;
	width: 1050px;
	margin-top: 13px;
	margin-bottom: 40px;
}

#header{
	height: 214px;
	background: url('../images/header.png') top left no-repeat;
	position: relative;
}

#nav{
	float: left;
	position: absolute;
	z-index: 1;
	top: 156px;
	left: 40px;
}
#nav ul{
	width: 390px;
	height: 33px;
	margin: 0;
	padding: 0;
/*	margin-top: 13px;
	margin-left: 40px;*/
}
#nav li, #nav a{
	display: block;
	height: 33px;
}
#nav li{
	float: left;
	list-style: none;
	display: inline;
	margin-left: -14px;
}
#nav span{
	display: none;
}
.nav-home{
	width: 88px;
} .nav-home a{
	background: url(../images/nav-home.png) top left no-repeat;
} .nav-home a:hover, .nav-home a.current{
	background: url(../images/nav-home.png) 0px -33px no-repeat;
}
.nav-aboutus{
	width: 113px;
} .nav-aboutus a{
	background: url(../images/nav-aboutus.png) top left no-repeat;
} .nav-aboutus a:hover, .nav-aboutus a.current{
	background: url(../images/nav-aboutus.png) 0px -33px no-repeat;
}
.nav-testimonials{
	width: 148px;
} .nav-testimonials a{
	background: url(../images/nav-testimonials.png) top left no-repeat;
} .nav-testimonials a:hover, .nav-testimonials a.current{
	background: url(../images/nav-testimonials.png) 0px -33px no-repeat;
}
.nav-faqs{
	width: 86px;
} .nav-faqs a{
	background: url(../images/nav-faqs.png) top left no-repeat;
} .nav-faqs a:hover, .nav-faqs a.current{
	background: url(../images/nav-faqs.png) 0px -33px no-repeat;
}

#subnav{
	font-style: italic;
	color: #fefefe;
	font-size: 11px;
	padding-top: 19px;
	margin-left: 32px;
}
#subnav ul{
	list-style: none;
}
#subnav li{
	display: inline;
	padding: 0 0 0 3px;
}
#subnav a{
	color: #fefefe;
	text-decoration: none;
}
#subnav a:hover, #subnav a.current{
	color: #b6b2a1;
}

#logo{
	margin-top: 28px;
	margin-left: 48px;
}
#social{
	float: right;
	position: relative;
	top: -125px;
	left: -22px;
	z-index: 1;
}
#header-cars{
	width: 453px;
	height: 77px;
	background: url('../images/cars.png') top left no-repeat;
	float: right;
	position: absolute;
	top: 214px;
	left: 604px;
	z-index: 10;
}

#body-container{
	background: url('../images/bgcontent-sides.png') top left repeat-y;
	padding: 0 40px 5px 35px;
}
#body{
	border: 12px solid #e1dfd6;
	background: #fff;
	padding: 10px;
}

#primary{
	float: left;
	width: 560px;
	border: 1px solid #ccc;
	background: #fff url('../images/bgcorner.png') top right no-repeat;
	color: #424242;
	font-size: 12px;
	padding: 10px;
}
#primary h2{
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
}
#primary h1, h3{
	margin: 0;
	padding-top: 3px;
	font-size: 18px;
	font-weight: 100;
	color: #e61e2e;
}
#primary h4{
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 0;
}

#primary a{
	color: #e61e2e;
	text-decoration: none;
}

#highlight{
	position: relative;
	top: 10px;
	left: 35px;
	margin-bottom: 25px;
	height: 245px;
}
#highlight img{
	padding: 5px;
	border: 1px solid #ccc;
}
#prev, #next{
	cursor: pointer;
}
#prev, #next{
	float: left;
	position: relative;
	top: 110px;
	z-index: 100;
}
#next{
	float: right;
	position: relative;
	top: 110px;
	z-index: 100;
}
#facebook{
	border-top: 1px dashed #bfbfbf;
	border-bottom: 1px dashed #bfbfbf;
	padding: 5px 0;
}

.testimonial-page-list{
	border: 1px solid #bcbcbc;
	background: #fff;
	padding: 5px;
	font-size: 12px;
	margin-top: 15px;
}
.testimonial-page-img{
	float: left;
	width: 280px;
	padding: 0;
}
.testimonial-page-img img{
	width: 280px;
}
.testimonial-page-img em{
	padding-left: 25px;
	font-size: 11px;
}
.testimonial-page-car{
	float: right;
	width: 250px;
	padding: 5px;
}
.testimonial-page-car h3{
	color: #d22000;
}
.testimonial-page-car span{
	font-weight: bold;
	padding-bottom: 20px;
}
.testimonial-page-detail{
	border-top: 1px dashed #bfbfbf;
	padding-top: 0;
	margin-top: 10px;
	font-size: 12px;
}
.testimonial-page-detail p a{
	color: #e61e2e;
	text-decoration: none;
}
.testimonial-page-detail img{
	max-width: 500px;
}

#locationmap{
	margin-top: 20px;
}

h4.sitemap{
	border-bottom: 1px solid #ddd;
}
ul.sitemap li{
	font-size: 12px;
}
ul.sitemap li p{
	padding-left: 10px;
	margin: 0;
	margin-bottom: 5px;
	color: #777;
}

ul.aboutus li{
   list-style-image: url('../images/bullet2.png');
}

.faqs{
}
.faqs h5{
	font-size: 13px;
	background: url('../images/bullet2.png') top left no-repeat;
	padding-left: 23px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.faqs ul li{
   list-style-image: url('../images/bullet2.png');
}

#volvotuning{
	margin-top: 20px;
}
#volvotuning table{
	width: 560px;
}

#secondary{
	background: #f1f1f1;
	float: right;
	width: 310px;
	padding: 10px;
}

#performance-cal{
	font-size: 12px;
	border-bottom: 1px dashed #555;
	padding-bottom: 5px;
}
#performance-cal .performance-head{
	position: relative;
	left: -25px;
	top: -5px;
}
#performance-cal h1{
	margin: 0;
	font-size: 15px;
	font-style: italic;
	width: 240px;
}
.guarantee{
	float: right;
	position: relative;
	bottom: -35px;
	left: -40px;
}
#performance-cal span.italic{
	font-style: italic;
}
#performance-cal span.red{
	color: #ff4f00;
}
#performance-cal select{
	width: 250px;
}
#details{
	padding: 10px 10px 0 10px;
	color: #424242;
}
#details h4{
	margin-bottom: 5px;
}
#details ul{
	margin-top: 0;
	padding-left: 20px;
}
#details ul li{
	padding: 3px 0;
}
#widget{
	padding-bottom: 10px;
}

#testimonials{
	
}
#testimonials h2{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0;
}
#testimonials h3{
	margin: 0;
	font-size: 18px;
	color: #3b5998;
	margin-left: 35px;
	font-weight: 100;
	margin-bottom: 10px;
}
#testimonials h2 img{
	margin-right: 5px;
}
.testimonial-list{
	border: 1px solid #bcbcbc;
	background: #fff;
	padding: 5px;
	font-size: 12px;
	margin-bottom: 10px;
}
.testimonial-car{
}
.testimonial-car span.label{
	color: #d22000;
	float: left;
	width: 120px;
}
.testimonial-car span.user{
	float: right;
	width: 170px;
	font-weight: bold;
}
.testimonial-detail{
	border-top: 1px dashed #bfbfbf;
	padding-top: 5px;
	margin-top: 5px;
	font-size: 10px;
}
.testimonial-detail img.image-left{
	float: left;
	padding: 0;
}
.testimonial-detail p{
	float: right;
	width: 170px;
	margin: 0;
}
.testimonial-detail p a{
	color: #e61e2e;
	text-decoration: none;
}
.viewall{
	float: right;
}

#newsletter-form label{
	width: 100px;
	float: left;
}
#newsletter-form input[type="text"]{
	border: 1px solid #999;
	color: #666;
	margin: 2px 0;
}
#newsletter br{
	clear: both;
}

#facebook-side{
	margin-top: 20px;
	background: #fff;
}

#footer{
	height: 200px;
	background: url('../images/footer.png') top left no-repeat;
}
#footer a{
	color: #bdb7a5;
	text-decoration: none;
}
#footer a:hover{
	color: #fff;
}
#footer-nav{
	color: #bdb7a5;
	font-size: 11px;
	font-weight: 100;
	padding-top: 10px;
}
#footer-nav ul{
	list-style: none;
}
#footer-nav li{
	display: inline;
	padding: 0 0 0 3px;
}
#footer-details{
	text-align: right;
	color: #bdb7a5;
	font-size: 11px;
	line-height: 15px;
	float: right;
	position: relative;
	left: -40px;
	top: -30px;
}
#footer-websites{
	float: right;
	position: relative;
	top: 90px;
	left: 260px;
}
