body {
	color: #000;
	background-color: #b4aa89;
	background-image: url('/assets/images/background.jpg');
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 0;
	}
img {
	border: 0;
	}
form {
	padding: 0;
	margin: 0;
	}
input, select, textarea {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	}
a, a:link, a:visited, a:active {
	color: #f0451c;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

/* BACKGROUND */

#hero {	
	background-repeat: no-repeat;
	background-position: top center;
	}
div.hero-home {
	height: 850px;
	background-image: url('/assets/images/background_home.jpg');
	}
div.hero-team {
	height: 660px;
	background-image: url('/assets/images/background_team.jpg');
	}
div.hero-14 {
	height: 660px;
	background-image: url('/assets/images/background_14.jpg');
	}
div.hero-10 {
	height: 660px;
	background-image: url('/assets/images/background_10.jpg');
	}
div.hero-schedule {
	height: 660px;
	background-image: url('/assets/images/background_schedule.jpg');
	}
div.hero-forum {
	height: 660px;
	background-image: url('/assets/images/background_forum.jpg');
	}
div.hero-store {
	height: 660px;
	background-image: url('/assets/images/background_store.jpg');
	}
	
#container {
	width: 960px;
	margin: 0 auto;
	}
div.col-574 {
	width: 574px;
	float: left;
	}
div.col-384 {
	width: 384px;
	float: left;
	}
div.col-190 {
	width: 190px;
	float: left;
	}

#menu {
	width: 574px;
	height: 40px;
	background-color: #333;
	border-bottom: 4px solid #ff6633;
	float: right;
	}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	}
#menu ul li {
	padding: 0;
	margin: 0;
	float: left;
	display: inline: /* IE 6 */
	}
#menu ul li a {
	height: 26px;
	padding: 14px 10px 0 10px;
	display: block;
	}
#menu ul li a:hover {
	background-color: #484848;
	}
#menu ul li a.current {
	background-color: #484848;
	}
#menu form {
	width: 156px;
	margin-top: 8px;
	padding-right: 10px;
	float: right;
	}
#menu form div.input {
	width: 110px;
	float: left;
	}
#menu form div.input input {
	width: 108px;
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 1em;
	border: 0;
	padding: 6px 2px;
	margin: 0;
	}
#menu form div.submit {
	width: 40px;
	margin-left: 6px;
	float: left;
	display: inline: /* IE 6 */
	}
#menu form div.preloader {
	width: 28px;
	padding-top: 3px;
	padding-left: 12px;
	margin-left: 6px;
	float: left;
	display: inline: /* IE 6 */
	}
#mailing_list p {
	color: #fff;
	width: 156px;
	margin: 0;
	margin-top: 6px;
	}
#mailing_list p b {
	color: #f63;
	}
#mailing_list-preloader {
	display: none;
	}
#section {
	width: 574px;
	float: right;
	}
#footer {
	width: 346px;
	padding: 18px;
	color: #fff; 
	float: left;
	}
#footer a {
	color: #fff;
	margin-right: 8px;
	}
#footer p {
	margin: 0;
	margin-top: 6px;
	}
#credit {
	color: #fff;
	width: 154px;
	padding: 18px;
	float: left;
	}
#credit img {
	padding-left: 6px;
	}
#credit * {
	vertical-align: middle;
	}

/* BARS OVERLAY */
	
#bars {
	width: 382px;
	background-image: url('/assets/images/bars.gif');
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
	display: inline: /* IE 6 */
	}
div.bars-home {
	height: 118px;
	margin-top: 385px;
	}
div.bars-team {
	height: 61px;
	margin-top: 200px;
	}
div.bars-14 {
	height: 61px;
	margin-top: 200px;
	}
div.bars-10 {
	height: 61px;
	margin-top: 200px;
	}
div.bars-schedule {
	height: 61px;
	margin-top: 280px;
	}
div.bars-forum {
	margin-top: 2px;
	height: 60px;
	}
div.bars-store {
	height: 118px;
	margin-top: 223px;
	}

/* SHARED */

