/***** MENU STYLES *****/
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	height: 26px;
	float:left;
	width:720px;
}

ul#navmenu li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	height: 25px;
	left: 0px;
	background-color: #FFFFFF;
}

ul#navmenu ul {
	margin: 0;
	/* border: 1px solid #CCCCCC; 
	background-color: #DCECB0; 
	padding: 5px; */
	padding: 0px;
	width: 180px;
	list-style: none;
	display: none;
	position: absolute;
	top: 21px;
	z-index:1;  
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 180px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
	/*	padding: 0 10px; */
	float: none !important;
	float: left;
	display: block;
	background:url(images/site/blueblackbtn.gif) no-repeat 0% -125px;
	color: #fff;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
}

ul#navmenu a#lastbutton {
	background:url(images/site/blueblackbtn.gif) no-repeat right -125px;
	margin-left: 1px;
	
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 10px;
}

ul#navmenu a#selected {
	/*	padding: 0 10px; */
	float: none !important;
	float: left;
	display: block;
	background:url(images/site/blueblackbtn.gif) no-repeat 0% -26px;
	color: #fff;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a, 
ul#navmenu a#selected:hover,
ul#navmenu li:hover a#selected,
ul#navmenu li.iehover a#selected{  
  background-position:0% -77px;
  color: #FFF;
  padding-top: 4px;
}

/* Root Menu Hover Persistence */
ul#navmenu a#lastbutton:hover,
ul#navmenu li:hover a#lastbutton,
ul#navmenu li.iehover a#lastbutton{
	background-position:right -77px;
	color: #FFF;
  padding-top: 4px;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a 
ul#navmenu li:hover li a#selected,
ul#navmenu li.iehover li a#selected {
  border-bottom-style: none;
  background-position:0% 0px;
  float: none;
}


/* Root Menu */
ul#navmenu a#green {
  background:url(images/site/greenblackbtn.gif) no-repeat 0% -125px;
  border-bottom-style: none;
  background-position:0% 0px;
  float: none;
}


/* 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,
ul#navmenu li:hover li a#selected:hover,
ul#navmenu li:hover li:hover a#selected,
ul#navmenu li.iehover li a#selected:hover,
ul#navmenu a#green:hover,
ul#navmenu li.iehover li.iehover a#selected {
  background-position:0% -50px;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background-position:0% 0px;
}

/* 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-position:0% -50px;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background-position:0% 50px;	
}

/* 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-position:0% -50px;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 180px;
}

/* 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 MENU STYLES *****/


a {
/*	color: #096CB2; 
   color: #925523;  */
   color: #444444; 

/*	color: #52851F; */
	font-weight:bold;	 
  	text-decoration: none;
	outline:0;
}

ul {
	padding-top: 0px;
	margin-top: 0px;
}

a:hover {
	/*background-color:#DCECB0; */
	text-decoration: underline;
}


a.moreinfo {
	color: #925523;
}

body.day {
	margin: 0;
	padding: 0;
	background: #A9BAC3 url(images/site/banner_day.jpg) no-repeat right top;
	font: 12px Verdana, Tahoma, Helvetica, sans-serif;
	color:#444444;
}

body.night {
	margin: 0;
	padding: 0;
	background: #A9BAC3 url(images/site/banner_night.jpg) no-repeat right top;
	font: 12px Verdana, Tahoma, Helvetica, sans-serif;
	color:#444444;
}

#bannerwrap {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color: #000;
}

#page {
	width: 960px;
	height: 100%;
}

#banner{
	position: relative;
	height: 126px;
}

#banner img#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 23px;
	left: 0px;
}

#banner h2#slogan_day {
	position: absolute;	 
	top:68px; left: 13px;
/*	color: #666666; */
	text-indent: 0px;
	font: bold 13px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}

#banner h2#slogan_night {
	position: absolute;
	top:68px;
	left: 13px;
	/*	color: #666666; */
	text-indent: 0px;
	font: bold 13px Tahoma, 'trebuchet MS', Sans-serif;
	text-transform: none;
	color: #CCCCCC;
}

