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

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

html #outer{height:100%;}

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;
	}
	
body { 
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #000 url(../images/bg.jpg) 0 0 repeat-x;
	background-attachment: fixed;
	margin-top: 0;
}

a {
		text-decoration: none;
		color: #FF0000;
		font-weight: bold;
   }

a:hover {
		text-decoration: none;
		color: #FF0000;
		font-weight: bold;
  }

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

h2 {
		font-size: 16px;
		font-weight: bold;
		padding: 5px;
		color: #FF0000; 
        }
		
h3 {
	font-size: 12px; 
	color: #333; 
	font-weight: bold; 
        }

.detail-thumbs {
		padding: 3px;
		}

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

#header {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 170px; 
	background: #000 url(../images/header_front.jpg) 0 0 no-repeat;
	text-indent: -9999em;
}
		
#nav {
		position: inherit;
		margin-top: 0px;
		height: 35px;
		width: 950px;
		background-color: #fff;
		}		

#bodycontent {

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

#customcontent {background-color: #fff;}		
#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: #e80606; color: white; padding: 2px 5px; border: 1px solid #861d1d; }
.paginationleft a:hover { background-color: #861d1d; color: #fff; }

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


#inventory-search ul.vehicle-info { padding: 5px; }
#inventory-search { width: 945px; margin: 0 auto; height: auto; border: 1px solid #000; }
#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; }

ul.vehicle-info { padding: 5px; }

.vehicleblock { background-color: #fff; width: 930px; overflow: hidden; padding: 10px 10px 10px 5px; }
.vehiclespecialsblock { background-color: #fff; width: 930px; overflow: hidden; padding: 10px 10px 10px 5px; }

.vehiclespecials { width: 950px; height: auto; padding: 5px 0px; background-color: #999; color: #fff; }
.vehiclespecials p {  padding: 0px 5px; line-height: 1.5em; font-size: 14px; font-weight: bold; }
.vehicleheaderwrapper { display: block; background-color: #e80606; color: #fff; width: 100%; height: auto; }
.vehicleheaderwrapper li { font-size: 14px; padding: 5px 0px; }
#vehicleheading { clear: both; background-color: #FF0000; color: #fff; width: 100%; font-size: 16px; font-weight: 600; background: #ff0000 url(../images/detailhead.jpg) 0 0 repeat-x;	 }

#footer {
	background: #FFFFFF;
	color: #000;
}