body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  color: #000000;
}
#head_container {
  height: 196px;
  background-image: url('/images/head_bg.gif');
  background-repeat: repeat-x;
  /*margin-bottom: 16px;*/
}
#head {
  height: 196px;
  width: 805px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: left;
  position: relative;
  background-image: url('/images/head.gif');
  background-repeat: no-repeat;
}
#head_tail {
  position: absolute;
  left: 805px;
  top: 91px;
  width: 73px;
  height: 54px;
  background-image: url('/images/head_rp.gif');
  background-repeat: no-repeat;
}
#languages {
  position: absolute;
  left: 166px;
  top: 32px;
  width: 637px;
  height: 12px;
}
#languages li { display: inline; list-style: none; float: right; }
.languages_itm {
  padding-left: 22px;
  display: block;
  float: left;
  font-size: 120%;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
.languages_itm:hover {
  color: #990000;
}
#content_container {
  width: 805px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 0px;
  position: relative;
}
#content {
  margin-top: 10px;
  margin-left: 10px;
  text-align: left;
  position: relative;
}
#menu_conteiner {
  position: relative;
}
#menu {
  width: 509px;
  float: left;
  position: relative;
  margin-bottom: 20px;
  margin-top: 1px
}
.menu_itm_a, .menu_itm_b {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  border-left: solid;
  margin-bottom: 4px;
  border-left-width: 7px;
}
.menu_itm_a {
  border-left-color: #990000;
  background-color: #CCCCCC;
}
.menu_itm_b {
  border-left-color: #CCCCCC;
  background-color: #990000;
}

.menu_itm_a a,  .menu_itm_b a {
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.menu_itm_a a { color: #000; }
.menu_itm_b a { color: #FFF; }


.menu_itm_a a:hover {
  color: #990000;
}
.menu_itm_b a:hover {
  color: #000;
}

#service_block {
  color: #50565A;
  font-size: 100%;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 30px;
}
#service_block img {
  border: #990000;
  border-style: solid;
  border-width: 2px;
  margin-bottom: 10px;
}
#banner_block {
  width: 210px;
  margin-bottom: 20px;
  margin-left: 80px;
  text-align: left;
}

#contacts { font-size: 150%; }
#contacts a { font-size: 120%; font-weight: bold; color: #000; text-decoration: none; }
#contacts a:hover { color: #990000; }

#foot_container {
  height: 100%;
  background-color: #990000;
  position: relative;
  clear: both;
}
#foot {
  width: 805px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  text-align: left;
}
#copyright {
  color: #FFFFFF;
  font-size: 100%;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 10px;
}
