@charset "utf-8";
/* CSS Document */
/*CSS RESET*/
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* PNG FIX */
img, a, div { behavior: url(iepngfix.htc) }
/*************************************************************************/

* {
margin: 0px;
padding: 0px;
}

html {
	background-color: #000002;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	font-size:13px;
	color:#FFFFFF;
	border: medium none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000002;
}

p {
	text-align: left;
	color: #FFF;
	line-height: 1.3;
}

h1, h2, h3, h4 {
font-family: Arial, Helvetica, sans-serif;
color: #5b5b5b;
line-height: normal;
}

h1 {
font-size: 36px;
font-weight: bold;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #95a0b1;
	margin-bottom: 10px;
}

h3 {
font-size: 18px;
font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	color: #95A0B1;
}
h5 {
	font-size: 12px;
	line-height: 1.5;
	color: #95A0B1;
	font-weight: normal;
}


ul {
margin-left: 15px;
padding-left: 0px;
}
a img {
	border: medium none #333;
}


a:link {
	color:#95a0b1;
	text-decoration: none;
}
a:visited {
	color:#95a0b1;
	text-decoration: none;
}
a:hover {
	color:#e91f2f;
	text-decoration: none;
}
a:active {
	color:#e91f2f;
	text-decoration: none;
}

#wrapper {
	background-color: #000002;
	background-image: url(theme/structure/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#content {
	width: 980px;
	height: auto;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 980px;
}
#logo {
	margin: 0px;
	float: left;
	height: 84px;
	width: 300px;
	padding-top: 31px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#wilson_security_header {
	float: right;
	height: 84px;
	width: 670px;
	/*padding-top: 31px;*/
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#car_menu {
	display: inline-block;
	background: url(theme/carUlBg.png) no-repeat left top;
	padding-left: 147px;
	}
#car_menu li {
	display: inline-block;
	float: left;
	margin: 0px;
	padding: 0px;
	}
#car_menu li a {
	background-image: url(theme/WSR-car-menu.png);
	background-repeat: no-repeat;
	height: 110px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	text-align: left;
	}
.see_all {
	background: url(theme/see_all.png) no-repeat top left;
	width: 44px;
	height: 11px;
	display: block;
	text-align: left;
	text-indent: -9999px;
	float: right;
	margin-top: 3px;
	}
.see_all:hover {
	background-position: bottom left;
	}
.v8 {
	width: 124px;
	background-position: 0px 0px;
	}
.v8:hover, .v8:active, .selected .v8 {
	background-position: 0px -110px;
	}
.touring {
	width: 169px;
	background-position: -124px 0px;
	}
.touring:hover, .touring:active, .selected .touring {
	background-position: -124px -110px;
	}
.gt {
	width: 110px;
	background-position: -293px 0px;
	}
.gt:hover, .gt:active, .selected .gt {
	background-position: -293px -110px;
	}
.utes {
	width: 105px;
	background-position: -403px 0px;
	}
.utes:hover, .utes:active, .selected .utes {
	background-position: -403px -110px;
	}

#main_content {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 980px;
}
#top_content_wrapper {
	margin: 0px;
	height: auto;
	width: 960px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(theme/structure/bg_transluscent.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#mid_content_wrapper {
	margin: 0px;
	height: auto;
	width: 960px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(theme/structure/bg_transluscent.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#superfish_nav {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 960px;
}

.cursor { cursor:default; }

#top_content {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(theme/structure/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#top_content_left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 330px;
	width: 525px;
}
#top_caption {
	margin: 0 0 0 5px;
	height: 50px;
	width: 461px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#flash_main {
	margin: 0px;
	padding: 0px;
	height: 265px;
	width: 461px;
}

#top_content_right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 330px;
	width: 410px;
}
#top_right_image_reference {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: auto;
}
#top_right_car {
	padding: 0px;
	height: 293px;
	width: 593px;
	position: absolute;
	/*background-image: url(theme/images/wsr_car.png);*/
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -100px;
	z-index: 5;
}


#top_right_v8_bg {
	height: 47px;
	width: 422px;
	vertical-align: bottom;
	background-image: url(theme/structure/bg_top_right_v8.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: -37px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 10;
	padding: 0px;
}


