root { 
    display: block;
}

body{
        margin: 0px;
        background-color: #0fa5cc;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size:16px;
}
table.main{
        margin: 0px;
        background-color: #f7f7f7;
        background-repeat: repeat-x;
        background-image: url(images/bg_header.jpg);
        background-position:center top;
}

table.bg_top{
    border:0px;
    background-image: url(images/car_bkg.png);
    background-repeat: no-repeat;
    background-position:center top;
    width:1000px;
    height:467px;

}
table.bg_top_range{
    border:0px;
    background-image: url(images/range_bkg.png);
    background-repeat: no-repeat;
    background-position:center top;
    width:1000px;
    height:467px;

}
table.bg_top_off{
    border:0px;
    background-image: url(images/offroad_bkg.png);
    background-repeat: no-repeat;
    background-position:73% top;
    width:1000px;
    height:467px;

}
table.bg_top_winch{
    border:0px;
    background-image: url(images/winch.png);
    background-repeat: no-repeat;
    background-position:center top;
    width:1000px;
    height:467px;

}
td.bg_bottom{
    background-repeat: repeat-x;
    background-image: url(images/bg_footer.jpg);
    background-position:center bottom;
    height:233px;
}
td.bg_bottom1{
    background-color: #0fa5cc;
}
td.font_footer{
    font-size:14px;
    color:#670303;
    padding-bottom:25px;
    margin:5px;
}
td.moto{
    color: #670303;
    padding:20px 0 50px 0;
}
td.gallery{
    border: 1px solid #cfcfcf;
    padding-top:20px;
}

table.footer_bottom{
    margin: 0px;
    background-color: #0fa5cc;
    
}
a.banner{
    color:#000000;
    font-size:19px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    
}


a.promo{
    color:#670303;
    font-size:16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
}

a.inpage{text-decoration:none; 
    color:#0089cf;
    font-size:16px;
    font-weight:lighter;  
}
a{text-decoration:none;}
a.visited{text-decoration:none;}
a.hover{text-decoration:none;}
a.inpage:hover{text-decoration:none; 
    color:#000000;
    font-size:16px;
    font-weight:lighter;  
}

a.menu_drop{text-decoration:none; color:#0089cf;}

a.menu{text-decoration:none; color:#0089cf;}
a.menu:visited{text-decoration:none;}
a.menu:hover{text-decoration:none; color:#670303;}

a.model{text-decoration:none; color:#670303; font-size:12px; font-weight:normal;}
a.model:visited{text-decoration:none; color:#670303; font-size:12px; font-weight:normal;}
a.model:hover{text-decoration:none; color:#670303; font-size:12px; font-weight:normal;}

a.web{text-decoration:none; color:#670303;}
a.web:visited{text-decoration:none; color:#670303;}
a.web:hover{text-decoration:none; color:#670303;}

a.footer{text-decoration:none; color:#670303; font-size:14px;}
a.footer:visited{text-decoration:none; color:#670303; font-size:14px;}
a.footer:hover{text-decoration:none; color:#670303; font-size:14px;}
                                        

                                        
td.menu{
color:#670303;
font-size:20px;
}
                                        
h1{
color:#0089cf;
font-size:22px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:lighter;
}
h2{
color:#670303;
font-size:22px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:lighter;
}
p.model{
color:#670303;
font-size:22px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:lighter;
padding-right:10px;
}

p{
    color:#670303;
    font-size:16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
}

p.small{
    color:#000000;
    font-size:12px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
}
                                        
       
input[type="button"], input[type="submit"], .button, a.button:link, a.button:visited { 
background-repeat: repeat-x;
background-image: url(images/bg_submit.jpg);
border: 1px solid #CFCFCF !important;
border-radius: 3px;
box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.298), 0px 1px 0px rgba(255, 255, 255, 0.400) inset;
color: #670303;
padding: 0.3em 0.6em;
text-decoration: none;
}

img.new{
	padding:20px 0 20px 0;
}

/*ul {
  text-align: center;
  display: inline;
  margin: 0;
  padding: 15px 4px 15px 0;
  list-style: none;

}
ul li {
  font-size: 20px ;
  font-family: Georgia, "Times New Roman", Times, serif;
  color:#0089CF;
  display: inline-block;
  /*margin-right: -4px;*/
  /*position: relative;
  padding: 15px 25px 15px 35px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}*/
/*ul li:hover {

  color: #fff;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  background-image: url(images/bg_sub.jpg);
  display: block; 
  font-size: 18px ;
  padding: 5px 10px 5px 10px;


}
ul li ul li:hover {
    background-image: url(images/bg_sub.jpg);

}
ul ul{
      border:1px solid #CFCFCF;
      border-top:0px;
}
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
ul.wid{
    width:205px;
}
ul.wid2{
    width:125px;
}*/