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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

p {
	padding: 6px 0;
	}

a {
	color:#000;
	text-decoration:none;
	}
	
a:hover {
	color: #f00;
	text-decoration:underline;
	}
	
h3 {
	margin: 8px 0 3px 0;
	text-transform: uppercase;
	}

body {
	margin: 0px auto;			/*Centers layout */
	padding: 0;
	width: 100%;
	height: 100%;
	background:url(images/body-bg.jpg) repeat top center;
	font-family: "Century Gothic", sans-serif;
	color: #ccc;
	font-size: 1em;
	}	
	
#container {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background: url(images/container-bg.jpg) repeat-y top center;
	}

#headliner {
	width: 885px;
	padding: 5px 15px 0 15px;
	height: 34px;
	max-height: 39px;
	overflow: hidden;
	background: url(images/headliner-bg.jpg) no-repeat top left;
	text-align: left;
	font-size: 90%;
	color: #000;
	}
	
#header {
	width: 780px;
	padding: 0 60px;
	height: 90px;
	max-height: 90px;
	overflow: hidden;
	}
	
/* Navigation */

#nav {
	margin-top: 10px;
	list-style: none;
	float: right;
	padding: 7px;
	width: 441px;
	height: 50px;
	max-height: 64px;
	max-width: 460px;
	overflow: hidden;
	background: url(images/nav-bg.jpg) top center no-repeat;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:50px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -50px;
	}

#nav-track a  {
	width: 111px;
	background: url(images/nav1-track.jpg) top left no-repeat;
	}
	
#nav-rentals a  {
	width: 110px;
	background: url(images/nav2-rentals.jpg) top left no-repeat;
	}
	
#nav-racing a  {
	width: 109px;
	background: url(images/nav3-racing.jpg) top left no-repeat;
	}
	
#nav-directions a  {
	width: 111px;
	background: url(images/nav4-directions.jpg) top left no-repeat;
	}
	
#sub-nav {
	width: 900px;
	height: 400px;
	max-height: 400px;
	overflow: hidden;
	}
	
/* Content */

#content-container {
	clear: both;
	width: 860px;
	padding: 20px;
	background: url(images/content-bg.jpg) repeat-y top center;
	}

#content-left {
	float: left;
	width: 635px;
	font-size: 85%;
	text-align: justify;
	}

#content-right {
	float: right;
	margin-right: 24px;
	width: 179px;
	}

#operation-table {
	width: 179px;
	font-size: 80%;
	margin-bottom: 25px;
	}

#operation-table td, #operation-table th {
	margin: 0;
	padding: 3px 10px;
	}


#testimonials {
	width: 520px;
	padding: 5px 10px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 3px solid #252525;
	font-style: italic;
	background: #353535;
	font-size: 90%;
	font-weight: bold;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	}



/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 148px;
	background: url(images/footer-bg.jpg) no-repeat top center;
	}


#footer-left {
	float: left;
	font-size: 70%;
	margin: 8px 0 0 15px;	
	}
	
#footer-left li {
	list-style: none;
	margin: 1px 0;
	}

	
#footer-right {
	float: right;
	margin-top: 100px;
	margin-right: 10px;
	color: #000;
	font-size: 75%;
	}
	
#footer-right a {
	text-decoration: underline;
	}