#mid_content {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 960px;
}
#mid_twitter {
	margin: 0px;
	padding: 10px;
	float: left;
	height: 327px;
	width: 219px;
	background-image: url(theme/structure/bg_sections.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #050609;
}
#mid_merchandise {
	margin: 0px;
	float: left;
	height: 327px;
	width: 219px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #050609;
	background-image: url(theme/structure/bg_sections.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mid_gallery {
	margin: 0px;
	float: left;
	height: 327px;
	width: 219px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #050609;
	background-image: url(theme/structure/bg_sections.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mid_wsr_drivers {
	margin: 0px;
	float: right;
	height: 327px;
	width: 219px;
	background-color: #050609;
	background-image: url(theme/structure/bg_sections.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
}
#first_quote {
	margin: 0px;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
}
#second_quote {
	margin: 0px 0px 0px 5px;
	position: absolute
}


#twitter_bg {
	background: url(theme/bgs/tweet_bg.png) no-repeat top center;
	padding-top: 10px;
	padding-right: 10px;
	height: auto;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-left: 0px;
	margin: 0px;
}
#twitter_time {
	text-transform: uppercase;
	color: #95A0B1;
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#merchandise_spriteholder {
	margin: 0px;
	height: 31px;
	width: 201px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
#drivers_holder {
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
#driver_position {
	height: auto;
	width: 201px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#champ_position {
	float: left;
	height: 30px;
	width: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#position_number {
	margin: 0px;
	float: left;
	height: 35px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}


#tim_slade_quote {
	margin: 0px;
	height: auto;
	width: 140px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#john_sprites {
	margin: 0px;
	height: 70px;
	width: 201px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#merch {
	margin-top: -10px;
	padding-bottom: 10px;
	background: url(theme/structure/img_bg.png) no-repeat 40% 23% ;
}

.greylink {
	text-transform: uppercase;
	text-decoration: none;
}
.greylink a {
	text-transform: uppercase;
	color: #95A0B1;
	text-decoration: none;
}

.greylink a:link {
	text-transform: uppercase;
	color: #95A0B1;
	text-decoration: none;
}
.greylink a:visited {
	text-transform: uppercase;
	color: #95A0B1;
	text-decoration: none;
}
.greylink a:hover {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
.greylink a:active {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
.uppercase {
	text-transform: uppercase;
}

#follow_us {
	text-transform: uppercase;
	color: #95A0B1;
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#wrapper_sponsors {
	margin: 0px;
	height: 112px;
	width: 960px;
	background-image: url(theme/structure/bg_transluscent.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#wrapper_sponsors_update {
	margin: 0px;
	height: 129px;
	width: 960px;
	background: #bbb;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#sponsors {
	background-image: url(theme/structure/bg_sponsors.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 94px;
	width: 960px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sponsors-update {
	background-image: url(theme/structure/sponsors-supporters.png);
	background-repeat: no-repeat;
	background-position: 50% top;
	margin: 0px;
	height: 94px;
	width: 950px;
	padding-top: 34px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 17px;
}

#sponsors_holder {
	margin: 0px;
	padding: 0px;
	height: 94px;
	width: 960px;
}

#next_event_holder {
	margin: 0px;
	float: right;
	height: auto;
	width: 250px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#next_event_holder tr {
	text-align: left;
}

#footer {
	margin: 0px;
	height: auto;
	width: 960px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer p {
	font-size: 11px;
	color: #565656;
}

#sitemap_holder {
	background: url("theme/sitemap-holder-bg.png") repeat-x scroll 0 0 transparent;
    bottom: 0;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    position: fixed;
}
#copyright {
	margin: 0px;
	float: right;
	height: auto;
	width: 340px;
	padding-top: 37px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	text-transform: uppercase;
}
#aftershock {
	margin: 0px;
	float: right;
	height: auto;
	width: 280px;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#gallery_more_holder {
	margin: 0px;
	height: 37px;
	width: 119px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 67px;
}
#top_more_btn_holder {
	height: 0px;
	width: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 446px;
}

#top_more_btn {
	height: 28px;
	width: 59px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
	position: absolute;
	z-index: 1000;
}
#tim_more {
	height: 34px;
	width: 76px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 60px;
}

