html {
	background: #323231;
}
body, td{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #444;
	}
a {
	text-decoration: underline;
	color: #3EAFDB;
	}
.tpl_home a {
	text-decoration: underline;
	color: #3eafdb;
	}
.tpl_home a:hover,  
a:hover {
	text-decoration: none; 
	color: #3EAFDB;
}
a:active {color: #3EAFDB;}

a.sel {color: #f76c97;}
img{border: 0;}
/*base margin/padding rule*/
ol,ul,h1, h2, h3, h4, h5,h6,h7,p,table,caption {padding: 0; margin: 0.4em 10px;position: relative;text-align: left; line-height:130%;}
h1, h2, h3, h4, h5 {margin-top: 0.5em; margin-bottom: 0.5em; font-weight: bold; color: #000;}
h1 {font-size: 28px;font-weight:normal;}
h2 {font-size: 22px;font-weight:normal;}
h3 {font-size: 18px;font-weight:normal;}
h4 {font-size: 1em; font-weight: normal;}
h5 {font-size: 1em; font-weight: bold;}
p {margin: 0.5em 10px 0.6em 10px;}
br {line-height: 0.1em;padding: 0;margin: 0;font-size: 0.5em;}
table {vertical-align: bottom;}
strong {color: #000; font-weight:bold;;}
td {text-align: left;padding: 2px;margin: 0;vertical-align: bottom;}
th {text-align: left;padding: 2px;border-bottom:1px #056B9C solid;}
td p {margin: 0.1em 1px;padding: 0;}
li {padding: 0;margin: 0.2em 0 0 2em;}
ul li {zoom: 1;}
ol li {	list-style-type: decimal;	display: list-item;vertical-align: top;}
em {}
blockquote {margin: 0.4em 20px;}
blockquote p {margin: 0.4em 0px;}

.fr {float: right; display: inline;}
.fl {float: left; display: inline;}
.ar {text-align: right;}
.ac {text-align: center;}
.al {text-align: left;}

body {
	/*default background*/
	background: #060708 url(/images/bg_body.png) repeat-x left bottom;
	position: relative;
	margin: 0px auto;
	}

/*other stuff*/
#header,
#simpleheader,
#container,
#footer,
#banner {
	width: 960px;
	padding: 0;
	position: relative;
	display: block;
	margin: 0 auto;
	zoom: 1;
/*
	border-left: 1px red solid;
	border-right: 1px red solid;
*/
}

#footer {
	padding-top:2em;
	padding-bottom:4em;
}

#container {
	clear:both;
	z-index: 1;
	padding-top: 1px;
	position: relative;
	padding-bottom: 3em;
	position: relative;
	background: #fff;
}
.tpl_home #container {
	background: none;
}
#container_outer {
	background: #fff;
}

#content {
	margin: 30px 10px 0 10px;
	padding: 0px;
	zoom: 1;
	width: 630px;
	float: left;
	display: inline;/*ie6*/
	min-height: 20em;
	_height: 20em;
	background: #fff;
	z-index: 1;
}
.tpl_home #content {
	width: 960px;	
	margin: 20px 0 0 0;
	background: none;
}

#side {
	/*Side has no background colour : #side div.block does*/
	margin: 30px 0 0 10px;
	padding: 10px 0 0 0;
	width: 300px;
	display: inline;/*ie6*/
	float: left;
}


/*Crumb*/
#container .crumb {
	margin: 0.3em 10px 0em 10px;
	font-size: 0.9em;
	color: #3EAFDB;
	/*background: #f9fbfc url(/images/bg_crumb.gif) repeat-x left top;*/
}
#container .crumb a {
	color: #3EAFDB;
}
#container .crumb a:hover {
	color: #3EAFDB;
}


/*////////////////
*	Header stuff
////////////////*/
#header_outer {
	/*background: #060708 url(/images/bg_header_outer.gif) no-repeat center top;*/
	background: #720000 url(/images/bg-header-outer.png) repeat-x left top;*/	
	/*border-bottom:1px solid #fff;*/
}

#header{
	width: 960px;
	margin: 0 auto;
	font-weight: normal;
	padding-top: 1px;
	position:relative;
}
#header h3{
	/*218px high overall*/
	margin: 35px 0 0px 0px;
	width: 220px;
	padding: 0;
	padding-bottom:15px;
	zoom:1; /*IE6 hack*/
	text-align: center;
	}
