html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  background-image: url(img/bg.jpg);
  background-repeat: repeat-x;
  background-color: rgb(214,225,255);
  position: relative;
  top: -5px;
}

h1 {
  margin: 0;
  text-align: center;
}

#middle {
  width: 900px;
  height: auto;
  min-height: 100%;
  text-align: justify;
  margin: 0 auto;
  z-index:1;
}

#content {
  background-image: url(img/cont_bg.png);
  background-repeat: repeat-y;
  padding: 10px;
  position:relative;
  top: -20px;
}

#mt {
  padding-bottom: 10px;
  margin-top: 9px;
}

#footer_matrjoska {
  width: 100%;
  left: 0;
  height: 40px;
  margin-top: -40px;
}

#footer {
  text-align: center;
  text-decoration:underline;
}


.decoration_border {
  margin:0;
  padding: 0;
  position: relative;
  top: -15px;
}

#banner {
  border: 1px solid rgb(205,232,232);
  padding: 3px;        
}

img#bg {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#top_menu {
  padding-top: 20px;
  position: relative;
  margin-right: 5px;
  display: inline;
  float: right;
  top: -4px;
}

#top_menu span {
  font-size: 1.5em;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  display: inline-block;
  position:relative;
  z-index: 2;
}

#top_menu:hover span {
  background-image: none !important;
}

#top_menu span a {
  color: rgb(0,0,0);
  text-decoration: none;          
}

#top_menu span:hover a {
  text-decoration: underline;          
}

#top_menu span.first{
    width: 80px;
}

#top_menu span.second{
    width: 110px;
}

#top_menu span.third{
    width: 110px;
}

#top_menu span.forth{
    width: 140px;
}

#top_menu span.selected_1{
  background-image: url(img/selected_first.png);          
}

#top_menu span.selected_2{
  background-image: url(img/selected_second.png);          
}

#top_menu span.selected_3{
  background-image: url(img/selected_third.png);          
}

#top_menu span.selected_4{
  background-image: url(img/selected_forth.png);          
}

#top_menu span.first:hover {
  background-image: url(img/selected_first.png) !important;          
}

#top_menu span.second:hover {
  background-image: url(img/selected_second.png) !important;          
}

#top_menu span.third:hover {
  background-image: url(img/selected_third.png) !important;          
}

#top_menu span.forth:hover {
  background-image: url(img/selected_forth.png) !important;          
}

#top_menu span.fifth:hover {
  background-image: url(img/selected_fifth.png) !important;          
}

#left {
  width: 400px;
  float: left;
  margin: 10px;       
}

#right {
  width: 400px;
  float: right;
  margin: 10px;
}

.promo {
  width: 400px;
  height: 161px;
  background-image: url(img/promo_bg.jpg);      
  border: 1px solid rgb(205,232,232);
  margin-top:10px;
  margin-bottom:10px;
}

.promo div {
  float: right;
  text-align:left;
  width: 200px;
  margin-top: 20px;
}

h2 {
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 10px;
}

#contact_table {
  text-align: center;
  margin: auto;
}

table.equipment {
/*  border: solid 1px;
  border-spacing: 0px;*/
  width: 100%;
}

table.equipment td {
/*  border: solid 1px;*/
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: left;
  white-space: nowrap;
}

table.equipment td.highlight {
    font-weight: bold;
    white-space: normal;
}

.equipment_img {
  /*border:solid 1px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  display: inline-block;*/
}

a {
  color: black;
}

.equipment_cont {
}