html{
  margin:0;
  padding:0;
  border:0;
  text-align:center;
  height: 100%;
  background: #ccc;
  background: #d1d1d1 url('../images/bg_main.jpg') repeat-x top left;
}

body{
  position:relative;
  width:767px;
  margin:0 auto 0 auto;
  padding:0;
  border:0;
  text-align: center; /* Fixes IE auto margins bug */
  font-family: Verdana;
  font-size: 11px;
  height: 100%;
}

div, h1, h2, h3, h4, p, ul, li, dl, dd, dt, q{ /* clear styles */
  margin: 0;
  padding: 0;
  text-align: left;
}

img{
  border: none;
}

a{
  color: blue;
}

a:visited{
  color: blue;
}

h2, h3{
  font-size: 12px;
  font-weight: bold;
}

p, li{
  font-size: 11px;
}

/* begin header styles */
div#header{
  position: relative;
  height: 126px;
  width: 767px;
  background: url('../images/bg_header.png') no-repeat top left;
  z-index: 1;
}

a#logo{
  position: absolute;
  top: 15px;
  left: 20px;
}

a#contact{
  position: absolute;
  top: 28px;
  right: 15px;
  width: 127px;
  height: 43px;
}

ul.tabs{
  position: absolute;
  bottom: 7px;
  margin: 0;
  padding: 0;
  height: 26px;
  list-style: none;
}

ul.tabs li{
  display: inline-block;
  margin: 0;
  padding: 0 0 0 8px;
  height: 26px;
  float: left;
  width: auto;
  background: url('../images/tab_cap.png') no-repeat top left;
}

ul.tabs li.selected{
  background: url('../images/tabsel_cap.png') no-repeat top left;
}

ul.tabs li a{
  display: block;
  color: #5e9fe5;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  height: 22px;
  margin: 0;
  padding: 4px 30px 0 15px;
  float: left;
  background: url('../images/tab.png') no-repeat top right;
}

ul.tabs li.selected a{
  color: #cb2002;
  background: url('../images/tabsel.png') no-repeat top right;
}

a#return{
  color: #fff;
  position: absolute;
  bottom: 18px;
  right: 22px;
  font-weight: bold;
}

ul#lang{
  position: absolute;
  top: 4px;
  right: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#lang li{
  margin: 0;
  padding: 0;
  display: inline;
  color:#fff;
}

ul#lang li a{
  color: #fff;
  font-size: 10px;
}

ul#lang li.current a{
  color:#656565;
}
/* end header styles */

/* begin content styles */
div#content{
  position: relative;
  width: 767px;
  margin: 0;
  padding: 15px 0 0 0;
  background: url('../images/bg_content.png') repeat-y top left;
  z-index: 4;
}

div#content h2{
  margin: 0;
  padding: 0 0 15px 15px;
  color: #cb2002;
  font-size: 17px;
  font-weight: normal;
}

div#content h2.secondary{
  padding-top: 15px;
}

div#content p{
  margin: 0 15px 0 15px;
  padding: 0 0 15px 0;
  line-height: 15px;
}

div#content p.divider{
  padding-bottom: 15px;
  border-bottom: 1px solid #a9a9a9;
}

img#truck{
  float: right;
  margin: 0 20px 0 0;
  padding: 0 0 30px 15px;
}

img#suv{
  float: left;
  margin: 0 0 0 15px;
  padding: 0 15px 30px 0;
}

img#suv.fr{
  float: left;
  margin: 0 0 0 15px;
  padding: 0 15px 70px 0;
}

div#content dl{
  margin: 0 15px 0 15px;
  padding: 0 0 15px 0;
  line-height: 15px;
}

div#content dl dd.singleSource{
  padding-top: 10px;
}
/* end content styles */

/* begin contact */
span.contact{
  display: inline-block;
  width: 300px;
  margin: 0 0 15px 15px;
  vertical-align: top;
}

span.contact strong.role{
  font-style: italic;
}

/* begin footer styles */
div#footer{
  margin: 0 0 20px 0;
  padding: 0;
  height: 42px;
  width: 767px;
  text-align: center;
  background: url('../images/bg_footer.png') no-repeat top left;
}

div#footer p{
  font-size: 10px;
  margin: 0;
  padding: 10px 0 0 0;
  color: #888888;
  text-align: center;
}
/* end footer styles */