/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(watermark.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

a:link, a:visited {
	color:  #092973;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #092973;
 padding: 0px;
 margin: 0px;
}

h2{
 font-size: 114%;
 color: #003399;
}

h3{
 font-size: 100%;
 color: #003399;
}

h4{
 font-size: 200%;
 font-weight: bold;
 color: #990000;
}

h5{
 font-size: 100%;
 color: #003399;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(product-watermark.jpg);
	background-repeat: repeat-x;
}

#navBar{
  float: left;
	width: 200px;
	margin: 0px 10px;
	padding: 0px 0px 1px 0px;
	background-image: url(motorcyle-rider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 305px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#content{
	width: 99%;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

#products{
  border-bottom: 1px solid #cccccc;
  width: 70%;
  height: 215px;
	margin: 0px;
	padding: 0px;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
  border-top: 1px solid #cccccc;
	padding: 0px 0px 10px 10px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
  border-top:  1px solid #092973;
  border-bottom: 2px solid #092973;
	font-weight: bold;
  width: 100%;
	height: 26px
	font-size: 90%;
	padding: 0px;
	margin: 0px;
	background-color: #CCCCCC;

}
#breadCrumb a:link, #breadCrumb a:visited {
display: inline;
padding: 0px 5px 0px 5px;
color: #0000FF;
text-decoration: none;
}

#breadCrumb a:hover{
padding: 0px 5px 0px 5px;
color: #990000;
text-decoration: none;
}

#breadCrumb img{
	padding: 0px 5px 0px 0px;
	vertical-align: bottom;
}

/************** .feature styles ***************/

.feature{
  position: absolute;
	top: 160px;
	left: 225px;
	right: 180px;
	padding: 0px 20px 10px 10px;
	margin: 0px 0px 50px 0px;
	font-size: 90%;

}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	margin: 0px 5px 5px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/****** rightlinks ********/

#rightlinks{
  color:#FFFFFF;
  float: right;
	width: 150px;
	margin: 5px;
	padding: 5px;
	font-size: 90%;
	background-color: #092973;
	border: 1px solid #000000;
}

#rightlinks a:link, #rightlinks a:visited {
font-weight: normal;
display: block;
font-size: 100%;
padding: 0px;
margin: 0px;
color: #00CCFF;
}

#rightlinks a:hover{
font-weight: normal;
display: block;
font-size: 100%;
padding: 0px;
margin: 0px;
color: #CCCCCC;
}

#rightlinks img{
display: block;
}

/************* #siteInfo styles ***************/

#siteInfo{
  position: static;
	clear: both;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 250px 10px;
	margin: 10px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:link, #siteInfo a:visited {
display: inline;
padding: 5px 5px 5px 5px;
font-size: 120%;
color: #092973;
}

#siteInfo a:hover{
display: inline;
font-size: 120%;
padding: 5px 5px 5px 5px;
color: #FF0000;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #000;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
  text-indent: 5px;
	display: block;
	position: relative;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	border: 0px none;
	line-height: 25px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-size: 80%;
	font-weight: bold;
	width: auto;
	color: #092973;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#sectionLinks a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
  border: 0px;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.relatedLinks a:link, .relatedLinks a:visited {
  display: block;
	padding: 0px 0px 10px 0px
}

.relatedLinks a:hover{
  display: block;
	padding: 0px 0px 10px 0px
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	border-top: 1px solid #cccccc;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

#advert img{
	display: block;
}

/************** #contactus styles **************/
#contactus{
	width: 400px;
	padding: 5px;
	font-size: 80%;
	border: 1px solid #cccccc;
}

#contactus img{
	float: left;
}
/************** #signature styles **************/

#signature{
  width: 150px;
	float:right;
	clear: both;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 10px;
}

#signature a:link, #signature a:visited {
color: #999999;
}

#signature a:hover{
color: #333333;
}



#logos{
  background-image: url(flags.gif);
	background-repeat:no-repeat;
  width: 153px;
  height: 45px;
	padding: 0px;
  margin: 0px;
}
#compare {
clear:both;
display:block;
margin:0 0 20px 0;
padding:0 50px 0 0;
min-height:230px;
}