@charset "UTF-8";

/* Main Nav */	
#navigation{
	font-family: Arial, Helvetica, sans-serif;
}
#navigation ul {
	margin: 0px 26px;
	padding: 6px 10px;
	height: 35px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#navigation li {
	margin: 0px; 
	padding: 0px 11px;
	display: inline;
	list-style-type: none;
	}
	
#navigation a {
	font-size: 0.8em;
	padding: 5px;
	text-decoration: none;
	color: #999;
	}
	
#navigation a:hover {
	color: #900;
	}
	
#navigation #currentpage a {
	color: #900;
	}
	
	
	
/* Sub Navigation*/

#sub_nav {
	margin: 0px 0px 0px 40px;
	text-transform: capitalize;
	}

#sub_nav li {
	margin: 0px; 
	padding: 0px 11px;
	display: inline;
	list-style-type: none;
	}
	
#sub_nav a:link, #sub_nav a:visited {
	font: bold 0.875em Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
	color: #000;
	}
#sub_nav a:hover {
	color: #999;
	padding: 5px;
}

#sub_nav a.active:link, #sub_nav a.active:visited {
	color: #900;
	padding: 5px;
	}
	
	
/* Sub Navigation Ride*/
#sub_nav_ride {
	margin: 0px 0px 0px 170px;
	text-transform: capitalize;
	}

#sub_nav_ride li {
	margin: 0px; 
	padding: 0px 11px;
	display: inline;
	list-style-type: none;
	}
	
#sub_nav_ride a:link, #sub_nav_ride a:visited {
	font: bold 0.875em Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
	color: #000;
	}
#sub_nav_ride a:hover {
	color: #999;
	padding: 5px;
}

#sub_nav_ride a.active:link, #sub_nav_ride a.active:visited {
	color: #900;
	padding: 5px;
	}
	
	
/* Sub Navigation other*/
#sub_nav_other {
	margin: 0px 0px 0px 300px;
	text-transform: capitalize;
	}

#sub_nav_other li {
	margin: 0px; 
	padding: 0px 11px;
	display: inline;
	list-style-type: none;
	}
	
#sub_nav_other a:link, #sub_nav_other a:visited {
	font: bold 0.875em Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
	color: #000;
	}
#sub_nav_other a:hover {
	color: #999;
	padding: 5px;
}

#sub_nav_other a.active:link, #sub_nav_other a.active:visited {
	color: #900;
	padding: 5px;
	}
	
/* Sub Navigation Sub Other*/

#sub_other {
	margin: 5px 0px 0px 0px;
	text-transform: capitalize;
	}

#sub_other li {
	margin: 0px; 
	padding: 0px 11px;
	display: inline;
	list-style-type: none;
	}
	
#sub_other a:link, #sub_other a:visited {
	font: bold 0.875em Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
	color: #999;
	}
#sub_other a:hover {
	color: #333;
	padding: 5px;
}

#sub_other a.active:link, #sub_other a.active:visited {
	color: #900;
	padding: 5px;
	}	
	
	
/* Sub Navigation why*/
#sub_nav_why {
	margin: 0px 0px 0px 440px;
	text-transform: capitalize;
	}

#sub_nav_why li {
	margin: 0px; 
	padding: 0px 11px;
	display: inline;
	list-style-type: none;
	}
	
#sub_nav_why a:link, #sub_nav_why a:visited {
	font: bold 0.875em Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
	color: #000;
	}
#sub_nav_why a:hover {
	color: #999;
	padding: 5px;
}

#sub_nav_why a.active:link, #sub_nav_why a.active:visited {
	color: #900;
	padding: 5px;
	}			

		


/* home */	
a#home {
	position: absolute;
	margin: 20px 0px 0px 35px;
	width: 450px;
	height: 50px;
	background: transparent;
	z-index: 5;
}	