html{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;	
	vertical-align: top;
	text-align: center;
	background: #000000 url('../images/bg.jpg') top center no-repeat;
}

h1{
	margin-top: 0px;
}

h2{
	font-size: 16px;
}

h3{
	font-size: 16px;
}

#wrapper{
	margin: 0px auto;
	width: 985px;
	text-align: left;
	padding: 0px;
}

#header{
	border: 0px solid red;
	width: 985px;
	margin: 0px;
	padding: 0px;	
	vertical-align: top;
}

#header #titleText{
	display: none;
}

#header #searchform{
	height: 32px;
	width: 984px;	
	margin: 0px auto;
	padding: 0px;
	color: #666;	
	vertical-align: top;
	text-align: right;
	background: #000000 url('../images/search_bg.jpg') top center no-repeat;
}

#header #searchform #search{
	height: 16px;
	width: 115px;
	border: 1px solid #fffb00;
	margin-top: 2px;
	margin-right: 3px;
}

#header #searchform #search_btn{
	font-size: 8px;
	font-weight: bold;
	height: 15px;
	width: 21px;
	border: 1px solid #666666;
	background: #cccccc;
	padding: 0px;
	margin-top: 2px;
	margin-right: 20px;
}

#header #profile{
	height: 107px;
	width: 984px;	
	margin: 0px auto;
	padding: 0px;
	color: #666;	
	vertical-align: top;
	background: #000000 url('../images/profile_bg.jpg') top center no-repeat;
}

#header #profile img{
	border: 0px;
	margin: 0px;
}

#header #profile #merchandise{
	margin-left: 8px;
	float: left;
}

#header #profile #profile-bikes{
	float: left;
}

#header #profile #mailinglist{
	height: 100px;
	width: 225px;
	float: left;
	background: #000000 url('../images/subscribe_bg.jpg') top center no-repeat;
}

#header #profile #mailinglist p{
	margin-top: 35px;
	margin-left: 19px;
	color: #ffffff;
	font-size: 12px;
}

#header #profile #mailinglist strong{
	font-style: italic;
}

#header #profile #mailinglist strong span{
	color: #ffcc00;
	font-size: 14px;
	font-style: normal;
}

#header #profile #mailinglist input{
	margin-top: 5px;
}

#header #profile #mailinglist #mail_email{
	width: 105px;
	height: 15px;
	vertical-align: middle;
	font-size: 10px;
}

#header #profile #mailinglist #subscribe_submit{
	width: 68px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 21px;
	padding-left: 20px;
	padding-bottom: 5px;
	border: 0px;
	vertical-align: middle;
	margin-left: 5px;
	background: #000000 url('../images/signup.jpg') top left no-repeat;
}

#topbanners{
	border: 0px solid red;
	width: 985px;
	height: 99px;
	text-align: left;
	margin: 0px auto;
	padding-top: 1px;
}

#topbanners #hydrexlink{
	border: 0px solid red;
	display: block;
	width: 280px;
	height: 95px;
	float: left;
	margin-left: 105px;
}

#topbanners p{
	margin-top: 25px;
	margin-left: 20px;
	float: left;
}

#topbanners strong{
	font-size: 20px;
}

#nav{
	height: 44px;
	width: 985px;	
	margin: 0px auto;
	padding: 0px;
	color: #666;	
	vertical-align: top;
	background: #000000 url('../images/nav-bg.jpg') top center no-repeat;
}

#nav ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}

#nav li{
	margin: 9px 0px 0px 0px;
	padding: 0px;
	height: 30px;
	width: 80px;
	float: left;
	display: block;
	text-align: center;
	border: 0px solid white;
	overflow: hidden;
}

#nav a{
	display: block;
	padding: 0px 5px 0px 5px;
	height: 30px;
	width: 70px;	
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 30px;
	width: 80px;
	color: #ffffff;
	text-decoration: none;
	background: #000000 url('../images/nav_btn_bg.jpg') top left no-repeat;
}

#nav a:hover{
	background: #000000 url('../images/nav_btn_bg.jpg') bottom left no-repeat;
}

#nav a.lastone{
	display: block;
	padding: 0px 5px 0px 5px;
	height: 30px;
	width: 70px;	
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 30px;
	width: 80px;
	color: #ffffff;
	text-decoration: none;
	background: #000000 url('../images/nav_btn_bg_lastone.jpg') top left no-repeat;
}

#nav a.lastone:hover{
	background: #000000 url('../images/nav_btn_bg_lastone.jpg') bottom left no-repeat;
}



#nav span{
	position: relative;
	top: 8px;
}

#content{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 981px;
	margin: 0px auto;
	background: #000000;
}

#content .container{
	padding: 20px 0px;
	clear: both;
}

