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

img {
	border: 0;	
}

/* BACKGROUND FULL SCREEN ATTRIBUTES */

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}
/* END BACKGROUND FULL SCREEN */
#wrapper {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 

	/* These have no effect on the functionality */
	width: 1000px;
	margin: 0 auto;
	
	
	/*SHADOW
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;*/
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
text-align: center;
margin: 0px;
padding: 20px 0px 20px 0px;
}

#wrapper2 {
width: 1000px;
padding: 10px;
margin: 0px auto 0px auto;
height: auto;
text-align: left;
}
#header {

}
#container {
padding: 0px;
margin: 10px 0px 0px 0px;
background-attachment: scroll;
background-image: url(back.gif);
background-repeat: repeat-y;
background-position: 0px 0px;
height: 1%;
width: auto;
}
#left {
margin: 0px;
width: 120px;
padding: 10px 20px 10px 0px;
float: left;
}

#logo {
	margin: 10px 0 0 -40px;
}

#box {
	width: 112px;
	height: 120px;
	background: #FFFFFF 0 0;
	border: #000000 solid 5px;
	margin: 0 0 0 0;
}


/* NAVAGATION CONTROLS */

ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 122px; /*For KHTML*/
  list-style: none;
  text-align: right;
}

ul#navmenu li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
 
  border-right-color: #CCC;
  border-bottom: 1px solid #000;
  padding: 0 6px;
  display: block;
  background: url(../images/navBG.png) repeat-y 0 0 #f26722;
  color: #000;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 100%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #000;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background: repeat-y 0 0 #f26722;
  color: #000;
  border-left: 1px solid #000;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #000;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 120px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* END NAVAGATION */

/* CENTER CONTENT AREA */

#center {
height: auto;
width: 620px;
padding: 0px 20px 10px 20px;
float: left;
margin: 0px 0px 0px 0;
line-height: 1.8em;
}

#centerContent {
height: auto;
width: 620px;
padding: 10px 10px 10px 20px;
float: left;
margin: 10px 0px 0px 30px;
line-height: 1.8em;
background: #FFF url(../images/contentBG.jpg)  repeat-x bottom;
overflow: hidden;
}

#centerContent a {
	color: #000;
	text-decoration: none;
}

#centerContent a:hover {
	color: #f26722;
	text-decoration: none;
}

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

.colorado ol {
	list-style-type: decimal;
}

.quote {
	font-size: 3.8em;
	line-height: 1.2em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #f26721;
	letter-spacing: -2px;
	text-outline: 2px 1px #000; 
	text-align: center;
	font-weight:bold;
}

#promo {
	width: 124px;
	height: 120px;
	text-align: center;
	margin: 27px 0 0 0;
}

#promo a {
	color: none;
	text-decoration: none;
}

#car {
	margin: 0;
}

#ultimateShoe {
	font-size: 1.1em;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	text-align: right;
	margin: -30px 15px 20px 0;
}

#orangeBar {
	width: 668px;
	height: 25px;
	border: solid #000 2px;
	background: #f26722;
	text-align: left;
	padding: 4px 0 2px 0px;
	vertical-align:middle;
	color: #fff;
	font-size: 1.1em;
}

.leadfootNation {
	font-size: 1.3em;
	font-variant: small-caps;
	color: black;
	padding: 0 0 0 10px;
}

.leadfootNation a {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}

.leadfootNation a:hover {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

.leadfootEmail {
	font-size: 1.3em;
	font-variant: small-caps;
	color: black;
	padding: 0 0 0 10px;
}

.leadfootEmail a {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	float: right;
	padding: 0 10px 0 0;
}

.leadfootEmail a:hover {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

#feet {
	width: 680px;
	margin: 5px 0 0 0;
}

.foot1 {	
	width: 170px;
	height: 222px;
	float: left;
	background: url(../images/footNav.png) no-repeat;
}

.feetBox {
	width: 134px;
	margin: 10px 0 0 15px
}

.blackBox {
	background: #000;
	text-align: center;
	color: #f26722;
	font-size: 1.8em;
	padding: 18px 0 0 0;
	height: 40px;
}

.blackBox a {
	color: #f26722;
	text-decoration: none;
}
	
.blackBox a:hover {
	color: #FFF;
	text-decoration: none;
}

.feetLink {
	margin: -5px 0 0 0;
	padding: 0;
	font-size: 1.3em;
	text-align: center;
}

.feetLink a {
	text-decoration: none;
	color: #000;
}

.feetLink a:hover {
	text-decoration: none;
	color: #f26722;
}

.feetLinkPhoto {
	margin: -2px 0 0 0;
	padding: 0;
	font-size: 1.3em;
	text-align: center;
}

.feetLinkPhoto a {
	text-decoration: none;
	color: #000;
}

.feetLinkPhoto a:hover {
	text-decoration: none;
	color: #f26722;
}

/* END CENTER CONTENT AREA */


#right {
padding: 0px 20px 10px 20px;
height: auto;
width: 70px;
float: left;
margin: 0px 0px 0px 20px;
}

#rightcontent {
padding: 0px 20px 10px 0px;
height: auto;
width: 70px;
float: left;
margin: 0px 0px 0px 20px;
}