#weatherbox_day {
	font: 9px Verdana, Tahoma, Helvetica, sans-serif;
	position: absolute;
	top: 22px;
	left: 656px;
	width: 300px;
	padding: 2px 2px 2px 0px;
	vertical-align:top;
	background-image: url(images/site/75trans.png);
	background-repeat: repeat;
	border: 1px solid #9EC630;
	/*	border: 1px solid #A9BAC3;*/
	color: #096CB2;
}
#weatherbox_day:hover {
	background-color:#FFFFFF;
}
#weatherbox_day .currtemp {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#weatherbox_day .cityname {
	font-size:120%;
	color: #053D65;
}

#weatherbox_night {
	font: 9px Verdana, Tahoma, Helvetica, sans-serif;
	position: absolute;
	top: 22px;
	left: 656px;
	width: 300px;
	padding: 2px 2px 2px 0px;
	vertical-align:top;
	background-image: url(images/site/35trans.png);
	background-repeat: repeat;
	border: 1px solid #2F3C0F;
	/*	border: 1px solid #A9BAC3;*/
	color: #DBDABD;
}

#weatherbox_night:hover {
	background-color:#000000;
	background-image: url(images/site/35trans.png);
}

#weatherbox_night .currtemp {
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}

#weatherbox_night .cityname {
	font-size:120%;
	color:#fcfcfc;
}

a.moreweather {
	text-decoration:none;
	font-weight:bold;
	color:#925523;
}

a.moreweather:hover {
	text-decoration:none;
}



div#current {
	float:left;
	width: 175px;
}
div#forecast {
	float:right;
	width: 125px;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	background-image: url(images/site/faded.gif);
	background-repeat: repeat;
}

#shadowwrap {
	width: 970px;
	height: 500px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/site/mainshdw_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}


/* Footer */
#footer {
	clear: both;
	color: #FFF;
	background: #A9BAC3 url(images/site/mainshdw_btm.gif) repeat-x top;
	border-top: 6px solid #1B1B1B;
	margin: 0px;
	font-size: 95%;
	padding: 5px 5px 9px;
	height:15px;
}
#footer a { 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 50%;
}
#footer .footer-right{
	float: right;
	text-align: right;
	width: 40%;
}

#navwrap {
	float:left;
}

#minisearchwrap {
	float:right;
}


/* form elements */

#minisearch {
	background: #1B1B1B url(images/site/boxshdw_btm.gif) no-repeat left bottom;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	height: 26px;
}

form {
	margin:0px 10px;
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
	background-image:url(images/site/75trans.png);
	background-repeat:repeat;
}

.text-indent {
	padding-left: 10px;
	padding-right: 10px;
}

label {
	display:block;
}
input {
	border:1px solid #ccc;
	font: normal 12px Verdana, sans-serif;
	color:#000;
	padding: 2px 0px 0px 2px;
}
textarea {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #ccc;
	display:block;
	color:#000;
}
input.button { 
	margin: 0; 
	font: bold 10px Arial, Sans-serif; 
	border: 1px solid #ccc;
	background: #FFF; 
	padding: 2px 3px; 
	color: #000;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #000; 
	height: 14px;
	vertical-align: top;
}

form.searchform input.button {
	margin: 0;
	padding: 1px;
	font: bold 10px Arial, Sans-serif;
	background: #FAFAFA;
	border: 1px solid #9EC630;
	color: #000;
	width: 60px;
	vertical-align: top;
}

form.searchform a {
	color: #fff;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 3px; 
	text-align: center;
}

#content {
	float: left;
	width: 748px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#sidebar {
	float: right;
	width: 209px;
	color: #fff;
	height: 100%;
}


/* main */
#main {
	float:left;
	padding: 13px 13px 10px 15px;
	line-height: 1.5em;
	width:720px;
	/*width:auto; */
}


#main h1, #sidebar h1 {
	padding: 0px 0 5px 0px;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 18px;
}	

#main h2 {
	padding: 0px 0 5px 0px;
	margin: 10px 5px 0px 0px;
	border-bottom: 1px solid #c2c2c2;
	font-size: 16px;
	color: #096CB2;
}

#subheading {
	padding: 0px 0 5px 0px;
	margin: 10px 5px 0px 10px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 13px;
	color: #925523;
}


.togglediv h3 {
	padding: 0px 0 5px 0px;
	margin: 10px 5px 0px 10px;
	font-size: 13px;
	color: #925523;
}

.togglediv h3:hover {
	text-decoration: underline;
	cursor: pointer;
}