#content #newsfeed{
	width: 330px;
	margin: 0px;
	padding: 0px 10px;
	float: left;
}

#content #newsfeed p{
	margin-top: 0px;
}

#content #newsfeed h4{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;	
	margin: 0px;
	padding: 0px;
	width: 250px;
	float: right;
	text-align: left;
}

#content #newsfeed h4 a{
	text-decoration: none;
	vertical-align: middle;
	color: #FFFFFF;
}

#content #newsfeed img{
	margin-left: 5px;
}

#content #newsfeed img.thumb{
	border: 2px solid #333333;
	margin: 0px 3px;
	float: left;
	vertical-align: middle;
}

#content #newsfeed p{
	margin: 5px;			
	padding-top: 10px;
	padding-bottom: 20px;
	clear: both;
	font-size: 11px;
	text-align: left;
}

#content #newsfeed p a{
	text-decoration: none;
	color: #FFFFFF;
}

#content #gallery{
	width: 299px;
	height: 295px;
	background: #000000 url('../images/gallery_bg.jpg') top left no-repeat;
	float: right;
	margin-top: 20px;
}

#content #gallery h3{
	margin: 5px 0px 0px 5px;
	font-size: 14px;
}

#content #gallery table{
	margin-left: 7px;
	margin-top: 7px;
}

#content #gallery img{
	width: 86px;
	height: 56px;
	border: 2px solid white;
}


#content #standingsArea{
	width: 299px;
	height: 295px;
	background: #000000 url('../images/championship_bg.jpg') top left no-repeat;
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#content #standingsArea h3{
	margin: 5px 0px 0px 5px;
	font-size: 14px;
}

#content #standingsArea table{
	margin-left: 7px;
	font-size: 11px;
	margin-top: 7px;
	background: #000000 url('../images/table_bg.jpg') top left repeat-y;
	width: 285px;
	border-collapse: collapse;
	color: #000000;
	font-weight: bold;
}

#content #standingsArea td{
	height: 19px;
	border: 1px solid #000000;
	text-align: center;
	padding: 3px;
}

#content #racetv{
	width: 659px;
	height: 355px;
	background: #000000 url('../images/racetv_bg.jpg') top left no-repeat;
	float: left;
	margin-top: 20px;
	margin-left: 8px;
	padding: 9px 0px 0px 8px;
}

#content #racetv h4{
	margin-left:10px;
	margin-top:40px;
	margin-bottom: 0px;
	color: #FFCC00;
	font-size: 20px;
}

#content #racetv p{
	margin-left:10px;
	margin-top:15px;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
}

#content #racetv img{
	margin-left: 15px;
	margin-top:18px;
}

#content #poll{
	width: 299px;
	height: 295px;
	background: #000000 url('../images/poll_bg.jpg') top left no-repeat;
	float: right;
	margin-top: 20px;
	margin-right: 7px;
}

#content #poll h3{
	margin: 5px 0px 0px 5px;
	font-size: 14px;
}

#content #poll p{
	margin-left: 15px;
	margin-top: 15px;
}

#content #poll p strong{
	color: #FFCC00;
	font-size: 16px;
}

#content #poll p.first-radio{
	margin-top: 45px;
}

#content #poll img{
	width: 86px;
	height: 56px;
	border: 2px solid white;
}

#content #poll #poll_submit{
	margin-top: -10px;
	width: 68px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 21px;
	padding-left: 5px;
	padding-bottom: 5px;
	border: 0px;
	vertical-align: middle;
	margin-left: 5px;
	background: #000000 url('../images/poll_btn_bg.jpg') top left no-repeat;
}
#content #poll #poll_results{
	margin-top: -10px;
	width: 68px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 21px;
	padding-left: 5px;
	padding-bottom: 5px;
	border: 0px;
	vertical-align: middle;
	margin-left: 5px;
	background: #000000 url('../images/poll_btn_bg.jpg') top left no-repeat;
}


/* Site Defaults */

#content #default{
	padding: 20px;
	clear: both;
}

#content #default img{
	margin: 0px 0px 10px 10px;
	border: 2px solid white;
}

#content #default a{
	color: #FFFFFF;
	text-decoration: underline;
}

#content #default a:hover{
	text-decoration: none;
}

/* News Landing Page */

#allnews-feed{
	width: 900px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	border: 0px solid red;
}

#allnews-feed a{
	text-decoration: none;
}


#allnews-feed img{
	margin: 5px;
	border: 1px solid black;
}

#allnews-feed table{
	margin: 0px;
	text-align: left;
	border-collapse: collapse;
}

#allnews-feed .title{
	color: #ffffff;
}

#allnews-feed .date{
	color: #FFDD15;
}

