html, body {
  height:100%;
}
body {
  font-family: Georgia;
  font-size: 12px;
  color: #000000;
  width:100%;
  min-width:1000px;
}
#wrap {
  background:#fff;
  min-width:1000px;
  max-width: 1400px;
  width:60%;
  margin: 0px auto;
  min-height:95%;
  height:auto !important;
  height:100%;
}

#wraptbl {
	margin-top: 20px;
  background:#fff;
  width: 100%;
  background: url(../images/contacts.jpg) no-repeat right top;
}


a {
  color:#11bae4;
}

/*Описываем размеры текста*/
.text_size_24 {
  font-size:2em;
  color:#4e4e4e;
}

.text_size_20 {
  font-size:1.7em;
  color:#4e4e4e;
}

.text_size_14 {
  font-size:1.2em;
  color:#4e4e4e;
}
.text_size_16 {
  font-size:1.3em;
  color:#4e4e4e;
}

.cont_h1 a {
  color:#11bae4;
}
.color {
  color:#11bae4;
}

.color_b {
  color:#000;
}
.color_r {
  color:#f00;
  margin-left:10px;
  font-size:1.2em;
  font-weight: bold;
}
.font {
  font-family: Georgia;
}
.font_a {
  
  padding-left:5px;
  color:#a0a0a0;
  font-family: Arial;
}

/*Описываем логотип*/
.logo {
  display: block;
  width: 170px;
  height:110px;
  background-image: url(../images/logo.jpg);
}
/*Описываем слоган*/
.slogan {
	display: block;
  padding: 45px 0 30px 0;
  color:#11bae4;
  font-size:2.1em;
}
/*Описываем контактную инфу*/
.contacts {
	display: block;
  width:240px;
  padding: 20px 0;
  font-size: 1em;
  color:#4e4e4e;
}
.cont_num {
  font-size:2em;
}

/*Описываем горизонтальное меню*/
.menu_top {
	display: block;
  height: 25px;
  font-size:1.1em;
  background: #fff;
  padding-left: 30px;
}

.menu_top li {
	display: block;
	width: 130px;
  list-style-type:none;
  float:left;
  padding-left:10px;
  }
  .menu_top a {
  height:20px;
  display:block;
  padding-right: 15px;
  padding-left: 15px;
  padding-top:2px;
  color:#454545;
  }
.menu_top a:hover{color: #fff;
  background-color:#11bae4;
  text-decoration:none;
  background-color:#11bae4;
  }

.menu_top a:active{color: #fff;
  background-color:#11bae4;
  text-decoration:none;
  }
  
  /* Vertical Menu
------------------------------ */
.menu_left {
  width:230px;
  top:170px;
  position: fixed;
  display: block;
  *position: absolute;
  *left: 30px;
  *top: expression(150+parseInt(document.documentElement.scrollTop)+ 'px');
}
.menu_left UL {color:#11bae4; margin-top:5px; font-size:0.7em;}
.menu-v { margin-left:10px;}

.menu-v li { padding-top: 5px; padding-bottom: 5px;  /*border-bottom: 1px solid #ccc; */
background-image:url('../images/menu_disc.jpg'); 
  background-repeat:no-repeat; 
  background-position:10px 12px;

}
 
.menu-v a {
  display:block;
  background-image:url('../images/sepmenu.jpg'); 
  background-repeat:no-repeat; 
  background-position:-25px 20px;
  height:25px;
  text-decoration: none;
  text-indent:20px;
  font-size:1.6em;
  color:#828282;
  }
.menu-v a:visited{
  color: #aeaeae;
  }
.menu-v a:hover{
  color: #11bae4;
  font-weight:bold;
  }
  

.menu-v a.active{
  color: #777777;
  font-weight:bold;
  }

/*Описываем контент*/
.content{
  font-family:Arial;
  position:relative;
  left:0px;
  top:10px;
  width:696px;
  color:#929292;
  margin-left: 230px;
}
.cont_image {
  position:relative;
  height:441px;
  width:696px;
  top:0;
    left:0;
}
.cont_image IMG{
  position:absolute;
    top:0;
    left:0;
}
#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0;
}

#slideshow IMG.active {
    z-index: 10;
    opacity: 1;
}