#main h2 a{
	font-size: 0.9em;
	margin-left:15px;
	color: #925523;
}

#sideoptions {
	color: #444444;
	font-size: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	margin-right: 1px;
	padding-bottom:10px;
	padding-right:0px;
	border: 1px solid #F2F2F2;
}

#sideoptions h2 img#icon {
	border:0px;
	float: right;
	top: -6px;
	position:relative;
/*	margin: 0px;
	padding: 0px;
	right: 0px;
	text-align: right;
 	visibility:hidden; */
}

#sideoptions img#product {
	position:relative;
	margin: 0px;
	padding: 0;
	text-align: left;
}

#sideoptions h2 {
	background-color:#FAFFEB;
	padding: 7px 5px;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
	color: #096CB2;
	text-align:left;
	height:17px;
}

#sideoptions h2:hover {
	background-color:#DCECB0;
}

#sideoptions h2 a {
	float: none !important;
	float: left;
	display: block;
	text-decoration: none;
	color: #096CB2;
}

#sideoptions h2 a:hover {
	color: #096CB2;
}

#sideoptions ul#links {
	font-size:12px;
	color:#444444;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

#sideoptions ul#links a {
/*   color: #444444; */

	/*color: #9EC630; */
	font-size: 90%;
}

#sideoptions span {
	padding: 5px;
}

#main div img, #sidebar div img {
}

.clear { clear: both; }
.green {	color: #9EC630; }
.olivegreen { color: #52851F;}
.orange {	color: #B84500; }
.yellow {	color: #FCEF01;}
.blue {		color: #096CB2; }
.greybrown  {	color: #665c00; }
.grey {	color: #444444; }
.brownorange {	color: #925523; }

#whiteline {
	border-top:1px solid #fff;
	clear:both;
	margin:0pt;
	padding:0pt;
}

#greyline{
	border-bottom: 1px solid #f2f2f2;
}

.nopadding{
	margin: 0px;
	padding: 0px;
}


.infoBox {
	padding: 5px;
}

.tableBox {
	padding: 5px;
}

/* buttons */
a#button {
	vertical-align:middle;
	text-decoration: none;
	color: #096CB2;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	text-decoration: none;
	border: 1px solid #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 8px;
	margin: 2px 0 0;
}

a#button:hover {
	color: #096CB2;
	text-decoration: none;
	background-color:#DCECB0;
	cursor: pointer;
}

a#button img {
	border:none;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 4px;
}

input#submitupdatebutton {
	vertical-align:middle;
	text-decoration: none;
	color: #096CB2;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	text-decoration: none;
	border: 1px solid #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 26px;
	padding-left: 8px;
	background:#FFFFFF url(/images/site/submit_update.png) no-repeat right 3px;
}

input#submitupdatebutton:hover {
	background:#DCECB0 url(/images/site/submit_update.png) no-repeat right 3px;
	cursor: pointer;
}

input#submitbikebutton {
	vertical-align:middle;
	text-decoration: none;
	color: #096CB2;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	text-decoration: none;
	border: 1px solid #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 44px;
	padding-left: 8px;
	background:#FFFFFF url(/images/site/submit_bike.png) no-repeat right 3px;
}

input#submitbikebutton:hover {
	background:#DCECB0 url(/images/site/submit_bike.png) no-repeat right 3px;
	cursor: pointer;
}

input#submitaddbutton {
	vertical-align:middle;
	text-decoration: none;
	color: #096CB2;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	text-decoration: none;
	border: 1px solid #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 24px;
	padding-left: 8px;
	background:#FFFFFF url(/images/site/submit_add.png) no-repeat right 3px;
}

input#submitaddbutton:hover {
	background:#DCECB0 url(/images/site/submit_add.png) no-repeat right 3px;
	cursor: pointer;
}

span#crumbed {
	font-weight: bold;
	font-size:18px;
	color:#52851F;
}

div#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #f2f2f2;
}

.price {
	color: #52851F;
	font-size: 1.5em;
	font-weight: bold;
}

.medprice {
	color: #52851F;
	font-size: 1.2em;
	font-weight: bold;
}

.smallprice {
	color: #52851F;
	font-size: 1.0em;
	font-weight: bold;
}

#errormessages {
	background-color:#fff; 
	color:#990000; 
	font-weight: bold;
	border: 1px solid #9EC630;
}

