/* ***** HTML ***** */
html, body {
  
}
body {
  background: fixed #000 url(http://media.norco.com/mace10/img/background.jpg) no-repeat top center;
  text-align: center;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  font: 13px Helvetica, Arial, sans-serif;
}
img {
  border: 0;
}
* html img {
  behavior: url(/scripts/iepngfix.htc);
}
a {
  text-decoration: none;
  color: #900;
}
form {
  padding: 0;
  margin: 0;
}
ul {
  padding: 0 0 0 103px;
  margin: 0;
}


/* ***** LAYOUT ***** */
#wrpr {
  text-align: left;
}

#top {
  position: relative;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
}
#top a {
  color: #fff;
  text-decoration: none;
}
#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 105px;
  color: #fff;
  z-index: 10;
}
#menu {
  font-size: 1.1em;
  font-weight: bold;
  background: #000 url(http://media.norco.com/mace10/img/nav-bg.gif) repeat-x top center;
  height: 35px;
  overflow: hidden;
  padding-left: 100px;
}
#menu a {
  display: block;
  float: left;
  line-height: 35px;
  height: 35px;
  padding: 0 20px;
}
#menu a.cur {
  background: url(http://media.norco.com/mace10/img/nav-on-bg.gif) repeat-x top center;
}
#menu img {
  float: left;
}
#submenu {
  background: #D22027 url(http://media.norco.com/mace10/img/sub-nav-bg.gif) repeat-x top center;
  height: 21px;
  line-height: 21px;
  padding-left: 100px;
  font-weight: bold;
}
.subnav {
  text-align: center;
  position: absolute;
  width: 860px;
  display: none;
}
.cursub {
  display: block;
}
.subnav a {
  margin-right: 35px;
}
#submenu a:hover, #submenu a.cur {
  border-bottom: 1px solid #fff;
}
#crumbs {
  background: #fff;
  padding-left: 102px;
  color: #000;
}
#crumbs a {
  color: #000;
}
#crumbs a:hover {
  text-decoration: underline;
}
#region {
  margin-top: 5px;
  margin-right: 10px;
  float: right;
  color: #fff;
}
#region a {
  text-decoration: underline;
}
#chooseRegion {
  color: #333;
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 320px;
  height: 186px;
  padding-left: 101px;
  background: url(http://media.norco.com/mace10/img/mace-logo.gif) no-repeat top left;
  text-align: left;
  z-index: 1002;
  overflow: hidden;
}
#chooseRegion .whitebox {
  height: 151px;
}
.region {
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: bold;
  font-family: Georgia, serif;
  background: url(http://media.norco.com/mace10/img/horz-line.gif) repeat-x center left;
  margin-bottom: 5px;
}
.region span {
  background: #fff;
  padding-right: 3px;
  padding-left: 3px;
}
.languages {
  padding-left: 15px;
}

#body {
  position: relative;
  padding: 0 10px 10px 10px;
  margin-top: 45px;
}

.header {
  width: 936px;
  height: 130px;
  border: 2px solid #fff;
  position: relative;
  margin-bottom: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.header span {
  position: absolute;
  right: 0;
  bottom: 10px;
  background: #fff;
  color: #c00;
  font-size: 2em;
  font-weight: bold;
  padding: 0 5px;
}

#content {
  float: left;
  width: 940px;
}
* html #content .whitebox, * html #optionsbar .whitebox, * html #relatedbar .whitebox, * html #products .whitebox, * html #product #topbox {
  height: 407px;
}
#content .whitebox, #optionsbar .whitebox, #relatedbar .whitebox, #products .whitebox, #product #topbox {
  min-height: 407px;
}

#bodytext {
  background: #fff;
  padding: 15px 50px;
  font-size: 1.2em;
}
#bodytext .sectiontitle {
  color: #c00;
  font-weight: bold;
  font-size: 1.3em;
}

#optionsbar {
  float: left;
  width: 200px;
  height: 441px;
  margin-right: 15px;
}
#relatedbar {
  float: left;
  width: 275px;
  height: 441px;
  margin-right: 15px;
}
#riderbar {
  float: left;
  width: 280px;
  margin-right: 15px;
}
#products {
  float: left;
  width: 725px;
}
#product {
  float: left;
  width: 650px;
}

#footer {
  border-top: 2px solid #c00;
  color: #fff;
  background: #000;
  padding: 5px 3px;
  margin-top: 7px;
}
#footerlinks {
  float: right;
}
#footerlinks a, #footerlinks span {
  color: #fff;
  margin-right: 10px;
}


.title {
  color: #fff;
  height: 26px;
  line-height: 26px;
  padding-left: 7px;
  background-color: #000;
  font-size: 15px;
  font-weight: bold;
}
.titlespace {
  margin-bottom: 3px;
}
.whitebox {
  border: 1px solid #000;
  background: #fff;
  padding: 4px;
  color: #000;
}
.alltext {
  padding-right: 150px;
  padding-left: 10px;
}

#overlay{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #333;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}


/* ***** HOME PAGE ***** */
#banner {
  margin-bottom: 5px;
  width: 940px;
  height: 430px;
  background: #fff;
  overflow: hidden;
  position: relative;
}


#homenews {
}
.hometitle {
  color: #c00;
  font-size: 2.1em;
  font-weight: bold;
}
.home_post {
  float: left;
  width: 170px;
  margin-right: 15px;
}
.post_title {
  font-size: 1.5em;
  font-weight: bold;
  background-color: #fff;
}
.post_date {
  background-color: #000;
  color: #fff;
  padding: 3px;
}


