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

body {
	background-image: url(../images/topbg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #c2c7ca;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #001522;
}

#top {
	height: 112px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	float: left;
	height: 112px;
	width: 500px;
}

.navitem {
	background-image: url(../images/navbg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 90px;
	height: 112px;
	float: left;
	text-align: center;
}

#logo {
	float: right;
	height: 112px;
}

#contentbg {
	background-image: url(../images/contentbg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#content_page {
	width: 860px;
	margin-left: 55px;
}

#footer {
	height: 53px;
	background-image: url(../images/footerbg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	color: #616e76;
}

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

.spacer {
	clear: both;
}

#feature_left {
	width: 303px;
	float: left;
	margin-left: 25px;
	background-image: url(../images/featurebg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#feature_mid {
	width: 303px;
	margin-left: 338px;
	background-image: url(../images/featurebg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#feature_right {
	width: 303px;
	float: right;
	margin-right: 25px;
	background-image: url(../images/featurebg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.feature_copy {
	padding-left: 28px;
	padding-right: 28px;
}

a:link, a:visited {
	color: #f15c2b;
	text-decoration: none;
}

a:hover {
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #f15c2;
}

a.image_link:hover {
	border-bottom: none;
	border-bottom-width: 0px;
	border-bottom-color: #fff;
}

.listing_left {
	width: 450px;
	height: 137px;
	background-color: #e5e7e8;
	margin-left: 32px;
}

.listing_right {
	float: right;
	width: 450px;
	height: 137px;
	background-color: #e5e7e8;
	margin-right: 32px;
}

.list_detail {
	float: right;
	width: 230px;
	margin-right: 20px;
}

a.noborder {
	border-bottom: none;
}

#photos {
	width: 373px;
	float: left;
	margin-left: 32px;
}

#vehicle_details {
	margin-left: 435px;
	width: 490px;
	font-size: 12px;
	line-height: 18px;
}

.intro {
	color: #f15c2b;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}


div.paging_block div.paging{
	float:right;
	padding-right:32px;
}
