* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #aca49a;
  font: 80%/1.5em Verdana, Tahoma, arial, sans-serif;
  color: #745232;
}

a {
  color: #745232;
}

ul, ol {
  padding-left: 20px;
}

img {
  border: none;
}

h2, h3 {
  font-weight: normal;
  color: #8d5025;
}

#wraper {
  min-width: 1000px;
  max-width: 1260px;  
  margin: 0 auto;
}

* html #wraper {
  width: expression(document.documentElement.clientWidth < 1000 ? "1000px" : document.documentElement.clientWidth > 1260 ? "1260px" : document.documentElement.clientWidth + "px");
}

#header {
}

#header_left {
  width: 240px;
  float: left;  
}

#header_right {
  width: 235px;
  float: right;
}

#white_box_left {
  height: 33px;
  text-align: right;
  background: #fff;
  padding-top: 10px;
}

#white_box_left a {
  margin-left: 20px;  
}

#white_box_right {
  height: 39px;
  background: #fff;
  padding-top: 4px;
}

#header_center {
  margin-left: 240px;
  margin-right: 235px;
}

#logo_box {
  background: #fff;
}

#logo_box a {
  display: block;
  margin: 0 auto;
  width: 325px;
  padding: 10px;
}

#logo_box img {
  display: block;
}

#desk_box {
  background: url(img/center_back.png) repeat-x;
  padding-top: 10px;  
  margin-bottom: 15px;
}

* html #desk_box {
  margin-bottom: 10px;
}

#desk {
  width: 300px;
  height: 205px;
  margin: 0 auto;
  background: url(img/desk.png) no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/template/img/desk.png', sizingMethod='crop');
}

#center_menu {
  margin: 0 15px;
}

* html #center_menu_table {
  position: absolute;
}

.center_menu {
  background: #d9d5d1 url(img/center_menu_arrow.png) 100% 100% no-repeat;
  border-left: 5px solid #8d5025;
  padding: 2px 10px;
  font-size: 11px;
  line-height: 1.1;
}

.center_menu h3 a {
  font-size: 14px;
  color: #a9715c;
  text-decoration: none;
  font-weight: bold;
}

#content {
  margin-top: 15px;
  overflow:hidden; 
}

#content_left {
  padding: 15px;
  font-size: 11px;
  line-height: 1.2em;
  text-align: justify;
}

#content_left h3 {
  font-weight: bold;
  font-size: 12px;
}

#content_right {
  margin-left: 15px;
  float: right;
  background: #d9d5d1;
  padding: 15px;
  font-size: 11px;
  line-height: 1.2em;
}

#content_right h3 {
  font-weight: bold;
  font-size: 12px;
}

#content_center {
  padding: 15px;
  text-align: justify;
}

#content_center h3 {
  font-weight: bold;
}

#content_center h3 a {
  font-size: 14px;
  color: #8d5025;
}

#content_center h3.item {
  font-size: 12px;
  background: url(img/title_back.jpg) repeat-x;
  color: #fff;
  padding: 4px 10px;
  margin: 5px -15px;
  font-weight: bold;
}

#footer {
  color: #fff;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 25px;
}

#footer_left {
  width: 240px;
  float: left;  
  padding-left: 15px;  
  font-size: 9px;
}

#footer_left img {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

#footer_right {
  width: 235px;
  float: right;
  font-size: 10px;
}

#footer_center {
  margin-left: 255px;
  margin-right: 250px;
  font-size: 20px;
  text-align: right;
}

#footer a {
  text-decoration: none;
}

#path {
  margin-bottom: 20px;
  font-weight: bold;
}

#brands {
  font-size: 11px;
}

.clear {
  clear: both;
}

.align_left {
  float: left;
  margin-right: 10px;
}

.align_center {
  display: block;
  margin: 0 auto;
}

.align_right {
  float: right;
  margin-left: 10px;
}

.error {
  color: #c00;
}

.success {
  color: #0c0;
}

.gray {
  color: #5􇣪2;
  font-size: 11px;
}

.black {
  color: #5􇣪2;
  font-size: 11px;
}

.red {
  color: #BF1E2D;
  font-size: 11px;
}

.bold {
  font-weight: bold;
}

.links {
  float: left;
}