/* CSS Document */

html, body {height: 100%;}

html{
  background: #ffffff url(/t/img/left_column.jpg) repeat-y left;
}

body{
  margin: 0px;
  padding: 0px;
  font: 13px Tahoma, sans-serif;
  color: #171717;
}

a{
  color: #005125;
  outline: none;
}

a:hover{
  text-decoration:none;
}

h1, h2, h3 {padding:0;margin:0;font-weight:normal;}

#content{
  height: 100%;
  margin: 0 auto;
  min-width: 1200px;
  width: 100%;
  background: url(/t/img/right_column.jpg) repeat-y right;
}

* html #content{
  width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "");
}

/***************** Header   *********************/

#header{
  position: absolute;
  height: 433px;
  background: #e5e5e5 url(/t/img/header_gradient.jpg) repeat-x bottom;
  min-width: 1000px;
}

* html #header{
  width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "");
}

#green_stripes{
  height: 9px;
  background: url(/t/img/green_stripes.jpg) repeat-x;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

#top_navigation{
  height: 370px;
  width: 360px;
  float: left;
  margin-top: 9px;
}

#top_navigation .contact_header{
  background: url(/t/img/grey_underline.gif) no-repeat bottom left;
  margin: 6px 0 0 0;
  padding-left: 25px;
  display: block;
  height: 34px;
}

#top_navigation #logo{
  padding-left: 12px;
}

#top_navigation #no_pad{
  padding-left: 0px;
  margin: 0px;
}

#grey_bg{
  padding:10px 0 0 0px;
  height: 21px;
  background: url(/t/img/top_navi_bg.jpg) repeat-y;
}

.catalog_line{color:#1f1b17;padding:0px 20px 0 20px; margin:50px 20px 10px 20px;word-spacing:13px;font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif; background: url('/t/img/green_dot.gif') repeat-y left; text-align: justify;}
.catalog_line A {color:#1f1b17;font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;word-spacing:normal;padding:6px 3px 0 3px;}
.catalog_line A:hover {color:#1f1b17;font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;word-spacing:normal;}
.catalog_line p{margin: 0 0 0px 10px; padding-bottom: 8px; font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;font-weight: bold; line-height: 14px;}
.catalog_line .grey_color{color:#a5a5a5;}
.catalog_line .bigger_font{font-size: 12px;}

#top_navigation #top_navi{
  margin: 0px 0 0 25px;
  padding: 0px;
  list-style-type: none;
}

#top_navigation #top_navi li{
  padding-right: 40px;
  display: inline;
}

#top_navi .top_navi_a{
  padding: 0px 0 0 18px;
  text-decoration: none;
  font: 12px Arial, "Arial Narrow", sans-serif;
}

#top_navi #btn_home{
  background: url(/t/img/btn_home.gif) no-repeat 0px 2px;
}

#top_navi #btn_mail{
  background: url(/t/img/btn_mail.gif) no-repeat 0px 4px;
}

.address{
  margin: 3px 0 0px 130px;
  padding-bottom: 10px;
  font: 11px Tahoma, sans-serif;
  line-height: 18px;
}

#site_address{
  color: #f88200;
  font: 20px "Arial Narrow", Arial, sans-serif;
  margin-top: 7px;
}

#site_address a img{
  border: none;
}

.phone{
  color: #f88200;
  font: 30px "Arial Narrow", Arial, sans-serif;
  margin: 0px 0 0 0px;
  padding: 0px;
}

.Arial_header{
  font: 20px "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  float: left;
  padding-top: 7px;
  margin-right: 27px;
}

#saratov_header{
  margin-right: 30px;
}

.about_site{
  color: #0d0d0d;
  font: 18px "Arial Narrow", Arial, sans-serif;
  padding: 0 0 0 10px;
  margin: 0px 0 0 0;
}

#about_site_second{
  /* margin-top: -18px; */
}

#production{
  height: 371px;
  margin-left: 400px;
  background: url(/t/img/machines.jpg) no-repeat right bottom;
  margin-top: 9px;
}

#production img{
  border: none;
}

#company_carousel{
  float: right;
  margin-right: 10px;
  margin-top: 15px;
}

#product_carousel{
  float: right;
  margin-right: 10px;
  margin-top: 15px;
}

#menu{
  height: 34px;
  background: #007236 url(/t/img/top_grad.jpg) repeat-x;
  border-bottom: 1px solid #005727;
}

#menu #tmenu{
  width: 100%;
  padding-top: 2px;
}

#menu #tmenu td{
  background: url(/t/img/border_menu.jpg) no-repeat left;
  text-align: center;
}

#menu #tmenu a{
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 8px 0 8px 0;
}

#menu #tmenu a:hover{
  color: #007236;
  font-weight: bold;
  background: url(/t/img/menu_hover.jpg) repeat-x;
}

#menu #tmenu td#menu1{
  width: 9%;
  background: none;
}

#menu2{
  width: 10%;
}

#menu3{
  width: 11%;
}

#menu4{
  width: 14%;
}

#menu5{
  width: 8%;
}

#menu6{
  width: 17%;
}

