img 
	{
	border:0;
	}
	
img.border
	{
	border:1px solid black;
	}
		
a, a:active, a:link
	{
	color:black;
	text-decoration:underline;
	}
	
a:hover
	{
	color:red;
	}

div.float_right
	{
	position:relative;
	float:right;
	margin-left:10px;
	//margin-left:5px;
	margin-bottom:10px;
	}
	
div.float_right_cl
	{
	position:relative;
	clear:both;
	float:right;
	margin-left:10px;
	//margin-left:5px;
	margin-bottom:10px;
	}
	
div.float_left
	{
	position:relative;
	float:left;
	margin-right:10px;
	//margin-right:5px;
	margin-bottom:10px;
	}
	
img.black_border
	{
	border:1px solid black;
	}
	
p
	{
	text-align:justify;
	padding:0;
	margin:0;
	}
	
h1
	{
	border-bottom:1px solid black;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom:10px;
	}
	
span.red
	{
	font-weight:bold;
	color:red;
	}
	
.important
	{
	font-weight:bold;
	}
	
p.important a
	{
	text-decoration:underline;
	}
	
p.important a:hover
	{
	color:red;
	}
	
#sub_container div.content p.pbar
	{
	margin-left:5px;
	margin-top:10px;
	margin-right:240px;
	}

.clb
	{
	clear:both;
	margin-bottom:-10px;
	}

body
	{
	font-family: arial;
	font-size:12px;
	margin:0;
	padding:0;
	background-image:url('images/carbon.gif');
	}
	

#main
	{
	width:770px;
	margin:0 auto;
	position:relative;
	background-color:white;
	border:1px solid black;
	}
	
#header 
	{
	background-image:url('images/header_bg.gif');
	background-repeat:repeat-x;
	height:166px;
	}
	
#header #header_image
	{
	background-image:url('images/header.gif');
	background-repeat:no-repeat;
	height:166px;
	width:100%;
	}
	
#menu
	{
	position:absolute;
	top:0;
	right:0;
	width:379px;
	height:29px;
	margin-right:37px;
	}
	
#nav
	{
	cursor:pointer;
	list-style:none;
	margin:0;
	padding:0;
	z-order:0;
	}
	
#nav li a div
	{
	cursor:pointer;
	}
	
#nav li
	{
	cursor:pointer;
	float: left;
	position: relative;
	}

#nav li ul
	{
	display:none;
	position:absolute;
	list-style:none;
	margin-left:15px;
	padding:0;
	top:29px;
	left:0;
	background-color:gray;
	border:1px solid black;
	}
	

	
#nav li ul li
	{
	width:12em;
	clear:both;
	}
	
#nav li.forum ul li	
	{
	width:20em;
	}

#nav li ul li a
	{
	text-decoration:none;
	color:white;
	}	
	
#nav li ul li a div
	{
	cursor:pointer;
	padding-left:20px;
	border:1px solid black;
	border-top:0;
	border-left:0;
	_height:15px;
	padding-top:5px;
	padding-bottom:5px;
	}	
	
#nav li ul li a:hover div
	{
	background-image:url('images/submenu_bg.gif');
	background-repeat:no-repeat;
	color:black;
	border-bottom:1px solid black;
	}
	
	
#nav li > ul 
	{
	left: auto;
	}
	
#nav li:hover ul, li.over ul
	{ 
	display: block; 
	}
	
#nav li.over ul
	{
	display:block;
	}

#nav a div.menu
	{
	height:29px;
	margin-left:10px;
	margin-right:10px;
	}
	
#nav a.forum div
	{
	background-image:url('images/menu_forum.gif');
	background-repeat:no-repeat;
	width:49px;
	}
	
#nav a.forum:hover div
	{
	background-position: -49px;
	}
	
#nav a.products div
	{
	background-image:url('images/menu_products.gif');
	background-repeat:no-repeat;
	width:69px;
	}
	
#nav a.products:hover div
	{
	background-position: -69px;
	}
	
#nav a.online_store div
	{
	background-image:url('images/menu_online_store.gif');
	background-repeat:no-repeat;
	width:90px;
	}
	
#nav a.online_store:hover div
	{
	background-position: -90px;
	}
	
#nav a.contact_us div
	{
	background-image:url('images/menu_contact_us.gif');
	background-repeat:no-repeat;
	width:85px;
	}
	
#nav a.contact_us:hover div
	{
	background-position: -85px;
	}

#nav a.about_us div
        {
        background-image:url('images/menu_about_us.gif');
        background-repeat:no-repeat;
        width:71px;
        }

#nav a.about_us:hover div
        {
        background-position: -71px;
        }
	
#sub_header
	{
	height:32px;
	}
	
#sub_header div.wheel
	{
	background-image:url('images/sub_header_wheel.gif');
	background-repeat:no-repeat;
	height:31px;
	color:white;
	font-weight:bold;
	font-size:11px;
	}
	
#sub_header div.date
	{
	float:left;
	margin-top:6px;
	margin-left:3px;
	}

div.link
	{
	position:absolute;
	font-weight:bold;
	font-size:12px;
	left:150px;
	top:166px;
	height:32px;
	}
	
div.link a:hover
	{
	text-decoration:underline;
	color:white;
	}
	
div.link ul
	{	
	margin:0;
	padding:0;
	margin-left:150px;
	}	
	
div.link li
	{
	list-style:none;
	background-image:url('images/sub_header_cart.gif');
	background-repeat:no-repeat;
	height:32px;
	padding-top:6px;
	padding-left:20px;
	}
	
div.link li a
	{	
	color:white;
	text-decoration:none;
	}
	
#container 
	{
	background-image:url('images/sub_header_bg.gif');
	background-repeat:repeat-x;
	width: 95%;
	float: left;
	margin-right: -236px;
	}
	
#container a:hover
	{
	text-decoration:underline;
	}
	
#sidebar 
	{
	background-image:url('images/sidebar_bg.gif');
	background-repeat:no-repeat;
	margin-top:-40px;
	width: 236px;
	float: right;
	}
	
#sidebar #sidebar_content
	{
	margin-left:12px;
	margin-right:10px;
	margin-top:5px;
	}



#sidebar a, #news a
	{
	text-decoration:none;
	}
	
	
#sidebar a:hover, #news a:hover
	{
	color:black;
	text-decoration:none;
	}

	
#sidebar_content dl dt, #news dl dt
	{
	color:red;
	font-weight:bold;
	letter-spacing:.05em;
	}
	
#sidebar_content dl dd, #news dl dd
	{
	margin:0;
	padding:0;
	width:187px;
	}
	
#news dl dd
	{
	width:100%;
	}
	
#sidebar_content dl dd div, #news dl dd div
	{
	height:28px;
	width:100%;
	background-position:bottom right;
	margin-bottom:10px;
	}
	
div.yellow_bike	
	{
	background-image:url('images/news_yellow.gif');
	}
	
div.blue_bike	
	{
	background-image:url('images/news_blue.gif');
	}
	
div.red_bike	
	{
	background-image:url('images/news_red.gif');
	}
	
div.green_bike	
	{
	background-image:url('images/news_green.gif');
	}
	
#sidebar_content dl a dd p, #news dl a dd p
	{
	cursor:pointer;
	}
	
#sidebar_content dl dd p, #news dl dd p
	{
	margin:0;
	padding:0;
	padding-top:5px;
	text-align:justify;	
	}
	
#sidebar_content dd img, #news dd img
	{
	cursor:pointer;
	margin-bottom:5px;
	}
	
#sidebar_content div.more
	{
	margin-top:-10px;
	margin-right:20px;
	margin-bottom:5px;
	text-align:right;
	}
	
#sidebar_content div.more a
	{
	color: black;
	text-decoration:underline;
	}
	