#news {
	padding-bottom:10px;
	border-bottom: 1px solid #F2F2F2;
}

#main #entryheading {
    color:#096CB2;
	padding-bottom: 2px;
	border: 0px;
}

#entryinfo{
	padding-bottom:2px;
	line-height:1.3em;
	font-size: 90%;
}

#news #entry{
	padding-left:5px;
}

#news h3 {
	margin:0px;
	padding:0px;
}

.newprodtop {
	border-left: 1px solid #f2f2f2;
}

.newprod {
	border-left: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
}

.newprodleft {
	border-top: 1px solid #f2f2f2;
}

#pages {
	font-size:10px;
	font-weight:bold;
}

.onepointtwo {
	line-height: 1.2em;
}

#entryform {
	background-image: url(images/site/75trans.png);
	background-repeat: repeat;
	padding: 5px;
	margin:10px;
}

#rider_info {
	border: 1px solid #f2f2f2;
	background-image: url(images/site/75trans.png);
	background-repeat: repeat;
	padding: 5px;
	margin-top:10px;
	margin-bottom:10px;	
}

#tablebox {
	background-image:url(images/site/75trans.png);
	background-repeat:repeat;
	padding:5px;
	background-color:#FAFAFA;
	border:1px solid #F2F2F2;
	margin:0px 10px 10px;
	color:#777;
}

h3{
	font-size: 12px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 5px;
	color: #096CB2;
}

h3 a {
	color: #444444;
	padding: 2px;
	margin-left: 15px;
}

h3 a:hover {
	background:#DCECB0;
}

#entryform label,#entryform input, #entryform textarea, #entryform select   {
	display: block;
	float: left;
	margin: 4px;
}

#entryform textarea  {
	width: 121px;
	height: 60px;
}

#entryform label {
	text-align: left;
	width: 100px;
	padding-left: 5px;
	font-size:90%;;
}

#entryform br {
	clear: left;
}

#entryform #submitbutton, #entryform a#button {
	float:right;
	width: auto;
}

#entryform #infolabel {
	float:none;
	width: 90%;
	line-height: 1em;
	font-weight: normal;
}

#entryform #infolabelleft {
	float:left;
	width: auto;
	line-height: 1em;
	font-weight: normal;
}

#entryform #infolabelright {
	float:right;
	width: auto;
	line-height: 1em;
	font-weight: bold;
}

smallinfotext {
}

#columnheading {
	font-size: 12px;
	padding: 5px;
	margin:0px;
	color: #096CB2;
	border-bottom: 1px solid #f2f2f2;
}

#progressline {
	background:url(images/site/progressline.png) no-repeat bottom;
}

.columnheadingnorm {
	border-bottom:1px solid #F2F2F2;
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
}

#photoThumbs {
	border:1px solid #CFD7B3;
	border-collapse:collapse;
	margin:0pt 0pt 1em 8pt;
	overflow:scroll;
	padding:0pt 0pt 0pt 10pt;
	width:700px;
	text-align:center;
}

#photoThumbs #photo_grid {
	border:1px solid #CFD7B3;
	width:33%;
	padding:5px;
}
#photoThumbs #photo:hover {
	background-color:#FAFFEB;
	cursor: pointer;
}

#photoThumbs #photo_expanded {
	padding:5px;
}

#photoThumbs #photo_expanded_detail {
	padding:5px;
	text-align:left;
}


#photoThumbsVert {
	overflow:scroll;
}

#photoThumbsVert #photo_grid {
	width:33%;
}
#photoThumbsVert #photo:hover {
	background-color:#FAFFEB;
	cursor: pointer;
}

#photoThumbsVert #photo_expanded {
	padding:5px;
}

#photoThumbsVert #photo_expanded_detail {
	padding:5px;
	text-align:left;
}

.photo_thumbnail {
	background:#FAFFEB none repeat scroll 0%;
	border:1px solid #9EC630;
	padding:5px;
	margin:5px;
	/*height:100px; */
}

.photo_title {
	color: #925523;
}

.photo_minithumbnail {
	background:#FAFFEB none repeat scroll 0%;
	border:1px solid #9EC630;
	padding:5px;
	margin:5px;
}

.photo_minititle h3 {
	margin-bottom:0px;
}

.photo_minititle #entryinfo {
	margin-left:5px;
}


