html {
    background: url(/img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg.jpg', sizingMethod='scale')";*/
}
body {
  padding: 0;
  margin: 0;
  color: #000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}
a {
  color: #f00;
  text-decoration: none;
}
img {
  border: 0;
}

.font {
  font-family: "Kelly Slab", Verdana, Arial, sans-serif;
  lang: en;
}
.headerfont {
    font-family: 'Kelly Slab', Trebuchet MS, Monaco, Lucida Console, sans-serif;
}


/* ***** LAYOUT ***** */
#wrapper {
    position: relative;
}
#header {
    height: 139px;
    position: relative;
    z-index: 5;
}
#headersearch {
    background: #666666;
    background: rgba(102, 102, 102, 0.7);
    height: 30px;
    padding-top: 5px;
    border-bottom: 1px solid #854747;
    text-align: right;
}
#headersearchwrap {
    width: 940px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}
#qs {
    font-size: 1.1em;
}
#searchResults {
  color: #000;
  position: absolute;
  top: 25px;
  right: 0;
  padding: 5px;
  width: 255px;
  background: #f4f3f1;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  border: 1px solid #000;
  display: none;
}
#searchResults table td {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
a.sresult {
  display: block;
  color: #000;
  border: 1px solid transparent;
  margin: 0;
  padding: 5px;
  cursor: pointer;
}
a:hover.sresult {
  border: 1px solid #000;
  text-decoration: none;
}
a.sresult .sresultname {
  font-weight: bold;
  color: #f00;
}
#headertopwrap {
    background: #ff0000; /* Old browsers */
    background: -moz-linear-gradient(top, #ff0000 0%, #bb0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#bb0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff0000 0%,#bb0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff0000 0%,#bb0000 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ff0000 0%,#bb0000 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bb0000',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ff0000 0%,#bb0000 100%); /* W3C */
    border-top: 1px solid #872424;
    border-bottom: 1px solid #800;
    height: 65px;
}
#headertop {
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: 65px;
}
#homelink {
  background: url(http://media.norco.com/norco12/img/norco-logo-shadow.png) left center no-repeat;
  text-indent: -9999px;
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  height: 65px;
  width: 140px;
}
#headerbottom {
    height: 35px;
    border-top: 1px solid #BB3333;
    background: #990000;
}
#headerbottomwrap {
    width: 940px;
    margin: 0 auto;
}
#breadcrumbs {
    color: #fff;
    line-height: 30px;
}
#breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
#allBikes {
  float: right;
}
#headernav {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 770px;
  height: 55px;
}

#menu {
    margin: 0;
    padding: 0;
	list-style:none;
	font-family: "News Cycle";
	font-size: 1.75em;
	line-height: 1em;
	text-shadow: 0 1px 1px #333;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	position:relative;
	z-index:5;
}
#menu li {
	float:left;
	position:relative;
	height: 55px;
	padding: 0;
}
#menu a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	height: 55px;
}
#menu a:hover {
	color:#fff;
}

/*--- DROPDOWN ---*/
#menu ul {
    padding: 10px 0 10px 0;
    margin: 0;
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#menu li:last-child ul {
    left: auto;
    right: 9999px;
}
#ilmbSubMenu {
    left: auto;
    right: 9999px;
}
#menu ul li {
	float:none;
	border-bottom: 1px dashed #f00;
	height: auto;
	font-size: 0.7em;
	text-shadow: none;
}
#menu ul li:last-child {
    border: none;
}
#menu ul a {
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	height: auto;
	padding: 3px 20px 3px 12px;
	width: 160px;
}
#menu li:hover ul { /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	background: #800;
}
#menu li:last-child:hover ul {
    left: auto;
    right: 0;
}
#menu li:hover #ilmbSubMenu {
    left: auto;
    right: 0;
}
#menu li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#800;
}
#menu li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#menu li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#c00;
}


#header #headerright {
  float: right;
  text-align: right;
  height: 31px;
  width: 820px;
  line-height: 31px;
}
#header #headerright a {
  font-weight: bold;
  color: #000;
}




#content {
    position: relative;
    margin: 0 auto -20px auto;
    padding: 20px 10px 20px 10px;
    width: 940px;
    background: #F4F3F1;
    -moz-box-shadow: 0 0 7px #666;
    -webkit-box-shadow: 0 0 7px #666;
    box-shadow: 0 0 7px #666;
    z-index: 2;
}

