body {
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 1.5)
}

#header {
  padding: 0;
  margin: 0;
  height: 159px;
  text-align: center;
  background: black url('images/ui/header.jpg') no-repeat;
  color: white;
}

#menubar {
  position: relative;
  top: 138px;
  font: bold 10pt arial;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  height: 40px;
  text-align: center;
  white-space: nowrap;
}
.auto-trade{ position:absolute;right:225px;top:588px; text-indent:-9999px;height:60px;width:120px;background: url('images/ui/ATrader_sprite.png') no-repeat 0 0;}

.auto-trade:hover {background: url('images/ui/ATrader_sprite.png') no-repeat 0 -65px;}

#menubar a {
  text-decoration: none !important;
  border: solid 1px #333;
  color: white;
  background: black;
  margin: 0px 0px;
  padding: 3px 7px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius: 0 0 8px 8px;
}

#menubar a:hover,
#menubar .active {
  text-decoration: none !important;
  border: solid 1px #333;
  color: #C4D1E1;
  background: black;
  margin: 0px 0px;
  padding: 3px 7px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius: 0 0 8px 8px;
}

#menubar .selected {
  text-decoration: none !important;
  border: solid 1px #333;
  color: white;
  background: black;
  margin: 0px 0px;
  padding: 3px 7px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius: 0 0 8px 8px;
}

#menubar .text {
  padding: 0 20px;
  white-space: nowrap;
}

#chat-button {width:150px; position:absolute; right:20px; bottom:20px;} 

#chat-button a,
#chat-button a:hover {background:none;border:none;}

#zazachatimg {width:82px; height:29px;}

#submenu {
  clear: both;
  padding: 0 0 0 20px;
  margin: 0;
}

#main {
  color: black;
  background: white;  
}

#content-home {
  background: white url('images/ui/background.jpg') no-repeat bottom left;
  padding: 0;
  color: black;
  height: 499px;
}

#content {
  background: white ;
  padding: 5px 0;
  color: black;
  min-height: 499px;
}

#slideshow_box {
  position: relative;
  float: left;
  clear: left;
  width: 563px;
  height: 313px;
  padding: 10px;
}

#slideshow_box img {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 8;
}

#slideshow_box img.active {
    z-index: 10;
}

#slideshow_box img.last-active {
    z-index: 9;
}

#badge_box {
  background: transparent url(images/ui/badge_box.jpg);
  height: 147px;
  padding: 11px;
  text-align:center;
}

#badge_box img {
  margin: 0 20px;
}

#new_cars_box {
  background: transparent url("images/ui/new_box.png") no-repeat;
  float: left; 
  margin: 30px 0 0 60px;
  padding: 30px 15px;
  width: 362px;
  height: 187px;
  text-align: center;
  overflow: hidden;
  font: bold 13px helvetica;
}

#used_cars_box {
  background: transparent url("images/ui/used_box.png") no-repeat;
  float: right; 
  margin: 30px 60px 0 0;
  padding: 30px 15px;
  width: 362px;
  height: 187px;
  text-align: center;
  overflow: hidden;
  font: bold 13px helvetica;
}

#new_cars_box label,
#used_cars_box label {
  display: block;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  width: 5em;
  text-align: right;
}

#new_cars_box select,
#used_cars_box select {
  width: 15em;
  margin-bottom: 8px;
}

#footer {
  color: white;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: small;
  text-align: center;
}

#footer a {
  color: white;
  line-height: 1.4em;
  padding: 0 8px;
}

#copyright,
#copyright a {
  color: #888;
  background: transparent;
  float: right;
  margin-top: 5px;
  font: normal 10pt arial;
  text-shadow: 0px 0px 1px black;
}

#badge_box a:hover {background-position:0px -147px;}
#badge_box a {background-position:0px 0px;margin:0px 5px;}
#bpvolvo{display:inline-block;background:transparent url(/images/ui/rollovers/volvo.png) no-repeat;height:147px; width:166px; text-indent:-9999px;}
#bpcollision{display:inline-block;background:transparent url(/images/ui/rollovers/collision.png) no-repeat;height:147px; width:210px; text-indent:-9999px;}
#bpbmw{display:inline-block;background:transparent url(/images/ui/rollovers/bmw.png) no-repeat;height:147px; width:166px; text-indent:-9999px;}
#bphonda{display:inline-block;background:transparent url(/images/ui/rollovers/honda.png) no-repeat;height:147px; width:166px; text-indent:-9999px;}
#bpporsche{display:inline-block;background:transparent url(/images/ui/rollovers/porsche.png) no-repeat;height:147px; width:166px; text-indent:-9999px;}