#slideshow IMG.last-active {
    z-index: 9;
}
.cont_news {
  position:relative;
  width:696px;
  z-index: 50;
}
.margin_t{
  margin-top:35px;
}

.margin_t_20{
  margin-top:20px;
}

.margin_t_100{
  position:relative;
  float:left;
  margin-top:70px;
}

.cont_news_tab td.firstchild{
  width: 50%;
  padding-left:20px;
}
.cont_news_tab p{
    padding-top:6px;
}

.cont_h1 {
  font-family:Georgia;
}
.news_img {
  float:left;
  width:110px;
  height:143px;
  background-image:url(../images/img.jpg);
  background-position: 0 0; /* Положение фона */
    background-repeat: no-repeat; /* Отменяем повторение фона */
}
.news_act {
  float:left;
  width:80px;
  height:143px;
  background-image:url(../images/act.jpg);
  background-position: 0 0; /* Положение фона */
    background-repeat: no-repeat; /* Отменяем повторение фона */
}
.date {
  font-size:1em;
  font-weight:bold;
  line-height: 1.7;
}
#footer {
  padding-top:25px;
  position:fixed;
  margin-top:-70px;
  height:0;
  width:100%;
  bottom:0;
}
.footer_blank {
  font-family:Verdana;
  position:relative;
  height:70px;
  width:980px;
  text-align:left;
  font-size:11px;
  color:#929292;
  bottom:-100px;
  clear:left;
  border-top: 1px solid #d2d2d2;
}
.footer_blank  p{
  padding-left:30px;
}
.footer_blank  a{
  color:#929292;
}
.menu_bottom {
  position:absolute;
  right:30px;
  height:45px;
  margin-top:-20px;
  *left:450px;
}

  .menu_bottom li {
  list-style-type:none;
  float:left;  
  display:block;
  *width: 100px;
  }
  .menu_bottom a {
  height:20px;
  display:block;
  background-image:url('../images/separator.png'); 
  background-repeat:no-repeat; 
  background-position:right;
  padding-right: 10px;
  padding-left: 10px;
  color:#11bae4;
  }
  .separator_none {
  background-image:none !important;
  }
.menu_bottom a:hover{
  text-decoration:none;
  }
.menu_bottom a:active{
  text-decoration:none;
  }
  
/*описываем каталог*/
.cat_tab {
  position:relative;
  width:696px;
  height:100%;
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: Georgia;
  line-height:1.5;
  float:left;
  background-image: url(../images/cat_sep.jpg);
  background-repeat:no-repeat; 
  background-position:bottom left;
}

.cat_head {
	display: block;
  background-color: #f0f0f0;
  width:696px;
  padding: 5px 0 5px 20px;
  clear: both;
  font-family: serif;
} 
.cat_wrap {
  float:left;
}

.bg_color{
  background-color:#e5faff;
}
.cat_separator {
  width:78px;
}
.cat_unit {
  width:180px;
  height:250px;
  text-indent:20px;
  line-height: 2;
  padding-bottom:20px;
  float: left;
}
.cat_img {
  position:relative;
  padding-left:70px;
  width:244px;
  overflow: hidden;
  float:left;
  margin-bottom:20px;
}
.cat_info {
  position:relative;
  padding-left:10px;
  padding-top:10px;
  margin-bottom:20px;
  float:left;
  width:350px;
  display:block;
}
.cat_info_h {
  display:none;
}
.col_info{
  padding-left:30px;
  margin-bottom:20px;
  margin-top:10px;
}
.col_info p{
  padding-left:30px;
}
.col_art {
  color:#b0b0b0;
}
.cat_art {
  color:#b0b0b0;
}

.cat_cost {
  position:relative;
  float:right;
  font-weight: bold;
}
.col_cost {
  float:right;
  font-weight: bold;
}
.cat_name {
  float:left;
  font-weight:bold;
  color: #5e5e5e;
}
.cat_button_off {
  position:relative;
  display:block;
  color:#fff;
  background-color:#11bae4;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:2px;
  margin-bottom:10px;
  margin-top:5px;
  margin-right:200px;
  float:left; 
  line-height: 1.2;
  cursor: pointer;
  font-family: sans-serif;
}

.cat_button_on {
  position:relative;
  display:block;
  color:#fff;
  background-color:#d0d0d0;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:2px;
  margin-bottom:10px;
  margin-top:5px;
  margin-right:200px;
  float:left;
  line-height: 1.2;
  cursor: pointer;
  font-family: sans-serif;
}