.pagetitle {
  background: url(http://media.norco.com/norco12/img/line-title.gif) center center repeat-x;
  margin-bottom: 10px;
  height: 42px;
}
.pagetitlecont {
  text-align: right;
  float: left;
  font-size: 1.3em;
  letter-spacing: .5em;
}

.pagesubtitlecont {
  text-align: right;
  float: left;
  font-size: 1.1em;
  letter-spacing: .5em;
}

#bodycopy {
    width: 620px;
}
#whitebody {
  background: #fff;
  color: #000;
  padding: 5px 10px 5px 5px;
}
.bodyimage {
  float: left;
  width: 320px;
  height: 500px;
  margin-right: 10px;
}


#footer {
    z-index: 1;
    padding-top: 35px;
    background-color: #333;
    color: #fff;
}
div[id="footer"] {
  clear: both;
  height: 145px;
}
#footerwrap {
    width: 940px;
    margin: 0 auto;
}
#footer a {
  color: #ccc;
}
.footersection {
  width: 165px;
  margin-right: 20px;
  float: left;
}
.footersection:last-child {
    margin-right: 0;
}
.footerhead {
  color: #ccc;
  font-size: 1.5em;
  margin-bottom: 10px;
  font-family: "Kelly Slab";
}
.footerbikecol {
  float: left;
  width: 70px;
}


/* ***** CHOOSE REGION ***** */
#regionchooser {
  padding: 10px;
  background: #fff;
  color: #000;
}
#regionchooser a {
  color: #000;
}
#regionchooser a:hover {
  color: #f00;
}
#regionchoosertitle {
  font-size: 2em;
  color: #f00;
  text-align: left;
  margin-bottom: 15px;
}
#regionchooser .pagetitle {
  font-size: 15px;
}
.continent {
  text-align: left;
  background: #f00;
  color: #fff;
  padding-left: 5px;
  font-size: 1.5em;
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
  clear: both;
}
.region {
  text-align: center;
  float: left;
  width: 100px;
  height: 65px;
}



/* ***** HOME ***** */
/* Banner */
#homebanner {
    width: 940px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.slides_container {
    width:940px;
    height:400px;
}
.slides_container div {
    width:940px;
    height:400px;
    display:block;
}
/* Next/prev buttons */
#homebanner .next, #homebanner .prev {
    position:absolute;
    top:178px;
    left:0;
    width:25px;
    height:40px;
    display:block;
    z-index:101;
}
#homebanner .next {
    left:914px;
}
/* Pagination */
.pagination {
    position: absolute;
    left: 420px;
    bottom: 0px;
    width:100px;
    z-index: 20;
}
.pagination li {
    float:left;
    margin:0 1px;
    list-style:none;
}
.pagination li a {
    display:block;
    width:12px;
    height:0;
    padding-top:12px;
    background-image:url(http://media.norco.com/norco12/img/home/pagination.png);
    background-position:0 0;
    float:left;
    overflow:hidden;
}
.pagination li.current a {
    background-position:0 -12px;
}


#fanfotofriday {
  margin: 0 auto;
  position: relative;
}
#homecatchooser {
  position: absolute:
  top: 0;
  left: 0;
  width: 145px;
  background: #fff;
  z-index: 2;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#homechoosestyle {
  display: block;
  color: #000;
  padding: 3px;
  font-weight: bold;
}
#homestylelinks {
  display: none;
  overflow: hidden;
}
.homestylelink {
  color: #000;
  display: block;
  padding: 3px;
}
#featurepromolink {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#homeListenInnovateRide {
    clear: both;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
    font-size: 2em;
}
.homeLIR {
    display: block;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 275px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    padding-right: 25px;
    background-color: #ccc;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    float: left;
    text-shadow: 0px 1px 1px #eee;
    -moz-box-shadow: 1px 1px 1px #fff;
    -webkit-box-shadow: 1px 1px 1px #fff;
    box-shadow: 1px 1px 1px #fff;
    color: #666;
    margin-right: 20px;
}
.homeLIR:last-child {
    margin-right: 0;
}

#bikesLIR {
    background-image: url(http://media.norco.com/norco12/img/home/bikes.png);
}
#techLIR {
    background-image: url(http://media.norco.com/norco12/img/home/tech.png);
}
#contactLIR {
    background-image: url(http://media.norco.com/norco12/img/home/contact.png);
}

