html, body{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #616570;
  background: white;
  font-family: tahoma;
}
p{
  margin: 0;
  padding: 0;
}
a{
  color: #ab1b00;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}
#container{
  width: 1100px;
}
#container .logo_line td{
  vertical-align: middle;
  text-align: right;
}
#container .logo{
  background: url('../images/logo.gif') no-repeat center left;
  width: 423px;
  height: 113px;
}
#container .logo div{
  margin-top: 60px;
  margin-left: 21px;
  text-align: left;
  font-size: 10px;
  letter-spacing: 4px;
  color: #ab1b00;
}
#container .img{
  width: 113px;
}
#container .phone{
  background: url('../images/phone.png') no-repeat center right;
}
#container .icq{
  background: url('../images/icq.png') no-repeat center right;
}
#container td.text{
  font-size: 12px;
  background: url('../images/vertical_delim.gif') no-repeat center right;
  padding-right: 40px;
  padding-left: 40px;
}
#container td.text span{
  font-size: 16px;
  color: #ab1b00;
}
#container td.text span b{
  font-size: 24px;
  font-weight: normal;
}
#container .menu{
  height: 200px;
  vertical-align: bottom;
  background: url('../images/menu.jpg') no-repeat;
}
#container .menu div{
  text-align: right;
  padding-bottom: 155px;
  padding-right: 10px;
  background: red;
}
#container .menu a{
  display: block;
  float: left;
  width: 140px;
  line-height: 24px;
  background-color: black;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  color: white;
  text-decoration: none;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
  -moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
  -khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
  opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}
#container .menu a:hover, #container .menu a.active{
  background-color: #ab1b00;
  text-decoration: none;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
  -moz-opacity: 1.0; /* Mozilla 1.6 и ниже */
  -khtml-opacity: 1.0; /* Konqueror 3.1, Safari 1.1 */
  opacity: 1.0; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}
#container .content{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
#container .content td{
  vertical-align: top;
  text-align: left;
}
#container .content .left{
  width: 300px;
}
#container .content .left .info{
  border: 1px solid #ab1b00;
  padding: 20px;
}
#container .content .left .statistics{
  margin-top: 20px;
  border: 1px solid #616570;
  padding: 20px;
}
#container .content .left .statistics span{
  color: #616570;
}
#container .content .right .text{
  padding-bottom: 20px;
  padding-top: 22px;
  padding-left: 40px;
  text-align: justify;
  line-height: 150%;
  width: 715px;
}
#container .footer{
  height: 100px;
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
  b1ackground-color: #f0f2f1;
  background: url('../images/footer.jpg') no-repeat;
  padding-left: 35px;
  color: white;
}
#container .dot{
  background: url('../images/horiz_delim.gif') repeat-x center;
  height: 10px;
  line-height: 10px;
}
#container .content .left span, #container .content .right .text .title{
  font-size: 24px;
  font-weight: normal;
  color: #ab1b00;
}
#container .content .right .text b{
  color: #ab1b00;
}
#container .content .right .text .services span{
  font-weight: bold;
}
#container .content .right .text .services table td{
  padding-bottom: 20px;
  padding-left: 0;
  padding-top: 0;
  padding-right: 40px;
}
#container .content .right .text .contacts span{
  font-weight: bold;
}
#container .content .right .text .contacts input, #container .content .right .text .contacts textarea{
  border: 1px solid #616570;
  width: 300px;
}
#container .content .right .text .contacts #formback_result{
  display: none;
  margin-bottom: 20px;
  padding: 5px;
  color: white;
}
.last_update{
  font-size: 10px;
}
#jsiBoxTitle a{
  color: white;
  text-decoration: underline;
}
#jsiBoxTitle a:hover{
  text-decoration: none;
}
#container .content .right .text .map .error{
  margin-bottom: 20px;
  padding: 5px;
  color: white;
  background: red;
}
.work_thumb{
  border: 1px solid #616570;
  margin-right: 10px;
  display: block;
  width: 110px;
  height: 81px;
  line-height: 81px;
  float: left;
}