body{
  margin: 0;
  padding: 0;
  cursor: default;
  font-family: Arial;
  font-size: 13px;
  background-color: #000000;
  background-repeat: repeat-y;
  background-position: center center;
  color: #ffffff;
}

div.global{
  width: 100%;
  min-width: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
}
*div.global{
  width:expression(document.body.clientWidth < 1000?"1000px":"100%");
}
a{color: #ffffff;}
a:hover{text-decoration: none;}

div.l_line{
  background: url(/res/pic/www/images/l-line.gif) repeat-y;
  width: 120px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
div.r_line{
  background: url(/res/pic/www/images/r-line.gif) repeat-y;
  width: 120px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
}
div.head{margin: auto; height: 199px;}
div.menu{height: 37px;}
    div.menu span{display: block; padding-top: 10px;}
    div.menu a{font-size: 14px; text-decoration: none; margin-left: 6px; margin-right: 6px;}
    div.menu a:hover{text-decoration: underline;}

div.content{width: 675px; margin: auto; text-align: justify; margin-top: 20; margin-bottom: 15;
            min-height: 470px; _height: 467px;}
div.content h1{font-size: 18px; text-align: center;}
div.content p{margin: 0; padding: 0; padding-bottom: 5px; line-height: 1.4;}
div.content img{border: 0px solid #000000;}

div.links{height: 20px; font-size: 9px;}
div.links a{color: #cccccc; margin-left: 3; margin-right: 3;}

div.footer{
  /*height: 88px;*/
  width: 910px;
height:450px;
  /*background-repeat: no-repeat;*/
background-repeat: repeat-y;
  background-position: center center;
  margin: auto;
  text-align: left;
  font-family: Arial Narrow;
}
    div.rvi{
      float: left;
      width: 200px;
      height: 70px;
      margin-top: 13;
      background: url(/res/pic/www/images/rvi.gif) no-repeat 117px 35px;
    }
        div.rvi p a{font-size: 10px; color: #cccccc; }
    div.address{
      float: left;
      width: 340px;
      _width: 349px;
      margin-top: 23;
      text-align: center;
      font-size: 23px;
    }
      div.rvi  p{font-size: 9px; color: #cccccc;margin-left: 117;}
        div.address p{margin: 0; padding: 0; line-height: 1;}
        div.address p span{font-size: 11px;}
        div.address p a{font-size: 13px;}
    div.phones{
      float: left;
      width: 210px;
      margin-top: 23;
      text-align: right;
      font-size: 23px;
    }
        div.phones p{margin: 0; padding: 0; margin-right: 40; line-height: 1;}
        div.phones p span{font-size: 11px;}


.bord td {
border:1px solid #999900;
  font-family: Arial;
  font-size: 11px;
}
td {
  font-family: Arial;
  font-size: 11px;
}
img {
   behavior: url("/res/pic/www/iepngfix.htc");
}