.homebox {
  float: left;
  text-align: left;
  overflow: hidden;
}
.homehead {
  font-size: 2em;
  text-align: left;
  margin-bottom: 10px;
  background: #f00;
  color: #fff;
  padding-left: 5px;
}
.homehead a {
  color: #fff;
}
.boldhead {
  text-align: right;
  font-size: 1.1em;
  font-weight: bold;
}
#homelatestvideo {
  width: 315px;
  margin-left: 70px;
  padding-right: 10px;
  text-align: left;
  margin-right: 180px;
}
#homelatestvideo img {
  padding: 3px;
  -moz-box-shadow: 1px 1px 5px #333;
  -webkit-box-shadow: 1px 1px 5px #333;
  box-shadow: 1px 1px 5px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333');
}
#homenorconews {
    width: 460px;
    border-bottom: 1px solid #666;
    margin-right: 100px;
}
#homenorconews .homenews {
  font-size: .9em;
  border-top: 1px solid #666;
  height: 50px;
}
.homenews a {
    color: #000;
}
.homenewsdate {
    text-align: center;
    float: left;
    margin-right: 25px;
}
.homenewsday {
    color: #f00;
    font-size: 2.25em;
}
.homenewsmonthyear {
    font-size: 0.8em;
}
.homenewstitle {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
}
#homesocial {
    width: 360px;
    height: 400px;
}
#homesocialwidget {
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
}
#homesocialwidgettabs {
    height: 40px;
}
.homesocialwidgettab {
    border-top: 1px solid #666;
    height: 40px;
    width: 40px;
    float: left;
    background: #fff;
    cursor: pointer;
}
#homesocialwidgettab_facebook   { background: url(/img/socialwidget/facebook.gif) 0 -40px no-repeat; }
#homesocialwidgettab_flickr     { background: url(/img/socialwidget/flickr.gif) 0 -40px no-repeat;   }
#homesocialwidgettab_twitter    { background: url(/img/socialwidget/twitter.gif) 0 -40px no-repeat;  }
#homesocialwidgettab_facebook.cursocial { background: url(/img/socialwidget/facebook.gif) 0 0 no-repeat; }
#homesocialwidgettab_flickr.cursocial   { background: url(/img/socialwidget/flickr.gif) 0 0 no-repeat;   }
#homesocialwidgettab_twitter.cursocial  { background: url(/img/socialwidget/twitter.gif) 0 0 no-repeat;  }
.homesocialwidgettab:last-child {
    border-right: 1px solid #666;
}
#homesocialwidgettab_twitter {
    border-right: 1px solid #666;
}
#homesocialwidgetcontent {
    background: #fff;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    height: 310px;
}
.homesocialwidgetcontent {
    position: absolute;
    display: block;
    height: 310px;
    width: 358px;
    background: #fff;
}




/* ***** STYLE ***** */
#stylebanner {
  width: 940px;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}
.style img {
  padding: 3px;
  -moz-box-shadow: 1px 1px 5px #333;
  -webkit-box-shadow: 1px 1px 5px #333;
  box-shadow: 1px 1px 5px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333');
}
#stylevideos {
  float: right;
  width: 380px;
  margin-bottom: 35px;
}
#stylenews {
  float: left;
  width: 460px;
  margin-bottom: 35px;
}
#stylebikes {
  clear: both;
  margin-top: 35px;
}
#stylebikeshead {
  width: 454px;
}
.stylehead {
  background: #f00;
  color: #fff;
  padding: 3px;
  font-size: 2em;
  margin-bottom: 10px;
}




/* ***** BIKES ***** */

.catBanner {
    float: left;
    width: 340px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.catBanner:nth-child(3n) {
}
.catBanner a {
    width: 340px;
    height: 200px;
    display: block;
}

#bikeoptions, #bikeoptionsfixed {
    float: left;
    width: 200px;
    margin-right: 20px;
    background: #ddd;
    padding: 10px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#bikeoptions {
    margin-top: 20px;
}
#bikeoptionsfixed {
    position: fixed;
    top: 20px;
}
.filters {
    display: none;
}
.filters label {
    margin-top: 10px;
    display: block;
    color: #666;
    font-size: 1.4em;
    padding: 0 10px;
}
.filters label a {
    float: right;
    color: #666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.65em;
    position: relative;
}
.filters label a div {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    position: absolute;
    top: 0;
    left: 25px;
    display: none;
    width: 300px;
    padding: 3px;
    z-index: 10000000;
}
.filters label a:hover div {
    display: block;
}
.filtercontent {
    padding: 5px 10px;
}
#bikesright, #bikesrightscrolled {
    float: left;
    width: 700px;
}
#bikesrightscrolled {
    margin-left: 240px;
}
.bikeListing {
    display: none;
    float: left;
    width: 220px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 3px 3px #666666;
    -moz-box-shadow: 3px 3px 3px #666666;
    box-shadow: 3px 3px 3px #666666; 
}
.bikelisting img {
    margin: 0;
    padding: 0;
}
.bikeListingBottom {
    background: #f00;
    color: #fff;
    padding: 1px 5px;
}
.bikeListingCat {
    float: right;
    line-height: 1.7em;
    font-size: 0.9em;
}
.bikeListingName {
    text-align: left;
    font-size: 1.2em;
}

