@charset "utf-8";
/* CSS Document  imports*/
@import '/css/reset.css';
@import '/css/typography.css';
@import '/css/nav.css';
@import '/css/footer.css';

body {
	background:#4d4d4d url(/graphics/bg.png) top left repeat-x;
	position:relative;
	margin:0;
	padding:0;
	
}
#wrapper {
	position:relative;
	margin:0px auto 0 auto;
	width:1000px;
}
#prehead {
	width:970px;
	padding:15px 15px 5px 15px;
	height:20px;
	float:left;
	clear:both;
}
#prehead .right{
	float:right;
	margin:0;
	padding:0;
	line-height:1;
}


#prehead .left{
	float:left;
	margin:0;
	padding:0;
	line-height:1;
}


#innerwrap {
width:980px;
padding:10px;
float:left;
clear:both;
background-color:#FFF;
overflow: hidden;
padding-bottom:100px;
background:#FFF url(/graphics/footer-logos.jpg) bottom center no-repeat;
}

#innerwrap div {
/*	float:left;*/
}

#header {
	float:left;
	clear:both;
	width:1000px;
	height:237px;
	background:url(/graphics/header-bg.jpg) top center no-repeat;
}

#nav {
	width:980px;
	padding:190px 10px 10px 10px;
}



#leftCol {
	width:725px;
	float:left;
	margin:0 0 0 0;
	padding:0 5px 0 0;
	border-right:1px solid #CCC;
	/*background-color:#C0F;*/

}

#rightCol {
	width:220px;
	margin:0 0 0 20px;
	float:left;
	/*background-color:#0F0;*/
	
}

/*Home Page styles */
#hero {

	width:980px;
	height:350px;
	float:left;
	clear:both;
	margin:0 0 10px 0;
	overflow:hidden;
}

#subherowrap {
	height:250px;
	width:980px;
	float:left;
	clear:both;
	margin:10px 0 10px 0;	
}
.subhero {
	display:block;
	position:relative;
	float:left;
	clear:none;
	width:231px;
	height:250px;
	margin:0 18px 0 0;
}

#car-of-week {
	position:absolute;
	top:0px;
	left:0px;
	width:107px;
	height:90px;
	background:url(/graphics/car-of-week.png) top center no-repeat;
}

#usedcar {
	width:225px;
	height:244px;
	padding:2px;
	border:1px solid #000;
}


#usedcar .listingtext, #usedcar .listingprice{
	text-align:center;
	
}

#usedcar .listingprice{
	
font-weight:bold;
}

#sub-hero-04 {
	margin-right:0px;
	
}

#hometextbg {
	float:left;
	clear:both;
	width:960px;
	min-height:174px;
	background-image: url(/graphics/home-text-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding:10px;
}


.quadad img {
	margin-bottom:10px;
}

/* car valuation */

#value-form{
	float: left;
	margin:5px 0 0 130px; 
	padding: 8px;
	}

/*Service page only*/

.service-col {
	width:300px;
	font-size:12px;
	margin-right:15px;
	float:left;
	padding-bottom:8px;
	border-bottom:1px solid #666666;
	padding: 8px;
}

.service-col img {
	margin-bottom:10px;
}
.service-col h2{
color:#000000;
display:none;
}

.service-col li{
font-weight:bolder;
margin-left:22px;
}
.service-col li span {
font-weight:normal;
}


/*Contact Us*/
.currentday {
	color:#FFF;
	background-color:#C00;
	font-weight:bolder;
}

#flashproduct {
	width:725px;
	float:left;
	clear:both;
	padding:15px 0 0 0;
	text-align:left;
}

#productview {
	width:725px;
	float:left;
}

#productview a {
	color:#C00 !important;
	font-weight:bolder !important;
}

#productview a:hover {
	color:#C00 !important;
	font-weight:bolder !important;
	text-decoration:none !important;
}
	
	

	
	
