/*  B A S I C  S E T T I N G  */
* {margin: 0; padding: 0; border: 0;}
body, html {font-family: Arial, Ňahoma, Verdana;font-size: 14px;color: #816e6e;}
a {font-family: Arial, Ňahoma, Verdana;font-size: 14px;color: #816e6e;text-decoration: none;}
a:hover, a:active {text-decoration: underline; color: #b81b1b;}
.hidden{display:none;}
/******************************/


#page {width: 635px;margin: 130px auto 0;} /* 600 */

.links {
    margin: 20px 0 0 93px;
    font: 12px Verdana;
    color: #b3a4a4;
    float: left;
}


/***** L O G O **********************************/
div.name {
  width: 220px;
  height: 210px;
  border-right: 1px solid #645757;
  float: left;
    z-index: -5;
}

.name p {
  margin: 63px 22px 0 0;
  font: 35px UkrainianFuturis, Arial, Verdana;
  color:  #b81b1b;
  text-align: right;

}
/************************************************/


/***** O P T I O N S ****************************/
div.options {
  padding: 13px 0 0 22px;
  font: 13px/23px Verdana;
  float: left;
}

.options ul li {list-style-type: none;}
.options ul li span  {color: #b81b1b;}
/************************************************/


/***** M A I N  M E N U *************************/
div.menu {clear: both;}

.menu ul li, .map_menu ul li {
  margin: 30px -10px 0 80px;
  list-style: none;
  display:inline;
  float: left;
}

.menu ul li a, .map_menu ul li a {font: 12px Verdana;color: #b3a4a4;}
.menu ul li a:hover, .menu ul li a:active, .map_menu ul li a:hover, .map_menu ul li a:active {text-decoration: underline; color: #b81b1b;}
.li_another {margin: 0 0 0 25px;}
/************************************************/


/***** L A N G  M E N U *************************/
div.lang_menu {width: 320px;margin: 30px auto 0;}
.lang_menu ul {margin-left: 67px;clear: left;} /* 82/ */

.lang_menu ul li {
  margin-top: 25px;
  margin-top: 0 !mportant;
  margin-right: 50px;
  list-style-type: none;
  float: left;
}

.lang_menu ul li a{width: 18px;height: 13px;display: block;}

.lang_ua {background: url('../img/flags/ua_off.gif') left top no-repeat;}
.lang_ua:hover {background: url('../img/flags/ua.gif') left top no-repeat;}

.lang_de {background: url('../img/flags/de_off.gif') left top no-repeat;}
.lang_de:hover {background: url('../img/flags/de.gif') left top no-repeat;}

.lang_ru {background: url('../img/flags/ru_off.gif') left top no-repeat;}
.lang_ru:hover {background: url('../img/flags/ru.gif') left top no-repeat;}

.lang_gb {background: url('../img/flags/gb_off.gif') left top no-repeat;}
.lang_gb:hover {background: url('../img/flags/gb.gif') left top no-repeat;}
/************************************************/