#bikecatlarge {
  position: relative;
  height: 385px;
  width: 825px;
}
* html #bikecatlarge {

}
.bikecatlarge {
  position: absolute;
  z-index: 2;
}
* html .bikecatlarge {
  
}
#bikecatnames {
  position: absolute;
  z-index: 3;
  bottom: 0;
  background: #000;
  width: 825px;
  height: 50px;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter:alpha(opacity=80);
}
* html #bikecatnames {
  position: relative;
}
#bikecatnames ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bikecatname {
  float: left;
  display: block;
  font-weight: bold;
  width: 137px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.bikecatname a {
  color: #fff;
}
#feature-highlight {
  position: absolute;
  display: block;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 137px;
  height: 50px;
  background: url(http://media.norco.com/norco12/img/highlight-underline.png) no-repeat;
}
* html #feature-highlight {
  background: url(http://media.norco.com/norco12/img/highlight-underline.gif) no-repeat;
}

/*** BIKE CATEGORY PAGE ***/
#catbanner {
  width: 940px;
  height: 350px;
  margin-bottom: 20px;
  position: relative;
}
.catILMB {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 300px;
}
.ilmb-bubble {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
.ilmb-quote-top {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background: url(http://media.norco.com/norco12/img/bikestuff/ilmb/quote-bubble-top.png) left top no-repeat;
  width: 299px;
  padding-top: 9px;
  font-size: 0.7em;
  overflow: hidden;
}
.ilmb-quote-bottom {
  background: url(http://media.norco.com/norco12/img/bikestuff/ilmb/quote-bubble-bottom.png) left bottom no-repeat;
  padding-bottom: 31px;
}
.ilmb-quote {
  padding: 0 10px;
  background: #fff;
  border-left: 1px solid #f00;
  border-right: 1px solid #f00;
  opacity: 0.8;
  filter:alpha(opacity=80);
}
.cattab {
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
}
.cattab a {
  color: #fff;
  font-weight: bold;
}
#cattab-videos a {
  font-weight: normal;
}
#cattab-news {
  right: 220px;
  background-position: 300px bottom;
  /*right: 110px;
  background-position: 190px bottom;*/
}
#cattab-photos {
  right: 110px;
  background-position: 190px bottom;
}
#cattab-videos {
  right: 0;
  background-position: right bottom;
}
.cattabcol {
    display: none;
  position: absolute;
  text-align: left;
  bottom: 25px;
  width: 80px;
  height: 180px;
  left: 0;
  overflow: visible;
  line-height: normal;
}
#cattab-news-col {
  background-position: 300px -145px;
  /*background-position: 190px -145px;*/
}
#cattab-photos-col {
  background-position: 190px -145px;
}
#cattab-videos-col {
  background-position: right -145px;
}
.cattabcont {
  position: absolute;
  top: 0;
  padding: 5px;
  height: 160px;
  width: 235px;
  font-size: 0.9em;
}
#cattab-news-cont {
  left: 0;
  background-position: 300px -145px;
  /*right: 0;
  background-position: 355px -145px;*/
}
#cattab-photos-cont {
  right: 0;
  background-position: 355px -145px;
}
#cattab-videos-cont {
  right: 0;
  background-position: right -145px;
}

.subcatlistname {
    display: block;
    float: left;
    color: #fff;
    background: #999 url(http://media.norco.com/norco12/img/bikestuff/subcatlistname-end.jpg) right center no-repeat;
    font-size: 1.5em;
    padding-left: 3px;
    height: 30px;
    width: 295px;
    line-height: 30px;
    clear: both;
}
.subcatlistvideo {
    display: block;
    position: absolute;
    left: 225px;
    top: -13px;
    width: 39px;
    height: 26px;
    margin-left: 10px;
}
.subcatlistallbikes {
    clear: both;
    padding-bottom: 10px;
}
.subcatlisttop4bikes {
  margin-bottom: 5px;
}
.viewall {
}
.subcatlistbike {
  float: left;
  width: 220px;
  text-align: center;
  margin-right: 10px;
  z-index: 9;
}
.subcatlistbike a {
  color: #333;
}
.subcatlistbike img {
  margin-bottom: 10px;
  z-index: 9;
}
.subcatlistbikeprice {
  color: #f00;
  font-size: 0.85em;
}
.hiddenbikes {
  display: none;
}

