@font-face {
	font-family: 'OpenSansRegular';
	src: url('/assets/open-sans/OpenSans-Regular.ttf'), url('/assets/open-sans/OpenSans-Regular.eot');
}


@font-face {
	font-family: 'OpenSansSemibold';
	src: url('/assets/open-sans/OpenSans-Semibold.ttf'), url('/assets/open-sans/OpenSans-Semibold.eot');
}


html {
	padding: 0;
	margin: 0;
}


html body {
	padding: 0;
	margin: 0;
	font-family: 'OpenSansRegular', arial, helvetica, sans-serif;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#eeeeee));
	background: -moz-linear-gradient(top, #cccccc, #eeeeee);
	background: -o-linear-gradient(#cccccc, #eeeeee);
	background: -ms-linear-gradient(#cccccc, #eeeeee); /* For IE10 */
	background: linear-gradient(#cccccc, #eeeeee);
}


/* Light gray: #E2E5DC   Dark gray: #8C8D88  Org dark red=#990134 */



/* ************************************************************ divs ************** */
#container {
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: 30px;
	overflow: visible;
}
/* *********************************************************** links **************  */
#container a:link {
	color: black;
}
#container a:visited {
	color: black;
}
#container a:hover {
	color: #780000; font-weight:bold;
}


#frameset {
	position: relative;
	background-color: white;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	-webkit-box-shadow: 4px 4px 6px 4px #7D7D7D;
	box-shadow: 4px 4px 6px 4px #7D7D7D;
  display: table;
}


#content {
	position: relative;
  float:left;
	background-color: transparent;
	width: 728px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	display: table-cell;
}


#header {
	position: relative;
//	background-image: url(/image/motorcycle-header.jpg);
//	background-image: url(/image/header-background.jpg);
//	background-position: bottom right;
//	background-repeat: no-repeat;
	width: 728px;
	height: 115px;
	margin: 0px 0px 0px 0px;
	//margin-top: 100px;
	z-index: 100;
	background: transparent;
}


#headerbackground {
	background-image: url(/image/motorcycle-specs.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 728px;
	height: 215px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}


#headerspacer {
	float: right;
	width: 1px;
	height: 100px;
}


#centerheaderwrapper {
	padding-top: 10px;
	background-color: transparent;
}


#bikezlogo {
	margin-bottom: 10px;
	margin-left: 13px;
	float: left;
}


#headertext {
	padding-top: 18px;
	padding-right: 22px;
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	font-family: "Gill Sans", Verdana;
	font-size: 9px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}


#bikezmenu {
	width: 100%;
	height: 50px;
	padding-left: 1px;
	float: left;
	text-align: center;
}


#menuandpage {
	position: relative;
	width: 728px;
	height: 100%;
	border-style: none;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: visible;
  display: table;
}


/* *********************************************************** links **************  */
#menuandpage a:link {
	color: black;
}
#menuandpage a:visited {
	color: black;
}
#menuandpage a:hover {
	color: #780000; 
}



#menubar {
	position: relative;
	float: left;
	width: 188px;
	height: 100%;
	background-color: #8C8D88;
	padding: 4px 4px 4px 4px;
	font-weight: bolder;
  display: table-cell;
	display: inherit; /* Fix menubar height i Firefox, but not in IE */
	z-index: 3;
}


.menubox {
	width: 188px;
	padding: 8px 10px 8px 14px;
	text-align: left;
	float: right;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#eeeeee));
	background: -moz-linear-gradient(top, #cccccc, #eeeeee);
	background: -o-linear-gradient(#cccccc, #eeeeee);
	background: -ms-linear-gradient(#cccccc, #eeeeee); /* For IE10 */
	background: linear-gradient(#cccccc, #eeeeee);
	-webkit-box-shadow: 2px 2px 3px 2px #7D7D7D;
	box-shadow: 2px 2px 3px 2px #7D7D7D;
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 1px;
	font-weight: bold;
}


#page {
	position: relative;
	background-color: white;
	float: left;
	width: 654px;
	height: 100%;
	border: none;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 6px 6px 6px 6px;
	display: table-cell;
	z-index: 3;
}


#pagecontent {
	padding-left: 42px;
	padding-top: 0px;
	position: relative;
	float: left;
	width: 100%;
	border: none;
	border-width: 0px 0px 0px 0px;
	background-color: white;
	margin: 0px 0px 0px 0px;
}


#footer {
	position: relative;
	background-color: white;
	width: 728px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #8C8D88;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 10px;
	z-index: 3;
}
#footer a:link {
	color: #8C8D88;
	font-size: 12px;
}
#footer a:visited {
	color: #8C8D88;
	font-size: 12px;
}
#footer a:hover {
	color: #780000;
	font-size: 12px;
}


#sidebar {
	position: relative;
  float: left;
	background-color: white;
	width: 160px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	display: table-cell;
}


#adheader {
  position: relative;
	float: left;
	background-color: white;
	width: 468px;
	height: 20px;
	margin-left: 42px;
	overflow: hidden;
}


#adcontainer {
	position: absolute;
	background-color: transparent;
	top: 0;
	margin-top: 12px;
	width: 100%;
	//height: 6000px;
	//height: 104%;
	margin-right:auto;
	margin-left:auto;
	overflow: auto;
	z-index: 2;
}


#adframeset {
	position: relative;
	background-color: transparent;
	width: 890px;
	margin-right:auto;
	margin-left:auto;
	//overflow-x: hidden;
	overflow:auto;
	z-index: -2;
	//scr
}


#adbanner {
  position: relative;
	float: left;
	background-color: transparent;
	margin-top: 0px;
	margin-left: 0px;
	width: 728px;
	height: 90px;
	overflow:hidden;
	z-index: 102;
}


