a {
  color: #f00;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 0;
  behavior: url(/archives/2009/scripts/pngfix.htc);
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
/* ----- LAYOUT ----- */
body {
  padding: 0;
  margin: 0;
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  background: #ccc url(/archives/2009/img/bg.jpg) top left repeat;
}
#wrapper {
  width: 1000px;
  position: relative;
}

#header {
  height: 85px;
  position:relative;
}
#breadcrumbs {
  height: 25px;
  line-height: 25px;
  padding-left: 150px;
  background: url(/archives/2009/img/crumbsbg.gif) repeat-x;
}
#allBikes {
  float: right;
  height: 25px;
  line-height: 25px;
  color: #fff;
  margin-right: 25px;
}
#allBikes * {
  vertical-align: middle;
}

#midsection {
  position: relative;
  min-height: 400px;
  padding-bottom: 10px;
}
.bodycontent {
  margin-bottom: 10px;
}

#leftmenu {
  float: left;
  width: 150px;
}



#content {
  float: left;
  padding-right: 10px;
  width: 640px;
  margin-top: 10px;
}
#bottomline {
  clear: both;
  text-align: center;
  font-size: 11pt;
  margin-top: 15px;
}



#rightbar {
  float:left;
  width:200px;
  margin-top: 10px;
}
#rightbartop {
  background: url(/archives/2009/img/rightteartop.png) top right repeat-y;
  padding: 5px 14px 0 5px
}
#rightbartop ul {
  padding: 10px 0 0 15px;
  margin: 0;
}
#rightbarbot {
  height: 36px;
  background: url(/archives/2009/img/righttearbot.png) -2px -20px no-repeat;
}


#footer {
  clear: both;
  height: 50px;
  background: url(/archives/2009/img/footer.png) repeat-x;
  color: #fff;
  font-size: 8pt;
}
#footer a {
  color: #fff;
}


/* ***** MISCELLANEOUS ***** */
.red {
  color: #f00;
}
.bold {
  font-weight: bold;
}
.norm {
  font-weight: normal;
  text-decoration: none;
}
.blackborder3 {
  border-bottom: 3px solid #000;
  padding-bottom: 1px;
  margin-bottom: 5px;
}
.redborder3 {
  border-bottom: 3px solid #f00;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
}


/* ***** BIKES ***** */
#bikefull {
  width: 535px;
  height: 315px;
  margin-left: 75px
}
#biketabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
#biketabs li {
  display: block;
  float: left;
  width: 102px;
  height: 20px;
  line-height: 22px;
  font-size: 7pt;
  text-align: center;
  background: url(/archives/2009/img/tab_off.gif) 0 -1px no-repeat;
}
#biketabs li a {
  color: #000;
}
#biketabs li.biketabon {
  background: url(/archives/2009/img/tab_on.gif) top left no-repeat;
}
#biketabs li.biketabon a {
  color: #fff;
}
#bCont_overview  ul {
  padding-left: 25px;
}
.bContShow {
  display: block;
  padding: 10px;
}
.bContHide {
  display: none;
}
.specHead {
  float: left;
  width: 125px;
  font-weight: bold;
  padding: 5px 0 5px 10px;
}
.specVal {
  float: left;
  width: 475px;
  padding: 5px 10px 5px 0;
}
.bikeGeoSpec {
  float: left;
  width: 80px;
  text-align: center;
  padding-top: 5px;
}

.righttitle {
  height: 15px;
  line-height: 15px;
  padding-left: 5px;
  background: url(/archives/2009/img/righttitle.jpg) left top repeat-y;
  color: #fff;
  margin-bottom: 5px;
}
.rightcont {
  padding-bottom: 5px;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}
