/* CSS Document */

* {
	margin:0 auto;
	padding:0;
}

body {
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#print-only {
	display:none;
}

#container {
	margin:0 auto;
	width:748px;
	margin-top:30px;
	padding-bottom:30px;
}

#header {
	height:92px;
	width:748px;
	border-bottom:5px #457ed2 solid;
}

#logo {
	float:left;
	width:208px;
	height:78px;
}

#contact {
	float:right;
	width:129px;
	margin-top:45px;
}

#sub-header {
	margin-top:4px;
	height:215px;
}

#menu {
	width:220px;
	float:left;
}

.menu-item a {
	background:url(images/menu-tile.jpg) repeat-x;
	height:24px;
	padding-top:6px;
	display:block;
	width:219px;
	color:#5a5a5a;
	font-size:12px;
	text-indent:15px;
	text-decoration:none;
}

.menu-item a:hover {
	color:#000;
}

#main-img {
	float:right;
	width:528px;
}

#main-img img {
	border-bottom:1px solid #6e6e6e;
}

#content-container {
	width:748px;
	clear:both;
	border-top:5px #457ed2 solid;
	padding-top:10px;
}

#featured-block {
	width:210px;
	padding-right:10px;
	float:left;
}

#featured-header {
	background:url(images/featured-vehicles.jpg);
	width:217px;
	height:20px;
}

#content {
	float:right;
	width:528px;
	font-size:11px;
	color:#5b5b5b;
}

#footer {
	clear:both;
	font-size:11px;
	color:#a0a0a0;
	text-align:center;
	padding-top:4px;
	border-top:5px #ccc solid;
}

#footer a {
	color:#a0a0a0;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	color:#333;
}

h1 {
	font-size:14px;
	margin-bottom:4px;
	color:#5082cc;
}

a {
	color:#5082cc;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-bottom:8px;
	line-height:16px;
}
	
/* Featured Block */

.featured-item {
	float:left;
	width:170px;
	margin:8px 30px;
}

.featured-item img {
	margin:2px;
	border:2px solid #454545;
}

.featured-text {
	color:#333;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Listing Pages */

.main-img {
	border:2px solid #454545;
}

.thumb-img {
	border:2px solid #454545;
}

.listing-img {
	float:left;
	width:175px;
}

.listing-img img {
	border:2px solid #454545;
}

.listing-text {
	float:left;
	width:361px;
	padding-left:20px;
}

.listing-text a {
	color:#5082cc;
	text-decoration:none;
}

.listing-text a:hover {
	color:#1d4d94;
}

.txt-img {
	padding:2px;
	border:1px solid #457ed2;
	margin-left:8px;
	margin-bottom:8px;
}