#menu7{
  width: 12%;
}

#menu8{
  width: 19%;
}

#space{
  height: 18px;
  background-color: #e6e6e5;
  line-height: 1px;
  font-size: 0px;
}

/***************** Content   *********************/

.title{
  margin: 0px 5px 0px 7px;
  padding: 0px;
  font-weight: bold;
}

.title img{
  margin: 0px;
  padding: 0px;
}

.catalog_list{
  list-style-type: none;
  margin: 0px 0 0 14px;
  padding: 0px;
}

.catalog_list li{
  padding: 8px 0 0 12px;
  background: url(/t/img/arrow.gif) no-repeat 0 16px;
  line-height: 19px;
}

.header{
  color: #00411c;
  font: 16px Arial, "Arial Narrow", sans-serif;
  padding: 17px 15px 0 18px;
  background: url(/t/img/green_mark.jpg) no-repeat 0px 22px;
  margin-bottom: 0px;
}

.float_l{
  float: left;
}

#left_column, #right_column, #text {
  padding: 433px 0 88px 0;
  vertical-align: top;
}

#left_column{
  width: 226px;
  background: url(/t/img/left_column_pic.jpg) no-repeat 0 100%;
}

#text{
  background: url(/t/img/top_text_bg.jpg) 0 433px repeat-x;
}

#top_line_bg{
  height: 12px;
}

.main_text{
  padding: 10px 20px 0 0;
  line-height: 18px;
}


.img_new_tech{
  margin-top: 15px;
}

#top_decor{
  background: url(/t/img/left_top_angle.jpg) left top no-repeat;
  padding-left: 30px;
}

#px{
  fon-size: 0;
  line-height: 1px;
  height: 1px;
  width: 547px;
}

#right_column{
  width: 227px;
  background: url(/t/img/right_column_pic.jpg) no-repeat bottom right;
}

#right_column .title{
  margin: 0px 8px 0 5px;
}

#carrot{
  padding:15px 0 10px 10px;
  text-align: center;
}

#carrot img{
  border: 0px;
  margin: 0 0 10px 0px;
}

#carrot_info{
  font-size: 11px;
  padding: 5px;
  margin: 0 10px 10px 0px;
  text-align: justify;
  font-weight: bold;
}


#empty_block{
  height: 73px;
  clear: both;
}


/***************** Footer   *********************/

#footer{
  position: absolute;
  min-width: 1203px;
  width: 100%;
  margin-top: -73px;
  height: 103px;
  clear:both;
  font-size: 11px;
  color: #171717;
  background: #f4f4f4 url(/t/img/footer_bg.jpg) right top no-repeat;
}
.youtube_link{ position: absolute; margin: 3px 0 0 0px;}
.privacy{position: absolute;  margin: 25px 0px 0 -200px;}
* html #footer{
  width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "");
}

#small_pic{
  margin-left: 168px;
  float: left;
}

#copyright{
  margin: 0px 227px 0 227px;
  background: url(/t/img/bottom_text_bg.jpg) top repeat-x;
}

.float_r{
  float: right;
}

#copy{
  width: 230px;
  padding: 0px 0 0px 10px;
  line-height: 19px;
  float: left;
  clear: both;
  margin: -70px 0px 0 -210px;
}

#studio{
  width: 190px;
  max-width: 80%;
  float: right;
  margin: -60px 15px 0 0;
  line-height: 19px;
}

#counters {
  width: 700px;
  float: right;
  clear: right;
  margin-top: -5px;
  margin-right: -40px;
  text-align: center;
}

.soc{
   color: #98a3ad;
    font-size: 13px;
    position: static;
    right: 83px;
    top: 23px;
    width: 415px;
}

.pd_info{
    position: absolute;
    top: 60px;
    left: 10px;
    width: 200px;
    background: #007236;
    border-radius: 5px;
}

.pd_info a{
	text-decoration: none;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    display: block;
    text-transform: uppercase;
}

.main_back {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    background: rgba(0,0,0,0.8);
}

.main_block {
	width: 670px;
    height: 400px;
    background: white;
    margin: 10% auto 0;
    overflow: hidden;
	background: #007236;
    border: 2px solid #ebebeb;
    border-radius: 10px;
	position: relative;
}

.main_box {
    width: 80%;
    margin: 85px auto 0;
}

.main_box p {
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: block;
    line-height: 25px;
    letter-spacing: 0.1px;
}

.close_it{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
	text-decoration: none;
	display: block;
    cursor: pointer;
}

.show{
	display: block;
}

/* Cookie message */
#cookie_text table{
  background-color: rgb(194,194,194);
  background-color: rgba(194,194,194, 0.95);
  z-index:1000;
  position: fixed;
  bottom:0px;
  left: 0;
  color: black;
  width: 100%;
}

#cookie_text button{
  float: right;
  text-decoration: none;
  color: black;
  background-color: rgb(171,171,171);
  background-color: rgba(171,171,171, 0.5);
  border: none;
  padding: 0 5px 0 5px;
  margin-top: -5px;
}

#cookie_text button:hover{
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255, 0.5);
}
