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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family:'Times New Roman', times, serif;
    vertical-align: baseline;
    background: transparent;
}

:focus {
    outline: 0;
}

a {
  text-decoration:none;
}

body{
  padding-top:15px;
}

.wrapper{
  margin:0 auto;

}
 #homenav{
   width:1025px;
   height:150px;
   overflow:hidden;
 }
 #homenav ul{
    color:#990033;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    overflow:hidden;
    padding:0;
 }
 #homenav li{
    cursor:pointer;
    display:inline;
    float:left;
    list-style-type:none;
    margin:0;
    overflow:hidden;
    padding:0;
    width:205px;
    height:150px;
    background:#ffffff url(../images/navbar.gif) 0px 0px no-repeat;
 }
#homenav li:hover{
  background-position:0 -150px;
}

li#reviews {
  background-position:-820px 0px;
}
li#reviews:hover{
  background-position:-820px -150px;
}


#homenav div {
    height:30px;
    text-align:center;
    width:205px;
    margin-top:5px;
}

#homenav img{
  margin-right:10px;
  vertical-align:middle;
}

.linktitle {
   font-size:20px;
   font-family:'Times New Roman', times, serif;
   line-height:30px;
   color:#FCFBFA;
}

#homenav h2{
    padding:0 15px;
    text-align:left;
    margin-top:10px;
    font-family:'Times New Roman', times, serif;
    }

.linkdescription{
    color:#D4C7AE;
    font-size:13px;
    padding:0px;
    margin:0px;
    line-height:1.2em;
    letter-spacing:0px;
    }
#conversion a:hover {
  background-position:-205px -150px;
}
#warranty a:hover {
  background-position:-410px -150px;
}
#gallery a:hover {
  background-position:-615px -150px;
}
#reviews :hover {
    background-position:-820px -150px;

}
#reviews a:hover {
  background-position: -820px -150px;
}
 .testimonial{
   width:670px;
   height:230px;
   background:#ffffff url('../images/quotes.jpg') center center no-repeat;
   float:left;
 }
 .testimonial p{
   font-size:20px;
   font-family:georgia, arial, 'sans serif';
   color:#666666;
   width:520px;
   margin-left:100px;
 }
 .testimonial p a{
   font-size:16px;
   text-decoration:none;
   margin-right:15px;
 }
 .longtest{
   clear:both;
 }
 .testtext{
    margin-top:70px;
 }
