/**********************
 Body and tags
**********************/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #859C0E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #554D49;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	margin-bottom: 0.5em;
	font-size: 182%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

p, blockquote, ul, ol {
	margin-bottom: 1.0em;
	line-height: 1.4em;
}

p {
}

blockquote {
}

ul, ol {
	list-style-position: inside;
}

ul {
}

ol {
}

a {
}

a:hover {
	text-decoration: none;
}


/**********************
 Header
**********************/
#header {
	width: 780px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(../images/bg_header_bike.gif) no-repeat 74px 20px;
}

#header h1 {
	margin: 0;
	padding: 0 96px 2px 0;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 0px;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#header h1 a {
	color: #000000;
}

#header h2 {
	margin: -5px 0 0 0;
	padding: 0 210px 0 0;
	text-transform: lowercase;
	text-align: right;
	font: normal 30px Garamond, "Times New Roman", Times, serif;
	font-style: italic;
	color: #859C0E;
}

#header img {
	padding: 0 0 5px 355px;
}

#header a {
	text-decoration: none;
}


/**********************
 Page
**********************/
#page {
	width: 680px;
	margin: 0 auto;
	padding: 0 0 0 100px;
	background: url(../images/bg_page_bike.gif) repeat-y 100px 0px;
}


/**********************
 Content
**********************/
#content {
	float: left;
	width: 429px;
	padding: 5px 30px 0 25px;
	background: url(../images/logo_biker.jpg) no-repeat 60px 0px;
}

#content .image {
	position: relative;
	margin: 3px 20px 0 -100px;
	float: left;
	width: 160px;
	border: 5px solid #000000;
}

#content .image img {
	border: 5px solid #FFFFFF;
}

#content .center {
	text-align: center;
}

#content .indented {
	padding-left: 50px;
}

#content .center img {
	border: none;
}

#content #index img {
	text-align: right;
}

#content h1 {
	padding: 10px 0 0 0;
}

#content h2 {
	padding: 5px 0 0 0;
}

#content a {
	color: #F79239;
}

#content ul {
	margin-bottom: 0;
}

#content li ul li {
	margin-left: 25px;
}

#index a {
	text-decoration: none;
}

#index h4 {
	text-align: right;
	font-size: 1.1em;
}

/**********************
 Table
**********************/
#content table {
	font-size: 90%;
	line-height: 1.2em;
	color: #333;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0.1em;
}

#content caption {
	padding-bottom: 1em;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.6em;
	color: #333;
	background: transparent;
}
  
#content thead th, tfoot th, tfoot td {
	font-family: arial, verdana, sans-serif;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding-left: 5px;
	letter-spacing: 0.1em;
	font-size: 1.0em;
	font-weight: bold;
	background: #DBE79F;
}
  
#content tfoot th, tfoot td {
	border-top: 2pt double #009;
}

#content td, th {
	padding: 4px;
}

#content tbody tr th, tbody tr td {
	border-bottom: 1px dotted #009;
}

#content tbody tr:hover td, tbody tr:hover th {
	border-bottom: 1px solid #333;
}

#content tbody td a, tbody th a {
	background: transparent;
	color: #009;
	text-decoration: none;
	border: none;
}

#content tbody td a:hover, tbody th a:hover {
	background: transparent;
	color: #930;
}

#content .odd {
	background: #E8EECC;
}

#content tbody tr:hover {
	color: #333;
	background: #DBE79F;
}

#content tbody tr th:hover {
	background: #FFF;
}


/**********************
 Form
**********************/
form {
	font:100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 300px;
	max-width: 3200px;
	width: 320px; 
}

form fieldset {
	border: none;
	padding: 10px;
	margin: 0;
}

form label { 
	display: block;
	float: left; 
	width: 75px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
}

form input, form textarea {
	width: auto;
	margin: 5px 0 0 10px;
}

form input#reset {
	margin-left: 0px;
}

textarea { overflow: auto; }

form br {
	clear: left;
}


/**********************
 Sidebar
**********************/
#sidebar {
	float: right;
	width: 180px;
	padding: 50px 0 0 15px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#sidebar li {
	margin-bottom: 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(../images/menu_dots.gif) repeat-x left bottom;
}

#sidebar h2 {
	margin-bottom: 10px;
	padding-left: 15px;
	text-transform: uppercase;
	background: url(../images/menu_box_white.gif) no-repeat left center;
	border-bottom: 1px solid #000000;
	font-size: 100%;
	font-weight: bold;
}

#sidebar .open, #sidebar .active, #sidebar .open_active {
	margin-bottom: 0;
	border-bottom: 1px solid #859C0E;
}

#sidebar .open_active {
	background: url(../images/menu_box_orange.gif) no-repeat left center;
}

#sidebar .closed_active {
	background: url(../images/menu_box_orange.gif) no-repeat left center;
	border-bottom: 1px solid #000000;
}

#sidebar .active {
	padding-left: 15px;
	background: url(../images/menu_arrow_orange.gif) no-repeat 5px 50%;
	color: #FFFFFF;
}

#sidebar h3 {
	margin: 0;
	padding-left: 15px;
	font-size: 100%;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	padding-left: 15px;
	background: url(../images/menu_arrow_white.gif) no-repeat 5px 50%;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	background: url(../images/menu_arrow_orange.gif) no-repeat 5px 50%;
	text-decoration: none;
}

#sidebar h2 a {
	background: none;
	text-decoration: none;
	margin-left: -15px;
	color: #000000;
}

#sidebar h2 a:hover {
	background: url(../images/menu_box_orange.gif) no-repeat left center;
}


/**********************
 Footer
**********************/
#footer {
	width: 470px;
	height: 60px;
	margin: 0 auto;
	padding: 15px 110px 0 0;
	background: url(../images/bg_footer_bike.gif) no-repeat 0px 0px;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: 77%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#footer img {
	border: none;
}
