@charset "utf-8";
/* CSS Document */
body{
	background:url(images/bg.jpg) top center no-repeat #000000;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	}
#center{
	margin:0 auto;
	width:1005px;
	padding:0;
	}
#wrapper{
	background:url(images/wrapper-bg.jpg) top left no-repeat;
	width: 1005px;
	float:left;
	}
#wrapper2{
	width: 1005px;
	float:left;
	padding:0 0 20px 0;
	}
#inv-wrap{
	background:url(images/inventory-bg.gif) left top no-repeat;
	width: 929px;
	float:left;
	padding:40px 38px 20px 38px;
	}
#top{
	width:1005px;
	float:left;
	height:22px;
	padding: 10px 0 0 0;
	}
#header{
	width:955px;
	float:left;
	height:70px;
	padding: 70px 0 0 50px;
	}
#left-column{
	width:168px;
	float:left;
	padding:0 7px 5px 22px;
	}
#nav {
	width: 168px;
	float: left;
	margin: 0 0 2px 0;
	}
.nav{
	float:right;
	padding:0 0 3px 0;
	}
#left-cmn-content{
	width: 148px;
	float:left;
	padding:10px;
	text-align:right;
	background: #000000;
	}
#testimonial{
	width:148px;
	float:left;
	padding:10px 0 0 0;
	}
#content{
	width:702px;
	float:left;
	padding:20px 64px 0 42px;
	}
#featured-set{
	width:702px;
	float:left;
	padding:15px 0 0 0;
	}
#featured{
	background:url(images/vehicle-bg.gif) top left no-repeat;
	width:322px;
	float:left;
	padding:6px 17px 10px 12px;
	}
#featured2{
	background:url(images/customers-bg.gif) top right no-repeat;
	width:322px;
	float:left;
	padding:6px 12px 10px 17px;
	}
.team{
	width:662px;
	float:left;
	padding:10px;
	border:1px solid #420505;
	margin:10px;
	}
#footer{
	background:url(images/footer.gif) top center no-repeat;
	width:989px;
	float:left;
	height:24px;
	}
#copyright{
	width:910px;
	float:left;
	padding:5px 57px 0 38px;
	font-size:12px;
	}

#testimonials {
	width: 700px;
	}

/* TEXT STYLING */
#top{

	text-align:center;
	font-size:16px;
	letter-spacing:3px;
	font-weight:bold;
	}
#footer{
	padding:8px;
	text-align:center;
	font-size:12px;
	}
#testimonial p{
	font-size:12px;
	line-height:16px;
	}
#testimonial h3{
	font-size:14px;
	font-weight:bold;
	padding: 0 0 8px 0;
	margin: 0;
	}
#featured-set h2{
	font-size:14px;
	letter-spacing: 4px;
	padding:0 0 8px 0;
	margin:0;
	}
#featured-set h3{
	font-size:14px;
	font-weight:bold;
	padding: 0;
	margin: 0;
	}

#featured h2, #featured2 h2 {
	font-size: 12px;
	margin-bottom: 4px;
	}
	
h1{
	font-size:18px;
	padding:0;
	margin:0;
	line-height:24px;
	}
p{
	padding: 0 0 12px 0;
	margin:0;
	line-height:18px;
	}
ul{
	margin:0;
	padding:0 40px 18px 40px;
	}
li{
	margin:0;
	padding:0;
	}
	
/* LINK STYLING */
#featured-set h3 a, p a, h1 a, ul a, li a, #featured-set h2 a{
	color:#FFFFFF;
	text-decoration:none;
	}

#footer a{
	color:#FFFFFF;
	padding: 0 10px;
	text-decoration:none;
	}
#footer a:hover{
	text-decoration:underline;
	}
#copyright a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
/* MISC STYLING */
#featured-set img{	
	border: 1px solid #868686;
	}

img{
	border:0;
	}