#sidebar_content div.more a:hover
	{
	color:red;
	}
	
#footer 
	{
	background-image:url('images/footer_bg.gif');
	background-repeat:repeat-x;
	height:58px;
	clear: both; 
	text-align:center;
	}
	
#footer #menu_footer
	{
	font-weight:bold;
	font-size:12px;
	color:white;
	padding-top:7px;
	}
	
#footer #menu_footer a
	{
	color:white;
	text-decoration:none;
	margin-right:10px;
	margin-left:10px;
	}
	
#footer #menu_footer a:hover
	{
	text-decoration:underline;
	}
	
#footer #byline_footer
	{
	padding-top:15px;
	color:white;
	}
	
#footer #byline_footer img
	{
	margin-top:2px;
	}
	
#sub_container 
	{
	margin-right: 198px;
	}
	
#sub_container div.content
	{
	position:relative;
	background-color:white;
	padding:10px;
	margin-bottom:10px;
	clear:both;
	}
	

	
#sub_container div.subpage_content
	{
	background-color:white;
	padding:10px;
	margin-bottom:5px;
	clear:both;
	}
	
#sub_container div.subpage_content p
	{
	text-align:justify;
	margin:10px;
	}

#sub_container div.subpage_content p a	
	{
	text-decoration:underline;
	}
	
#sub_container div.subpage_content p a:hover
	{
	color:red;
	}
	
#sub_container div.subpage_content p img
	{
	margin:5px;
	}
	
#sub_container div.gray_content
	{
	position:relative;
	margin-top:15px;
	//margin-top:0;
	padding-bottom:20px;
	border:1px solid black;
	border-left:0;	
	background-color:#BAB8B8;
	padding:10px;
	clear:both;
	}
	
#latest_news_header
	{
	width:236px;
	height:30px;
	background-image:url('images/latest_news.gif');
	background-repeat:no-repeat;
	background-position: 45px 0px;
	}
	
div.nogallery
	{
	font-size:16px;
	font-weight:bold;
	margin-top:50px;
	text-align:center;
	width:100%;
	height:150px;
	}

div.gallery_desc
	{
	width:100%;
	}
	
div.gallery_desc p
	{
	margin:10px;
	padding:0;
	text-align:justify;
	}
	
#gallery
	{
	width:100%;
	text-align:center;
	}
	
#gallery a img
	{
	border:1px solid black;
	margin-right:10px;
	margin-bottom:10px;
	}

#gallery a:hover img
	{
	border:1px dotted black;
	}

p.contactus
	{
	font-size:14px;
	padding-top:10px;
	padding-left:10px;
	}

div.map
	{
	margin-top:10px;
	text-align:center;
	}
div.map img
	{
	border:1px solid black;
	margin: 0 auto;
	}
	
dl.prod_list
	{
	margin-left:10px;
	padding-bottom:10px;
	border-bottom:1px solid gray;
	}
	
dl.prod_list dt
	{
	background-image:url('images/rotor.gif');
	background-repeat:no-repeat;
	background-position:0px 5px;
	font-weight:bold;
	font-size:14px;
	color:red;
	padding-left:18px;
	margin-top:5px;
	padding-top:5px;
	margin-bottom:5px;
	border-top:1px solid gray;
	}
	
.topborder
	{
	border-top:1px solid gray;
	padding-top:5px;
	}

dl.prod_list dd ul
	{
	margin:0;
	padding:0;
	}
	
dl.prod_list dd ul li ul
	{
	margin-left:20px;
	margin-bottom:10px;
	}
	
dl.prod_list dd ul li
	{
	color:black;
	font-weight:bold;
	}
	
dl.prod_list dd ul li ul li
	{
	color:black;
	font-weight:normal;
	}
	
dl.prod_list a
	{
	text-decoration:underline;
	}
	
dl.prod_list a:hover
	{
	color:red;
	}
	
img.noborder
	{
	border:0;
	}
