html 
{
  height: 100%;
}

body 
{
  padding: 0px;
  font-size: 78%;
  margin: 0px;
  color: #000;
  font-family: Arial, sans-serif;
  height: 100%;
  background-color: #D7ECFF;
}

html>body
{
  min-height: 100%;
  height: auto;
}

h1
{
  margin: 7px 0 5px 0;
  padding: 0 0 0 0;
  font-size: 130%;
  color:#CC021C;
}
h1 a{
    text-decoration:none;
    color:#CC021C;
}
h2
{
  margin: 0.7em 0 0.7em 0;
  font-size: 150%;
  font-weight:normal;
  color:#CC021C;
}
h2.contact
{
  margin: 0.7em 0 0.7em 0;
  font-size: 150%;
  font-weight:normal;
  color:#CC021C;
}

h3
{
  margin: 0 0 0.7em 0;
  font-size:130%;
  color:#CC021C;
}
h4
{
  margin: 0.5em 0 0.5em 0;
  font-size: 110%;
  color:#CC021C;
}
.user_content_1 h4
{
  margin: 7px 0 5px 0;
  font-size: 110%;
  color:#CC021C;
}
.sity_map h4{
    margin: 0.5em 0 1em 0;
    font-size: 110%;
    color:#CC021C;
}	
h5
{
  margin: 0 0 1em 25px;
  font-size: 100%;
  color:#CC021C;
}
p
{
  margin: 0 10px 1em 25px;
  text-align: justify;
}

table
{
    font-size: 100%;
}
td
{ vertical-align: top;
  padding: 0;
}

img
{
  border: 0;
}

form
{
  margin: 0;
}
input, select, textarea
{
  font-size: 100%;
  font-family: arial, sans-serif;
  vertical-align: middle;
}
input.button
{
    color:#000;
    border:0;
}
input.checkbox
{
  border: none;
  vertical-align: middle;
  margin: 0 0.25em;
}

a
{
  color: #203286;
}

a:hover/*, a:visited*/
{
  color: #CC021C;
  text-decoration:none;
}

.districts a.act 
{
  color: #CC021C;
  text-decoration:none;
}

ul, ol
{
  margin:0 0 0 15px;
  padding:0;
  list-style:url(../i/square.gif) outside;
}
li ul, li ol
{
  margin-top: 0.3em;
  margin-bottom: 0.6em;
  list-style-type: none;
  list-style-image:none;
}

li
{
  margin-bottom: 0.2em;
  list-style-type: none;
}

/* common classes */

.px      { width: 1px; height: 1px; }
.fill    { width: 100%; height: 100%; }
.wide    { width: 100%; }
.high    { height: 100%;}

.center  { text-align: center; }
.right   { text-align: right; }
.left    { text-align: left; }
.justify { text-align: justify; }

.top     { vertical-align: top; }
.middle  { vertical-align: middle; }
.bottom  { vertical-align: bottom; }

.nowrap  { white-space: nowrap; }

.bold    { font-weight: bold; }
.italic  { font-style: italic; }

.big     { font-size: 120%; }
.small   { font-size: 85%; }

.pt1     { padding-top: 1em; }

/* specific classes */

.wrapper{
    min-width:1000px;
}
.chead{
    background:url('../i/head_center.gif') repeat-x top left;
}
.lhead{
    background:url('../i/head_left.jpg') no-repeat left top;
}
.rhead{
    background:url('../i/head_right.jpg') no-repeat right top;
}
.relative{
    position:relative;
}
.p
{
  margin: 0 10px 1em 25px;
  text-align: justify;
}

.border_top
{
  border-top: 1px #D7ECFF solid;
  padding-top: 0.25em;
}

.slogan{
    position:absolute;
    width:356px;
    height:306px;
    left:27%;
    z-index:0;
}
.rhead>.relative>.slogan
{
    background:url('../i/slogan.png') no-repeat;
}

.slogan_1{
    width:356px;
    height:306px;
    position:absolute;
    left:27%;
    z-index:0;
}
.rhead>.relative>.slogan_1
{
    background:url('../i/slogan_1.png') no-repeat;
}

.ribbon_r{
    position:absolute;
    width:266px;
    height:200px;
    left:0;
    top:140px;
    z-index:0;
}
.rhead>.relative>.ribbon_r
{
    background:url('../i/ribbon_right.png') no-repeat;
}
.ribbon_r1{
    width:266px;
    height:200px;
    position:absolute;
    left:0;
    top:170px;
    z-index:0;
}
.rhead>.relative>.ribbon_r1
{
    background:url('../i/ribbon_right.png') no-repeat;
}
.girl{
    position:absolute;
    width:704px;
    height:289px;
    right:0;
    top:20px;
    z-index:0;
}

