@charset "utf-8";
/* CSS Document */
.float_l {
	float: left;
	display: inline;
}
.float_r {
	float: right;
	display: inline;
}
.clear {
	clear: both;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg.jpg) 0 0 repeat-x;
}

#container {
	border: none;
	position: relative;
	background: transparent;
}

#header_front {
	margin-top: 22px;
	width: 950px;
	height: 77px;
	background: transparent url(../images/header.jpg) 0 0 no-repeat;
}

#mainGraphic_container {
	margin: 14px 0 7px 0;
	padding: 10px 10px 0 0;
	width: 950px;
	height: 271px;
	background: url(../images/bg_mainGraphic.jpg) 0 0 no-repeat;
}

#logo_container {
	position: absolute;
	top: -2px;
	* top: 20px;
	left: 10px;
}

#model_container {
	width: 737px;
	height: 250px;
	margin-left: 200px;
}

#link_container {
	padding: 33px 0 0 20px;
	width: 950px;
	height: 75px;
	background: url(../images/bg_dealerlinks.jpg) 0 0 no-repeat;
}

#link_container li {
	display: inline;
	margin-left: 7px;
}

#quote_container {
	margin-top: 25px;
	width: 950px;
	height: 100px;
	background: url(../images/bg_quote.jpg) 0 0 no-repeat;  
}

#quotes {
	width: 780px;
	float: left;
	display: inline;
}

#quotes h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #fff;
}

#quotes p {
	color: #fff;
	padding: 0 280px 0 10px;
	line-height: 1.2;
	font-size: 10px;
}

#spire {
	position: absolute; 
	top: 484px;
	right: 203px;
	*display: none;
}

#auto_block {
	width: 960px;
	height: 200px;
	background: url(../images/bg_footer.jpg) 0 0 no-repeat;
	
}

#footer, #hideLinks {
	background-color: transparent;
	color: #fff;
}

.footerleft a {
	display: none;
}

.footerleft span {
	color: #000;
}

#seo_text {
	width:930px;
	margin:10px auto 30px;
	height: 150px;
	overflow:auto;
	}

#seo_text p {
	color:#618BAB;
	margin: 5px 10px;
	}
	
#seo_text a:hover {	
	color:#00F;
}
