html,body {
  margin: 0;
  font-family: Arial,sans-serif;
  font-size: 13px;
  color: #808285;
  height: 100%;
}

#wrapper {
  width: 1024px;
  margin: 0 auto;
}

#header {
  position: relative;
}

#left_col {
  float: left;
  width: 245px;
}

#logo {
  margin: 45px 0;
  width: 138px;
  height: 137px;
}

#showroom {
  margin-top: 160px;
  width: 215px;
  height: 130px;
  border: 1px solid #e2e2e2;
  position: relative;
  padding: 5px;
}

#showroom h2 {
  font-size: 48px;
  line-height: 48px;
}

#showroom h3 {
  font-size: 30px;
  line-height: 30px;
}

#showroom a {
  text-decoration: none;
  display: block;
  cursor: pointer;
  background: transparent url('images/bt_bg.gif') repeat-x;
  color: #ffffff;
  height: 27px;
  line-height: 27px;
  padding: 0 8px;
  position: absolute;
  bottom: -5px;
  right: 15px;
}

#top_menu {
  margin-top: 25px;
  width: 270px;
  float: right;
  margin-bottom: 8px;
}

#lang_select {
  padding-top: 2px;
  float: left;
  width: 60px;
}

#search_form {
  width: 190px;
  float: left;
}

#search_form #input_field input {
  color: #7c7c7c;
  border-color: #cecece;
  font-size: 11px;
  line-height: 18px;
  height: 19px;
  background: url(images/input_bg.gif) top repeat-x;
  padding-left: 2px;
  width: 130px;
}
#search_form #input_field {
  float: left;
}
#search_form #search_btn {
  padding-top: 1px;
  float:left;
  margin-left: 5px;
}
#search_form #search_btn input {
  background: url(images/search_bt.gif) left top no-repeat;
  font-size: 10px;
  width: 40px;
  height: 21px;
  border: none;
  color: #ffffff;
}

#slider {
  position: relative;
  width: 779px;
  height: 545px;
  float: left;
  overflow: hidden;
}

#page_flash_holder {
}

#menu_box {
  position: absolute;
  bottom: 0;
  width: 779px;
  height: 84px;  
  z-index: 9999;
}
ul#menu {
  border: 1px solid #efeeef;
  height: 60px;
  background: transparent url('images/ts.png') repeat;
  margin: -1px 0;
}
ul#menu li {
  float: left;
  cursor: default;
}
#slider #banner_slide_pics img{
  display: none;
}
ul#menu > li > a:hover, ul#menu > li.menu_current > a, ul#menu > li > a.menu_current, ul#menu > li > a.menu_current_sub, ul#menu > li.current_sub > a {
  background: transparent url('images/active_menu_bg.png') repeat-x;
  color: #FFF;
}
ul#menu a.menu_current, ul#menu a.menu_current_sub {
}
ul#menu li.menu_default a, ul#menu li.menu_current_menuhover a {
}
ul#menu li.menu_current_menuhover a {
  background-image: none;
  color: #808285;
}
ul#menu a {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  display: block;
  color: #808285;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.4px;
  text-align: center;
}
ul#menu li ul#submenu li a {
  font-variant: normal;
  display: block;
  font-size: 11px;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  color: #808285;
  font-weight: normal;
  letter-spacing: 0px;
  text-align: center;
}

ul#submenu li a, ul#submenu li a:hover {
  background: none;
  text-decoration: none;
  visibility: visible;
  outline: none;
}

ul#submenu li a {
  padding-left: 20px;
  border-left: #808285 1px solid;
}

ul#submenu li a.menu_current, ul#submenu li a:hover{
  font-weight: bold !important;
}

ul#submenu li a#menu_first {
  border-left: none;
}

ul#submenu {
  position: absolute;
  margin: 0px 0 0 10px;
  padding: 5px 0 0 0;
  display: none;
}
ul#submenu li#menu_current_sub a {
  display: inline;
}
ul#menu li ul#submenu li a:hover {
  color: #868686;
}
ul#menu li ul#submenu li.menu_current a {
  color: #868686;
  display: inline;
}
ul#submenu li {
  float: left;
}
div#menu ul, div#menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  color: #808285;
  text-decoration: underline;
}

a:focus, a:hover, a:active {
  text-decoration: none;
  outline: none
}
a img{
  border: none;
}

#content {
  margin-top: 15px;
  border: 1px solid #e2e2e2;
  padding: 30px 25px;
  line-height: 22px;
}

#content h1 {
  font-family: "Myriad Pro";
  font-size: 28px;
  font-weight: bold;
  color: #cccccc;
  padding-bottom: 18px;
}

#footer {
  float: right;
  margin: 10px 0 20px 0;
}

#footer span {
  font-size: 11px;
  font-family: Arial;
  color: #cccccc;
}

#footer span.sep {
  margin: 0 5px;
}

#footer span a, #footer span a:hover {
  font-size: 11px;
  font-family: Arial;
  color: #b4b4b4;
  text-decoration: none;
}

/* CLEAR FIX*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */