/*
----------------------------------------------------------------
	R E S E T
---------------------------------------------------------------- */
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;
	background: transparent;
	font-weight:normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {display:none;}

/* fonts */


@font-face {
    font-family: 'KnockoutHTF31JuniorMiddlewt';
    src: url('../fonts/knockhtf31junmid-webfont.eot');
    src: url('../fonts/knockhtf31junmid-webfont.eot?iefix') format('eot'),
         url('../fonts/knockhtf31junmid-webfont.woff') format('woff'),
         url('../fonts/knockhtf31junmid-webfont.ttf') format('truetype'),
         url('../fonts/knockhtf31junmid-webfont.svg#webfontfaTbWIrf') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
----------------------------------------------------------------
	L A Y O U T
---------------------------------------------------------------- */
body {
	font: 10px/normal Arial, Helvetica, sans-serif;
	background:#fff;
	color:#000;
}

#container {
	width:960px;
	margin: 0 auto;
	position:relative;
}

#header {
	width:960px;
	height:229px;
	position:relative;
	background:transparent url("../images/header.gif") no-repeat;
}

#header #logo a {
	display:block;
	width:907px;
	height:166px;
	margin:0 auto;
	text-indent:-999em;
}

#wrapper {
	width:770px;
	position:relative;
	margin:0 auto;
	padding:40px 25px 25px 25px;
	background: #CDE7F3 url("../images/hr.gif") repeat-x;
	overflow:hidden;
}

#footer {	
	width:822px;
	margin:0 auto;
	padding:110px 0 0 0;
	position:relative;
	background: transparent url("../images/greatestshowonearth.gif") no-repeat;	
}

#footer a#wheel {
	display:block;
	width:72px;
	height:72px;
	text-decoration:none;
	position:absolute;
	text-indent:-999em;
	left:0;
	top:100px;
	background: transparent url("../images/logo.gif") no-repeat;	
}

#footer p {
	width:732px;
	float:right;
	margin:5px 0 58px!important;
	font:normal 11px/1.2 Arial, Helvetica, sans-serif!important;
}

#footer strong {
	font-weight:bold;
}

#footer span {
	display:block;
	margin-top:10px;
}

#footer a {
	color:#000;
	text-decoration:underline;
}

#footer a:hover {
	color:#E36000;
}
/*-- sections and boxes --*/
.section {
	width:320px;
	float:left;
	background:#E1F1F8;
	padding:25px;
	height:180px;
	position:relative;
}

.section p a {
	color:#000;
	text-decoration:underline;
}

.section p a:hover {
	color:#555;
	text-decoration:none;
}

.section.left {
	font:1.8em "Times New Roman", Times, serif;
}

.section.right {
	float:right;
}

.section.bottom {
	width:371px;
	height:63px;
	padding:0;
	position:absolute;
	bottom:25px;
	left:25px;
}

#home .section.right {
	width:372px;
	padding:0;
	text-indent:-999em;
	height:308px;
	background: transparent url("../images/kit.jpg") no-repeat;
}

#racers .section {
	padding:0;
	height:auto;
	width:370px;
	padding-bottom:10px;
	font:1.8em "Times New Roman", Times, serif;
	background: #E1F1F8 url("../images/racers-bg.gif") 0 bottom no-repeat;
}

#racers .section ol {
	list-style:decimal-leading-zero;
	list-style-position:inside;
	background: transparent url("../images/carnumber.gif") no-repeat;
	padding-top:44px;
}

#racers .section ol li {
 background: url("../images/vr.gif") repeat-y scroll 77px 0 transparent;
    border-bottom: 1px solid #FFFFFF;
    font-size: 23px;
    font-style: italic;
    padding: 5px 0;
    position: relative;
    text-indent: 25px;
}

#racers .section ol li:last-child {
	border-bottom:0 none;
}

