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

.clear { clear: both; height: 0; }

html #outer{height:100%;}

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

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	padding: 5px 0px;
	}

li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 11px;
	line-height: 20px;
}

a {
	text-decoration: none;
	font-weight: 600;
	color: #444;
}

a:hover {
	text-decoration: none;
	font-weight: 600;
	color: #000;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	color: #342110;  
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	color: #0066FF; 
	}
		
h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #FF0000; 
}

label {
	color: #000;
}

.detail-thumbs {
	padding: 3px;
}

#container {
	margin: 0 auto;
	background: #fff url(../images/rounded_top_white.jpg) 0 0 no-repeat;
	border: none;
}

#topcontainer {
	margin: 0;
	padding: 0;
	width: 950px;
	background: #000;
}

#header {
	width: 950px;
	height: 94px; 

}
		
#nav {
  margin: 0 0 0 11px;
  width: 924px;
  height: 29px;
  background: transparent url(../images/nav_bck.jpg) 0 0 repeat-x;	
}		

#siteToolbar {
	background: #353c4c url(../images/siteToolbar_bck.jpg) 0 0 repeat;
}

#bodycontent {
	position: inherit;
	height: auto; width: 100%;
	background-color: #FFFFFF;
	background-image:url(../images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#footer {
	height: 15px;
}

.vehicleblock { 
	width: 925px;
}
		
#customcontent td { padding: 5px; }
#customcontent td img { border: 1px solid #333; }
#customcontent h3 { padding: 5px 5px 5px 0px; }	

.paginationleft { width: 100%; padding: 5px 0px; font-size: 12px; text-indent: 5px; }
.paginationleft a { background-color: #666666; color: white; padding: 2px 5px; border: 1px solid #333; }
.paginationleft a:hover { background-color: #999999; color: #fff; }

.paginationright { width: 100%; padding: 5px 0px; font-size: 12px; }
.paginationright a { background-color: #666666; color: white; padding: 2px 5px; border: 1px solid #333; }
.paginationright a:hover { background-color: #999999; color: #fff; }


#inventory-search ul.vehicle-info { padding: 5px; }
#inventory-search { width: 940px; margin: 0 auto; height: auto; border: 1px solid #000; border-bottom: none; }
#inventory-search li { margin-top: 0px; }
#inventory-search li.yearmakemodel { display: block; float: left; width: 200px; text-indent: 10px; font-size: 14px;  }
#inventory-search li.sellingprice { display: block; float: left; width: 225px;  }
#inventory-search li.salesphone { display: block; float: left; width: 200px; font-size: 18px; color: yellow;  }
#inventory-search li.sellingprice span.price { color: #99FF33; }
#inventory-search li.mileage { display: block; float: left; width: 150px; }
#inventory-search li.mpg { display: block; float: left; width: 150px; }
#inventory-search li.viewdetails { display: block; float: left; width: 100px; color: yellow; }
#inventory-search li.viewdetails a { color: yellow; text-decoration: none; font-size: 16px; font-weight: bold; }
#inventory-search li.viewdetails a:hover { color: yellow; text-decoration: underline; }

.vehicleheaderwrapper { display: block; background: #020202 url(../images/detailhead.jpg) 0 0 repeat; color: #fff; width: 100%; height: auto; }
#vehicleheading { background: #020202 url(../images/detailhead.jpg) 0 0 repeat; color: #fff; width: 100%; font-size: 16px; font-weight: 600; margin-top: 5px; }
#vehicleheading table { margin:  0 auto; }
#vehicleheading td { width: 315px; padding: 5px 0px; text-align: center; }
#vehicleheading span { font-size: 24px; }

#fleetContainer {
	width: 938px;
	height: 796px;
	background-color: #FFF;
	background-image:url(../images/fleetBg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#fleetForm {
    margin: 0 0 0 0;
	padding: 170px 0 0 6px;
}

#fleetBlurb h2 {
	margin: 0 0 0 -10px;
	font-size: 12px;
	color: #fff;
}

#fleetForm label {
	color: #fff;
}

#fleetBlurb {
	margin: 145px 50px 0 0;
	width: 430px;
	color: #fff;
	float: right;
}

#fleetBlurb p {
	color: #fff;
	line-height: 1.2em;
}

#fleetBlurb bold {
	font-weight: 600;
	font-size: 12px;
	color: #fff;
}

#fleetBlurb a {
	color: #0066FF;
}

.fleetFormsubmit {
	margin: -15px 0 0 115px;
	/*float: left;*/
}