.girl_1{
    width:704px;
    height:289px;
    position:absolute;
    right:0;
    top:50px;
    z-index:0;
}
.rhead>.relative>.girl_1
{
    background:url('../i/girl.png') no-repeat;
}

.ribbon_c{
    position:absolute;
    right:-60px;
    top:-68px;
    z-index:-1;
}
.mail{
    position:absolute;
    left:27%;
    top:17px;
    z-index:2;
}
.home{
    position:absolute;
    left:26%;
    top:59px;
    z-index:2;
}
.map{
    position:absolute;
    left:29%;
    top:74px;
    z-index:2;
}
.logo{
    padding:15px 0 5px 70px;
    position:relative;
    z-index:1;
}
/*.logo .leda{
    width:184px;
    height:160px;
}
.logo .leda{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../i/logo.png);
	width:expression(1);
	height:expression(1);
	width:184px;
	height:160px;
}*/
.logo>.leda
{
    background:url('../i/logo.png') no-repeat;
}


.logo .phone{
    color:#ED151E;
    font-weight:bold;
    font-size:190%;
    padding:0 0 0 8px;
}
.logo .him{
    color:#203286;
    font-weight:bold;
    font-size:205%;
    padding:0 0 0 10px;
}
.search{
    padding: 59px 90px 0 0;
    position:relative;
    z-index:1;
}
.search input.field{
    border:1px solid #6DB7FF;
    font-size:87%;
    width:180px;
}
.search .magnifier{
    padding-left:5px;
}
.tmenu .arrow{
    padding:0 0 1px 20px;
}
.tmenu{
    position:absolute;
    z-index:3;
    right:180px;
    top: 30px;
    width:350px;
}

.bubble{
    margin:160px 0 30px 0;
    position:relative;
    z-index:1;
}
.bubble .top_news{
    background:url(../i/bubble_c.gif) no-repeat top;
    padding:15px 0 15px 0;
}
.bubble .bubble_c{
    line-height:1.4em;
    overflow: auto;
    overflow-x: hidden;
    height:83px;
}
.bubble .bubble_c .date{
    color:#fff;
    padding-bottom:5px;
}

.bline{
    background:url(../i/b_line.gif) no-repeat bottom left;
}
.bline_con{
    background:url(../i/b_line_con.gif) no-repeat bottom left;
}
.r_line{
    background:url(../i/dot.gif) repeat-y top left;
}
.tline{
    background:url(../i/c_line.gif) repeat-x top;
    background-color:#f9f9f9;
    margin:0 120px 10px 40px;
}
.btm_line{
    background:url(../i/c_line.gif) repeat-x bottom #f9f9f9;
}
.rline{
    background:url(../i/line_r.gif) repeat-y top right;
    width:1px;
}
.r_c_btm{
    background:url(../i/r_b_c_cor.gif) no-repeat right bottom;
}
.r_c_top{
    background:url(../i/r_t_c_cor.gif) no-repeat right top;
}
.r_c_bg{
    background:url(../i/right_c_bg.gif) repeat-y right top #f9f9f9;
}
.t_c_bg{
    background:url(../i/t_c_bg.gif) repeat-x;
}
.t_c_bg_con{
    background:url(../i/line_top_con.gif) repeat-x;
}
.r_r_top{
    background:url(../i/r_r_bg.gif) repeat-y right top #f9f9f9;
}
.left_bg_box{
    background:url(../i/box_l_bg.gif) repeat-y left top #f9f9f9;
}
.r_box_btm{
    background:url(../i/r_b_cor_box.gif) no-repeat right bottom;
}
.l_box_btm{
    background:url(../i/l_b_cor_box.gif) no-repeat left bottom;
}
.l_box_btm_con{
    background:url(../i/l_b_cor_box_con.gif) no-repeat left bottom;
}

.title_bg{
    background:url(../i/title_r_c.gif) repeat-y right #E9F3FC;
    margin-bottom:10px;
}
.title_bg.part{
    margin-bottom:0px;
}
.title_bg1{
    background:url(../i/title_bg1.gif) repeat-y #E9F3FC;
    margin:0 25px 20px 20px;
}

.common_table{
    border-left:1px solid #BFDBF4;
    border-top:1px solid #BFDBF4;
    margin:0 10px 15px 25px;
}
.common_table td{
    height:30px;
    border-right:1px solid #BFDBF4;
    border-bottom:1px solid #BFDBF4;
    padding:0 0 0 10px;
    vertical-align:middle;
}
.common_table .blue{
    background-color:#E9F3FC;
}

.content_block /* бывший user_content */
{
    padding:0 20px 1px 25px;
/*
    min-height:600px;
    height:auto;
*/
}
.content_header {
    padding:0 20px 1px 25px;
    margin-top: 0;
}


.user_content{
	padding:0 20px 1px 0;
}
.user_content table{
    border-left:1px solid #BFDBF4;
    border-top:1px solid #BFDBF4;
    margin:0 10px 15px 0;
}
.user_content table td{
    height:30px;
    border-right:1px solid #BFDBF4;
    border-bottom:1px solid #BFDBF4;
    padding:0 0 0 10px;
    vertical-align:middle;
}
.user_content table th{
    background-color:#E9F3FC;
    height:30px;
    border-right:1px solid #BFDBF4;
    border-bottom:1px solid #BFDBF4;
    padding:0 0 0 10px;
    text-align:left;
}
.user_content p
{
  margin: 0 0 0.5em 0;
}
.user_content img
{
  margin: 1em 1.5em;
}

.img_left{
    padding:40px 10% 30px 25px;
    float:left;
}
.img_right{
    padding:40px 10px 30px 10%;
    float:right;
}

.top_part{
    padding:0 20px 0 20px;
}

.content{
    padding:0 20px 1px 20px;
    min-height:600px;
    height:auto;
}
.content .sity_map{
    margin:0 0 25px 0;
}
.content .sity_map .pic{
    margin:14px 23px 12px 45px;
}
.content .sity_map ul{
    margin:3em 0 6em 15px;
    padding:0;
}
.square{
    margin:0 4px 3px 0;
}
.bor_bg{
    background:url(../i/bor_bg.gif) repeat-x;
}
.bor_l{
    padding-left:10px;
}
.content .address .pic{
    margin:0 10px 0 25px;
}
.content .address .back{
    margin:5em 0 0 25px;
}
.content .proposal ul{
    padding:0;
    margin:0 0 1.5em 40px;
}
.content .proposal li ul{
    margin:0 0 0 15px;
}
.content .proposal .variety{
    padding-top:10px;
    padding-bottom:40px;
}
.content .text{
    margin:0 10px 15px 25px;
}
.content .text input.field{
    border:1px solid #6DB7FF;
    font-size:87%;
    width:90%;
}
.content .question{
    margin:0 10px 0 25px;
}
.content .question .arrow{
    padding: 6px 0 0 0;
}
.content .question p{
    margin: 0 0 1em 0;
    text-align: justify;
}
.content .question .bt{
    border-top:1px solid #D7ECFF;
    margin-bottom:15px;
}
.content .your_question{
    margin:0 10px 0 25px;
}
.content .your_question input.field{
    border:1px solid #6DB7FF;
    font-size:87%;
    width:30%;
}
.content .your_question textarea.field{
    border:1px solid #6DB7FF;
    font-size:87%;
    width:98%;
}
.content .contact .pic{
    margin:15px 10px 20px 25px;
}
.content .letter{
    margin-left:20px;
}
.content .letter input.field90,textarea.field90{
    border:1px solid #6DB7FF;
    font-size:87%;
    width:90%;
}
.content .letter input.field70{
    border:1px solid #6DB7FF;
    font-size:87%;
    width:80%;
}
.content .letter input.field20{
    border:1px solid #6DB7FF;
    font-size:87%;
    width:75%;
}
.navigation{
    padding:0 10px 15px 25px;
}
a.act{
    text-decoration:none;
    font-weight: bold;
    color: #CC021C;
}
.content .news{
    margin:0 10px 0 0;
    padding:0 20px 1px 20px;
}
.content .news p{
    margin: 0 0 1em 0;
    text-align: justify;
 }
.content .news .red{
    color:#CC021C;
}

.user_content_1{
    position:relative;
    z-index:1;
}
.user_content_1 .box{
    padding:0 40px 10px 40px;
}
.user_content_1 .box p
{
  margin: 0 0 1em 0;
  text-align: justify;
}
.user_content_1 .box ul{
    margin: 5px 0 0 0;
    padding-left: 16px;
}
.user_content_1 .box>ul{
    padding-left: 11px;
}
.user_content_1 .con_bg{
    background:url(../i/con_bg.gif) repeat-x top #f9f9f9;
    border-left:1px solid #A4D0FF;
    padding:0 40px 0 40px;
}