#adbannermobile {
  position: relative;
	float: left;
	background-color: transparent;
	margin-top: 0px;
	margin-left: 0px;
	width: 654px;
	height: 90px;
	overflow:hidden;
	z-index: 102;
	display: none;
}


#adskyscraper {
  position: relative;
	float: left;
	background-color: white;
	margin-top: -90px;
	margin-left: 729px;
	/* 863px; */
	width: 160px;
	height: 100%;
	overflow:hidden;
	text-align: center;
	z-index: 2;
}


/* Text element styling */
table, th, td {
   border: none;
}


ul {
	list-style-type: disc;
  //list-style-image: url(/image/indent.gif);
	position: static;
}


h1 {
	font-size:17px;
	font-family: 'OpenSansSemibold';
	display: inline;
	line-height: 20px;
	margin-top:0px;
	margin-bottom:0px;
}


h2 {
	font-size:17px;
	font-family: 'OpenSansSemibold';
}


h3 {
	font-size:13px;
	font-family: 'OpenSansSemibold';
	line-height: 15px;
	color: #666666;
	display: inline;
	margin-bottom:0px;
	margin-top:0px;
}


.headertable {
	width: 100%; 
	height: 35px;
	margin-top:16px;
	margin-bottom:16px;
	border: none;
}


.headerimg {
	width: 42px;
}


p {
	font-size:14px;

}


p .graytext {
	color: #666666;
}


/* Zebra table with white and gray rows. */
.zebra {
	width: 100%;
	border: 0px solid white;
	padding: 3px;
	border-spacing: 0px;
}
.zebra a:link { border-bottom: 1px dotted DarkGray; }	/* Trying to fix Firefox bug shows black underline on first link under in gray attempt */
.head { background-color:#FFFFFF;height:24px; border-bottom: 1px solid black;	font-family: 'OpenSansSemibold'; }
.even { background-color:#FFFFFF;height:24px; }
.odd { background-color:#EEEEEE;height:24px; }
.foot { background-color:#EEEEEE;height:24px; }
.head a:link { text-decoration: none; color: black; border-bottom: 1px dotted DarkGray; }	/* Trying to fix Firefox bug shows black underline on first link under in gray attempt */
.even a:link { text-decoration: none; color: black; border-bottom: 1px dotted DarkGray; }
.even a:hover { text-decoration: none; color: #780000; border-bottom: 1px dotted #780000; }
.odd a:link { text-decoration: none; color: black; border-bottom: 1px dotted DarkGray; }
.odd a:hover { text-decoration: none; color: #780000; border-bottom: 1px dotted #780000; }


.InpForm {
	background-color: #ffffcc;
	float: left;
}


.Grid {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
  border-spacing: 4px;
}


.simpleclearfix {
	clear: both;
  content:"";
  display:table;
}


.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear:both;
}
.clearfix {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


/* ************************************************************ search ************** */
#bsearch {
	float: right;
	text-align: right;
	padding-right: 13px;
	padding-top: 10px;
}
#bsearchform {
}
.bsearchbox {
	margin: 0;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #888888; border-right:0px;
	border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	width: 170px;
}
.bsearchbutton {
	margin: 0;
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: solid 1px #888888; border-right:0px;
	background: #bbbbbb;
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#888888));
	background: -moz-linear-gradient(top, #dddddd, #888888);
	background: -o-linear-gradient(#dddddd, #888888);
	background: -ms-linear-gradient(#dddddd, #888888); /* For IE10 */
	background: linear-gradient(#dddddd, #888888);
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
}
.bsearchbutton:hover {
	text-decoration: none;
	background: #bbbbbb;
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#dddddd));
	background: -moz-linear-gradient(top, #888888, #dddddd);
	background: -o-linear-gradient(#888888, #dddddd);
	background: -ms-linear-gradient(#888888, #dddddd); /* For IE10 */
	background: linear-gradient(#888888, #dddddd);
}
/* Fixes submit button height problem in Firefox */
.bsearchbutton::-moz-focus-inner {
  border: 0;
}
.bsearchclear {
	clear: both;
}
/* ************************************************************ /search ************** */



/* ************************************************************ menu ************** */

/*Strip the ul of padding and list styling*/
.bmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
.bmenu li {
	display: inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
.bmenu li a {
	display: block;
	min-width: 120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
//	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000 !important;
	background: #dddddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#888888));
	background: -moz-linear-gradient(top, #dddddd, #888888);
	background: -o-linear-gradient(#dddddd, #888888);
	background: -ms-linear-gradient(#dddddd, #888888); /* For IE10 */
	background: linear-gradient(#dddddd, #888888);
	text-decoration: none;
}

/*Hover state for top level links*/
.bmenu li:hover a {
	background: #888888;
}

/*Style for dropdown links*/
.bmenu li:hover ul a {
	background: #dddddd;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: left;
}

/*Hover state for dropdown links*/
.bmenu li:hover ul a:hover {
	background: #888888;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
.bmenu li ul {
	display: none;
	text-align: center;
}

/*Make dropdown links vertical*/
.bmenu li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.bmenu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
.bmenu ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #888888;
	background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#444444));
	background: -moz-linear-gradient(top, #aaaaaa, #444444);
	background: -o-linear-gradient(#aaaaaa, #444444);
	background: -ms-linear-gradient(#aaaaaa, #444444); /* For IE10 */
	background: linear-gradient(#aaaaaa, #444444);
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

/* ************************************************************ /menu ************** */


/* ************************************************************ various ************** */
#indexletter a:link, a:visited {
	color:black;
}
#indexletter a:hover {
	color:#990134; font-weight:bold;
}