#allnews-feed td{
	border-top: 1px dotted #b3b3b3;
	border-bottom: 1px dotted #b3b3b3;
	padding: 5px;
	margin: 10px 0px 0px 0px;
}

#allnews-feed td.newsleft{
	border-left: 1px dotted #b3b3b3;
}

#allnews-feed td.newsright{
	border-right: 1px dotted #b3b3b3;
}

#allnews-feed td.spacer{
	border: 0px;	
	background: none;
	padding: 0px;
	margin: 0px;
}

#allnews-feed table p{
	text-align: left;
}


/* Pagination Effect */

#pagination{
	text-align: center;
	margin-top: 50px;
}

#pagination input{
	vertical-align: middle;
}

/* search box */
#postcode-search{
	width: 700px;
	margin-top: 40px;
}

#postcode-search table{
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
	text-align: left;
	margin: 0px;
	width: 600px;
}

#postcode-search table a{
	color: #000000;
}

#postcode-search label{
	font-size: 16px;
	font-weight: bold;
}

/* Social Bookmarking */
#socialBookMarks{
	margin-top: 50px;	
	border: 1px solid white;
	padding:10px;
}

#socialBookMarks p{
	padding:0;
	margin:0;
}

#socialBookMarks h3{
	padding:0;
	margin:0;
}

#socialBookMarks ul{
	text-align:left;
	list-style:none;
	margin:15px 0 0px 15px;
	padding:0;
}

#socialBookMarks li{
	text-align:center;
	display:inline;
	padding:0 4px 6px 0 ;
}

#socialBookMarks .delicious{
	background:url("../images/delicious.gif") no-repeat 0 0;
}

#socialBookMarks .digg{
	padding:0 0 0 2px;
	background:url("../images/digg.gif") no-repeat 0 0;
}

#socialBookMarks .reddit{
	padding:0 0 0 2px;
	background:url("../images/reddit.gif") no-repeat 0 0;
}

#socialBookMarks .facebook{
	background:url("../images/facebook.gif") no-repeat 0 0;
}

#socialBookMarks .stumbleupon{
	background:url("../images/stumbleupon.gif") no-repeat 0 0;
}

#socialBookMarks ul li a{
	padding:0 0 0 18px;
	margin:0 3px 0 0px;
}

/* Games Page */
#parent-landing-page{
	width: 700px;	
	margin: 0px 0px 0px 20px;
	text-align: left;
	border-collapse: collapse;
}

#parent-landing-page img{
	border: 0px solid black;
}

#parent-landing-page td{
	padding: 20px;
	margin: 0px;
}

/* Contact Page */
#errors{
	margin: 10px 0px 10px 5px;
	padding: 10px;
	border:  #ffdd15 2px solid;
	color: #ff0000;
	font-weight: bold;
}

#contact{
	margin: 30px 0px 30px 5px;
}

#contact label{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
}

#contact .submit input{
	margin-left: 105px;
}

/* Blog */
#blog{
	border: 0px solid red;
	width: 800px;
	margin: 20px 0px 0px 0px;
}

#blog .blog_entry{
	border-bottom: 1px dotted #FFDD15;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
}

#blog .blog_entry h3{
	font-size: 16px;
	color: #EB1B2B;
	margin-bottom: 0px;
}

#blog .blog_entry strong.date{
	font-size: 11px;
	color: #FFDD15;
}

#blog .blog_entry a{
	color: #EB1B2B;
}

#blog .blog_entry .poster{
	color: #FFDD15;
	font-weight: bold;
}

#blog .blog_comment{
	padding: 0px 10px;
	margin: 30px 0px;
	border-left: 1px dotted white;
}

#blog .blog_comment p{
	color: #EB1B2B;
}

#blog .blog_comment .poster{
	color: #FFDD15;
	font-size: 11px;
}

#blog .blog_comment .noposts{
	color: #ffffff;
}

#blog #blog_post_area{
	margin-top: 60px;
	padding-top: 10px;
	border-top: 1px dotted white;
}

#blog #blog_post_area p{
	width: 450px;
}







#content_footer{
	height: 8px;
	width: 985px;
	margin: 0px auto;
	background: #000000 url('../images/content_footer_bg.jpg') top left no-repeat;
}

#sponsors{
	height: 103px;
	width: 964px;
	margin: 0px auto;
	background: url('../images/sponsors_bg.jpg') top left no-repeat;
	padding: 8px 0px 0px 21px;	
}

#footer{
	margin: 0px auto;
	padding: 10px 0px;
	color: #FFCC00;
	background: #000000;
}

#footer a{
	color: #FFCC00;
}

#footer a:hover{
	text-decoration: none;
}