#racers .section ol span {
display: block;
float: right;
font-size: 14px;
font-style: normal;
line-height: 1;
padding: 1px 0 0 0;
text-indent: 0;
text-transform: uppercase;
vertical-align: middle;
width: 275px;
}

#racers .section ol span em {
	color: #888;
	font-style:normal;
	font-size:11px;
	font-family:arial, sans-serif;
}

#racers .section li a.open {
	width:237px;
	height:23px;
	background:transparent url("../images/regnow.gif") no-repeat;
	display:block;
	position:absolute;
	top:6px;
	right:39px;
	text-indent:-999em;
}

#racers .section li a.open:hover {
	background:transparent url("../images/regnow.gif") 0 bottom no-repeat;	
}

#rules .section,
#faq .section,
#enter .section,
#thankyou .section,
#past .section {
	width:773px;
	float:left;
	background:#E1F1F8;
	padding:25px 0 0 0;
	height:auto;
	position:relative;
}

#thankyou .section,
#past .section {
	margin-bottom:25px;
}

#thankyou .section.last,
#past .section.last {
	margin-bottom:0;
}

#thankyou .section #gmap {
	border: 20px solid #FFFFFF;
    display: block;
    margin: 0 auto 30px;
width:670px;
height:447px;
}

#faq .section {
	margin-bottom:25px;
}

#faq .section.last,
#faq .section:last-child {
	margin-bottom:0;
}

#rules p,
#faq p,
#enter p,
#thankyou p,
#past p {
	font:oblique 1.5em/1.3 "Times New Roman", Times, serif;
	margin:25px;
}

#faq p {
	margin-top:20px;
}

#faq h2, #thankyou h2, #past h2 {
	font:oblique 2.3em/1.3 "Times New Roman", Times, serif;
	width:752px;
	margin-left:25px;
	padding-bottom:10px;
	text-transform:uppercase;
	background:transparent url("../images/hr-lines.gif") 0 bottom no-repeat;
}
.gs {
	font:oblique 1.1em/1.3 "Times New Roman", Times, serif;	
	padding-bottom:10px;
	padding-top:10px;
	text-transform:uppercase;
}

.floatright {
	float:right;
	margin: 8px 0 15px 25px;
}

.floatleft {
	float:left;
	margin: 8px 25px 15px 0;
}

.floatright.border,
.floatleft.border {
	border:20px solid #fff;
}

#venue .section.left {
	font:1.5em "Times New Roman", Times, serif;
	height:144px;
	position:relative;
	padding:0;
	width:370px;
	height:353px;
	padding-top:17px;
	background:transparent url("../images/checkin.gif") no-repeat;
}

#venue .section.right {
	height:369px;
	width:370px;
	padding:0;
	margin-top:2px;
}

#venue .section.right a {
	display:block;
	text-indent:0;
	height:369px;
	width:370px;
	position:static;
}


#venue .section.bottom {
	width:320px;
	height:auto;
	padding:25px 25px 5px 25px;
	position:absolute;
	top:268px;
	left:25px;
	font:1.5em "Times New Roman", Times, serif;
}

#venue .section.bottom strong {
	font-weight:bold;
}

#venue .section.left dl {
	width:370px;
	margin-bottom:25px;
	overflow:hidden;
}

#venue .section.left dt {
	width:125px;
	float:left;
	text-align:right;
	text-transform:uppercase;
}

#venue .section.left dd {
	width:190px;
	float:right;
	margin-right:25px;
	font-style:italic
}

/*-- nav --*/

#nav {
	width:890px;
	bottom:28px;
	left:48px;
	height:29px;
	position:absolute;
	overflow:hidden;
}

#nav li {
	float:left;
padding-right:3px;
margin-right:1px;
		background:transparent url("../images/line.gif") 100% 50% no-repeat;
}

#nav li a	{
	font-family:KnockoutHTF31JuniorMiddlewt, serif, sans-serif;
	font-size:19px;
	line-height:28px;
	font-weight:normal;
	color:#f9f9f9;
	height:28px;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	padding:0 6px;
	margin:0 6px;
}