/*** BIKE SUBCATEGORY PAGE ***/
#subcatbanner {
  width: 940px;
  height: 350px;
  margin-bottom: 20px;
}
.bikelistsubcat {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f00;
}
.bikelistsubcatimage {
  float: left;
  margin-right: 100px;
}
.bikelistsubcatdeets {
  float: left;
  padding-top: 25px;
  width: 380px;
}
.blscd-bikename {
  font-size: 2.3em;
  color: #000;
}
.blscd-bikename span {
  color: #f00;
  font-size: 0.6em;
}

/*** BIKE PAGE ***/
#bikepagefull {
    margin-left: -10px;
    width: 940px;
    padding: 10px;
    background: #ddd;
}
#bikepageleft {
  float: left;
  width: 540px;
  margin-right: 20px;
}
#bikepageright {
  float: left;
  width: 380px;
}
#bikepagefullname {
  width: 540px;
  color: #f00;
  font-size: 3.2em;
  margin-bottom: 10px;
}
#bikePageFullImages {
    width: 540px;
    height: 317px;
    position: relative;
}
#showHideTechSpecs {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 10;
}
.bikePageFullImage {
    width: 540px;
    height: 317px;
    position: absolute;
    display: none;
}
.bikePageFullImage.cur {
    display: block;
}
.bikePageFullImage .techSpec {
    position: absolute;
}
.bikePageFullImage .techSpec span {
    display: none;
    position: absolute;
    top: 39px;
    background: #f4f3f1;
    border: 1px solid #ccc;
    min-width: 100px;
    max-width: 500px;
    padding: 3px;
    color: #666;
    z-index: 3;
}
.bikePageFullImage .techSpec span img {
    position: absolute;
    top: -14px;
    left: 3px;
}
.bikePageFullImage span.techSpec:hover {
    opacity: 1;
}
.bikePageFullImage span.techSpec:hover span {
    display: block;
}
#bikepageimagetools {
    margin-top: 5px;
    text-align: right;
}
.bikePageColours {
    display: none;
}
.bikePageColours.cur {
    display: block;
}
.bikePageTechLogos {
    text-align: left;
    display: none;
}
.bikePageTechLogos.cur {
    display: block;
}
.swatch img {
    border: 1px solid transparent;
    padding: 1px;
}
.swatch.cur img {
    border: 1px solid #000;
}
.bikePageName {
    width: 325px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-size: 1.5em;
    text-align: right;
    cursor: pointer;
}
.bikePageName.cur {
    background: #f00;
    color: #fff;
}
#bikePageDescInfo {
    width: 380px;
}
#bikePageDesc {
    margin: 10px 0;
    width: 360px;
    font-size: 0.9em;
}
.bikePageButton {
    display: block;
    width: 170px;
    padding-left: 10px;
    height: 45px;
    line-height: 45px;
    float: left;
    background: #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.5em;
    color: #666;
    text-shadow: 0px 1px 1px #eee;
    margin-bottom: 15px;
    margin-right: 15px;
}
#bikepageside {
  float: right;
  width: 220px;
}
#bikeduedate {
  text-align: right;
}
#bikeduedate span {
  font-size: 1.5em;
  color: #f00;
}
#bikeduecal {
  margin-left: 15px;
  float: right;
  width: 77px;
  height: 81px;
  padding-top: 3px;
  background: url(/img/bikestuff/eta.jpg);
}
#bikedueyear {
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 17px;
}
#bikeduemonth {
  text-align: center;
  font-size: 25px;
  line-height: 45px;
}
.bikepagesidehead {
  font-size: 1.7em;
  color: #f00;
  margin-bottom: 15px;
}
#biketools a {
  color: #000;
}
#biketools img {
  vertical-align: middle;
}