/* ***** STYLES/CATEGORIES ***** */
.style, .category {
  clear: both;
  margin: 10px 0 20px 10px;
}
.style img, .category img {
  float: left;
  margin: 0 10px 10px 0;
  width: 75px;
  height: 75px;
}
.style a.styletitle, .category a.categorytitle {
  font-size: 1.4em;
  font-weight: bold;
}
.sizehead{
background:#CC0000;

}
.helmettitle{
background:#CCCCCC;
}
.sizetable td{
padding:2px;
border-width:1px;
}





/* ***** PRODUCTS ***** */
.prodoptionhead {
  background: url(http://media.norco.com/mace10/img/horz-line.gif) repeat-x center left;
}
.prodoptionhead span {
  background: #fff;
  padding-right: 3px;
}
.prodoption {
  float: left;
  width: 53px;
  height: 47px;
}

#products .whitebox {
  padding: 10px;
}
.prod {
  float: left;
  position: relative;
  width: 165px;
  height: 35px;
  padding-top: 167px;
  text-align: center;
  margin: 5px;
  font-weight: bold;
}
* html .prod {
  position: static;
}
.quickprevICO {
  font-weight: normal;
}
#QuickPreview {
  color: #333;
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 432px;
  padding: 5px;
  background: url(http://media.norco.com/mace10/img/quickpreview-bg.gif) no-repeat center center;
  text-align: left;
  z-index: 1001;
}
.quickprev {
  z-index: 1002;
  width: 432px;
  height: 411px;
  display: none;
}
.qprevTitle {
  color: #c00;
  font-family: Georgia, serif;
  font-size: 15px;
  border-bottom: 1px solid #c00;
}
.qprevTitle a {
  float: right;
  color: #666;
}
.qprevTitle a:hover {
  color: #c00;
}
.qprevIMG {
  width: 265px;
  padding-top: 245px;
  height: 20px;
  line-height: 20px;
  float: right;
  text-align: right;
}
.qprevIMG span {
  font-size: 15px;
  line-height: 20px;
  background: #000;
  color: #fff;
  padding: 5px;
}
.qprevSpecs ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.qprevSpecs span {
  font-weight: bold;
  color: #900;
}
.qprevFeatures {
  float: left;
  width: 48%;
}
.qprevFabric {
  float: left;
  width: 48%;
}

.tinyprod {
  display: block;
  float: left;
  width: 86px;
  height: 75px;
}
#product .whitebox {
  padding: 0;
}
#prodFull {
  float: left;
  width: 315px;
  height: 20px;
  line-height: 20px;
  padding-top:295px;
  margin-right: 10px;
  text-align: right;
  position: relative;
}
* html #prodFull {
  position: static;
}
#prodEnlarge {
  position: absolute;
  top: 3px;
  left: 3px;
}
* html #prodEnlarge {
  position: static;
  text-align: left;
  margin-top: -312px;
  margin-left: 3px;
}
#prodAB {
  position: absolute;
  top: 3px;
  right: 3px;
}
* html #prodAB {
  position: static;
  margin-top: -30px;
  margin-right: 3px;
}
#prodFull a {
  font-size: 15px;
  line-height: 20px;
  background: #000;
  color: #fff;
  padding: 5px;
}
#prodDetails {
  float: left;
  padding: 10px 10px 10px 0;
  width: 310px;
}
#prodDetails ul {
  padding-left: 40px;
}
#prodDesc {
  font-weight: bold;
  font-size: 1.1em;
  font-family: Georgia, serif;
  margin-bottom: 10px;
}
.prodTitle {
  font-weight: bold;
  font-size: 1.1em;
  font-family: Georgia, serif;
  color: #900;
}
#prodSuggestions {
  float: left;
  width: 340px;
  margin-right: 10px;
}
#prodSuggestions .whitebox {
  min-height: 100px;
  height: 100px;
  padding: 4px;
}
.suggested {
  width: 100px;
  padding: 5px;
  text-align: center;
  float: left;
}
#prodSend {
  float: left;
  width: 300px;
}
#prodSend .whitebox {
  min-height: 100px;
  height: 100px;
  padding: 4px;
}




/* ***** RIDERS ***** */
.rider {
  display:block;
  border: 1px solid #000;
  width: 825px;
  height: 75px;
  margin: 0 auto 1px auto;
}
.whitebox > .rider {
  position: relative;
}
.rider > span {
  position: absolute;
}
.rider span {
  bottom: 20px;
  background: #fff;
  color: #c00;
  font-size: 2em;
  font-weight: bold;
  padding: 0 5px;
}
#riderIMG {
  width: 270px;
  height: 290px;
  padding: 5px;
}
#rider {
  float: left;
  margin-top: 29px;
  width: 645px;
}
#rider .whitebox {
  padding: 10px 150px 10px 10px;
  min-height: 279px;
}
* html #rider .whitebox {
  height: 300px;
}
.riderFave {
  padding-left: 70px;
  height: 70px;
}




/* ***** DEALERS ***** */
.dealer {
  float: left;
  width: 250px;
  height: 115px;
}
  




/* ***** MISC ***** */
.sans {
  font-family: Helvetica, Arial, sans-serif;
}
.serif {
  font-family: Georgia, serif;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
}