/* initialize */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img, abbr { border: 0; }
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }
a { text-decoration: none; }
.hide { display:none; }


/* global */

html { 
background: url('images/bg.png') repeat-x top center #ff9900;
}

body {
background: url('images/background.png') no-repeat top center;
color: #784903;
font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;
}	
	
a { color: #583602; text-decoration: underline; }
a:hover { color: #fff; }

strong { font-weight: bold; line-height: 1; }
em { font-style: italic; }

p { 
font-family: Verdana, 'Lucida Sans', Arial, sans-serif;
margin-bottom: 1.0em; 
line-height: 1.5em; 
}

p.header {
font-weight: bold;
}

p.techHeader {
color: #d82305;
font-weight: bold;
}

p.header2 {
font-weight: bold;
color: #583602;
font-family: Arial, sans-serif;
padding: 0px 1px;
}

li {
line-height: 1.5em;
}

hr {
color: #ff6600;
margin: 20px 0 20px 0;
}

hr.nospacing {
margin: 10px 0 20px 0;
}
	* html hr.nospacing { margin-top: 0px; } /* for IE */
	
.top { text-align: right; }

/* page */

#wrapper { 
	font-size: 1.1em;
	width: 960px;
	margin: 0 auto;
	}
#page {
	margin: 0 5px;
	position: relative;
	}

#main_content {
margin: 0 auto;
}

#left_content {
width: 550px;
margin: 0 10px 20px 0;
float: left;
}
	* html #left_content { margin: 0 10px 0 0; } /* for IE */
	
	#left_content p {
	text-align: justify;
	}

#sidebar, #sidebar_tech, #tech_articles, #sidebar_index {
float: left;
list-style: none; 
padding: 0;
}
	#sidebar {
	width: 380px;
	margin: 66px 0 10px 10px;
	}
	
	#sidebar_tech {
	margin: 66px 0 10px 0;
	padding-left: 10px;
	border-left: 1px solid #c67803;
	}
		#sidebar_tech, #sidebar_tech ul.features li {
		width: 160px;
		}
		
	#sidebar_index {
	width: 380px;
	margin: 40px 0 10px 0;
	padding-left: 10px;
	}
	
	#tech_articles {
	width: 160px;
	margin: 66px 0 10px 10px;
	padding-right: 20px;
	text-align: justify;
	}
	
	#tech_articles ul li, #left_content ul li, #sidebar_index ul li, #main_content ul li {
	background: url(images/arrow.gif) no-repeat 2px 6px;
	text-align: left;
	display: block;
	list-style: none;
	padding: 0 0 5px 15px;
	/*border: 1px solid #000;*/
	}
	
	#whats_new img { margin-bottom: 5px; }
	
	#tech_articles ul li a {
	text-decoration: none;
	}
	
	#tech_articles ul li a.current {
	text-decoration: underline;
	}
	
	.tech_bike {
	width: 550px;
	height: 100px;
	margin-bottom: 1px;
	}
	
	.back {
	margin-top: 35px;
	font-variant: normal;
	font-size: 10px;
	}
	
	a.tech_bike_button, .tech_bike_current {
	display: block;
	width: 540px;
	height: 100px;
	font-size: 14px;
	padding-right: 10px;
	font-variant: small-caps;
	font-weight: bolder;
	text-align: right;
	text-decoration: none;
	background-repeat: no-repeat;
	}
	
	.bike_650_03, .bike_650_07 {
	background: url('images/tech_background_sv650_03.gif') #ffba00;
	}
		.bike_650_07 { background-color: #ffcc00; }
	
	.bike_650_99 {
	background: url('images/tech_background_sv650_99.gif') #ffcc00;
	}
	
	.bike_sv1000 {
	background: url('images/tech_background_sv1000.gif') #ffba00;
	}
	
	.bike_ex500 {
	background: url('images/tech_background_ex500.gif') #ffcc00;
	}
	
	.tech_bike_current {
	border-bottom: 1px solid #c67803;
	color: #d82305;
	}
		.sv03 {
		background: url('images/tech_background_sv650_03.gif') #ffba00;
		}
		.sv99 {
		background: url('images/tech_background_sv650_99.gif') #ffba00;
		}
		.sv1000 {
		background: url('images/tech_background_sv1000.gif') #ffba00;
		}
		.ex500 {
		background: url('images/tech_background_ex500.gif') #ffba00;
		}
		
	a.tech_bike_button:hover {
	color: #d82305;
	background-color: #ffe400;
	}

/* footer */

#footer {
width: 960px;
margin: 10px auto;
clear: both;
color: #781100;
padding-bottom: 5px;
}
#footer .inside {
background: url(images/footer_line.gif) 50% 0 repeat-x;
padding: 1em 0;
}
#footer p {
margin: 0;
font-size: 10px;
}
#footer p.copyright { float:left; }
#footer p.attributes { float:right; }
#footer p.attributes a {
	padding: 0 0 0 1em;
	text-decoration: none;
	color: #000;
}
#footer p.attributes a:hover {
	color: #fff;
}