#next_race {
	width: 150px;
	height: 150px;
	background-color: #fff;
	padding: 20px;
	margin-right: 2px;
	float: left;
	display: inline: /* IE 6 */
	}
#next_race h4 {
	color: #999;
	font-size: 10px;
	margin: 0;
	margin-bottom: 12px;
	}
#next_race h3 {
	font-size: 14px;
	margin: 0;
	margin-bottom: 2px;
	}
#next_race p {
	margin: 0;
	margin-bottom: 5px;
	}
#next_race img {
	margin-top: 12px;
	display: block;
	}
#photos {
	width: 174px;
	height: 190px;
	background-color: #fff;
	padding-left: 16px;
	margin-right: 2px;
	float: left;
	display: inline; /* IE 6 */
	}
#photos div.album {
	width: 151px;
	height: 102px;
	background-image: url('/assets/images/photos_background.gif');
	padding-top: 8px;
	padding-left: 5px;
	margin-top: 20px;
	}
#photos div.album div.thumbnail {
	width: 144px;
	height: 94px;
	cursor: pointer;
	}
#photos h4 {
	color: #999;
	font-size: 10px;
	padding-left: 2px;
	margin: 6px 0;
	}
#photos p {
	color: #999;
	font-size: 10px;
	padding-left: 2px;
	margin: 6px 0;
	}
#sponsors {
	width: 162px;
	background-color: #6b6552;
	padding: 30px 0 30px 28px;
	margin-top: 2px;
	float: left;
	}

/* HOME */

#intro {
	width: 574px;
	height: 280px;
	background-color: #333;
	float: left;
	}
#news {
	width: 342px;
	background-color: #fff;
	border-top: 1px solid #000;
	padding: 20px;
	padding-bottom: 10px;
	float: left;
	}
#news h4 {
	color: #999;
	font-size: 10px;
	margin: 0;
	margin-bottom: 12px;
	}
#news div.post {
	width: 342px;
	border-top: 1px solid #ccc;
	padding-top: 18px;
	padding-bottom: 17px;
	float: left;
	}
#news div.expanded {
	border: 0;
	padding-top: 0;
	}
#news div.post h3 {
	color: #ff6633;
	font-size: 14px;
	line-height: 1.1em;
	margin: 0;
	margin-bottom: 4px;
	}
#news div.post div.date span {
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	}
#news div.post div.date img {
	padding-right: 4px;
	}
#news div.post div.date * {
	vertical-align: middle;
	}
#news div.post p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	margin-top: 14px;
	}
#news div.post img.thumb {
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 8px;
	float: left;
	display: inline: /* IE 6 */
	}
#news p.archive {
	font-size: 10px;
	margin: 10px 0;
	}
#standings {
	width: 150px;
	background-color: #fff;
	border-top: 1px solid #000;
	padding: 20px;
	margin-right: 2px;
	float: left;
	display: inline: /* IE 6 */
	}
#standings h4 {
	color: #999;
	font-size: 10px;
	margin: 0;
	margin-bottom: 12px;
	float: left;
	}
#standings img {
	margin-top: -6px;
	float: right;
	}
#standings h5 {
	font-size: 9px;
	line-height: 1em;
	padding-top: 8px;
	clear: both;
	}
#standings table {
	width: 150px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	}
#standings table th {
	width: 20px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 4px 0;
	}
#standings table td {
	width: 100px;
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
	}
#standings table td.points {
	width: 30px;
	text-align: right;
	}
#standings span {
	color: #999;
	font-size: 9px;
	}
	
/* TEAM */
	
#about {
	width: 342px;
	background-color: #fff;
	padding: 20px;
	float: left;
	}
#about h4 {
	color: #999;
	font-size: 10px;
	margin: 0;
	}
#about p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
	margin-top: 14px;
	}
#history {
	width: 342px;
	background-color: #fff;
	border-top: 1px solid #000;
	padding: 20px;
	padding-bottom: 10px;
	float: left;
	}
#history h4 {
	color: #999;
	font-size: 10px;
	margin: 0;
	margin-bottom: 12px;
	}