#nav li a span {
	text-transform:lowercase;
}

#nav li.current a,
#nav li a:hover {
	background-color:#e98033;
}

#nav li:last-child
#nav li.last,
#nav li.last a,
#nav li:last-child a {
	margin-right:0;
}

#nav li.last {
	background:none;
}

#nav li:last-child {
	background:none
}



/*
----------------------------------------------------------------
	T Y P E
---------------------------------------------------------------- */

/*-- headings --*/

#home h1 {
	width:820px;
	height:35px;
	text-indent:-999em;
	margin:15px auto;
	background: transparent url("../images/h1-home.gif") no-repeat;
}

#racers h1 {
	width:802px;
	height:37px;
	text-indent:-999em;
	margin:15px auto;
	background: transparent url("../images/h1-racers.gif") no-repeat;
}

#rules h1 {
	width:820px;
	height:64px;
	text-indent:-999em;
	margin:15px auto;
	background: transparent url("../images/h1-rules.gif") no-repeat;
}

#venue h1 {
	width:819px;
	height:64px;
	text-indent:-999em;
	margin:15px auto;
	background: transparent url("../images/h1-venue.gif") no-repeat;
}

#enter h1 {
	width:819px;
	height:64px;
	text-indent:-999em;
	margin:15px auto;
	background: transparent url("../images/h1-enter.gif") no-repeat;
}

#thankyou h1 {
	width:819px;
	height:64px;
	text-indent:-999em;
	margin:15px auto;
	background: transparent url("../images/h1-thankyou.gif") no-repeat;
}

#past h1 {
	width:819px;
	height:64px;
	text-indent:-999em;
	margin:15px auto;
	background: transparent url("../images/h1-past.gif") no-repeat;
}

#faq h1 {
	width:808px;
	height:56px;
	text-indent:-999em;
	margin:15px auto;
	background: transparent url("../images/h1-faq.gif") no-repeat;
}

h2#eligibility {
	width:779px;
	height:39px;
	text-indent:-999em;
	background: transparent url("../images/h2-eligibility.gif") no-repeat;
}

h2#register {
	width:779px;
	height:39px;
	text-indent:-999em;
	background: transparent url("../images/h2-register.gif") no-repeat;
}

h2#fees {
	width:779px;
	height:39px;
	text-indent:-999em;
	background: transparent url("../images/h2-fees.gif") no-repeat;
}

h2#awards{
	width:783px;
	height:39px;
	text-indent:-999em;
	background: transparent url("../images/h2-awards.gif") no-repeat;
}

h2#techspecs {
	width:781px;
	height:39px;
	text-indent:-999em;
	background: transparent url("../images/h2-techspecs.gif") no-repeat;
}

h2#thankyou {
	width:781px;
	height:39px;
	text-indent:-999em;
	background: transparent url("../images/h2-thankyou.gif") no-repeat;
}


#signuptorace {
	width:312px;
	height:23px;
	text-indent:-999em;
	display:block;
	position:absolute;
	left:25px;
	bottom:25px;
	background: transparent url("../images/signuptorace.jpg") no-repeat;
}

#signuptorace:hover {
	background: transparent url("../images/signuptorace.jpg") 0 bottom no-repeat;
}

#whatsaderby {
	width:371px;
	height:63px;
	text-indent:-999em;
	display:block;
	position:absolute;
	bottom:0;
	cursor:help;
	background: transparent url("../images/whatsaderby.jpg") no-repeat;
}

#whatsaderby:hover {
	background: transparent url("../images/whatsaderby.jpg") 0 bottom no-repeat;
}

#getdirections {
	width:370px;
	height:57px;
	text-indent:-999em;
	display:block;
	position:absolute;
	top:-75px;
	left:0;
	background: transparent url("../images/getdirections.gif") no-repeat;
}

#getdirections:hover {
	background: transparent url("../images/getdirections.gif") 0 bottom no-repeat;
}