/* header */

#header { 
	color: #fff; 
	padding-top: 8px;
	}
#header h1 { 
	/* background: url('../images/headerimg_bkg.gif') no-repeat 50% 20px; */
	text-indent: -9999px; 
	height: 101px; 
	}
#header #description { display: none; }

#masthead {
	background: #f7f7f7;
	margin: 0 auto 10px;
	height: 150px;	
	width: 960px;
	}


/* navigation */

#navigation { 
	font-family: Arial, sans-serif;
	font-weight: bold;
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 10px 0 7px;
	line-height: normal;
	}
#navigation li {
	display: inline;
	}
#navigation li a {
	color: #ff0005;
	font-weight: bold;
	padding: 9px 10px;
	text-decoration: none;
	}
#navigation li a:hover { 
	color: #fff;
	}
#navigation li.current a {
	/*background: url('/images/bkg_nav.png') top center repeat-x;
	border-top: 2px solid #00618c;*/
	color: #ff6000;
	}

#secondaryNav {
margin: 0 0 10px 0;
font-weight: bold;
/*padding: 9px 10px;*/
font-family: Arial, sans-serif;
}

#secondaryNav a, #secondaryNav span, #secondaryNav ul li {
color: #583602;
font-family: Arial, sans-serif;
padding: 9px 10px;
text-decoration: none;
}

#secondaryNav a {
font-weight: bold;
}

#secondaryNav a:hover, #secondaryNav .hover {
color: #fff;
}

#secondaryNav span.pipe {
color: #c67803;
}

#secondaryNav span.spacer {
width: 100px;
}

#secondaryNav a.current, #secondaryNav .selected {
text-decoration: underline;
}

#secondaryNav ul li {
display: inline;
}

/* sponsor lists */

ul.features {
float: left;
display: block;
font-size: 10px;
list-style: none;
padding: 0px;
margin: 0px;

}

ul.features li
{
display: block;
text-align: center;
width: 190px;
height: 60px;
margin: 0 auto;
padding: 0px;
float: left;
}  /* #sidebar_tech ul.features li; css above */

ul.features img.logo {
}

img.ott {
border: 2px solid #ff6600;
padding: 1px;
}

table {
font-family: Verdana, Arial;
font-size: 11px;
}

td {
padding: 5px;
border: 1px solid #ff6600;
line-height: 12px;
}

.tdnone {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td p {
line-height: 12px;
}

td.header, td.header a {
color: #ffffff;
text-decoration: none;
border: none;
}

td.header a:hover {
color: #ffffff;
}

td.bold {
font-weight: bold;
}

td img, img.profile, a.photos, a.photos:link {
border: 4px solid #c67803;
float: left;
/*overflow: hidden;*/
}
	* html td img, * html img.profile, * html a.photos, * html a.photos:link { float: none; } /* for IE */

a.photos { margin: 0 5px 10px 0; }
	* html a.photos { margin-right: 0; } /* for IE */
	
a.photos:hover {
border: 4px solid #ffe400;
}

#photo_content {
margin: 20px 0 10px 30px;
}

* html #photo_content img { margin-bottom: 10px; } /* for IE */

.even {
	background-color: #ffba00;
}
.odd {
	background-color: #ffcc00;
}

#sponsor_carousel {
text-align: center;
}

#sponsor_list, #championship_list {
margin: 20px 0 0 0;
text-align: center;
}

#championship_list p {
text-align: center;
}

#championship_list ul {
list-style: none;
}

#championship_list ul li {
line-height: 22px;
background: none;
text-align: center;
}

#contact_text {
float: left;
margin-right: 40px;
}

.noborder {
border: 0px;
}




.SUBTITLE01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