#history div.post {
	width: 342px;
	border-top: 1px solid #ccc;
	padding-top: 18px;
	padding-bottom: 17px;
	float: left;
	}
#history div.post b {
	color: #036;
	font-size: 14px;
	}
#history div.post p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
	margin-top: 10px;
	}
#history div.post img {
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 8px;
	float: left;
	display: inline: /* IE 6 */
	}
	
/* TRUCKS */

#stats {
	width: 342px;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	float: left;
	}
#stats h4 {
	color: #999;
	font-size: 10px;
	margin: 0;
	}
#stats div.browse {
	width: 342px;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	float: left;
	}
#stats div.browse a {
	margin-top: 6px;
	margin-right: 15px;
	display: block;
	float: left;
	display: inline: /* IE 6 */
	}
#stats div.browse a.current {
	color: #000;
	}
#stats h5 {
	color: #036;
	font-size: 14px;
	margin: 0;
	}
#stats table {
	width: 342px;
	padding: 0;
	margin: 0;
	}
#stats th, #stats td {
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
	text-align: left;
	}
#stats th.standing, #stats td.standing {
	width: 68px;
	text-align: right;
	}
#stats table.year th, #stats table.year td {
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
	text-align: left;
	vertical-align: top;
	}
#stats table.year th.track, #stats table.year td.track {
	width: 92px;
	padding-right: 8px;
	}
#stats table.year th.status, #stats table.year td.status {
	width: 60px;
	text-align: right;
	}
#stats-preloader {
	width: 324px;
	padding: 30px 0;
	display: none;
	}
#stats-preloader div {
	width: 70px;
	margin: 0 auto;
	display: block;
	}
#stats-preloader * {
	vertical-align: middle;
	}
#theteam {
	width: 342px;
	background-color: #fff;
	border-top: 1px solid #000;
	padding: 20px;
	float: left;
	}
#theteam h4 {
	color: #999;
	font-size: 10px;
	margin: 0;
	margin-bottom: 12px;
	}
#theteam div.browse {
	width: 342px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	float: left;
	}
#theteam div.browse a {
	margin-top: 6px;
	margin-right: 15px;
	display: block;
	float: left;
	display: inline: /* IE 6 */
	}
#theteam div.browse a.current {
	color: #000;
	}
#theteam div.member {
	width: 342px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-top: 10px;
	float: left;
	}
#theteam div.member h1 {
	color: #036;
	font-size: 18px;
	line-height: 1em;
	margin: 0;
	margin-bottom: 10px;
	}
#theteam div.member img {
	border: 1px solid #ccc;
	padding: 2px;
	float: right;
	}
#theteam div.member table td.detail {
	width: 60px;
	}
#theteam div.member p {
	width: 342px;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
	margin-top: 15px;
	float: left;
	}
#theteam div.member p.leadoff {
	padding-top: 10px;
	border-top: 1px solid #ccc;
	}
#theteam div.expanded {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	}
#theteam div.sponsor {
	width: 342px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-top: 10px;
	float: left;
	}
#theteam div.sponsor img {		
	margin-right: 12px;
	margin-bottom: 10px;
	float: left;
	display: inline: /* IE 6 */
	}
#theteam div.sponsor h3 {
	color: #036;
	font-size: 14px;
	line-height: 1em;
	margin: 0;
	margin-bottom: 10px;
	float: left;
	}
#theteam div.sponsor p {
	width: 230px;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0;
	float: left;
	}
#driver {
	}
#crewchief {
	display: none;
	}	
#crew {
	display: none;
	}
#teamsponsors {
	display: none;
	}	
#thetruck {
	width: 150px;
	background-color: #fff;
	border-top: 1px solid #000;
	padding: 20px;
	float: left;
	}
#thetruck h4 {
	color: #999;
	font-size: 10px;
	margin: 0;
	margin-bottom: 12px;
	}
#thetruck img {
	display: block;
	}