/* entry form */
#wufoo{
	position:absolute;
	width:755px;
	height:100%;
}
iframe{height:100%;width:100%;border:none;}

#enter .section {
	min-height:1250px;
}

/* social */

.social {
	display:inline-block;
	width:48px;
	height:48px;
	line-height:48px;
	text-indent:-999em;
	background: transparent url("../images/facebook-wood.jpg")  no-repeat;
	margin-right:20px;
}

.twitter {
	background: transparent url("../images/twitter-wood.jpg")  no-repeat;
}

.flickr {
	background: transparent url("../images/flickr-wood.jpg")  no-repeat;
}

.flickr.group {
	background: transparent url("../images/flickr-group-wood.jpg")  no-repeat;
	float:right;
	margin-right:30px;
}

.social.sm {
	width:auto;
	padding-left:20px;
	height:auto;
	text-indent:0;
	margin-right:5px;
	margin-left:5px;
	line-height:16px;
	background: transparent url("../images/facebook_icon.jpg")  no-repeat;	
}


.sm.twitter {
	background: transparent url("../images/twitter_icon.jpg")  no-repeat;	
}

.sm.flickr {
	background: transparent url("../images/flickr_icon.gif")  no-repeat;	
}

#loading {
background: transparent url("../images/loading.gif") no-repeat;
height: 32px;
position: absolute;
right: 25px;
top: 17px;
width: 32px;
display:none;
}

#loading.on {
	display:block;
}

/* flickr */

#photos {
overflow:hidden;
width:720px;
margin: 25px auto 0;

}

#photos li {
list-style:none;
}

#photos a {
float:left;
display:block;
height:100px;
margin: 0 7px;
}

#photos img {
border:3px solid #fff;
}

#photos a:hover img {
border:3px solid #cde7f3;
}

/* facnybox */
#fancybox-loading {
    cursor: pointer;
    display: none;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1104;
}
#fancybox-loading div {
    background-image: url("/images/fancybox.png");
    height: 480px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
