html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
body	{
	margin:0 auto;
	padding:0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height:18px;
	background:#000 url(../images/bg.gif) repeat-x; 
	}

#bgwrap	{background: url(../images/bgcontent.gif) no-repeat;width:740px;margin: 0 auto;}
	
#wrapper	{
	width:692px;
	min-height:100%;
	margin: 0 auto; 
	text-align:center;
	}
* body	#wrapper	{height:100%;}

#header .logo	{float:left;}
#header .ffa	{float:right;}


#content	{
	background:url(../images/contentbg.gif);
	width:490px;
	float:right;
	text-align:left;
	min-height:500px;
	padding:0px 8px;
	}

* html #content	/*IE 6 ONLY */{	
	padding:0px 2px 0px 8px;
	height:500px;
	}
.contentimage	{
	float:right;
	
	}


a,
a:link,
a:visited,
a:hover,
a:active	{color:#fff;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}


.homebike	{
	position:relative;
	z-index:5;
	margin: -84px 0 0 -418px;
	}

html>/**/body  .homebike	{
	margin: -84px 0 0 -585px;
	}
* html .homebike {margin: -84px 0 0 -419px;}

#flash	{
	float:left;
	margin-left:45px;
	padding: 10px 0 10px 0;
	width: 250px;
	height: 37px;
	}

.box	{
	width: 169px;
	height: 144px;
	clear:left;
	float:left;
	}
.box h1	{
	font: bold 19px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing:.05px;
	margin: 0;
	padding: 0;
	color:#fff000;
	}
	
.redbox	{
	background: url(../images/leftbox.jpg);
	color:#fff;
	padding:4px;
	}


#footer	{
	width: 500px;
	float:right;
	text-align:center;
	height:70px;
	font-size:11px;
	line-height:14px;
	margin-top:20px;
	}
#footer a	{
	color:#fff;
	font-size:9px;
	text-decoration:none;
	}


h1.headeror	{
	background:url(../images/header-or.jpg);
	width:503px;
	height:75px;
	font: 19px Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	text-transform: uppercase;
	line-height:105px;
	text-indent: 15px;
	margin:-5px 0 5px -7px;
	}
	
h1.headergr	{
	background:url(../images/header-gr.jpg);
	width:503px;
	height:75px;
	font: 19px Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	text-transform: uppercase;
	line-height:105px;
	text-indent: 15px;
	margin:-5px 0 5px -7px;
	}
	
h1.headeryw	{
	background:url(../images/header-yw.jpg);
	width:503px;
	height:75px;
	font: 19px Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	color:#202d3e;
	text-transform: uppercase;
	line-height:105px;
	text-indent: 15px;
	margin:-5px 0 5px -7px;
	}	
	


#map,
#map a	{color:#202D3E;}



.sm9	{font-size:9px;}





/******** FORM **********/
 form#contact	{
	margin:0;
	padding: 5px;
	float:right;
	width: 275px;
	}	

#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
}

#contact br {
	clear: left;
}
#contact fieldset	{
	width:250px;
	border:1px solid #ccc;
	padding: 0 10px;background: #3b464e;
	}
#contact legend	{
	color: #e79904;
	padding:5px;
	font-weight:bold;
	}
#contact #city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
}
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}
#contact #submit	{
	width: 105px;
	height:42px;
	margin-left:70px;
	}








/******** TOP NAV **********/
#topnavlist
{
margin:0px;
padding:0px;
float:right;
font:bold 10px Arial, Helvetica, sans-serif;
margin-top:16px;
}

#topnavlist ul, #topnavlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;

}

#topnavlist a:link, #topnavlist a:visited
{
display:block;border-right:1px solid #696969;
float: left;
color: #fff;
padding: 0px 9px;
text-decoration:none;
}

#topnavlist a:hover
{
color: #ccc;
text-decoration: underline;
}
 


/* LEFT NAV */
#leftnav	{
	width: 180px;
	float:left;
	padding:0;
	clear:both;
	background:url(../images/navbg.jpg) no-repeat;
	height:244px;
	padding-top:10px;
	}
	
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0 0 0 1px;
  border: 0 none;
  padding: 0;
  list-style: none;
}


ul#navmenu li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
  border-bottom: 1px solid #53555f;
  padding: 7px 0px 7px 8px;
  display: block;
  color: #fff;
  width: 160px;
  font: 13px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align:left;
  text-indent: 15px;
}


/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	color: #fff;
	background: #39393a url(../images/navbghover.jpg);
	background-position:0px;
	
	
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background: #1b2532;
  color: #fff;
  text-indent:2px;
  width: 173px;
  padding-right:8px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #2a3748;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #283f59;
  color: #fff;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #3e5b7b;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 150px;
  width:210px;
}

* html ul#navmenu ul,
* html ul#navmenu ul ul,
* html ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  margin-left:-60px;
  top: 0;
  width:170px;}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* END LEFT NAV */


.BikeDesc {
	color:#000000 !important;
	font-size:10px !important;
}