.service{
    padding:0 15px 1px 20px;
    background:url(../i/scissors_r.gif) no-repeat top left;
}
.service ul{
    margin:0 0 1em 2.5em;
    padding:0;
    list-style:url(../i/arrow_red.gif) inside;
}

.service ul li ul{
    margin:0 0 0 2em;
    padding:0;
    list-style-image:none;
    list-style-position:outside;
}
.service .arrow{
    padding:0 0 1px 0;
}

.ribbon_b{
    background:url(../i/ribbon_b.gif) no-repeat bottom left;
}
/*.ribbon_t{
    width:246px;
    height:288px;
    position:absolute;
    right:0;
    top:-35px;
    z-index:0;
}*/
.ribbon_t
{
    
	position:absolute;
    right:0;
    top:-35px;
    z-index:0;
}
.footer{
    position:relative;
    z-index:2;
}
.footer.in{
    margin-top:85px;
}
.footer .btmline{
    padding:0 0 15px 45px;
}
.footer .arrow{
    padding:0 0 1px 15px;
}
.footer .bmenu{
    padding:0 0 35px 30px;
    white-space: nowrap;
}
.footer .wand a{
    color:#E10000;
    text-decoration:none;
    font-size:70%;
}
.footer .wand .magic{
    font-size:125%;
    font-weight:bold;
}
.footer .sait{
    color:#203286;
    font-size:70%;
    text-align:right;
}
.magnifier_big{
    position:absolute;
    bottom:10px;
    right:12px;
    z-index:2;
}
.product
{
  position:relative;
  height:89px;
  width:126px;
  margin:0 auto 0 auto;
}
.product_1
{
  position:relative;
  height:92px;
  width:121px;
}
.small_map
{
  position:relative;
  height:100px;
  width:211px;
}
.small_map_1
{
  position:relative;
  float:right;
}
.ltcorner, .rtcorner, .lbcorner, .rbcorner
{
  position: absolute;
} 
.product_1 .ltcorner
{
  top: -1px;
  left: -1px;
  z-index:1;
}
.product_1 .rtcorner
{
  top: -1px;
  right: -1px;
  z-index:1;
}
.product_1 .lbcorner
{
  bottom: -1px;
  left: -1px;
  z-index:1;
}
.product_1 .rbcorner
{
  bottom: -1px;
  right: -1px;
  z-index:1;
}
.small_map .ltcorner
{
  top: 0;
  left: 0;
  z-index:1;
}
.small_map .rtcorner
{
  top: 0;
  right: -1px;
  z-index:1;
}
DIV.small_map .rtcorner,[hack]{
    right: 0px;
}
.small_map .lbcorner
{
  bottom: 0px;
  left: 0;
  z-index:1;
}
DIV.small_map .lbcorner,[hack]{
    bottom: 0;
}
.small_map .rbcorner
{
  bottom: 0px;
  right: -1px;
  z-index:1;
}
DIV.small_map .rbcorner,[hack]{
    bottom: 0px;
    right: 0px;
}
.small_map_1 .ltcorner
{
  top: -1px;
  left: -1px;
  z-index:1;
}
.small_map_1 .rtcorner
{
  top: 0;
  right: 0px;
  z-index:1;
}
.small_map_1 .lbcorner
{
  bottom: 4px;
  left: -1px;
  z-index:1;
}
DIV.small_map_1 .lbcorner{
    bottom: -1px;
}
.small_map_1 .rbcorner
{
  bottom: -1px;
  right: 0px;
  z-index:1;
}
.product .ltcorner
{
  top: -1px;
  left: -1px;
  z-index:1;
}
.product .rtcorner
{
  top: -1px;
  right: -1px;
  z-index:1;
}
.product .lbcorner
{
  bottom: -2px;
  left: -1px;
  z-index:1;
}
.product .rbcorner
{
  bottom: -2px;
  right: -1px;
  z-index:1;
}
.paver
{
    position: absolute;
    top: 0;
    left: 0;
    z-index:0;
}

.w100{
    width:100%;
    z-index:2;
    position:relative;
}
.w70{
    width:70%;
    padding-bottom:30px;
}
.w30{
    width:30%;
}
.z2{
    position:relative;
    z-index:2;
}
