html, body{ 
 margin:0; 
 padding:0;
 background: #666666 url(images/back.jpg) repeat;
 text-align:center;
 color: #fff;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
}

p {
font-size: 12px;
}

h1 {
margin: 5px 0;
padding: 5px 0;
font-size: 18px;
font-weight: 600;
border-bottom: 1px solid #FF6600;
}

.bikes td {
height: 28px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
}

.bikes td a {
color: #000;
font-weight: 600;
}

.tdbg {
padding: 5px 0;
background: #000000 url(images/tdbg.jpg) repeat-x;
color: #fff;
}

#firstLevelNav {
margin: 30px 0 0 30px;
padding: 0;
list-style-type: none;
font-weight: 600;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
}

#firstLevelNav li {
margin: 0;
padding: 0 0 5px 0;
}

#firstLevelNav a {
color: #fff;
text-decoration: none;
}

#secLevelNav {
margin: 7px 0 0 30px;
padding: 0;
list-style-type: none;
font-weight: 600;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
}

#secLevelNav li {
margin: 0;
padding: 0 0 5px 0;
}

#secLevelNav a {
color: #fff;
text-decoration: none;
}

#wrapper {
background: url(images/bgcol.jpg) repeat-y;
border-bottom: 5px solid #000;
}

#content {
 padding: 10px;
 min-height:350px;
 height:auto !important;
 height:350px;
}

#pagewidth{
 position: relative; 
 width:950px; 
 text-align:left;
 margin-top: 20px;
 margin-left:auto; 
 margin-right:auto;  
 border: 1px solid #666666;
} 
 
#header{
 position: relative; 
 height:118px; 
 background: #FFFFFF url(images/header-bg.jpg) no-repeat; 
 width:100%;
} 
 
#leftcol{
 width:233px;
 min-height:350px;
 height:auto !important;
 height:350px;
 float:left; 
 position:relative; 
 background: #e65c01 url(images/leftcol-bg.jpg) no-repeat; 
 }
 
#maincol{
 background-color: #000;  
 float: left; 
 position: relative; 
 width:716px; 
 }
 
#footer{
 height:115px; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

.copyright {
margin: 3px 0 20px 0;
padding: 0;
color: #000000;
}

.copyright a {
color: #000000;
}

.FormRequiredField {font-weight:bold; color:yellow; margin-left:4px;}