#header h3 a {
	padding: 145px 0 0 0;
	display: block;
	margin: 0;
	background: url(/images/logo_default.gif) no-repeat center top;
	color: white;
	text-decoration: none;
}
#header h3 a span {
	display: block;
	font-size:14px;
}


/*////////////////
*	Main nav
////////////////*/
/*#navbase {
	position: relative;
	padding-top:1px;
	overflow: hidden;
}*/
#navbase {
	/*50px height*/
	position: absolute;
	top:130px;
	right:0px;
	padding-top:1px;
	overflow: hidden;
}
#navbase ul {
	padding: 0;
	margin: 0 0 0 20px;
	overflow: hidden;
	zoom:1;
	float:left;
}
#navbase .menu li {
	float: left;
	display: inline;
	margin: 0 8px 0 0 ;
	padding: 0;
	position: relative;
	list-style-type: none;
	list-style-image: none;
	zoom: 1;
}
#navbase .menu li a {
	/*Overall height should be 50px*/
	float: left;
	display: inline; /*IE6 Hack*/
	text-decoration: none;
	padding: 6px 9px;
	margin:0;
	color: #000;
	background: #bc3935;
	/*border-bottom: 1px #0d0d0e solid;*/
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#navbase .menu li a span {
}
#navbase .menu li.first a {
}
#navbase .menu li a:hover {
	background: #cb6a67;
	color:#720000;
	
}
#navbase .menu li a:hover span {
}
#navbase .menu li a.sel {
	color: #fff;
	background: #060708;
	/*border-bottom: 1px #056B9C solid;*/
}
#navbase .menu li a.sel span {
}


/*////////////////
*	Banner
////////////////*/

#banner_outer {
	/*background: #66a544 url(/images/bg_banner_default.png) repeat-x top left;*/
}
.tpl_home #banner_outer {
	/*background: #66a544 url(/images/bg_banner_home.png) repeat-x bottom left;*/
	/*background: #056b9c;*/
	background: #720000;
}




#banner {
	/*height: 39px;*/
	overflow: visible;
}
.tpl_home #banner {
	min-height: 359px;
	height: auto;
	_height: 359px;
	overflow: visible;
	background: url(/images/bg-banner-home.jpg) no-repeat left top;
}
#banner #minibike {
	/*background: url(/images/minibike.jpg) no-repeat left bottom;*/
	width: 223px;
	height: 234px;
	position: absolute;
	right: 0;
	bottom: 0;
	display:none;
}

/*Content element in banner*/
#banner .bannerblock {
	width: 520px;
	/*margin-left: 30px;*/
	margin-left: 0px;
	min-height: 255px;
	z-index: 10;
	position: absolute;
}


/*
////////////////
*	Footer
////////////////
*/
#footer {
	/*border-top: 1px #615e5e dotted;*/
	color: #ccc;
}
#footer a {
	color: #ccc;
}
#footer a:hover {
	color: #ccc;
	text-decoration:none;
}
#footer ul li {
	display:inline;
	margin: 0 1em 0 0;
	}
#footer p {
	padding-top:10px;
	/*font-size:0.9em;*/
}


/*
////////////////
*	Sidebar area
*	MultiBlock stuff
////////////////
*/
#side ul.menu {
	list-style-type: none;
	list-style-image: none;
	margin: 10px 0px 2em 0px;
	display: block;
	position: relative;
	}
#side ul.menu ul {
	margin: 0;
	
}
#side .menu li {
	list-style-type: none;
	list-style-image: none;
	display: block;
	position: relative;
	zoom: 1;
	margin: 0 0 1px 0;
}
#side .menu li a {
	margin: 0;
	display: block;
	color: #3EAFDB;
	padding: 6px 10px 10px 20px;
	/*background: #66a544 url(/images/bg_li_ongreen.gif) no-repeat 5px 5px;*/
	background:#e2f3fa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	text-decoration:none;
}
#side .menu li li a {
	margin-left: 20px;
}
#side .menu li li li a {
	margin-left: 40px;
}
#side .menu li.sel a {
	/*background: #82b468 url(/images/bg_li_onltgreen.gif) no-repeat 5px 5px;*/
	background: #3EAFDB;
}
#side a:hover {
	color: #dfb454;
}
#side li a.sel {
	font-weight: bold;
	color: #fff;
	}


#side div.sideimg {
	margin-bottom: 1em;
}