#thetruck table {
	border-top: 1px solid #ccc;
	padding: 0;
	padding-top: 8px;
	margin: 0;
	margin-top: 8px;
	}
#thetruck table td {
	width: 75px;
	vertical-align: top;
	padding: 2px 0;
	}
	
/* SCHEDULE */

#truckseries {
	width: 342px;
	background-color: #fff;
	padding: 20px;
	float: left;
	}
#truckseries h4 {
	color: #999;
	font-size: 10px;
	margin: 0;
	}
#truckseries p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
	margin-top: 14px;
	}
#truckseries p img {
	margin-right: 8px;
	float: left;
	display: inline: /* IE 6 */
	}
#schedule {
	width: 342px;
	background-color: #fff;
	border-top: 1px solid #000;
	padding: 20px;
	float: left;
	}
#schedule h4 {
	color: #999;
	font-size: 10px;
	margin: 0;
	margin-bottom: 12px;
	}
#schedule table {
	width: 342px;
	padding: 0;
	margin: 0;
	float: left;
	}
#schedule table th, #schedule table td {
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 8px 0;
	}
#schedule table th {
	padding-top: 4px;
	}
#schedule table td.date, #schedule table th.date {
	width: 55px;
	}
#schedule table td.race, #schedule table th.race {
	width: 212px;
	}
#schedule table td.time, #schedule table th.time {
	width: 75px;
	text-align: right;
	}
#schedule tr.current {
	background-color: #eaf5ff;
	}

/* FORUM */
#forum {
	width: 958px;
	background-color: #fff;
	border-top: 1px solid #000;
	float: left;
	}
#forum img {
	}


/* STORE */

#paypal {
	width: 150px;
	height: 150px;
	background-color: #fff;
	border-top: 1px solid #000;
	padding: 20px;
	float: left;
	}
#paypal h4 {
	color: #999;
	font-size: 10px;
	margin: 0;
	margin-bottom: 12px;
	}
#paypal img {
	margin-bottom: 15px;
	display: block;
	}
#paypal p {
	line-height: 1.2em;
	margin: 0;
	margin-top: 8px;
	}
#store {
	width: 342px;
	background-color: #fff;
	border-top: 1px solid #000;
	padding: 20px;
	float: left;
	}
#store h4 {
	color: #999;
	font-size: 10px;
	margin: 0;
	margin-bottom: 12px;
	}
#store div.item {
	width: 342px;
	border-bottom: 1px solid #ccc;
	padding-top: 18px;
	padding-bottom: 17px;
	float: left;
	}
#store div.item b {
	color: #036;
	font-size: 14px;
	}
#store div.item span {
	font-weight: bold;
	}
#store div.item p {
	line-height: 1.2em;
	margin: 15px 0;
	}
#store div.item img.photo {
	margin-left: 8px;
	float: right;
	display: inline: /* IE 6 */
	}
	
/* ALBUM */

#album {
	width: 460px;
	}
#album div.background {
	width: 400px;
	height: 400px;
	background-color: #fff;
	padding: 10px;
	margin-top: 20px;
	margin-left: 20px;	
	}
#album div.container {
	width: 400px;
	height: 300px;
	background-color: #ccc;
	}
#album div.photo {
	text-align: center;
	}
#album div.nav {
	margin-top: 30px;
	float: left;
	}
#album div.nav div.last {
	width: 40px;
	float: left;
	}
#album div.nav div.next {
	width: 40px;
	float: left;
	}
#album div.nav div.details {
	width: 300px;
	padding: 0 10px;
	text-align: center;
	float: left;
	}
#album form {
	width: 400px;
	margin-top: 20px;
	float: left;
	}
#album form select {
	width: 400px;
	float: left;
	}
	
/* PHOTO */

#photo {
	width: 460px;
	}
#photo div.background {
	width: 400px;
	height: 300px;
	background-color: #fff;
	padding: 10px;
	margin-top: 20px;
	margin-left: 20px;	
	}
#photo div.container {
	width: 400px;
	height: 300px;
	background-color: #ccc;
	}
#photo div.image {
	text-align: center;
	}
