﻿/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< TYLER BUTTS RACING - Nov 2009 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
body{
	margin:0;
	background:#252344 url('../images/fullbg.jpg') no-repeat scroll center top;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#ffffff;
}

a:link, a:visited{
	color:#ffffff;
	text-decoration:none;
}
a:active, a:hover{
	color:#ffffff;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, div, form{
	margin:0;
}

.main{
	background:transparent url('../images/bit.gif') repeat-x scroll center top;	
}
.banner{
	background:transparent url('../images/top-bit.gif') no-repeat scroll center top;	
}
.tblbg{
	background:#ec2a11 url('../images/main-bg.jpg') no-repeat scroll center bottom;
	height:699px;
	vertical-align:top;
}

/* >>>>>>>>>>>>>>>>>>>>>>>> Sponser Box >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.spn-lt, .spn-rt, .nav-lt, .nav-rt{
	width:5px;
	height:40px;
	overflow:hidden;
}
.spn-lt{
	background:transparent url('../images/sponsor-left.gif') no-repeat scroll left top;
}
.spn-rt{
	background:transparent url('../images/sponsor-right.gif') no-repeat scroll left top;
}
.spn-ct{
	background-color:#fe0000;
}

.spn-ct img{
	margin:0 5px;
	border:0;
}

.nav-lt{
	background:transparent url('../images/nav-left-bit.gif') no-repeat scroll left top;
}
.nav-rt{
	background:transparent url('../images/nav-right-bit.gif') no-repeat scroll left top;
}
.nav-ct{
	background-color:#0003ff;
}

.gallery_wrapper{
	background:transparent url('../images/gallery-bg.gif') repeat-x scroll left top;
}
/* >>>>>>>>>>>>>>>>>>>>>>>> Main Navigation >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.mainnav {
	margin: 0;
	padding:0;
	float:right;
}
.mainnav li {
	list-style-type: none;
	float: left;
	padding:0;
	margin:0;
}
.mainnav a {
	margin: 6px 7px 6px 6px;
	padding: 3px 5px;
	display: block;
	color: #ffffff;
	font-size: 17px;
	line-height:22px;
	font-weight: normal;
	text-decoration: none;
}
.mainnav a:active, .mainnav a:hover {
	color: #fe0000;
	text-decoration: none;
}
.mainnav a.current:link, .mainnav a.current:visited {
	text-decoration: none;
	color: #fe0000;
}
/* >>>>>>>>>>>>>>>>>>>>>>>> Body Text >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.pg-head{
	font-size:28px;
	color:#ffffff;
	font-weight:bold;
	line-height:28px;
	margin-bottom:25px;
}

.subtitle{
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	line-height:19px;
	margin-bottom:5px;
}

.hbody{
	font-size:13px;
	color:#ffffff;
	line-height:22px;
}

.body{
	font-size:12px;
	color:#ffffff;
	line-height:16px;
}

.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:22px;
}

.list{
	padding:10px 10px 10px 30px;
	margin:0;
}

.list li{
	list-style-type:disc;
	font-size:12px;
	line-height:normal;
	color:#ffffff;
	padding:0;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Gallery View >>>>>>>>>>>>>>>>>>>>>>>>>> */
.stepcarousel {
	position: relative; /*leave this value alone*/;
	overflow: scroll; /*leave this value alone*/;
	width: 360px; /*Width of Carousel Viewer itself*/;
	height: 100px; /*Height should enough to fit largest content's height*/
	margin:0 0 0 24px;
	padding:0;
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/;
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/;
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/;
	margin: 14px 19px;/*margin around each panel*/
	width: 96px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	border:1px solid #ffffff;
	height:63px;
}
.panel img{
	border:0;
}