@charset "utf-8";
/* CSS Document */

body {
	background: #000 url(../images/bodyBack.jpg) 0 0 no-repeat;
	background-position: top center;
	color: #000;
	font: 12px verdana;
}

br {
	clear: left;
	font-size: 1px;
	height: 1%;
}

/*------------- Site Classes ----------------*/

.clearleft, .clearright, .clearboth {
	height: 1%;
	font-size: 1px;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.borderBlack {
	border: 1px solid black;
}

/*-------------- Site ID's --------------------*/

#container {
	width: 918px;
	margin:  15px auto;
	background: #000;
}

#header {
	width: 918px;
	height: auto;
}

#navigation {
	width: 918px;
	height: 35px;
	/*background: #000 url(../images/navBG.jpg) 0 0 no-repeat;*/
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ccc;
}

#promotion {
	margin: -40px 0 0 615px;
	width: 270px;
	height: 35px;
	position: absolute;
	z-index: 5;
}

#block1 {
	margin: 0;
	padding: 0;
	width: 918px;
	height: 261px;
	display: block;
	background: #000 url(../images/block1.jpg) 0 0 no-repeat;		
}

#linksContainer {
	padding: 0 0 0 0;
	height: 248px;
}

#linksContainer li {
	margin: 0 0 0 38px;
	display: inline;
}

#block2 {
	margin: 0;
	padding: 0;
	width: 918px;
	height: 250px;
	display: block;	
	background: #000 url(../images/block2Bck.jpg) 0 0 no-repeat;	
}

#front_form {
	padding: 14px 0 0 35px;
	width: 382px;
	height: 150px;
	float: left;
}

#bttnCol1{
	padding: 20px 0 0 0;
	width: 225px;
	height: 150px;	
	float: left;
	display: inline;
}

#bttnCol2 {
	margin: 0 0 0 10px;
	padding: 20px 0 0 0;
	width: 225px;
	height: 150px;	
	float: left;
	display: inline;
}

#search_front {
	padding: 7px 10px;
	width: 350px;
	height: 178px;
	background: transparent url(../images/formBck.jpg) 0 0 no-repeat;		
}

#search_front h2 {
	padding-top: 0;
	color: #000;
	font-weight: bold;
}

#search_front h3 {
	width: 102px;
	height: 23px;
	background-color: #bfcadb;
	color: #000;
	text-align: center;
}

#search_leftCol {
	float: left
}

/*#search_front select {
	margin: 13px 0 0;
	width: 200px;
	float: none;
	font-size: 14px;
}

#search_front input {
	margin: 50px 0 0 45px;
	width: 57px;
	height: 51px;
	float: left;
	background: transparent url(../images/searchSubmit.jpg) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}*/

#search_front input {
	display: block;
	width: 9em;
	float: left;
	margin-bottom: 5px;
	/*text-indent: -9999px;*/
}

#search_front select {
	display: block;
	width: 125px;
	float: left;
	margin-bottom: 5px;
	font-size: 12px;
}

#search_front label {
	float: left;
	display: block;
	text-align: right;
	padding-right: 10px;
	padding-left: 5px;
	font-size: 12px;
	color: #000;
}

.wideLabel {
	width: 145px;
}

.searchButton {
	display: block;
	margin: 0 0 0 65px;
	width: 55px;
	height: 49px;
	background: transparent url(../images/searchSubmit.gif) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -9999em;
	line-height: 0;
}

.clear {
	clear: left;
	height: 1px;
	font-size: 1%;
}

.homeform {
	height: 148px;
	overflow: auto;
	background: #ccc;
}

#actionButtons {
	width: 100%;
}

#actionButtons img {
	display: block;
	border: 1px solid #1f1f1f;
}

#vehicleDisplay {
	width: 100%;
	background: #999;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 10px 0;
}

#vehicleLineup li {
	display: block;
}

#vehicleDisplayImage {
	float: left;
	display: inline;
	width: 620px;
	margin: 5px;
}

#locations {
	margin: 5px 0 5px 8px;
}

#map {
	float: left;
	display: inline;
	width: 325px;
	margin: 5px 10px 10px 10px;
	border: 1px solid #333;
}

#storeInformation {
	float: left;
	display: inline;
	width: 590px;
	margin: 5px;
}

#storeInformation h3 {
	font: 18px normal "Lucida Grande", Arial, sans-serif;
	color: #ee1c24;
	margin: 5px 0;
}

#storeInformation h4 {
	font: 14px normal "Lucida Grande", Arial, sans-serif;
	color: #ee1c24;
	margin: 5px 0;
}


#seo_text {
	overflow:auto;
	height:180px;
	font: 11px normal Verdana, Arial, Helvetica, sans-serif;
}

#seo_text p{
	color:#acacac;
	margin:0.5em 1.0em;
	font: 11px normal Verdana, Arial, Helvetica, sans-serif;
	}

#seo_text a {
	text-decoration:none;
	color:#0066FF;
}	

#seo_text a:hover {
	color:#ccc;
}

#promotion img {
	float:right;
	border:#fff 1px solid;
}