* {
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

html {
	background-image: url('../images/bg-tile.jpg');
	background-repeat: repeat;
	background-color: #1F1A16;
	text-align: center;
}

#wrapper {
	width: 1000px;
	text-align: left;
	background-color: #DBD9D9;
	margin: 0 auto;
}

#navigation {
	height: 30px;
	width: 100%;
	background-image: url('../images/menu-bg.jpg');
	background-repeat: repeat-x;
	list-style-type: none;
	clear: both;
}

#navigation li {
	text-align: center;
	float: left;
	color: white;
	height: 30px;
	padding-right:29px;
	padding-left: 31px;
}

#navigation li a, #navigation li a:visited {
	font-family: Trebuchet MS, arial;
	text-decoration: none;
	color: #021057;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	padding-top: 5px;
	float: left;
}

#navigation li a:hover {
	background-repeat: repeat;
}

#navigation li.last {
	border-right: none;
}

#navigation li.active a {
	color: #7A080E;
	font-weight: bold;
}

#header {
	height: 200px;
	width: 100%;
	clear: both;
	background-image: url('../images/header1.jpg');
	margin: 0; padding: 0;
}

#header img { margin: 0; padding: 0;}

#header h1 { display: none; }

div#contact-bar {
  background-color: black;
  color: white;
  font-family: Trebuchet MS, arial;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  height: 20px;
  padding: 3px;
  clear: both;
  margin-bottom: 5px;
}
div#contact-bar a, div#contact-bar a:visited {
  color: white;
  text-decoration: none;
}
div#contact-bar a:hover { text-decoration: underline; }


div.subnav, ul.subnav {
	height: 25px;
	background-image: url('../images/subnav.jpg');
	background-repeat: repeat-x;
	background-color: #28272d;
}

#footer { text-align: center; }
#footer li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}
#footer a, #footer a:visited {
	color: white;	
}
#content {
	min-height: 300px;
}
#sub-footer {
	margin-right: 6px;
	margin-left: 6px;
	text-align: center;
	color: #fff;
	padding: 3px;
	font-family: trebuchet ms, arial;
	font-size: 12px;
}
#sub-footer a {
	color: #7DA7B4;
}


div.half {
	width: 50%;
	float: left;
}

#home-content, div.home-content {
	background-color: #fff;
	border: 1px solid #5A5665;
	padding: 10px;
	margin-left: 20px;
	margin-right: 18px;
	margin-top: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}

div.home-content.displaylet a.limg {
	float: left;
	width: 150px;
}

div.home-content.displaylet p {
	float: left;
	width: 325px;
}


div.featured-vehicle {
	padding: 10px;
	float: left;
	width: 167px;
	padding-left: 20px;
}

div.featured-vehicle.alternate {
	padding: 10px;
	float: left;
	width: 30%;
	padding-left: 20px;
}

div.featured-vehicle div {
	border: 1px solid #5A5665;
	float: left;
	width: 100%;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
}

div.featured-vehicle.really div {
	height: 190px;
}

div.featured-vehicle div img {
	margin-top: 13px;
	padding: 3px;
	border: 1px solid gray;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.featured-vehicle h1 {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background-color: #777;
}


.featured-vehicle img {
	border-bottom: 1px solid #5A5665;
	border-top: 1px solid #5A5665;
}

.featured-vehicle h1, h1.blue {
	background-color: #777;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-family: georgia;
	display: block;
}

.featured-vehicle h2 {
	text-align: center;
	font-family:trebuchet MS;
	margin-left:3px;
	margin-right:3px;
}

h1 {
	font-size: 14px;
	color: #2F3C5B;
}

h1 a {
	font-size: 14px;
	color: #2F3C5B;
}

p {
	margin: 5px;
}

a {
	color: #456DB1;
}

a:visited {
	color: #023C62;
}

a img {
	border: none;
	text-decoration: none;
}

select { width: 75px; border: 1px solid  #5A5665; color: #025283;}
.finder th { text-align: right; padding-right: 5px;}
.finder tr.submit { text-align: right }
input { border: 1px solid  #5A5665; width: 163px; color: #025283;}
input.submit { background-color: #5A5665; color: white; width: 100px; cursor: pointer;}
textarea { border: 1px solid #5A5665; color: #025283;}

#events ul {
	list-style-type: none;
	padding: 15px;
}
#events ul li { margin-bottom: 10px; }

ul.lstn { list-style-type: none; }

p.smaller { font-size: 10px; font-family: courier; text-align: justify;}

div.vpics {width: 125px; float: left; }
div.vpics img { border: 1px solid #5A5665; }
div.vdetails {width: 295px; float: left; padding-left: 10px; padding-right: 10px;}
div.vdetails p { text-align: justify; }

.home-content img { margin: 5px; border: 1px solid #5A5665; }

#content li {
	margin-left: 15px;
}


div.side-images {text-align: center; }
div.side-images img {
	margin: 0px;
	border: 1px solid gray;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 1px;
	margin-bottom: 4px;
	border-radius: 4px;
}

div.vehiclet {
	width: 150px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 19px;
	float: left;
}

div.home-content.displaylet {
	width: 680px;
}

div.home-content.displaylet img {
	padding: 3px;
	border: 1px solid gray;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 4px;
	background-color: #D3D3D3;
}

img#mdm-img {
	padding: 3px;
	border: 1px solid gray;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 4px;
}

div.home-content.displaylet p.pricing {
	width: 175px;
	float: left;
	font-family:trebuchet MS,arial;
	font-size:13px;
	text-align: right;
}

table.vd td, table.vd th {
	border-bottom: 1px solid #5A5665;
	padding: 3px;
}

div#top-name {
	text-align: center;
	background-color: black;
	letter-spacing: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div#top-name h1, div#top-name h2 {
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Trebuchet MS,arial;
	font-weight: bold;
	font-size: 17px;
}

div#top-name h1 {
	color: #DEB887;
	margin-right: 60px;
}

div#top-name h2 {
	color: #FFEFD5;
}

span.plabel, span.prlabel, span.savings {
	color: #173C9A;
	font-weight: bold;
	text-align: left;
	border-bottom:1px dotted #CFC8C8;
}

p.pricing em {
	font-weight: bold;
	color: #C1071D;
	font-size:15px;
}

div.displaylet a.hd {
	display:block;
	font-family:trebuchet MS,arial;
	font-size:16px;
	font-weight:bold;
	margin-bottom:-11px;
	letter-spacing: -1px;
}

div.sold {
	background-image: url(../images/sold-background.jpg);
	background-position: center center;
}