/* Reset all styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Global styles */

body {
  background: #e6e6e6;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

h1 {
  color: #8fb331;
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0;
}

h2 {
  color: #8fb331;
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0;
}

h3 {
  color: #8fb331;
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 0 0;
}


p {
  color: #666;
  line-height: 15px;
  margin: 12px 0;
}

em {
	color: #990000;
	text-decoration: line-through;
	}


/* Layout */

#page {
  background: url('../images/page.gif') top center no-repeat;
  margin: 0 auto;
  width: 1000px;
}

#header {
  height: 140px;
  width: 1000px;
  margin: 0 auto;
}

#navigation {
  background: url('../images/navigation.png') bottom center no-repeat;
  height: 45px;
  width: 1000px;
  margin: 0 auto;
}

#content {
  background: url('../images/content.png') top center repeat-y;
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

#primary {
  float: left;
  margin: 0 0 0 100px;
  width: 570px;
}

#secondary {
  float: right;
  width: 222px;
  margin: 0 90px 0 0;
  padding-top: 12px;
}

#footer {
  background: url('../images/footer.gif') top center no-repeat;
  height: 50px;
  width: 1000px;
  margin: 0 auto;
}

#slideshow {
  margin: 0px 0 0px 0px;
  overflow: hidden;
  position: relative;
  height: 380px;
  width: 570px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* Logo */

#header a {
  display: block;
  float: left;
  height: 105px;
  margin: 18px 0 0 55px;
  width: 197px;
}


/* Primary */

#primary a {
  color: #3399cc;
}

#primary a:hover {
  color: #3399cc;
  text-decoration: none;
}


/* Secondary */

.blurb {
  color: #fff;
  height: 51px;
  margin: 10px 0;
  padding-top: 10px;
  width: 221px;
}

.blurb span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px 5px 10px;
}

.blurb p {
  color: #fff;
  font-size: 11px;
  margin: 0 10px;
}

#blurb1 {
  background: url('../images/secondary/blurb1.gif') top center no-repeat;
}

#blurb2 {
  background: url('../images/secondary/blurb2.gif') top center no-repeat;
}

#blurb3 {
  background: url('../images/secondary/blurb2.gif') top center no-repeat;
}

.promo {
  margin-top: 8px;
}

/* Navigation */

#navigation ul {
  list-style: none;
  margin: 0 77px 0 100px;
}

#navigation ul li {
  display: inline;
  float: left;
  height: 34px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 120px;
}

#navigation ul li a {
  background: url('../images/tabs/gray.png') top center no-repeat;
  color: #fff;
  display: block;
  height: 24px;
  font-weight: bold;
  padding-top: 10px;
  text-decoration: none;
  width: 120px;
}

#navigation ul li.blog {
  float: right;
}

#navigation ul li.blog a {
  background: url('../images/tabs/green.png') top center no-repeat;
}

#navigation ul li a:hover,
#navigation ul li.blog a:hover {
  background: url('../images/tabs/brown.png') top center no-repeat;
}

#navigation ul li.active a {
  background: url('../images/tabs/brown.png') top center no-repeat;
}


/* Footer */

#footer a {
  color: #808080;
}

#footer a:hover {
  color: #808080;
  text-decoration: none;
}

#sitemap {
  height: 35px;
  margin: 0 auto;
  padding: 27px 0 0 0;
  text-align: center;
}

#sitemap li {
  display: inline;
  font-size: 12px;
  margin: 0 0 0 0;
  padding: 0 10px;
  border-right: 1px solid #808080;
}

#sitemap li#last {
 border: none;
 padding: 0 0 0 10px;
}


/* Bikes */

.bike {
  height: 117px;
  margin: 0 0 10px 0;
}

.bike img {
  float: left;
  margin: 0 10px 0 0;
}

.bike h2 {
  margin-bottom: 14px;
  padding-top: 2px;
}

.bike h2 a {
  color: #8fb331 !important;
  text-decoration: none;
}

.bike h2 a:hover {
  text-decoration: underline !important;
}