#morebikesup, #morebikesdown, #morebikecatsup, #morebikecatsdown {
  display: block;
  text-align: center;
}
#morebikesup, #morebikecatsup {
  visibility: hidden;
}
#morebikesup span, #morebikesdown span, #morebikecatsup span, #morebikecatsdown span {
  display: block;
  margin: auto;
  text-indent: -9999px;
  width: 20px;
  height: 10px;
}
#morebikesup span, #morebikecatsup span {
  background: url(http://media.norco.com/norco12/img/bikestuff/arrow-up.gif) 0 0 no-repeat;
  margin-bottom: 5px;
}
#morebikesdown span, #morebikecatsdown span {
  background: url(http://media.norco.com/norco12/img/bikestuff/arrow-down.gif) 0 0 no-repeat;
  margin-top: 5px;
}
#morebikeswrapper2, #morebikecatswrapper2 {
  position: relative;
}
#morebikestop, #morebikecatstop {
  position: absolute;
  top: 0;
  width: 100%;
  height: 10px;
  background: url(http://media.norco.com/norco12/img/bikestuff/more-bikes-top.png);
  z-index: 2;
  display: none;
}
#morebikesbottom, #morebikecatsbottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: url(http://media.norco.com/norco12/img/bikestuff/more-bikes-bottom.png);
  z-index: 2;
}
#morebikeswrapper, #morebikecatswrapper {
  overflow: hidden;
  position: relative;
}
#morebikeswrapper {
  max-height: 207px;
}
#morebikecatswrapper {
  max-height: 107px;
}
#morebikes, #morebikecats {
  top: 0;
  z-index: 1;
}
#morebikes a {
  display: block;
  font-size: 0.9em;
  color: #000;
  margin-bottom: 10px;
  height: 62px;
}
.morebikesname {
  width: 110px;
}
#curmorebikes .morebikesname {
  color: #f00;
}
#morebikecats a {
  display: block;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
a#curmorebikecats {
  color: #f00;
}
#morebikes img, #morebikecats img {
  float: left;
  margin-right: 3px;
}
.morebikesname {
  float: left;
  margin-top: 20px;
}


#bikepagespecs {
  padding-top: 10px;
  clear: left;
}
.speccat {
  color: #f00;
  font-weight: bold;
  font-size: 1.6em;
  margin-top: 30px;
  margin-bottom: 20px;
}
#bikespecs .bikespec, #intendeduse .bikeusage {
  padding: 0 3px;
  border-bottom: 1px solid #fbb;
  line-height: 25px;
  clear: both;
}
#bikegeos .bikegeo {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#bikespecs span {
  display: block;
  color: #f00;
  float: left;
  width: 125px;
  margin-right: 25px;
}
#bikespecs p {
  padding: 0;
  margin: 0;
  float: left;
  width: 410px;
}
.bikePageSpecs, .bikePageGeo {
    display: none;
}
.bikePageSpecs.cur, .bikePageGeo.cur {
    display: block;
}
#bikegeos .geotitle {
  display: block;
  float: left;
  width: 45px;
  padding-right: 5px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-weight: bold;
  color: #fff;
  background: #f00;
}
#bikegeos .geoname {
  display: block;
  float: left;
  width: 140px;
  padding: 5px;
  height: 30px;
  font-size: 0.8em;
  border-right: 1px solid #000;
}
#bikegeos span {
  display: block;
  text-align: center;
  float: left;
  width: 53px;
  height: 40px;
  line-height: 40px;
}
.usageTypeNames {
  padding-left: 103px;
}
.usageTypeNames span {
  float: left;
  width: 75px;
  text-align: center;
}
.bikeName {
  display: block;
  float: left;
  width: 100px;
  overflow: hidden;
  height: 25px;
  color: #000;
}
.stars {
  width: 75px;
  text-align: center;
  float: left;
}


.tabbed_content {
}

.tabs {
    float: left;
    width: 220px;
    margin-right: 20px;
	line-height: 35px;
	font-size: 1.3em;
	position: relative;
	background: #f00;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 5px;
}

.tabs .moving_bg {
	background: #fff;
	position: absolute;
    width: 220px;
    height: 30px;
	z-index: 190;
	top: 15px;
	left: 0;
}

.tabs .tab_item {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding-right: 12px;
	z-index: 200;
	position: relative;
	cursor: pointer;
}
.tabs .tab_item.cur {
    color: #000;
}

.tabbed_content .slide_content {
    float: left;
	overflow: hidden;
	padding: 20px 0 20px 20px;
	position: relative;
	width: 595px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul, .tabslider .aslide {
	float: left;
	width: 575px;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
}

.tabslider ul li {
	padding-bottom: 7px;
}



/* ***** BIKE TECH ***** */
#featuredTech {
    height: 282px;
    margin-bottom: 20px;
}
#featuredTechImage {
    float: left;
    width: 460px;
    height: 282px;
    margin-right: 20px;
    background-position: 0 center;
    background-repeat: no-repeat;
}
#featuredTechRight {
    float: left;
    width: 460px;
}
#featuredTechTitle {
    font-size: 2em;
    font-weight: bold;
}
.techDesc {
    display: none;
}
.techThumb {
    cursor: pointer;
    float: left;
    width: 190px;
    overflow: hidden;
    margin-bottom: 10px;
    color: #f00;
}


