* {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

body {
  color: #fff;
  font-family: Verdana;
  font-size: 12px;
  text-align: center;
  color: #d0bca8;
  background: #380700;
}

a img {
  border: 0;
}

#wrapper {
  text-align: left;
  width: 1103px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  position: relative;
  height: 83px;
  background: #380700 url('/img/fonlogo.jpg') no-repeat center bottom;
  z-index: 2;
}

#logo {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logotext.jpg');
  float: right;
  margin-right: 0px;
  display: inline;
  width: 221px;
  margin-top: 31px;
}

#logotext {
  margin-top: 0;
}

img.png{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); }

#icons {
  position: absolute;
  top: 10px;
  right: 0;
}

#icons a {
  margin-right: 21px;
}

#menu {
  clear: both;
  height: 30px;
  background: #380700 url('/img/fonmenu.jpg') repeat-x left center;
}

#menu ul {
  float: left;
  list-style: none;
  padding: 7px 0 0 30px;
}

#menu li {
  float: left;
  display: inline;
  margin-right: 14px;
  color: #380700;
  font-size: 14px;
  font-weight: 600;
  font-family: Verdana;
}

#menu a {
  float: left;
  display: block;
  text-decoration: none;
  color: #380700;
}

#menu .strong {
}

#menu .discount {
  text-decoration: underline;
}

#main {
  padding-top: 79px;
  background: url('/img/fontop.jpg') repeat-x left top;
}

#main .divan {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 37px;
}

#main .price {
  color: #d6c3ae;
}

#leftmenu {
  height: 286px;
  background: #380700 url('/img/fonleft.jpg') no-repeat left top;
}

#leftmenu a.selecter {
  font-size: 12px;
  color: #fff;
  display: block;
  padding-bottom: 10px;
}

#leftmenu ul {
  list-style: none;
}

#leftmenu li {
  padding-bottom: 10px;
  position: relative;
}

#leftmenu a {
  padding-left: 20px;
  font-size: 14px;
  font-family: Verdana;
  color: #d6c3ae;
}

#leftmenu a.selected {
  background: url('/img/arrow.gif') no-repeat left center;
}

#content {
  background: url('/img/fonright.jpg') repeat-x left top;
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 20px;
}

#content a {
  font-size: 13px;
  font-family: Verdana;
  color: #D6C3AE;
}

* html #content {
  height: 1%;
}

.border {
  border-bottom: 2px solid #5e352b;
}

#content h1 {
  font-weight: normal;
  font-size: 17px;
  margin-bottom: 10px;
}

#content p {
  padding-bottom: 10px;
  color: #d6c3ae;
}

#content ol {
  padding-left: 10px;
  list-style-type: square;
  list-style-position: outline;
}

#content li {
  margin-bottom: 4px;
}

#footer {
  clear: both;
  padding-top: 40px;
  margin-bottom: 20px;
}

#phone {
  font-size: 16px;
}

#content table table {
  border-collapse: collapse;
}

#content table table td {
  border: 1px solid #D0BCA8;
  text-align: center;
}

span.bestsale {
  position: absolute;
  left: -25px;
  top: -10px;
  width: 45px;
  height: 45px;
  background: url('../img/bestsale.gif') top left no-repeat;  
}

span.new {
  position: absolute;
  left: -25px;
  top: -10px;
  width: 45px;
  height: 45px;
  background: url('../img/new.gif') top left no-repeat;    
}

.content-min-height {
  min-height: 400px;  
}