/*////////////////
*	side block
////////////////*/
#side .block {
	padding: 0;
	margin: 10px 0 ;
	/*background: #f4e7ca;*/
	color: #056b9c;
	padding-bottom: 10px;
	-moz-border-radius:6px 6px 6px 6px;
	background:none repeat scroll 0 0 #E2F3FA;
}
#side .block h3 {
	/*background: #dfb454;*/
	color: #056b9c;
	margin:0 0 0px 0;
	padding: 0.4em 10px;
	font-weight:normal;
	font-size:16px;
}

#side .block .inner {
	overflow: hidden;
}

#side .block p.img {
	display: block;
	margin:10px;
	zoom: 1;
}
#side .block p.img a {
	text-decoration: none;
	color: #666;
}
#side .block p.img span {
	padding: 3px 8px 4px 8px;
	display: block;
	font-size: 0.9em;
}
#side .block p.img img {
	display: block;
	padding:0px;	
}

#side .block p.imgfull {
	display: block;
	margin:0 0 10px 0;
	zoom: 1;
}
#side .block ol li {
	list-style-type: none;	
	display: list-item;
	margin: 1px 0;
	padding: 0.5em 1em;
	background: #DFB454;
}
#side .block ol li a {
	color: #fff;
	display: block;
}
#side .block ol li a:hover {
	color: #66A544;
}

#side p.seymour{
	background:transparent url(/images/bg_side_li.gif) no-repeat 5px 5px;
	padding: 2px 10px 2px 20px;
}

/*////////////////
*	side feature : Simple block with small image, header and text.
////////////////*/
#side .feature {
	padding: 0;
	margin: 10px 0;
	overflow: hidden;
	zoom:1;
}
#side .feature a {
}

#side .feature p.img {
	float: left;
	margin: 0 0px 0 10px;
	zoom: 1;
}
#side .feature p.img img {
	display: block;
}
#side .feature h4 {
	margin-left: 115px;
	margin-bottom: 0.2em;
	
}
#side .feature p {
	margin: 0 10px 0.2em 115px;
	line-height: 120%;
}



/*
////////////////
*	Content area
*	MultiBlock stuff
////////////////
*/

#container h1 {
	margin-top: 0.5em;
}

/*general*/
#container div.img p,
#container div.imghalf p{
	/*image note*/
	font-size: 0.85em;
	margin: 0.4em 18px 0.4em 10px;
}
.seymour {
	/*clear:both;*/
	/*overflow: hidden;*/
}
.seymour a {
}
.seymour a:hover {
	color: #dfb454;
}

ul.seymour {
	margin-left: 0;
	margin-right: 0;
}

ul.seymour li {
	padding: 0;
	list-style-type: none;	
	display: list-item;
	margin: 1px 0;
}

ul.seymour a {
	display: block;
	padding: 3px 7px;
}

/*Para seymours float to take min width : UL seymours take full width*/
p.seymour a {
}



/*////////////////
*	#content specific
////////////////*/

#content .fr {float: right; display: inline; clear: right;}
#content .fl {float: left; display: inline;}
#content div.leveler {clear: both;}
#content .smallblock,
#content .fullblock,
#content .halfblock,
#content .featureblock,
#content .productblock,
#content .halffeature,
#content .homepageblock,
#content .fullimg,
#content .newsblock,
#content .promoblock,
#content .thirdblock,
#content .homebanner {
	margin: 0px 0 20px 0;
	padding: 1px 0 0 0;
	position: relative;
	zoom: 1;
	width: 630px;
	clear: both;
	}
#content .smallblock {
	font-size: 0.9em;
	width: 305px;
}

#content .homepageblock,
#content .halfblock ,
#content .halffeature {
	width: 320px;
	padding: 0;
	float: left;
	_display: inline;
	clear: none;
	position: relative;
	_zoom:1;
	color: #d3ded8;
	}
	
#content .homepageblock img {
	border:1px solid #383839;
	width:280px;
	padding:9px;
	background:#060708;
	}	
	
div.image {
	zoom:1;
}

#content .halfblock.first ,
#content .homepageblock.first,
#content .halffeature.first {
	/* margin-left: 10px; */
	}

#content .fullblock {
	padding-bottom: 10px;
}

