html,body{
  margin: 0;
  padding: 0;
  border:0;
  width:100%;
  background: #fff;
}
img{
  border: 0;
}
 img, div, input { behavior: url("iepngfix.php") }
div#body-wraper{
  background:  url('../images/gradient.jpg') repeat-x bottom;
  width:100%;
}
div#body{
  width: 1000px;
  margin: 0 auto;
  padding: 0 14px;
  background:  url('../images/shadow.png') repeat-y;
}

/*  ------------LOGO------------  */
div#logo{
  background: url('../images/logo_back2.gif') no-repeat;
  height: 392px;
  width: 100%;
  text-align: right;

}

div#logo a.lang{
  color: #fff;
  text-decoration: none;
}
div#logo a#active{
  color: #ffc601;
  text-decoration: underline;
}

/*  ------------CONTENT------------  */
div#content{
  width: 100%;
  margin-bottom: 10px;
}

div#content div#us{
  position: relative;
  top: -12px;
  color: #666;
  font: 14px Veranda;
}


div#content ul{
  width: 800px;
  margin: 0 auto;
  padding: 0;
}
div#content ul li{
  padding-top: 24px;
  font: 12px Tahoma;
  line-height: 11px;
  list-style: none;
  background: url(../images/menu.gif) no-repeat;
  width: 161px;
  height: 52px;
  text-align: center;
  display: inline-block;
  float: left;
}
div#content ul li a{
  color: #666;
  text-decoration: none;
}
div#content ul li a.active{
  font-weight: bold;
}


div#bottom{
  border-top: 1px solid #ec8f1c;
  color: #ec8f1c;
  width: 80%;
  height: 60px;
  margin: 0 auto;
  font: 10px Tahoma;
  text-align: right;
  clear:both;
}
div#bottom a{
  color: #1895d0;
}
div#bottom img.as{
  position: relative;
  top: 10px;
}