.col_button_off {
  position:relative;
  display:block;
  color:#fff;
  background-color:#11bae4;
  text-align: center;
  padding-bottom:2px;
  margin-left:15px;
  line-height: 1.2;
  cursor: pointer;
  font-family: sans-serif;
  width: 80px;
}

.col_button_on {
  position:relative;
  width: 80px;
  display:block;
  color:#fff;
  background-color:#d0d0d0;
  text-align: center;
  padding-bottom:2px;
  margin-left:15px;
  line-height: 1.2;
  cursor: pointer;
  font-family: sans-serif;
}


.cat_var_color{
  margin-bottom:10px;
  line-height: 1.5;
  clear: right;
  cursor: pointer;
}
.cat_var_color div{
  display: block;
  float: left;
  width: 180px;
  font-family: sans-serif;
}

.cont_head {
  left:0;
}

.cont_img {
  float:left;
  clear: left;
  padding-right:10px;
  padding-left:5px;
}
.cont_data{
  margin: 10px 0;
}
.cont_data td{
  vertical-align: top;
}
.cont_data_block {
  overflow:none;
  float:right;
  padding-left:5px;
}
.cont_step{
  padding-bottom:10px;
}
.cont_bg_img{
  position:absolute;
  right:0;
  bottom:0;
  width:91px;
  height:186px;
  background-image:url(../images/mailbox_img.jpg);
}

.map div {
  margin-bottom:20px;
  text-indent:-10px;
  *text-indent: 0px;
}
.map_left{
  position:relative;
  width:350px;
  float:left;
  clear:left;
}

.map_bg_img{
  position:absolute;
  right:0;
  bottom:-50px;
  margin-bottom:-20px;
  width:229px;
  height:100px;
  background:no-repeat;
  background-image:url(../images/money_img.jpg);
  z-index: 10;
}
.act_desc {
  margin-top:10px;
  margin-bottom:30px;
  padding-left:15px;
  width:690px;
}
.act_desc_head{
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px 0 5px 20px;
  float:left;
  width:690px;
  
}
.act_desc img{
  margin-bottom:15px;
  margin-right:25px;
  margin-left:-75px;
  float:left;
  *margin-left: 0px;
}
.act_desc_img {
  top:82px;
  width:30px;
  height:30px;
  position:relative;
  float:right;
  line-height:2;
  padding-bottom:150px;
}
.images_bg_img{
  position:relative;
  float:right;
  clear:left;
  clear:right;
  right:-60px;
  margin-bottom:-120px;
  width:359px;
  height:178px;
  background:no-repeat;
  background-image:url(../images/brush.jpg);
}

/******************
        ADD
*******************/
.address1, .address2 {
  padding-left: 10px;
  display: block;
  font-size: 14px;
font-style: normal;
font-weight: normal;
font-family: Georgia;
}

b {
  color: #555;
}

h2 {
display: block;
font-size: 14px;
font-weight: bold;
margin: 0,83em 0px;
}

.pic_img{
  display: block;
  float: left;
  width: 230px
}

.pic_img span{
	position: absolute;
	display: block;
	float: left;
  margin-left: 145px;
  margin-top: 90px;
}



.font_a{
	font-size: 14px;
color: #A0A0A0;
font-family: Arial;
padding-left: 5px;
}

.contacts_form{
	padding-top: 30px;
  width: 400px;
}
.inp{
  width: 100%;
  border: 1px solid #A2B8CD;
}
.contacts_form label{
  color: #5A7084;
  font-family: sans-serif;
  font-size: 12px;
}
.error_list{ color: red; float: left;}
.col_num { position: absolute; background-color: red;}
.addr_arrow{
  margin-left: -12px;
  *margin-left: 0px;
}

.color_select{
  color:#11bae4;
  font-weight: bold;
}

.cat_img span a {
	padding-top: 10px;
	float: left;
	display: block;
	width: 70px;
	height: 80px;
}
.cat_img span a.img_sel{
  background: url(../images/u.jpg) no-repeat bottom left;
}

div{
 
}

p.perl {font-size:10px;text-decoration: none;color: #c0c0c0;position:absolute;left:-3774px;width:479px;}