#content .fullblock .inner,
#content .halfblock .inner,
#content .fullblock .inner_narrow,
#content .productblock .inner_narrow {
	padding: 1px 0 0.5em 0;
}
#content .fullblock .inner_narrow,
#content .productblock .inner_narrow {
	margin-left: 220px; 
}

#content .fullblock,
#content .fullimg {
	clear: both;
}

#content .blockout h3,
#content .blockout h2 {
	color: #fff;
	background: #20b8e6 url(/images/bg_content_h.png) repeat-x left bottom;
	margin: 0 0 10px 0;
	padding: 0.5em 10px;
	border: none;
}
#content h1,
#content h2,
#content h3 {
	/*border-bottom: 1px #333333 dotted;*/
	/*padding-bottom: 0.5em;*/
}

#content h1 big,
#content h2 big,
#content h3 big {
	clear:both;
	display: block;
}

#content h1 small,
#content h2 small,
#content h3 small {
	/*clear:both;*/
	display: block;
	font-size: 14px;
	line-height: 140%;
	color:#056b9c;
}

#content li {
	list-style-type: none;
	list-style-image: none;
	display: block;
	position: relative;
	zoom: 1;
	margin: 0 0 1px 0;
	padding: 2px 10px 2px 10px;
	/*background: url(/images/bg_li_content.gif) no-repeat 5px 3px;*/
}
.tpl_home #content li {
	background-image: url(/images/bg_li_home.gif);
}

X#content a {
	color: #d3ded8;
}
X#content a:hover {
	color: #dfb454;
}
/*////////////////
*	Homepage blocks
////////////////*/

#content  div.homepageblock h2,
#content  div.homepageblock h3 {
	margin: 0 0 1em 0;
	padding: 0;
	border: none;
	overflow: hidden;
}
#content  div.homepageblock h2 span,
#content  div.homepageblock h3 span {
	color: #fff;
	/*background: #dfb454;*/
	margin: 0 0 0 0;
	padding: 0.2em 10px;
	border: none;
	float: left;
}
#content  div.homepageblock .seymour {
	/*aligned right with no right margin. blocked out*/
	/*text-align: right;*/
	margin-right: 0;
	margin-top: 2em;
	padding: 0;
}
#content  div.homepageblock .seymour a {
	/*background: #66a544;
	padding: 0.2em 10px;
	color: #d3ded8;*/
}
#content  div.homepageblock .seymour a:hover {
	color: #3eafdb;
}

/*////////////////
*	.homebanner : Two versions.  #banner and #content
////////////////*/
#banner .homebanner .inner {
	/*background: #060708;*/
	padding: 2px 0;
	margin: 0 0 15px 0;
	color:#fff;
	text-shadow:1px 1px 2px #23222A;
	font-size:16px;
}
#banner .homebanner h1 {
	color: #fff;
	/*background: #060708;*/
	margin: 15px 0 0 0;
	padding: 0.5em 10px;
	text-shadow:1px 1px 2px #23222A;
}
#banner .homebanner a {
	font-size: 1.3em;
}
#banner .homebanner .thumbs img {
	border: 1px white solid;
	margin-left: 16px;
}
#banner .homebanner .thumbs img.i1 {
	margin-left: 0;
} 
/*content version*/
#content  div.homebanner {
	width: 640px;
	float: left;
	padding: 0;
	display: inline; /*ie6*/
	color: #d3ded8;
}
#content  div.homebanner h2,
#content  div.homebanner h3 {
	margin: 0 0 1em 0;
	padding: 0;
	border: none;
	overflow: hidden;
}
#content  div.homebanner h2 span,
#content  div.homebanner h3 span {
	color: #fff;
	/*background: #dfb454;*/
	margin: 0 0 0 0;
	padding: 0.2em 10px;
	border: none;
	display:block;
}
#content .homebanner .thumbs img {
	border: 1px #383839 solid;
	margin-left: 16px;
	margin-top:10px;
}
#content .homebanner .thumbs img.i1 {
	margin-left: 10px;
} 



/*////////////////
*	slideShowPro
////////////////*/
#content .sspdirector .swf {
	margin-left:10px;
	margin-top:20px;
}