.aslide h3 {
    margin: 0;
    padding: 0;
}
#tech-left{
    width: 275px;
    float: left;
}
#tech-right{
    width: 275px;
    float: right;
}
.tech-text{
    margin-top: 15px;
    margin-bottom: 15px;
}
.tech-text strong{
    color: #FF0000;
}



</style>



.techbanner {
  width: 940px;
  height: 350px;
  margin-bottom: 10px;
  position: relative;
}
.techhalf {
  float: left;
  width: 460px;
  margin-bottom: 30px;
}
.techleft {
  margin-right: 20px;
}
.techhalf img {
  margin-bottom: 3px;
  margin-top: 10px;
}
.techtitle {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #f00;
}
.techsubtitle {
  font-size: 1.25em;
  margin-bottom: 10px;
  color: #f00;
}
.techcontpad {
  padding-right: 75px;
}
#carbon-intro{
  width:780px;
}
.carbon-main{
  text-align:left;
  height:110px;
}
.carbon-main img{
  float:left;
  margin-right:100px;
}

#gates-wrap {
	width:940px;
	margin:0;	
}
#gates-left{
  width:380px;
  float:left;
}
#gates-right{
  width:380px;
  float:right;
}
.gates-text{
  margin-bottom:15px;
}
.gates-text strong{
  color:#FF0000;
}



/* ***** COMPARE BIKES ***** */
.comparecol1 {
  display: block;
  float: left;
  width: 160px;
}
.comparecol2, .comparecol3, .comparecol4 {
  display: block;
  float: left;
  width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
* html .comparecol4 {
  width: 235px;
}
.comparecol3 {
  background-color: #eee;
}
.comparebikeimage {
  height: 129px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
}
#comparehead .comparecol3 {
  background-color: #fff;
}
.comparespec {
  border-bottom: 1px solid #fbb;
}
.comparespeccat {
  color: #f00;
}



/* ***** FIND A DEALER ***** */
#fadBoxes {
    background: #c7c4ba;
    padding: 10px;
    border-radius: 10px;
}
#fad1box, #fad2box {
    color: #000;
    width: 440px;
    min-height: 136px;
    padding: 5px;
    float: left;
}
.dealerinfo {
  float: left;
  margin-right: 10px;
  width: 250px;
  height: 175px;
}
.fadhead {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #f00;
}
#fadmsg {
  background: #fff;
  color: #000;
  padding: 10px;
}
#fadmsg form {
  padding: 0;
  margin: 0;
}
#fadmsg span {
  float: left;
  width: 75px;
  display: block;
}
#fadmsg label.error {
  margin-left: 10px;
  font-size: 0.7em;
  color: #f00;
}
/* Canadian Dealers */
#dealerlistings {
  float: left;
  width: 175px;
  padding-right: 15px;
  height: 500px;
  overflow: auto;
  margin-top: 7px;
  font-size: 0.85em;
}
.candealer {
  margin-bottom: 10px;
}
.dealer {
  margin: 20px 0;
}
.dealer h2 {
  font-weight: normal;
  color: #f00;
  font-family: Georgia, serif;
}
.distributorname {
  font-family: Georgia, serif;
  font-size: 1.1em;
  font-weight: bold;
}
.dealer b {
  font-size: 0.9em
}




