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, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
  background: url(../images/bg.jpg) ;
  font-family: verdana;
  font-size: 10px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
  .container {
    background: #000;
    width: 800px;
    margin: 0px auto;
    text-align: left;
  }
    .header {
      background: url(../images/header.jpg) no-repeat;
      height: 130px;
    }
    .internal_header {
      background: url(../images/internal_header.jpg) no-repeat;
      height: 105px;
    }
      .home_link {
        width: 175px;
        height: 80px;
        float: left;
      }
        .home_link a {
          display: block;
          height: 80px;
          text-decoration: none;
        }
      .nav {
        padding: 30px 12px 0px 0px;
        text-align: right;
        color: #ed4646;
      }
        .nav a {
          text-transform: capitalize;
          text-decoration: none;
          color: #000;
          padding: 5px 2px 5px 1px;
        }
      .strapline {
        text-align: right;
        padding: 32px 12px 0px 0px;
      }
        .strapline h1 {
          color: #fff;
        }
          .strapline h1 span {
            color: #ed4646;
            font-weight: bold;
          }
    .footer {
      clear: both;
      background: url(../images/footer.jpg) no-repeat;
      height: 49px;
    }
      .footer_inner {
        padding: 25px 0px 0px 10px;
        color: #000;
        font-weight: bold;
      }
        .footer_inner a {
          color: #000;
          text-decoration: none;
        }
    
/*- bikes --------------------------------------------------------------------*/

#bikes_container {
  text-align: center;
}

  .heading_bikes {
    padding: 40px 0px;
  }
  #bikes {
    background: url(../images/chainring.jpg) no-repeat 80px 20px;
    width: 440px;
    height: 400px;
    margin: 0px auto;
  }
    .bike_link {
      width: 220px;
      float: left;
      height: 154px;
    } 

/*- headings -----------------------------------------------------------------*/

.heading_312 {
  background: url(../images/heading_312.jpg) no-repeat;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  height: 35px;
  margin: 20px 0px;
}
.heading_748 {
  background: url(../images/heading_748.jpg) no-repeat;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  height: 35px;
  margin: 0px 40px 0px 25px;
}
  .heading_312 h1,
  .heading_748 h1 {
    padding: 10px 0px 0px 35px;
  }

/*- pages --------------------------------------------------------------------*/

.page {
  padding: 0px 40px 0px 25px;
  color: #fff;
  font-size: 12px;
}
  .page_inner {
    background: #fff;
    color: #000;
    margin: 0px 40px 0px 25px;
    padding: 20px;
  }
  .page a {
    color: red;
    font-weight: bold;
  }

.news_page {
  background: #fff;
  margin: 0px 40px 20px 25px;
  color: #000;
  font-size: 12px;
}
  .news_inner {
    padding: 20px;
  }
  .news_page .news {
    border-top: 1px solid #C9C3C3;
    padding: 10px 0px 0px 0px;
    clear: both;
  }
  .news_page a {
    color: red;
    font-weight: bold;
  }
  .news_page p {
    margin: 0px 0px 10px 0px;
  }
  .news_page h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 10px;
  }
  .news_page p.dateStuff {
    float: right;
  }
  .news_page .news_image {
    float: right;
  }
  
.dealers_page {
  background: url(../images/dealers_bg.jpg) repeat-y 20px 0px ;
  padding: 0px 0px 0px 25px;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
}

  .col_1,
  .col_2,
  .col_3 {
    width: 240px;
    float: left;
    margin-right: 15px;
  }

  .dealer,
  .dealer_alt {
    margin: 0px 0px 20px 0px;
  }
    .dealer h3,
    .dealer_alt h3 {
      font-size: 12px;
      padding: 2px 5px;
      margin-bottom: 10px;
    }
    .dealer h3 {
      background: red;
      color: white;
    }
    .dealer_alt h3 {
      background: white;
      color: red;
    }
    .dealer p,
    .dealer_alt p {
      padding: 0px 0px 0px 10px;
      
    }
    .dealer a,
    .dealer_alt a {
      color: #fff;
      
    }

.about_page {
  background: url(../images/about_inner_bg.jpg) no-repeat;
  margin: 0px 30px 20px 25px;
  color: #000;
  font-size: 12px;
}
  .about_inner {
    padding: 20px;
    height: 522px;
    overflow: hidden;
  }
  .about_inner p {
    padding: 0px 0px 20px 0px;
  }
  
/*- bikes --------------------------------------------------------------------*/

  .bikeCont {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
    .bikeCont .image {
      float: left;
      width: 300px;
      height: 200px;
    }
      .bikeCont .image .zoomIn {
        position: absolute;
        bottom: 0px;
        left: 0px;
      }
    .bikeCont .description {
      float: left;
      margin-left: 30px;
      position: relative;
      display: inline;
      background: url(../images/bike_bg.jpg) no-repeat 0px 0px;
      height: 181px;
      width: 400px;
    }
      .bikeCont .description .title {
        color: #fff;
        margin: 20px;
        font-size: 16px;
        color: red;
        font-weight: bold;
      }
        .bikeCont .description .title .year {
          font-size: 14px;
          color: #000;
        }
      .bikeCont .description p {
        padding: 0px 20px 0px 20px;
        color: #000;
      }
    .bikeCont .price {
      position: absolute;
      bottom: 35px;
      right: 65px;
      color: red;
      font-size: 18px;
    }

/*- contact -*/


.contact_form {
  
}
  .contact_form p {
    margin: 10px 0px;
  }