/*////////////////
*	fullblock : Productblock
////////////////*/
#content .fullblock div.thumb,
#content .productblock div.thumb {
	margin: 12px 0px 0.5em 10px;
	/*background: #d3ded8;*/
	color: #615e5e;
	width: 200px;
}
#content .fullblock div.thumb a,
#content .halfblock div.thumb a,
#content .productblock div.thumb a {
	color: #3EAFDB;
	text-decoration:underline;
}
#content .fullblock div.thumb a:hover,
#content .halfblock div.thumb a:hover,
#content .productblock div.thumb a:hover {
	text-decoration: none;
	color: #3EAFDB;
}
#content .fullblock div.thumb img,
#content .halfblock div.thumb img,
#content .productblock div.thumb img {
	display: block;
	width:180px;
	border:1px solid #dadada;
	padding:9px;
}
#content .fullblock div.thumb span,
#content .halfblock  div.thumb span,
#content .productblock  div.thumb span {
	/*The caption*/
	display:block;
	padding: 6px 8px;
}
/*////////////////
*	productblock
////////////////*/
#content .productblock ol a {
	padding: 4px 6px;
	background: #3EAFDB;
	color: white;
	-moz-border-radius:6px 6px 6px 6px;
	text-decoration:none;
}
#content .productblock ol li {
	margin: 6px 0;
	background: none;
	padding: 4px 0;
}

#content .productblock p.seymour {
	position: relative;
	background: none;
	padding: 0;
	margin-top: 1em;
}
#content .productblock p.seymour a {
	background: #1c749c;
	color: white;
	padding: 2px 5px;
	margin:0;
}


/*////////////////
*	promo
////////////////*/

#content  div.promoblock {
	clear: none;
	float: left; 
	width: 197px;
	padding: 0px;
	_display: inline;
	margin: 15px 0 15px 10px;
	margin-right: 0px;
	color: #fff;
	/*background: #66a544;*/
	background: #fff;
	zoom: 1;
}
#content  div.promoblock.first {
	clear: left;
	/*margin-left: 0;*/
}

#content div.promoblock div.thumb {
	margin: 0;
}
#content div.promoblock div.thumb img {
	display: block;
	/*width: 197px;*/
	height: 150px;
	
	border:1px solid #dadada;
	padding:9px;
	width:180px;
}
#content .promoblock div.thumb span {
	/*The caption*/
	display:block;
	padding: 6px 8px;
	font-size: 0.9em;
	zoom:1; /*ie*/
	text-decoration: none;
	color: #fff;
}
#content .promoblock a {
	color: #3EAFDB;
	text-decoration:underline;
}
#content .promoblock a:hover {
	color: #3EAFDB;
	text-decoration:none;
}
#content .promoblock .seymour {
	margin-left: 0;
	margin-right: 0;
}
#content .promoblock .seymour li {
	/*background-image: url(/images/bg_li_promo.gif);*/
}

/*////////////////
*	featureblock
////////////////*/
#content .featureblock {
	overflow: hidden;
}
#content .featureblock a {

}
#content .featureblock a:hover {
}

#content .featureblock h3,
#content .halffeature h3 {
	background: none;
	color: #39a2c3;
	border:none;
	margin: 0.5em 10px 0.2em 10px;
}

#content .featureblock .thumb,
#content .halffeature .thumb {
	width: 200px;
	height: 130px;
	font-size: 1px;
	float: left;
	display: inline; /*IE6*/
	margin: 10px;
}
#content .featureblock .info,
#content .halffeature .info {
	display: block;
	margin-left: 112px;
	position:relative;
}


/*////////////////
*	halfblock
////////////////*/

#content  div.halfblock {
	clear: none;
}
#content div.halfblock div.thumb {
	margin: 0pt 10px 0 10px;
}


	
/*////////////////
*	Contact Form
////////////////*/