#fancybox-overlay {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1100;
}
#fancybox-tmp {
    border: 0 none;
    display: none;
    margin: 0;
    overflow: auto;
    padding: 0;
}
#fancybox-wrap {
    display: none;
    left: 0;
    outline: medium none;
    padding: 20px;
    position: absolute;
    top: 0;
    z-index: 1101;
}
#fancybox-outer {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    position: relative;
    width: 100%;
}
#fancybox-content {
    border: 0 solid #FFFFFF;
    height: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 0;
    z-index: 1102;
}
#fancybox-hide-sel-frame {
    background: none repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1101;
}
#fancybox-close {
    background: url("/images/fancybox.png") repeat scroll -40px 0 transparent;
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    z-index: 1103;
}
#fancybox-error {
    color: #444444;
    font: 12px/20px Arial;
    margin: 0;
    padding: 14px;
}
#fancybox-img {
    border: medium none;
    height: 100%;
    line-height: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: top;
    width: 100%;
}
#fancybox-frame {
    border: medium none;
    display: block;
    height: 100%;
    width: 100%;
}
#fancybox-left, #fancybox-right {
    background: url("/images/blank.gif") repeat scroll 0 0 transparent;
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 100%;
    outline: medium none;
    position: absolute;
    width: 35%;
    z-index: 1102;
}
#fancybox-left {
    left: 0;
}
#fancybox-right {
    right: 0;
}
#fancybox-left-ico, #fancybox-right-ico {
    cursor: pointer;
    display: block;
    height: 30px;
    left: -9999px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 1102;
}
#fancybox-left-ico {
    background-image: url("/images/fancybox.png");
    background-position: -40px -30px;
}
#fancybox-right-ico {
    background-image: url("/images/fancybox.png");
    background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible;
}
#fancybox-left:hover span {
    left: 20px;
}
#fancybox-right:hover span {
    left: auto;
    right: 20px;
}
.fancybox-bg {
    border: 0 none;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 20px;
    z-index: 1001;
}
#fancybox-bg-n {
    background-image: url("/images/fancybox-x.png");
    left: 0;
    top: -20px;
    width: 100%;
}
#fancybox-bg-ne {
    background-image: url("/images/fancybox.png");
    background-position: -40px -162px;
    right: -20px;
    top: -20px;
}
#fancybox-bg-e {
    background-image: url("/images/fancybox-y.png");
    background-position: -20px 0;
    height: 100%;
    right: -20px;
    top: 0;
}
#fancybox-bg-se {
    background-image: url("/images/fancybox.png");
    background-position: -40px -182px;
    bottom: -20px;
    right: -20px;
}
#fancybox-bg-s {
    background-image: url("/images/fancybox-x.png");
    background-position: 0 -20px;
    bottom: -20px;
    left: 0;
    width: 100%;
}
#fancybox-bg-sw {
    background-image: url("/images/fancybox.png");
    background-position: -40px -142px;
    bottom: -20px;
    left: -20px;
}
#fancybox-bg-w {
    background-image: url("/images/fancybox-y.png");
    height: 100%;
    left: -20px;
    top: 0;
}
#fancybox-bg-nw {
    background-image: url("/images/fancybox.png");
    background-position: -40px -122px;
    left: -20px;
    top: -20px;
}
#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}
.fancybox-title-inside {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.fancybox-title-outside {
    color: #FFFFFF;
    padding-top: 10px;
}
.fancybox-title-over {
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    position: absolute;
    text-align: left;
}
#fancybox-title-over {
    background-image: url("/images/fancy_title_over.png");
    display: block;
    padding: 10px;
}
.fancybox-title-float {
    bottom: -20px;
    height: 32px;
    left: 0;
    position: absolute;
}
#fancybox-title-float-wrap {
    border: medium none;
    border-collapse: collapse;
    width: auto;
}
#fancybox-title-float-wrap td {
    border: medium none;
    white-space: nowrap;
}
#fancybox-title-float-left {
    background: url("/images/fancybox.png") no-repeat scroll -40px -90px transparent;
    padding: 0 0 0 15px;
}
#fancybox-title-float-main {
    background: url("/images/fancybox-x.png") repeat scroll 0 -40px transparent;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 29px;
    padding: 0 0 3px;
}
#fancybox-title-float-right {
    background: url("/images/fancybox.png") no-repeat scroll -55px -90px transparent;
    padding: 0 0 0 15px;
}
.fancybox-ie6 #fancybox-close {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie6 #fancybox-left-ico {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie6 #fancybox-right-ico {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie6 #fancybox-title-over {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie6 #fancybox-title-float-left {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie6 #fancybox-title-float-main {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie6 #fancybox-title-float-right {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
}
#fancybox-loading.fancybox-ie6 {
    margin-top: 0;
    position: absolute;
}
#fancybox-loading.fancybox-ie6 div {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie .fancybox-bg {
    background: none repeat scroll 0 0 transparent !important;
}
.fancybox-ie #fancybox-bg-n {
}
.fancybox-ie #fancybox-bg-ne {
}
.fancybox-ie #fancybox-bg-e {
}
.fancybox-ie #fancybox-bg-se {
}
.fancybox-ie #fancybox-bg-s {
}
.fancybox-ie #fancybox-bg-sw {
}
.fancybox-ie #fancybox-bg-w {
}
.fancybox-ie #fancybox-bg-nw {
}
#tip7-title {
    color: #666666;
    font-size: 10px;
    text-align: left;
}
#tip7-title b {
    color: #960A09;
    display: block;
    font-size: 18px;
    margin-right: 80px;
}
#tip7-title span {
    float: right;
}
.loading-lg {
    background: url("../images/loading-lg.gif") no-repeat scroll 50% 200px transparent;
	maring-left:-16px;
}