/* ***** TEAM ***** */
.teamslisthead {
  display: block;
  font-size: 2.5em;
}
.teamslistsubhead {
    display: block;
    font-size: 2em;
    color: #000;
    margin-bottom: 5px;
}
.riderindexthumb {
  width: 200px;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
.riderindexthumb img {
  width: 200px;
}
#riderBanner {
    width: 940px;
    height: 350px;
    margin-bottom: 15px;
}
#riderInfo {
  width: 380px;
  float: right;
  font-size: 0.9em;
}
#riderInfo i {
  color: #f00;
}
#riderBody {
  width: 540px;
}
#riderbanner {
  width: 380px;
  height: 280px;
	position:relative;
}
#riderbanner img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#riderName {
    font-size: 4em;
    margin-bottom: 15px;
}
.riderTitle {
  font-size: 2em;
}
.ridernewsdate {
  float: left;
  width: 75px;
  text-align: center;
  font-size: 1.1em;
}
.newstitle {
  color: #fff;
  letter-spacing: .5em;
  float: left;
  width: 488px;
}
.articletools {
  padding-top: 2px; 
  height: 18px;
  background: url(http://media.norco.com/norco12/img/news/news-header.gif) no-repeat;
  width: 500px;
  float: left;
  text-align: right;
}
.riderarticle {
  padding-left: 75px;
  width: 488px;
}


.riderBikeListing {
    display: block;
    float: left;
    width: 182px;
    text-align: center;
    margin-right: 7px;
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 3px 3px #666666;
    -moz-box-shadow: 3px 3px 3px #666666;
    box-shadow: 3px 3px 3px #666666; 
}
.riderBikeListing img {
    margin: 0;
    padding: 0;
    width: 182px;
}
.riderBikeListingBottom {
    background: #f00;
    color: #fff;
    padding: 1px 5px;
}
.riderBikeListingCat {
    float: right;
    line-height: 1.7em;
    font-size: 0.9em;
}
.riderBikeListingName {
    text-align: left;
    font-size: 1.2em;
}

.riderPhoto {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}



/* SPONSORS */
.sponsor {
    float: left;
    width: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.sponsorName {
    font-size: 2em;
    color: #f00;
}
.sponsorimage {
  width: 300px;
}
.sponsordesc {
  width: 300px;
}




/* ***** NEWS ***** */
.article {
  width: 575px;
  margin-bottom: 50px;
}
.news_archive_year {
  font-size: 1.3em;
  color: #000;
}
.news_archive_month {
  color: #000;
}
.newsdate {
  float: right;
  width: 75px;
  text-align: center;
  font-size: 1.1em;
}
.newsimg {
  margin-bottom: 10px;
}
.newsarticle {
  width: 500px;
}




/* ***** DOWNLOADS ***** */
.dlindexthumb {
  float: left;
  width: 200px;
}
.dlindexthumb img {
  margin-bottom: 3px;
  padding: 3px;
  -moz-box-shadow: 1px 1px 5px #333;
  -webkit-box-shadow: 1px 1px 5px #333;
  box-shadow: 1px 1px 5px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333');
}

.episodename {
  font-weight: bold;
  font-size: 1.3em;
}

#videosfull {
    margin-left: 80px;
    width: 780px;
    text-align: center;
}
#videosfullname {
    text-align: left;
    font-size: 2em;
}
#videosfulldesc {
    float: left;
    width: 460px;
    height: 125px;
    margin-right: 20px;
    text-align: left;
}
#videosfullshare {
    float: left;
    width: 300px;
    height: 125px;
    text-align: left;
}
#videosfullshareicons {
    float: right;
    width: 130px;
    text-align: left;
    margin-left: 10px;
}




/* ***** I LUV MY BIKE ***** */
#submitphoto {
}
#photoupload label.error {
  color: #f00;
  font-size: 0.8em;
}


#ilmb_mainphoto {
  width: 465px;
  height: 290px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
}
.ilmb_photodetail {
  color: #f00;
  font-weight: bold;
}
#ilmb_photothumbs {
  width: 750px;
  clear: left;
}
.ilmb_thumb {
  display: block;
  width: 75px;
  height: 75px;
  cursor: pointer;
  position: relative;
}
.ilmb_thumb img {
  position: absolute;
  width: 75px;
  height: 75px;
}

#pagenav {
  clear: left;
}

#ilmb_curphotodesc {
  position: absolute;
  left: 750px;
  top: 0;
  padding: 10px;
  width: 175px;
}



#submitvideo {
  float: right;
  width: 175px;
  text-align: right;
}
#submitstory {
  clear: both;
}
.ilmb_video_thumb {
  float: left;
  width: 200px;
  height: 200px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.ilmb_video_thumb div {
  background: #000;
  padding: 2px;
  color: #fff;
  display: none;
}


.ilmb_story {
  float: left;
  width: 410px;
  margin-right: 30px;
  padding-top: 16px;
  background: url(http://media.norco.com/norco12/img/ilmb/bubbletop.jpg) center top no-repeat;
}
.ilmb_story_bottom {
  padding-bottom: 45px;
  background: url(http://media.norco.com/norco12/img/ilmb/bubblebottom.jpg) center bottom no-repeat;
}
.ilmb_story_container {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  padding: 0 10px;
}
.story {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.storycontbottom {
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 100%;
  background: url(http://media.norco.com/norco12/img/bikestuff/more-bikes-bottom.png) repeat-x;
}


/* ***** DISTRIBUTED BRANDS ***** */
.brand {
  margin: 10px;
  float: left;
  display: block;
  width: 100px;
  height: 100px;
}



/* ***** CONTACT US ***** */
#farmsg {
    background-color: #fff;
    padding: 5px;
}
#farmsg form span {
    float: left;
    width: 75px;
}
#farmsg form .clear {
    margin-bottom: 5px;
}



.accountsignup_head {
  clear: both;
  font-size: 1.5em;
}




.clear {
    clear: both;
}
.bikeClear {
    clear: both;
}
.red {
  color: #f00;
}