.curve_bottom {
	background-image: url(theme/structure/curve_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 980px;
}
.curve_top {
	background-image: url(theme/structure/curve_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 980px;
}

.curve_bottom_grey {
	background-image: url(theme/structure/curve_bottom_grey.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 980px;
}
.curve_top_grey {
	background-image: url(theme/structure/curve_top_grey.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 980px;
}

.curve_half_bottom {
	background-image: url(theme/structure/curve_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 557px;
	float: left;
}
.curve_half_bottomright {
	margin: 0px;
	height: 10px;
	width: 201px;
	float: left;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}


.gap {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 980px;
}
.cleara {
	clear: both;
}
.image_link {
	background-image: url(theme/structure/img_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 7px;
	height: 127px;
	width: 186px;
}
.image_link:hover {
	background-image: url(theme/structure/img_bg_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 127px;
	width: 186px;
	cursor: pointer;
	padding: 7px;
}
.midgapper {
	margin: 0px;
	padding: 0px;
	height: 6px;
	width: auto;
}
a:focus {
	outline: none;
}
#panel {
	height: 590px;
	display: none;
	background-color: #000;
	width: 400px;
	position: absolute;
	bottom: 0;
	z-index:99;
}
a#closesitemap {
	display: block;
	padding: 15px;
	font-family: 'OctinCollegeRegular-1','OctinCollegeRegular-2',Arial,sans-serif;
	font-size: 12px;
	width: 100%;
	}
a#closesitemapbase {
	display: block;
	padding: 15px;
	font-family: 'OctinCollegeRegular-1','OctinCollegeRegular-2',Arial,sans-serif;
	font-size: 12px;
	width: 100%;
	color: #333;
	}
#panel ul ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
.gallery_img_count {
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	color: #565656;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial, sans-serif;
}
.slide {
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #565656;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: 'OctinCollegeRegular-1', 'OctinCollegeRegular-2', Arial, sans-serif;
}
.slide a {
	text-transform: uppercase;
	color: #565656;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	line-height:20px;
}
.slide a:link {
	text-transform: uppercase;
	color: #565656;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
.slide a:visited {
	text-transform: uppercase;
	color: #565656;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
.slide a:hover {
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
.slide a:active {
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}


.btn-slide {
	color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    height: 21px;
    margin: 0 0;
    padding: 0 0 0 0;
    text-align: left;
    text-decoration: none;
}
.active {
	background-position: right 12px;
}
#panel li a {
	font-size: 12px;
	line-height: 1.1;
	font-weight: normal;
	text-transform: uppercase;
	color: #565656;
	text-decoration: none;
	margin-bottom: 10px;
	font-family: 'OctinCollegeRegular-1', 'OctinCollegeRegular-2', Arial, sans-serif;
}
#panel li a:link {
	font-size: 12px;
	line-height: 1.1;
	font-weight: normal;
	text-transform: uppercase;
	color: #565656;
	text-decoration: none;
}
#panel li a:visited {
	font-size: 12px;
	line-height: 1.5px;
	font-weight: normal;
	text-transform: uppercase;
	color: #565656;
	text-decoration: none;
}
#panel li a:hover {
	font-size: 12px;
	line-height: 1.5px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
#panel li a:active {
	font-size: 12px;
	line-height: 1.5px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
#siteby {
	text-align: right;
	margin: 0px;
	width: auto;
	float: right;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#afterlogo {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: auto;
}

#ws_menu {
}

.sprite li {
	/*display: inline-block;  /* Opera & Safari, IE6/7 will render as block */
/*display: -moz-inline-box; /* Firefox */
/*vertical-alignment: top;  /* For consistency */
/*_display: inline; */
display: inline-block;
	hasLayout: on;
	zoom:1;


*display: inline; 
	color: #ffffff;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.sprite02 li {
	/*display: inline-block;  /* Opera & Safari, IE6/7 will render as block */
/*display: -moz-inline-box; /* Firefox */
/*vertical-alignment: top;  /* For consistency */
/*_display: inline; */
display: inline-block;
	hasLayout: on;
	zoom:1;
*display: inline; 
	color: #ffffff;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-position: outside;
}

.sitelist li {
	color: #ffffff;
	list-style-type: none;
	margin-bottom: 10px;
}



/* SPRITES */

#tim_more_sprite {
	background-image: url(theme/sprites/more/more_tim.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#tim_more_sprite a {
	margin: 0px;
	padding: 0px;
	height: 34px;
	cursor: pointer;
	width: 76px;
	display: block;
	outline: none;
	border: thick none #999999;
	background-image: url(theme/sprites/more/more_tim.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}
#tim_more_sprite a:hover {
	margin: 0px;
	padding: 0px;
	height: 34px;
	cursor: pointer;
	width: 76px;
	border: thick none #999999;
	outline: none;
	background-image: url(theme/sprites/more/more_tim.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#more_top_sprite {
	background-image: url(theme/sprites/more/gallery_01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#more_top_sprite a {
	margin: 0px;
	padding: 0px;
	height: 28px;
	cursor: pointer;
	width: 59px;
	display: block;
	outline: none;
	border: thick none #999999;
	background-image: url(theme/sprites/more/more_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#more_top_sprite a:hover {
	margin: 0px;
	padding: 0px;
	height: 28px;
	cursor: pointer;
	width: 59px;
	border: thick none #999999;
	outline: none;
	background-image: url(theme/sprites/more/more_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}

#gallery_more_sprite {
	background-image: url(theme/sprites/more/gallery_01.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: right;
	padding: 0px;
	width: 119px;
}

#gallery_more_sprite a {
	margin: 0px;
	padding: 0px;
	height: 37px;
	cursor: pointer;
	width: 119px;
	display: block;
	outline: none;
	border: thick none #999999;
	background-image: url(theme/sprites/more/gallery_01.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
}
#gallery_more_sprite a:hover {
	margin: 0px;
	padding: 0px;
	height: 37px;
	cursor: pointer;
	width: 119px;
	border: thick none #999999;
	outline: none;
	background-image: url(theme/sprites/more/gallery_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
}


#logo01_sprite {
	background-image: url(theme/sprites/sponsors/01.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#logo01_sprite a {
	margin: 0px;
	padding: 0px;
	height: 83px;
	cursor: pointer;
	width: 198px;
	display: block;
	outline: none;
	border: thick none #999999;
	background-image: url(theme/sprites/sponsors/01.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#logo01_sprite a:hover {
	margin: 0px;
	padding: 0px;
	height: 83px;
	cursor: pointer;
	width: 198px;
	border: thick none #999999;
	outline: none;
	background-image: url(theme/sprites/sponsors/01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}


#logo02_sprite {
	background-image: url(theme/sprites/sponsors/02.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#logo02_sprite a {
	margin: 0px;
	padding: 0px;
	height: 83px;
	cursor: pointer;
	width: 143px;
	display: block;
	outline: none;
	border: thick none #999999;
	background-image: url(theme/sprites/sponsors/02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#logo02_sprite a:hover {
	margin: 0px;
	padding: 0px;
	height: 83px;
	cursor: pointer;
	width: 143px;
	border: thick none #999999;
	outline: none;
	background-image: url(theme/sprites/sponsors/02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}

#logo03_sprite {
	background-image: url(theme/sprites/sponsors/03.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#logo03_sprite a {
	margin: 0px;
	padding: 0px;
	height: 83px;
	cursor: pointer;
	width: 197px;
	display: block;
	outline: none;
	border: thick none #999999;
	background-image: url(theme/sprites/sponsors/03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#logo03_sprite a:hover {
	margin: 0px;
	padding: 0px;
	height: 83px;
	cursor: pointer;
	width: 197px;
	border: thick none #999999;
	outline: none;
	background-image: url(theme/sprites/sponsors/03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}
#logo04_sprite {
	background-image: url(theme/sprites/sponsors/04.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#logo04_sprite a {
	margin: 0px;
	padding: 0px;
	height: 83px;
	cursor: pointer;
	width: 113px;
	display: block;
	outline: none;
	border: thick none #999999;
	background-image: url(theme/sprites/sponsors/04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#logo04_sprite a:hover {
	margin: 0px;
	padding: 0px;
	height: 83px;
	cursor: pointer;
	width: 113px;
	border: thick none #999999;
	outline: none;
	background-image: url(theme/sprites/sponsors/04.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}
#logo05_sprite {
	background-image: url(theme/sprites/sponsors/05.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#logo05_sprite a {
	margin: 0px;
	padding: 0px;
	height: 83px;
	cursor: pointer;
	width: 134px;
	display: block;
	outline: none;
	border: thick none #999999;
	background-image: url(theme/sprites/sponsors/05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#logo05_sprite a:hover {
	margin: 0px;
	padding: 0px;
	height: 83px;
	cursor: pointer;
	width: 134px;
	border: thick none #999999;
	outline: none;
	background-image: url(theme/sprites/sponsors/05.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}
#logo06_sprite {
	background-image: url(theme/sprites/sponsors/06.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#logo06_sprite a {
	margin: 0px;
	padding: 0px;
	height: 83px;
	cursor: pointer;
	width: 157px;
	display: block;
	outline: none;
	border: thick none #999999;
	background-image: url(theme/sprites/sponsors/06.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#logo06_sprite a:hover {
	margin: 0px;
	padding: 0px;
	height: 83px;
	cursor: pointer;
	width: 157px;
	border: thick none #999999;
	outline: none;
	background-image: url(theme/sprites/sponsors/06.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}
#logo07_sprite a {
	height: 83px;
	cursor: pointer;
	width: 157px;
	display: block;
	outline: none;
	border: thick none #999999;
	background-image: url(theme/sprites/sponsors/07.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	}
#logo07_sprite a:hover {
	background-position: left bottom;
	}
#logo08_sprite a {
	height: 83px;
	cursor: pointer;
	width: 157px;
	display: block;
	outline: none;
	border: thick none #999999;
	background-image: url(theme/sprites/sponsors/08.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	}
#logo08_sprite a:hover {
	background-position: left bottom;
	}
.slideshow { width: 157px; margin: 0px; padding: 0px;}
#interchangable {
	margin: 0px;
	padding: 0px;
	height: 83px;
	width: 157px;
	border: thick none #999999;
	outline: none;
	float: left;
	display: inline-block;
	}

#shop_sprite {
	background-image: url(theme/sprites/shop.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: -15px;

}
#shop_sprite a {
	background-image: url(theme/sprites/shop.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 31px;
	cursor: pointer;
	width: 201px;
	outline: none;
	border: thick none #999999;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#shop_sprite a:hover {
	background-image: url(theme/sprites/shop.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 31px;
	cursor: pointer;
	width: 201px;
	border: thick none #999999;
	outline: none;
	margin: 0px;
	padding: 0px;
}
.tim_topgap {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: auto;
}

#tim_sprite {
	background-image: url(theme/sprites/tim.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#tim_sprite a {
	padding: 0px;
	height: 31px;
	cursor: pointer;
	width: 201px;
	display: block;
	outline: none;
	border: thick none #999999;
	background-image: url(theme/sprites/tim.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tim_sprite a:hover {
	padding: 0px;
	height: 31px;
	cursor: pointer;
	width: 201px;
	border: thick none #999999;
	outline: none;
	background-image: url(theme/sprites/tim.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#leanne_sprite {
	background-image: url(theme/sprites/leanne.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
	float: left;
}
#leanne_sprite a {
	padding: 0px;
	height: 31px;
	cursor: pointer;
	width: 201px;
	display: block;
	outline: none;
	border: thick none #999999;
	background-image: url(theme/sprites/leanne.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leanne_sprite a:hover {
	padding: 0px;
	height: 31px;
	cursor: pointer;
	width: 201px;
	border: thick none #999999;
	outline: none;
	background-image: url(theme/sprites/leanne.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#john_sprite {
	background-image: url(theme/sprites/john.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
	float: left;
}
#john_sprite a {
	padding: 0px;
	height: 31px;
	cursor: pointer;
	width: 201px;
	display: block;
	outline: none;
	border: thick none #999999;
	background-image: url(theme/sprites/john.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#john_sprite a:hover {
	padding: 0px;
	height: 31px;
	cursor: pointer;
	width: 201px;
	border: thick none #999999;
	outline: none;
	background-image: url(theme/sprites/john.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mid_content_sub {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 960px;
	background-image: url(theme/structure/subpage/bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#sub_left_content {
	margin: 0px;
	float: left;
	height: auto;
	width: 670px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#sub_right_content {
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 240px;
	float: right;
}
#sub_right_top {
	margin: 0px;
	padding: 0px;
	height: 13px;
	width: 240px;
	background-image: url(theme/structure/subpage/right_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sub_right_bottom {
	margin: 0px;
	padding: 0px;
	height: 13px;
	width: 240px;
	background-image: url(theme/structure/subpage/right_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#sub_right {
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 220px;
	background-image: url(theme/structure/subpage/bg_rightsub.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#sub_right_heading {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #95A0B1;
	border-right-color: #95A0B1;
	border-bottom-color: #95A0B1;
	border-left-color: #95A0B1;
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sub_right_2010arch {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #95A0B1;
	border-right-color: #95A0B1;
	border-bottom-color: #95A0B1;
	border-left-color: #95A0B1;
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sub_right_2010arch a {
	color: #E91F2F;
}
#sub_right_2010arch a:hover {
	color: #FFFFFF;
}
#sub_right_2009arch {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #95A0B1;
	border-right-color: #95A0B1;
	border-bottom-color: #95A0B1;
	border-left-color: #95A0B1;
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sub_right li {
	font-size: 12px;
	list-style-type: none;
	padding-left: 3px;
	padding-top: 3px;
	line-height: 1.35;
	color: #95a0b1;
}
#sub_right li a {
	font-size: 12px;
	list-style-type: none;
	padding-left: 3px;
	padding-top: 3px;
	line-height: 1.35;
	color: #95a0b1;
	text-decoration: none;
}
#sub_right li a:link {
	font-size: 12px;
	list-style-type: none;
	padding-left: 3px;
	padding-top: 3px;
	line-height: 1.35;
	color: #95a0b1;
	text-decoration: none;
}
#sub_right li a:visited {
	font-size: 12px;
	list-style-type: none;
	padding-left: 3px;
	padding-top: 3px;
	line-height: 1.35;
	color: #95a0b1;
	text-decoration: none;
}
#sub_right li a:hover {
	font-size: 12px;
	list-style-type: none;
	padding-left: 3px;
	padding-top: 3px;
	line-height: 1.35;
	color: #FFF;
	text-decoration: none;
}
#sub_right li a:active {
	font-size: 12px;
	list-style-type: none;
	padding-left: 3px;
	padding-top: 3px;
	line-height: 1.35;
	color: #FFF;
	text-decoration: none;
}
.new_item {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #95A0B1;
	border-right-color: #95A0B1;
	border-bottom-color: #95A0B1;
	border-left-color: #95A0B1;
}
.imagelinks_top {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 230px;
	width: 200px;
}
.imagelinks {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 190px;
	width: 200px;
}
.sub_textbox {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 450px;
}
h3.red {
	font-size: 16px;
	line-height: 1.3;
	color: #e91f2f;
}
.red a {
	color: #e91f2f;
}
.red a:hover {
	color: #FFFFFF;
}
.tags {
	font-size: 11px;
	line-height: 1;
	font-weight: normal;
	color: #95A0B1;
}
#nextprevcontrols {
	height: 25px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#newspage_nextprev {
	height: 25px;
	width: 460px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.prev_btn {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #95a0b1;
	float: left;
}
.prev_btn a {
	background-image: url(theme/structure/subpage/bg_prev.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-transform: uppercase;
	color: #95a0b1;
	text-decoration: none;
	height: 20px;
	width: 62px;
	padding-top: 5px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.prev_btn a:hover {
	background-image: url(theme/structure/subpage/bg_prev_hover.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	height: 20px;
	width: 62px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.next_btn {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 62px;
	font-size: 12px;
	text-transform: uppercase;
	color: #95a0b1;
	float: left;
}
.next_btn a {
	background-image: url(theme/structure/subpage/bg_next.gif);
	height: 20px;
	width: 62px;
	background-repeat: no-repeat;
	font-size: 12px;
	text-transform: uppercase;
	color: #95a0b1;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.next_btn a:hover {
	background-image: url(theme/structure/subpage/bg_next_hover.gif);
	height: 20px;
	width: 62px;
	background-repeat: no-repeat;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.numbers {
	background-repeat: no-repeat;
	height: 25px;
	width: 29px;
	font-size: 12px;
	text-transform: uppercase;
	color: #95a0b1;
	float: left;
	padding: 0px;
	margin: 0px;
}
.numbers a {
	background-image: url(theme/structure/subpage/bg_number.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 29px;
	font-size: 12px;
	text-transform: uppercase;
	color: #95a0b1;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
}

.numbers a:hover {
	background-image: url(theme/structure/subpage/bg_number_hover.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 29px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
}
.numbers_invert a {
	background-image: url(theme/structure/subpage/bg_number_hover.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 29px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
}

.numbers_invert a:hover {
	background-image: url(theme/structure/subpage/bg_number_hover.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 29px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
}
.new_gallery_item {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #95A0B1;
	border-right-color: #95A0B1;
	border-bottom-color: #95A0B1;
	border-left-color: #95A0B1;
}
#mid_content_gallery {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 960px;
	background-image: url(theme/structure/subpage/bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#gallery_content {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#right_sub {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 470px;
}
#left_sub {
	margin: 0px;
	float: left;
	height: auto;
	width: 450px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.imgholder {
	background-color: #121416;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: auto;
	border: 1px solid #333333;
	float: right;
}
.imagelinks02 {
	margin: 0px;
	padding: 0px;
	height: 175px;
	width: 200px;
}
.imgholder02 {
	background-color: #121416;
	padding: 10px;
	height: auto;
	width: auto;
	border: 1px solid #333333;
	float: right;
	margin: 10px 0px 10px 10px;
}
.image_link02 {
	background-image: url(theme/structure/img_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 7px;
	height: 127px;
	width: 186px;
}
.image_link02:hover {
	background-image: url(theme/structure/img_bg_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 127px;
	width: 186px;
	cursor: pointer;
	padding: 7px;
}
#calendar_holder {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #95A0B1;
	border-right-color: #95A0B1;
	border-bottom-color: #95A0B1;
	border-left-color: #95A0B1;
}

#gallery_details_imgholder {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 475px;
}
#gallery_details {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 445px;
}
.sponsors_holder_img {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 400px;
}

.jCarouselLite li {
	padding-right:17px;
	}

.auto {
	width:628px;
	float:right;
	}

.sponsors_holder_text {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 520px;
}


.new_sponsor_item {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #95A0B1;
	border-right-color: #95A0B1;
	border-bottom-color: #95A0B1;
	border-left-color: #95A0B1;
}
.contact_formholder {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 460px;
}
.contact_holder_img {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 470px;
}
.contact_btn {
	background-image: url(theme/sprites/submit.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 76px;
	cursor: pointer;
	border: thin none #333;
}
.contact_btn:hover {
	background-image: url(theme/sprites/submit_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 76px;
	cursor: pointer;
	border: medium none #000;
}
.form {
	margin: 0px;
	padding: 2px;
	height: 20px;
	width: 300px;
	background-color: #FFF;
	border: thin none #666;
}

.align-top {
	vertical-align: top;
	}

.form_textarea {
	margin: 0px;
	padding: 2px;
	height: 100px;
	width: 300px;
	background-color: #FFF;
	border: thin none #666;
}
.new_map_item {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #95A0B1;
	border-right-color: #95A0B1;
	border-bottom-color: #95A0B1;
	border-left-color: #95A0B1;
}
.new_points {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #95A0B1;
	border-right-color: #95A0B1;
	border-bottom-color: #95A0B1;
	border-left-color: #95A0B1;
	background-color: #95a0b1;
}

#tmgIntro {
background: url(theme/images/main_tmg_bg.jpg) no-repeat top;
padding: 90px 20px 40px 20px;
color: #333333;
}

#left30 {
float: left;
width: 322px;
margin-top: 40px;
}

#right70 {
float: left;
width: 558px;
margin-left: 15px;
}
#right70 p {
color:#000;
}
#tabGal {
	height: 181px;
	width: 322px;
	background-image: url(theme/images/gall_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#tmgIntro {
	padding: 90px 20px 40px 20px;
	color: #333333;
	background-image: url(theme/images/main_tmg_bg.png);
	background-repeat: no-repeat;
	background-position: top;
}
#tmgJoin {
padding: 30px 0px;
}
#tmgJoin a {
background:url(theme/images/join_tmg2.jpg) no-repeat top;
width: 294px;
height: 106px;
display: block;
margin: 0 auto;
}
#tmgJoin a:hover {
background:url(theme/images/join_tmg2.jpg) no-repeat bottom;
}

#kylQuote {
background: url(theme/images/kyla_bg.jpg) no-repeat top;
width: 248px;
color: #333333;
float: left;
padding: 50px 10px 10px 15px;
}
#thArea {
width:183px;
height: 117px;
padding: 20px 20px 20px 15px;
float: left;
}
#thArea a {
border: 1px solid #999999;
display: block;
}
#thArea a:hover {
border: 1px solid #e9368a;
}

#tabArea {
float: left;
width: 104px;
padding-top: 7px;
}

#tmgJoin a:hover {
background:url(theme/images/join_tmg2.jpg) no-repeat bottom;
}
#johnQuote {
background:url(theme/images/john_bg.jpg) no-repeat top;
width: 258px;
color:#333333;
float: left;
padding: 50px 10px 10px 15px;
}

#kylQuote {
background: url(theme/images/kyla_bg.jpg) no-repeat top;
width: 248px;
color: #333333;
float: left;
padding: 50px 10px 10px 15px;
}


a.flags_aust {
background: url("theme/headings/flags_aust.png") no-repeat bottom left;
height: 193px;
width: 260px;
display: inline-block;
border: 0;
outline: none;
}
a.flags_aust:hover {
background: url("theme/headings/flags_aust.png") no-repeat top left;
}
a.flags_nz {
background: url("theme/headings/flags_nz.png ") no-repeat bottom left;
height: 169px;
width: 260px;
display: inline-block;
border: 0;
outline: none;
}
a.flags_nz:hover {
background: url("theme/headings/flags_nz.png") no-repeat top left;
}
a.flags_mcgrath {
background: url("theme/headings/flag_mcgrath.png") no-repeat bottom left;
height: 169px;
width: 260px;
display: inline-block;
border: 0;
outline: none;
}
a.flags_mcgrath:hover {
background: url("theme/headings/flag_mcgrath.png") no-repeat top left;
}

.shop_class {
	line-height:2;
}

.image_holder_bodytext p {
	margin-bottom: 10px;
}

.sub_textbox p {
	margin-bottom: 10px;
}

.events_top_table td {
	vertical-align: top;
	
}

.counter {
	width: 20px;
	display: inline-block;
	text-align:right;
}

.news_headline {
	float:left;
	width: 370px;
	margin-bottom:10px;
}

.news_headline_story {
	float:left;
	width: 580px;
}

.news_date {
	background-image:url("theme/structure/news_auto_date.png");
	background-position:right top;
	background-repeat:no-repeat;
	float:right;
	height:25px;
	padding-top:3px;
	text-align:center;
	width:80px;
}
.subScript {
	font-size:12px;
vertical-align:top;
margin-top: 10px;
position:absolute;
	}
a.facebookAdd {
	margin-top: 10px;
	background: url(theme/structure/facebook_fan.gif) no-repeat top;
	width: 164px;
	height: 16px;
	display: block;
	outline: none;
	cursor: pointer;
	}
a.facebookAdd:hover {
	background: url(theme/structure/facebook_fan.gif) no-repeat bottom;
}
a.twitterFollow {
	margin-top: 10px;
	background: url(theme/structure/twitterFollow.gif) no-repeat top;
	width: 107px;
	height: 16px;
	display: block;
	outline: none;
	cursor: pointer;
	float:left;
	}
a.twitterFollow:hover {
	background: url(theme/structure/twitterFollow.gif) no-repeat bottom;
}
a.twitterFollowTony {
	margin-top: 10px;
	background: url(theme/structure/twitterFollowTony.gif) no-repeat top;
	width: 35px;
	height: 16px;
	display: block;
	outline: none;
	cursor: pointer;
	float:left;
	}
a.twitterFollowTony:hover {
	background: url(theme/structure/twitterFollowTony.gif) no-repeat bottom;
}

a.gototop {
	background: url(theme/structure/top.gif) no-repeat top;
	width: 59px;
	height: 30px;
	display: block;
	outline: none;
	cursor: pointer;
	}
a.gototop:hover {
	background: url(theme/structure/top.gif) no-repeat bottom;
}

#stonebros_sprite a {
	height: 30px;
	cursor: pointer;
	width: 200px;
	display: block;
	outline: none;
	background: url(theme/structure/stone_bros.gif) no-repeat left top;

}
#stonebros_sprite a:hover {
	background-position: left bottom;
}
#wilson_sprite a {
	height: 30px;
	cursor: pointer;
	width: 200px;
	display: block;
	outline: none;
	background: url(theme/structure/pcr_link.gif) no-repeat left top;

}
#wilson_sprite a:hover {
	background-position: left bottom;
}

#tony_sprite a {
	height: 30px;
	cursor: pointer;
	width: 200px;
	display: block;
	outline: none;
	background: url(theme/structure/tony_link.gif) no-repeat left top;

}
#tony_sprite a:hover {
	background-position: left bottom;
}

#jb_sprite a {
	height: 30px;
	cursor: pointer;
	width: 200px;
	display: block;
	outline: none;
	background: url(theme/structure/jb_link.gif) no-repeat left top;

}
#jb_sprite a:hover {
	background-position: left bottom;
}

.image_holder_bodytext {
	padding-top:10px;
}

.chris_padding_pad_value_for_padding_when_padding_things_that_need_padding {
	padding-bottom:5px;
}

#drivers_results_div {
background-color:#121416;
border:1px solid #333333;
float:right;
height:auto;
margin:0;
padding:10px;
width:450px;
}.whiteback {
	background-color: #FFF;
	padding: 4px;
}

.greyback {
	background-color: #333333;
	padding: 4px;
}
.spacer {
	background-color: transparent;
	height: 5px;
	margin: 0px;
	padding: 0px;
}

.newsPlaceholder {
	float:left;
	width:62px;
}

.photo_link {
	padding-top: 5px;
	padding-bottom: 5px;
	display:block;
}

.share_holder {
	background:transparent url("theme/trans.png") repeat 0 0;
	padding:5px;
	margin:10px 0;
	overflow:hidden;
	border:1px solid #333;
	}

.stButton .rssfeed {
    background-position: 0 -1358px!important;
	padding:5px;
}

.share_right { float:right; height: 21px; margin-top: 0px; }

.odd {
	-moz-transform: rotate(5deg);  /* FF3.5+ */
       -o-transform: rotate(5deg);  /* Opera 10.5 */
  -webkit-transform: rotate(5deg);  /* Saf3.1+, Chrome */
      -ms-transform: rotate(5deg);  /* IE9 */
          transform: rotate(5deg);  
             filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 */ 
                     M11=0.9961946980917455, M12=-0.08715574274765817, M21=0.08715574274765817, M22=0.9961946980917455, sizingMethod='auto expand');
               zoom: 1;
			  
}

.even {
     -moz-transform: rotate(-3deg);  /* FF3.5+ */
       -o-transform: rotate(-3deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-3deg);  /* Saf3.1+, Chrome */
      -ms-transform: rotate(-3deg);  /* IE9 */
          transform: rotate(-3deg);  
             filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 */ 
                     M11=0.9986295347545738, M12=0.05233595624294383, M21=-0.05233595624294383, M22=0.9986295347545738, sizingMethod='auto expand');
               zoom: 1;
			   

}

#crew_gallery li { float:left; width: 230px; position:relative;}

#crew_gallery li div {
	background: url("theme/trans.png") repeat scroll 0 0 #000000;
    border: 1px solid #333333;
    bottom: -143px;
    font-style: normal;
    left: 0;
    padding: 20px 12px 10px;
    position: absolute;
    width: 363px;
    z-index:10;
	display:none;
}

span.arrow {
	background: url("theme/arrow.png") no-repeat scroll 0 0 transparent;
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:-20px;
	}

