/*some utility classes*/
.float_l {
	float: left;
	display: inline;
}

.float_r {
	float: right;
	display: inline;
}

.clear {
	clear: both;
}

#mainContainer {
	width: 900px;
	height:300px;
	background: url(../images/bg_mainGraphic.jpg) 0 0 no-repeat;
	margin-left: 18px;
	padding: 10px 0 0 15px;
}

#adv_search {
	width: 192px;
	height: 153px;
	background: url(../images/bg_advSearch.jpg) 0 0 no-repeat;
	padding-top: 30px;
	margin: 0 0 10px 0;
}

#searchform label {
	width: 60px;
	margin-bottom: 0;
	padding-left: 0;
}

#searchform select {
  margin-bottom: 7px;
}

#container #button {
	margin: 0 0 0 70px;
	*margin: 0; /*a little love for IE7/6*/
	*position: absolute;  	
  width: 100px;
}

#btn_financing {
	
}

#featuredVehicles {
	width: 909px;
	height: 125px;
	background: url(../images/bg_featuredVehicles.jpg) 0 0 no-repeat;
	margin-left: 18px;
	padding-top: 35px;
}

#btnContainer {
	width: 909px;
	height: 95px;
	border-top: 16px solid #326c39;
	margin-left: 18px;
}

#btnContainer ul li {
	display: inline;
	float: left;
	margin: 7px 10px 0 0;
}

#btnContainer ul li.last_btn {
	margin-right: 0;
}
#seo_text {
	padding: 0 20px;
	height: 200px;
	overflow: auto;
	width: 890px;
}

#footer{
	margin: 8px 0 8px 18px;
	padding: 0;
	width: 910px;
	height: 37px;
	background: transparent url(../images/bg_footer.gif) bottom left repeat-x;
	color: #ccc;
	font-size: 12px;
}

#footer a {
	color: #ccc;
}

.footerleft, .footerright {
	padding-top: 13px;
}
