img 
	{
	border:0px none;
	}
	
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:499px;
	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
	{
	border-right:1px solid black; border-bottom:1px solid black; cursor:pointer;
	padding-left:20px;
	border-top:0px none;
	border-left:0px none;
	_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.track_days div
	{
	background-image:url('images/menu_track_days.gif');
	background-repeat:no-repeat;
	width:86px;
	}
	
#nav a.track_days:hover div
	{
	background-position: -86px;
	}
	
#nav a.riding_academy div
	{
	background-image:url('images/menu_riding_academy.gif');
	background-repeat:no-repeat;
	width:121px;
	}
	
#nav a.riding_academy:hover div
	{
	background-position: -121px;
	}
	
#nav a.bridgestone div
	{
	background-image:url('images/menu_bridgestone.gif');
	background-repeat:no-repeat;
	width:139px;
	}
	
#nav a.bridgestone:hover div
	{
	background-position: -139px;
	}
	
#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
	{
	border-right:1px solid black; border-top:1px solid black; border-bottom:1px solid black; position:relative;
	margin-top:15px;
	//margin-top:0;
	padding-bottom:20px;
	border-left:0px none;	
	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:0px none;
	}

#showroom
	{
	    margin:0 auto;
    	text-align:center;
	}
	
#showroom table
    {
        border-collapse:collapse;
    }
	
#showroom table td
    {
        padding-bottom:10px;
        _padding-right:4px;
        _padding-left:4px;
    }
	
#showroom a, #showroom a:hover
    {
        text-decoration:none;
    } 
	
#showroom a img
	{
	border:1px solid black;	
	}
	
#showroom a div
    {
        display:inline;
        text-align:center;
        margin-bottom:10px;
        margin-right:10px;
    }
    
#showroom a div p
    {
        text-align:center;
    }

#showroom a:hover img
	{
	border:1px dotted black;
	}
	
    div.product
    {
        padding:5px;
        height:1%;
    }
    
        div.product div.info
        {
            position:relative;
            margin-left:158px;
        }
    
        div.product div.pics
        {
            float:left;
            width:158px;
            text-align:left;
        }
        
            div.product div.pics a img, div.product div.pics img
            {
                border:1px solid black;
                margin-right:2px;
                margin-bottom:2px;
                margin-top:0;
                padding-top:0;
            }
            
            div.product div.pics a:hover img
            {
                border:1px dashed black;
            }
            
        div.product div.info h1
        {
            color:Red;
            font-size:18px;
            margin:0;
            padding:0;
        }
        
        div.product div.info h2
        {
            text-transform:uppercase;
            color:Blue;
            font-size:14px;
            margin:0;
            padding:0;
        }
        
        div.product div.info table
        {
            padding:0;
            margin:0;
            border-collapse: collapse; border-spacing: 0;
        }
        
        div.product div.info table td.field
        {
            text-align:left;
        }
        
        div.product div.info table td.value
        {
            text-align:right;
        }
        
        div.product div.hr
        {
            border-bottom:1px solid #cccccc;
            margin-bottom:5px;
        }
        
            div.product div.hr h3 
            {
                text-transform:uppercase;
                font-weight:bold;
                font-size:12px;
                padding:0;
                margin:0;
                margin-top:10px;
            }
            
        div.product p
        {
            margin:0;
            padding:0;
            margin-bottom:5px;
        }
        

    #tabs {
      float:left;
      _float:none;
      width:100%;
      background:url('images/upper_tab_bg.gif') repeat-x bottom;
      font-size:93%;
      line-height:normal;
      margin:0;
      padding:0
      }
    #tabs ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #tabs li {
      float:left;
      background:url('images/right_tab_bg.gif') no-repeat right top;
      margin:0;
      padding:0
      }
    #tabs a {
      display:block;
      background:url('images/left_tab_bg.gif') no-repeat left top;
      padding-left:15px; padding-right:15px; padding-top:5px; padding-bottom:4px
      }
    #tabs .current {
      background-image:url('images/right_current_tab.gif');
      }
    #tabs .current a {
      background-image:url('images/left_current_tab.gif');
      padding-bottom:5px
      }
      
    .separator
    {
        background-image:url('images/separator_bg.gif');
        background-repeat:repeat-x;
        font-weight:bold;
        text-align:left;
        padding-left:10px;
        margin-right:10px;
        color:White;
        padding-top:5px
    }
#specs_text table, #features_text table, #description_text table
    {
        clear:both;
    }