p.buttons{
	clear: both;
	position: relative;
	overflow: hidden;
}
button {
	background: #3EAFDB;
	color: #fff;
	padding:5px 10px;
	cursor: pointer;
	border:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
button:hover {
	background: #056B9C;
	color: #fff;
}

input, select, textarea{
	border: 1px #DADADA solid;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	font-size: 13px;
	padding: 2px 3px;
}
input, textarea {
	width: 28em;
}
input.var {
	width: auto;
}

input.chbx {width: auto;border: none;}

div.formElement {
	position: relative;
	clear: both;
	padding: 1px 0;
	zoom: 1;
	overflow: hidden;
	}

div.formElement.invalid {
	position: relative;
	background: #f7eff0;
	border-top: 2px #e02328 solid;
	border-bottom: 2px #e02328 solid;
	padding: 2px 1px 2px 1px;
	margin: 3px 0px 3px 0px;
	vertical-align: top;
	display: block;
	}

div.formElement.valid {
	position: relative;
	padding: 1px 2px 1px 2px;
	margin: 0px 0px 2px 0px;
	display: block;
	/*white-space: nowrap;*/
	}
	
div.formElement.invalid.required input {background-color: #f4e7ca; border:1px #dfb454 solid;}
div.formElement.invalid.required option {background-color: #f4e7ca; border:1px #dfb454 solid;}

div.formElement.valid.required input,
div.formElement.valid.required select,
div.formElement.valid.required textarea {
	background-color: #ebf3f7;
	}

div.formElement.valid.required option {
	background-color: #f7eff0;
	}

div.label,
label.blk {
	display: inline;
	float: left;
	clear: none;
	color: #0b421a;
	margin-top: 2px;
	margin-right: 5px;
	text-align: right;
	vertical-align: top;
	width: 10em;
	}
div.input,
span.blk {
	display: inline;
	margin-right: 2px;
	float: left;
	clear: none;
	}

label {
	display: inline;	
}

#content .invalidFormHeader {
	position: relative;
	padding: 0.5em 10px;;
	margin: 3px 0px 3px 0px;
	border:none;
	font-size: 13px;
	background: #e02328;
	color: #fff;
	font-weight: bold;
	}

div.errTxt {
	margin-top: 3px;
	padding: 2px 2px 0px 1em;
	color: #0000a0;
	font-weight: bold;
	vertical-align: top;}

div.hintreq:first-letter {
	color: red;
	margin-left: -1em;}
	
div.hintreq {
	float: left;
	clear: none;
	display: inline;
	margin-top: 3px;
	padding: 2px 2px 0px 1em;
	color: #0000a0;
	font-size: 11px;
	vertical-align: top;}

div.outputtext {
	float: left;
	clear: none;
	margin-top: 3px;
	padding: 2px 2px 0px 2px;
	font-size: 11px;
	vertical-align: top;
}

div.hint {
	float: left;
	clear: none;
	margin-top: 2px;
	padding: 2px 2px 0px 1em;
	color: #0000a0;
	font-size: 11px;
	vertical-align: top;
}

p.error {
	display: block;
	font-style: italic;
	color: #de2025;
}

/*////////////////
*	File type links
////////////////*/

a.audio {
	padding-left: 20px !important;
	background-image: url(/images/icons/speaker-yellow.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}
a.text {
	padding-left: 20px  !important;
	background-image: url(/images/icons/text-file.gif);
	background-repeat: no-repeat;
	background-position: 2px center;

}


/*////////////////
*	Edit mode css tweaks : To improve edit tools display
////////////////*/
body.editmode #banner .bannerblock {
	position: relative;
}
body.editmode #container {
	margin-top: 0;
}

/*////////////////
*	Race results table
////////////////*/
table td strong {
	color: #056B9C;
	font-weight:normal;
}




/*////////////////
*	Big bike chunks
////////////////*/
div.bigbike {
	position: absolute;
	z-index: 0;
	zoom: 1;
	text-align: center;
	padding: 0;
	margin: 0;
	bottom: -12px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
div#t1 {
	width: 279px;
	height: 301px;
	/*background-image: url(/images/bigbike/bigbike_1.png);*/
	background-position: left bottom;
	right: 0;
}
div#t2 {
	width: 92px;
	height: 261px;
	right: 279px;
	/*background-image: url(/images/bigbike/bigbike_2.png);*/
}

/*////////////////
*	race results tables
////////////////*/

table.raceresults {
	width:100%;
}
table.raceresults td {text-align: left;padding: 4px 2px;border-bottom:1px #f0f0f0 solid;}
table.raceresults th {text-align: left;padding: 4px 2px;border-bottom:1px #c7c7c7 solid;}

#side table.raceresults td {border-bottom:1px #c0dae6 solid;}
#side table.raceresults th {border-bottom:1px #9bc4d7 solid;}
#side table {margin: 0.5em 10px 0.6em 10px;}
#side table.raceresults {width:280px; color:#056B9C;}
.tpl_home table.raceresults {width:300px;}
.tpl_home table.raceresults td {border-bottom:1px #333333 solid; color:#D3DED8;}
.tpl_home table.raceresults th {border-bottom:1px #4d4d4d solid;}


table.cfdump_table_struct {
	background: #fff;
}
