html body {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
}
/* Light gray: #E2E5DC   Dark gray: #8C8D88  Org dark red=#990134 */


/* ************************************************************ Frameset and page header ************** */
#frameset {  /* Used web area */
	width: 1200px; 
	margin-right: auto;
	margin-left: auto;
  margin-top: 12px;
	overflow: hidden;
	background-color: white;
}
#frameset a:link {
	color: black;
}
#frameset a:visited {
	color: black;
}
#framest a:hover {
	color: #780000; font-weight:bold;
}


#content { /* Used area without skyscraper ad */
  float:left;
	width: 1040px; 
	margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}


#headerbackground {
	position: relative;
	width: 1040px; 
	background-image: url(/image/motorcycle-specs-2.avif); /* Preloaded */
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 100;
	top: 0;
	left: 0;
}


#centerheaderwrapper {
	position: relative;
	width: 100%; 
	height: 55px;  
	margin: 100px 0px 0px 0px; 
 	z-index: 100;
	padding-top: 0px;
	background-color: transparent;
}


#bikezlogo {
  width: 187px; 
  height: 44px; 
  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;
}


#headertextmobile {
  width: 280px;
	margin-top: 38px;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Gill Sans", Verdana;
	font-size: 9px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
  display:none;
}


/* **************************************************** Responsive menu ******* */
#bikezmenu {     
	width: 100%;
	height: 50px;
	padding: 0px 1px 0px 1px; 
	float: left;
	text-align: center;
}


#menubar {
	position: relative;
	float: left;
	width: 240px; 
	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: 240px; 
	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;
}


.bmenu ul {  /* Strip the ul of padding and list styling */
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
}


.bmenu li {   /* Create a horizontal list with spacing */
	display: inline-block;
	float: left;
	margin-right: 1px;
}


.bmenu li a {    /* Style for menu links */
	display: block;
	min-width: 172px; 
	height: 50px;
	text-align: center;
	line-height: 50px;
	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;
}


.bmenu li:hover a {  /* Hover state for top level links  */
	background: #888888;
}


.bmenu li:hover ul a {  /* Style for dropdown links */
	background: #dddddd;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: left;
}


.bmenu li:hover ul a:hover { /* Hover state for dropdown links */
	background: #888888;
	color: #fff;
}


.bmenu li ul {  /* Hide dropdown links until they are needed */
	display: none;
	text-align: center;
}


.bmenu li ul li { /* Make dropdown links vertical */
	display: block;
	float: none;
}


.bmenu li ul li a { /* Prevent text wrapping */
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}


.bmenu ul li a:hover + .hidden, .hidden:hover { /* Display the dropdown on hover */
	display: block;
}


.show-menu {    /* Style 'show menu' label button and hide it by default */
	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;
}


input[type=checkbox]{  /* Hide checkbox */
    display: none;
}


input[type=checkbox]:checked ~ #menu{  /* Show menu when invisible checkbox is checked */
    display: block;
}


/* **********************************  Individual page content excluding header, menu and sidebar ********** */
#pagecontent { 
	position: relative;
	width: 966px;      /* ?Was 1000 */
	padding-left: 37px; /* ? Was 20 */
  padding-right: 37px; /* ? Was 20 */
	padding-top: 22px;
	margin: 0;
  border: 0;
	overflow: hidden;
  background-color: transparent;
  font-size:15px;
}
#pagecontent a:link {
	color: black;
}
#pagecontent a:visited {
	color: black;
}
#pagecontent a:hover {
	color: #780000; 
}


#footer {
	position: relative;
	background-color: white;
	width: 100%; 
	height: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #8C8D88;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 12px;
	z-index: 3;
}
#footer a:link {
	color: #8C8D88;
	font-size: 16px;
}
#footer a:visited {
	color: #8C8D88;
	font-size: 16px;
}
#footer a:hover {
	color: #780000;
	font-size: 16px;
}


#adbanner {
  position: absolute; 
	float: left;
	background-color: transparent;
	margin-top: 0px;
	margin-left: 0px;
	width: 728px;
	height: 90px;
	overflow:hidden;
	z-index: 102;
}


#adbannermobile {
  position: relative;
  text-align: left;
	float: left;
	background-color: transparent;
	margin-top: 18px; 
	margin-left: 0px;
	width: 468px;  
	height: 60px; 
	overflow:hidden;
	z-index: 102;
	display: none;
}


#adskyscraper {
  float: right;
  width: 160px;
	margin: 0;
  padding: 0;
  border: 0;
	overflow: auto;
	text-align: center;
	background-color: transparent;
}


#adsingleskyscraper {
  position: fixed;
  left: 1600px; /* Safari bug fallback */
  left: calc((100% - 1200px)/2 + 1040px); /*fixed*/
  float: right;
  width: 160px;
	margin: 0;
  padding: 0;
  border: 0;
	overflow: auto;
	text-align: center;
	background-color: transparent;
}


/* Text element styling */
table, th, td {
   border: none;
}


ul {
	list-style-type: disc;
	position: static;
}


h1 {
	font-size:17px;
  font-weight: bolder;
	display: inline;
	line-height: 20px;
	margin-top:0px;
	margin-bottom:0px;
}


h2 {
	font-size:17px;
  font-weight: bolder;
  margin-top: 0px;
}


h3 {
	font-size:13px;
  font-weight: bolder;
	line-height: 15px;
	color: #666666;
	display: inline;
	margin-bottom:0px;
	margin-top:0px;
}


.headertable {
	width: 100%; 
	height: 35px;
	margin-top:8px; 
	margin-bottom:24px;
	border: none;
}


.headerimg {
	width: 42px;
}

/*
p {
	font-size:14px; Moved to pagecontent
}


p .graytext {
	color: #666666;
}
*/


.zebra {   /* Zebra table with white and gray rows. */
	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-weight: bolder; } 
.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 box ************** */
#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;
}


/* ************************************************************ various ************** */
#indexletter { /* Alphabetic letters above lists */
  font-size:24px;
  text-align:center;
}
#indexletter a:link, a:visited {
	color:black;
}
#indexletter a:hover {
	color:#990134; font-weight:bold;
}


button {
  cursor: pointer;
}


.ingress-container { /* Ingress text to the left and ad to the right for large screens */
  display: grid;
  grid-template-columns: 1fr 300px; 
  gap: auto;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  height: 270px;
  background-color: transparent;
}
.ingress-left-box {
  background-color: transparent;
  padding: 0px;
  width: 324px;
  height: 270px;
  font-size: 16px;
}
.ingress-right-box {
  padding: 0px;
  background-color: transparent;
  width: 300px;
  height: 270px; 
}


.linkbtn {
  display: inline-block;      
  text-decoration: none;
	min-width: 120px; 
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
  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);      padding: 10px 20px;
  font-size: 14px;
  transition: background-color 0.3s;
}

.linkbtn:hover {
  background: #888888;
}