#sponsors {
	list-style-type: none;
}

#sponsors li {
	padding-bottom: 5px;
}

/* GALLERY HANDLERS */

.oval {
	background: url(../images/oval.png) no-repeat;
	width: 126px;
	height: 71px;
	padding: 15px 50px 0 0;
	text-align: center;
	float: right;
	margin: 20px 20px 20px 100px;
	color: #FFF;
}

.image1 {
	background: url(../photo-gallery/images/off-track/Off-Track-Folder-Image.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 20px 20px 20px 0;
}


.image2 {
	background: url(../photo-gallery/images/drag-race/Drag-Race-Folder-Image.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 20px 20px 20px 0;
}

.image3 {
	background: url(../photo-gallery/images/circle-track/Circle-track-folder-image.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 20px 20px 20px 0;
}

.image4 {
	background: url(../photo-gallery/images/road-race/Road-Race-Folder-Image.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 20px 20px 20px 0;
}

.image5 {
	background: url(../photo-gallery/images/rally/Rally-Folder-Image.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 0 20px 20px 0;
}

.image6 {
	background: url(../photo-gallery/images/dirt-track/dirt-track-folder-image.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 0 20px 20px 0;
}

.image7 {
	background: url(../photo-gallery/images/performance/Precision-Driving-Folder-Image.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 0 20px 20px 0;
}

.image8 {
	background: url(../photo-gallery/images/clunkerball/Clunkerball-Run-Folder-Image.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 0 20px 20px 0;
}

.video1 {
	background:  url(../videos/off-track/Off-Track-Title-Photo.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 20px 20px 20px 0;
}


.video2 {
	background: url(../videos/drag-race/Drag-Racing-Title-Photo.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 20px 20px 20px 0;
}

.video3 {
	background: url(../videos/circle-track/Circle-track-Title-Photo.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 20px 20px 20px 0;
}

.video4 {
	background: url(../videos/road-race/Road-race-Title-Photo.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 20px 20px 20px 0;
}

.video5 {
	background: url(../videos/rally/Rally-Cross-Title-Photo.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 0 20px 20px 0;
}

.video6 {
	background: url(../videos/dirt-track/dirt-track-folder-image.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 0 20px 20px 0;
}

.video7 {
	background: url(../videos/performance/Precision-Driving-Title-Photo.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 0 20px 20px 0;
}

.video8 {
	background: url(../videos/clunkerball/Clunkerball-Title.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 0 20px 20px 0;
}

.video9 {
	background: url(../images/promo.jpg) no-repeat;
	width: 126px;
	height: 71px;
	padding: 70px 0 0 0;
	text-align: center;
	float: left;
	margin: 0 20px 20px 0;
}

.negative {
	color: #000;
	margin: -20px 0 0 0;
}

/* END GALLERY HANDLERS */

.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}
#footer {
margin: 10px 0px 0px 0px;
text-align: center;
padding: 15px 0px 0 0px;
width: 972px;
clear: both;
height: 30px;
color: #FFF;
}
#footer p {
color: #FFF;
margin: 0px auto 0px auto;
padding: 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
color: #FFF;
text-decoration: none;
}
#footer a:hover {
color: #000;
text-decoration: none;
}

#footerRight {
	width: 324px;
	float: left;
	text-align:right;
	padding: 18px 0 0 0;
}

#footerLeft {
	width: 324px;
	float: left;
	text-align:left;
	padding: 30px 0 0 0;
}

#footerCenter {
	width: 324px;
	float: left;
	text-align: center;
}


/* TYPOGRAPHY */
.orange {
	color: #f26722;	
}

p {margin: 1em 0;
	line-height: 1.3em;
}

h1 {font-size: 2.2em;
line-height: 150%;
padding: 10px 0;
}
h2, .contentheading, .componentheading {
font-size: 1.9em;
line-height: 150%;
padding: 6px 0;
}
h3 {font-size: 1.4em;
line-height: 140%;
padding: 6px 0 0 0;
}
h4 {font-size: 1.2em;
line-height: 150%;
padding: 6px 0;
color: #333;
padding: 6px 0 0 0;
}
h5 {font-size: 1.1em;
line-height: 150%;
color: #333;
}
h6 {font-size: 1em;
line-height: 150%;
color: #333;
}

blockquote { margin: 1em;}

.active {
	color: #FFF;
}

.active2 {
	color: #000;
}

/* END TYPOGRAPHY */

/* ASSIGNABLE */

.clr {clear: both;}
.clear {clear: both; height:1px; visibility:hidden;}
.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}
.float-lft {float:left; padding-right: 6px; width: 200px;}
.float-rt {float:right; padding-left:6px; width:200px;}
.underline {border-bottom: thin;}
.smaller {font-size:small;}
.larger{font-size:larger;}
#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f26722;
	color: #000;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}


/* END ASSIGNABLE */

/* LINKS */

#centerContent a:link {
	color: #000;	
	text-decoration: none;
}

#centerContent a:visited {
	color: #666;	
	text-decoration: none;
}

#centerContent a:hover {
	color: #ccc;
	text-decoration: none;
}

#centerContent a:active {
	color: #000;
	text-decoration: none;
}
