/* CSS Document */


/* Main Layout */

html, body {	
	height: 100%;
	margin: 0;
}

body {
	background-color: #000000;
	background-image: url("images/bkg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

div.wrap {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
    width: 1000px;
}

div.header {
	position: relative;
	background-image: url("images/ContentBGT.png");
	background-repeat: no-repeat;
	background-position: center 25px;
	margin: 0 auto;
	padding-top: 30px;
	height: 170px;
	width: 935px;
}

div.menu {
	position: relative;
	background-image: url("images/MenuBG.png");
	background-repeat: no-repeat;
	margin: 140px auto 0;
	height: 68px;
	width: 858px;
	z-index: 10;
}

div.menu ul {
	position: absolute;
	list-style: none;
	margin: 20px 0 0 10px;
	padding: 0;
}

div.menu ul li {
	float: left;
}

div.menu ul li.spacer {
	background-image: url('images/MenuSpacer.png');
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	padding: 0 7px;
	height: 26px;
	width: 2px;
}

div.menu ul li a {
	background-image: url('images/Menu.png');
	background-repeat: no-repeat;
	display: block;
	height: 26px;
}

div.menu ul li a.home {
	background-position: 0 0;
	width: 64px;
}

div.menu ul li a.home:hover {
	background-position: 0 -26px;
	width: 64px;
}

div.menu ul li a.who {
	background-position: -82px 0;
	width: 117px;
}

div.menu ul li a.who:hover {
	background-position: -82px -26px;
	width: 117px;
}

div.menu ul li a.what {
	background-position: -217px 0;
	width: 118px;
}

div.menu ul li a.what:hover {
	background-position: -217px -26px;
	width: 118px;
}

div.menu ul li a.buy {
	background-position: -352px 0;
	width: 86px;
}

div.menu ul li a.buy:hover {
	background-position: -352px -26px;
	width: 86px;
}

div.menu ul li a.racing {
	background-position: -455px 0;
	width: 71px;
}

div.menu ul li a.racing:hover {
	background-position: -455px -26px;
	width: 71px;
}

div.menu ul li a.pics {
	background-position: -543px 0;
	width: 47px;
}

div.menu ul li a.pics:hover {
	background-position: -543px -26px;
	width: 47px;
}

div.menu ul li a.testimonials {
	background-position: -608px 0;
	width: 132px;
}

div.menu ul li a.testimonials:hover {
	background-position: -608px -26px;
	width: 132px;
}

div.menu ul li a.contact {
	background-position: -758px 0;
	width: 84px;
}

div.menu ul li a.contact:hover {
	background-position: -758px -26px;
	width: 84px;
}

div.content {
	position: relative;
	background-color: #ffffff;
	border-radius: 7px;
	box-shadow: 0 0 18px 6px;
	overflow: hidden;
	padding: 45px 15px 60px;
	width: 970px;
	z-index: 5;
}

div.footer {
	position: relative;
	background-image: url('images/ContentBGB.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0 auto;
	padding-top: 18px;
	height: 164px;
	width: 935px;
	text-align: center;
}


/* Listing Layout */

div.listingContainer {
	clear: both;
	display: block;
	height: 396px;
}

div.listing {
	margin: 0 auto;
	height: 293px;
	width: 970px;
}

div.listingContent {
	float: right;
	margin-top: 10px;
	height: 212px;
	width: 615px;
}

div.listingImage {
	float: left;
	margin-top: 13px;
	height: 267px;
	width: 354px;
}

div.listingImage img {
	border: 2px solid #ffffff;
	border-radius: 2px;
	display: block;
	height: 263px;
	width: 350px;
}

div.listingView {
	float: right;
	text-align: center;
	height: 61px;
	width: 610px;
}

div.thumbs {
	margin: 0 auto;
	width: 990px
}

a.viewListing {
	background-image: url('images/ViewListing.png');
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	height: 56px;
	width: 252px;
}

a.viewListing:hover {
	background-position: 0 -56px;
}

a.contactListing {
	background-image: url('images/ContactListing.png');
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	height: 56px;
	width: 252px;	
}

a.contactListing:hover {
	background-position: 0 -56px;
}


a.thumb img {
	border: 2px solid #ffffff;
	border-radius: 2px;
	float: left;
	margin: 0 13px 26px;
	height: 225px;
	width: 300px;
}

a.thumb img:hover {
	border-color: #9a0000;
}

div.listingTitle {
	margin-top: -20px;
	margin-left: -5px;
}

span.title {
	font-size: 18pt;
	font-weight: bold;
	text-decoration: underline;
}

div.thumb button {
	margin: 0 10px;
}

span.sold {
	background-color: #970b0b;
	display: block;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	position: relative;
	margin-top: -265px;
	margin-left: 2px;
	height: 30px;
	width: 350px;
}


div.hr {
	background-image: url('images/hr.png');
	display: block;
	margin: 20px auto;
	height: 2px;
	width: 923px;
}


div.form {
	margin: 0 auto;
	width: 406px;
}

div.form h2 {
	text-align: center;
}

div.form input[type=text] {
	width: 290px;
}

div.form input[name=price] {
	width: 90px;
}

div.form select {
	width: 92px;
}

div.form textarea {
	height: 200px;
	width: 400px;
}


div.upload {
	margin: 20px auto 0;
	text-align: center;
	width: 620px;
}

div.upload form {
	margin-bottom: 10px;
}

div.upload input[type=submit] {
	margin-left: 30px;
}






/* Content */

body {
	font-family: Verdana, Geneva, sans-serif;
}

img {
	border: none;	
}

.hide {
	display: none;
	visibility: hidden;	
}

.center {
	margin: 0 auto;
	text-align: center;
}



a {
	color: #fd0808;
}

a:hover {
	color: #000000;
}