h1, h2, h3, h4, h5, p, img, ul, ol, li, dl, dt, dd, form	{
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
}
	
h1 {
	display: none;
}

h2 {
	font-size: 11px;
	color: #333;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

h3 {
	height: 30px;
	color: #c00;
	letter-spacing: -0.07em;
	margin-left: 20px;
}

h3 a {
	font-size: 14px;
	color: #000;
	padding-left: 2px;
	padding-right: 2px;
}

h3 a:hover {
	color: #999;
}

h4 {
	font-size: 12px;
	margin-bottom: 5px;
}

h4 a {
	color: #000;
}

h4 a:hover {
	color: #999;
}

p {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 5px;
}

/* global layout & text */

#wrapper {
	margin: 00px auto 20px;
	width: 755px;
	padding: 0px;
	text-align: left;
}

#header {
	height: 90px;
	background: url(../images/header-bg.jpg) no-repeat left bottom;
}

#header a {
	float: left;
}

#content {
	background: url(../images/right-bg.gif) repeat-y left top;
}

ul#nav {
	height: 40px;
	background: url(../images/nav-bg.jpg) no-repeat left top;
}

ul#nav li,
ul#catbox li {
	float: left;
}

#leftcolumn {
	float: left;
	width: 475px;
}

#rightcolumn {
	float: left;
	width: 250px;
	background: url(../images/nav-bg.jpg) no-repeat right top;
	padding: 10px 15px 5px 10px;
}

#rightcolumn h3 {
	margin-left: 0px;
}

#rightcolumn p strong {
	float: left;
	display: block;
	width: 60px;
}

#rightcolumn img.large {
	margin: 0px 0px 10px;
}

#footer {
	height: 23px;
	padding: 32px 0 0 15px;
	background: #fff url(../images/footer-bg.gif) no-repeat left top;
	clear: both;
}

#footer p {
	color: #fff;
	font-size: 10px;
	clear: both;
}

#footer p a {
	color: #fff;
}

/* home page */

#intro { /* also used on detail page */
	margin: 0px 1px 10px;
	background: #333 url(../images/grey-bg.gif) repeat-x left top;
	height: 110px;
	padding-top: 10px;
}

#intro h3 {
	margin-left: 4px;
	color: #ff3;
}

#intro p {
	color: #fff;
	margin: 0px 10px 10px;
}

#intro p a {
	color: #ff3;
	text-decoration: underline;
}

#intro p a:hover {
	text-decoration: none;
}

#catbox img {
	margin: 0px 0px 15px 15px;
	padding: 0px;
}

ul.buttons {
	margin-right: 10px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	clear: both;
}

ul.buttons li a {
	font-size: 10px;
	color: #ff3;
	text-transform: uppercase;
	text-decoration: none;
	background: #333 url(../images/btn-bg.gif) no-repeat right bottom;
	display: block;
	padding: 2px 0px 2px 5px;
	width: 115px;
	border-bottom: 1px solid #fff;
}


ul.buttons li a:hover {
	background: #474747 ;
}

ul.camera {
	background: no-repeat right center;
}

/* search page */

h3.pagenav {
	height: auto;
	margin: 10px 0 0 0;
	text-align: center;
}

table.vehicle {
	font-size: 11px;
	color: #000;
	margin: 0 15px 5px;
	border-bottom: 1px solid #ccc;
}

table.vehicle td,
table.vehicle th {
	vertical-align: top;
	text-align: left;
}

table.vehicle th {
	font-size: 12px;
	padding: 5px 0 2px;
}

table.vehicle tr.bordered td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 0 2px 5px;
}

table.vehicle tr.bordered td.price {
	border-left: none;
	padding-left: 0;
}

table.vehicle a {
	color: #000;
}

table.vehicle a:hover {
	color: #999;
}	

table.vehicle a img {
	margin: 5px;
}
		
table.vehicle td.description {
	padding: 2px 70px 2px 0px;
	background: no-repeat right 2px;
	height: 50px;
}

#search th,
#search td {
	text-align: left;
	vertical-align: top;
	padding: 0 2px 5px 0;
}

#search th {
	font-size: 12px;
	}
	
#search td {
	font-size: 11px;
	}
	
#search td.right {
	text-align: right;
	vertical-align: middle;
}

#search .bordered td,
#search .bordered th {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

/* detail page */

.vehicleinfo {
	float: left;
	margin-left: 20px;
	width: 200px;
}

.vehicleinfo p strong {
	float: left;
	width: 85px;
}

ul#thumbnails {
	width: 250px;
	background: url(../images/thumbnail-bg.gif) repeat-y left top;
}

ul#thumbnails li {
	float: left;
}

ul#thumbnails a img {
	border: 3px solid #333;
	margin: 2px;
}

ul#thumbnails a:hover img {
	border: 3px solid #474747;
}

/* slideshow page */

#slideshow {
	margin: 0 10px;
	background: #333 url(images/grey-bg.gif) repeat-x left top;
	padding: 10px 0 10px 10px;
}

#slideshow p {
	color: #fff;
	margin: 10px 10px 0 0;
	text-align: center;
}

#slideshow p a {
	padding: 0 10px;
}

#slideshow p a:hover {
	text-decoration: none;
}















	
