*{
  margin: 0;
  padding: 0;
}
img{
  border: 0;
  vertical-align: top;
  cursor:pointer;

}
table,td{
  border: 0;
  border-collapse: collapse;
}
html{
  font-size: 100%;
}

body{
    background-color: #fff;
    COLOR: #000000;
    FONT-FAMILY: Tahoma;
    position: relative;
    text-align:left;
    background-repeat: no-repeat;
    width: 100%;

    min-width: 1000px;
    //width: expression( document.body.clientWidth < 1000 ? "1000px" : "auto" );

}
.clear{
  clear: both;
}
.clear20{
  clear: both;
  margin-bottom: 10px;
}

.cmyk{
  position: relative;
  float: left;
  width: 100%;
  height: 7px;

  margin: 0;
}
.c{
  position: relative;
  float: left;
  width: 25%;
  height: 7px;
  overflow: hidden;
  background: #90ffff;
  margin: 0;
}
.m{
  position: relative;
  float: left;
  width: 25%;
  height: 7px;
  overflow: hidden;
  background: #db00f9;
  margin: 0;
}
.y{
  position: relative;
  float: left;
  width: 25%;
  height: 7px;
  overflow: hidden;
  background: #fdff3c;
  margin: 0;
}
.k{
  position: relative;
  float: left;
  width: 25%;
  //width: 24.95%;
  height: 7px;
  overflow: hidden;
  background: #000000;
  margin: 0;
}


.head{
  position: relative;
  float: left;
  height: 110px;
  width: 100%;
  margin:0;
  overflow: hidden;
}

.head_top{
  position: relative;
  float: left;
  height: 50px;
  width: 90%;
  margin-left: 5%;
}

.head_top_icon{
  position: relative;
  float: right;
  width: 42px;
  height: 48px;
  margin: 0 0 0 20px;
  cursor: pointer;
}


#sitemap{
  background-image: url(../images/ico_sitemap.jpg);
}
#email{
  background-image: url(../images/ico_email.jpg);
}
#home{
  background-image: url(../images/ico_home.jpg);
}


.head_bottom{
  position: relative;
  float: left;
  height: 60px;
  width: 90%;
  margin-left: 5%;
}

.logo{
  position: relative;
  float: left;
  height: 60px;
  width: 190px;
  margin: 0;
  background-image: url(../images/logo.jpg);
  cursor: pointer;
}

.head_phone{
  position: relative;
  float: right;
  height: 36px;
  width:700px;
  margin: 0;
  color: #00a4e8;
  font-family: "arial narrow";
  font-size: 1.85em;
  text-align: right;
}
.phone_code{
  color: #939393;
}

.head_menu{
  position: relative;
  float: left;
  height: 18px;
  text-align: left;
  margin: 2px 0 0 0;
  width: 705px;

}
.price_menu{
  position: relative;
  float: left;
  height: 18px;
  text-align: left;
  margin: 2px 0 0 0;
  width: 99.6%;
}
a.aprice_menu{
  position: relative;
  float: left;
  font-family: Arial;
  font-size: 0.9em;
  margin: 0;
  line-height: 18px;
  color: #AAAAAA;
  text-decoration: none;
  overflow: hidden;
}
a.aprice_menu:hover{
  color: #00a4e8;
}
#hpr_act{
  color: #00a4e8;
}
#hpr_nact{
  color: #AAAAAA;
}




a.ahead_menu{
  position: relative;
  float: left;
  font-family: Arial;
  font-size: 0.9em;
  margin: 5px 0 0 0;
  color: #AAAAAA;
  text-decoration: none;

}
.white_space{
  position: relative;
  float: left;
  margin: 5px 8px 0 8px;

}
.pwhite_space{
  position: relative;
  float: left;
  margin: 0 12px 0 12px;
  height:18px;
}
a.ahead_menu:hover{
  color: #00a4e8;
}
#head_menu_active{
  color: #00a4e8;
  cursor: default;
}


.content{
    position: relative;
  float: left;

  width: 90%;
  margin:0 0 0 0;
  padding: 0 0 0 5%;

}



h1{
  position: relative;
  float: left;
  margin: 0;
  font-family: tahoma;
  font-size: 1.1em;
  color: #00a4e8;
  font-weight: 500;
  width: 100%;
}

h2{
  position: relative;
  float: right;
  text-align: right;
  margin: 0;
  font-family: tahoma;
  font-size: 1.3em;
  color: #00a4e8;
  font-weight: 500;
  width: 100%;
}
h3{
  position: relative;
  float: left;
  margin: 0;
  font-family: tahoma;
  font-size: 1em;
  color: #00a4e8;
  font-weight: 500;
  width: 100px;
}




.left_block{
  position: relative;
  float: left;
  margin: 70px 37px 30px 0;
  width: 300px;

}
.left_block_txt{
  font-family: tahoma;
  font-size: 0.8em;
  color: #888888;
  position: relative;
  float: left;
  width: 100%;
  margin: 15px 0 0 0;

}
.calc_block_ctxt{
  font-family: tahoma;
  font-size: 1em;
  color: #888888;
  position: relative;
  float: left;
  width: 100%;
  margin: 5px 0;

}
.left_block_ctxt{
  font-family: tahoma;
  font-size: 0.8em;
  color: #888888;
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 0 0;

}




a.aleft_block{
  position: relative;
  float: right;
  font-family: tahoma;
  font-size: 0.8em;
  width:100%;
  height: 16px;
  color: #00a4e8;
  text-decoration: none;
  text-align: right;
  margin: 15px 20px 0 0;
}

a.aleft_block .txt{
  text-decoration: underline;
}

a.aleft_block .txt:hover{
  text-decoration: none;
}




.center_block{
  position: relative;
  float: left;
  margin: 70px 0 30px 0;
  width: 100%;

}
.center_block_txt{
  font-family: tahoma;
  font-size: 0.8em;
  color: #888888;
  position: relative;
  float: left;
  width: 100%;
  margin: 15px 0 0 0;

}
.center_block_icq{
  position: relative;
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  padding: 0 0 0 45px;
  background-image: url(../images/ico_icq.jpg);
  background-repeat: no-repeat;

}
.center_block_icq_txt{


  position: relative;
  float: left;
  width: 260px;
  margin: 0 0 0 0;
  font-family: tahoma;
  font-size: 0.9em;
  color: #888888;
  line-height: 20px;

}
a.center_icon_1{
  text-decoration: none;
  position: relative;
  float: left;
  margin: 15px 0 0 0;
  width: 104px;
  height: 150px;
  background-image:  url(../images/ico_cifra_nact.jpg);
  cursor: pointer;
}
a.center_icon_1:hover{
  background-image:  url(../images/ico_cifra_act.jpg);
  cursor: pointer;
}

a.center_icon_2{
  text-decoration: none;
  position: relative;
  float: left;
  margin: 15px 0 0 0;
  width: 104px;
  height: 150px;
  background-image:  url(../images/ico_ofset_nact.jpg);
  cursor: pointer;
}
a.center_icon_2:hover{
  background-image:  url(../images/ico_ofset_act.jpg);
  cursor: pointer;
}
a.center_icon_3{
  text-decoration: none;
  position: relative;
  float: left;
  margin: 15px 0 0 0;
  width: 104px;
  height: 150px;
  background-image:  url(../images/ico_wideform_nact.jpg);
  cursor: pointer;
}
a.center_icon_3:hover{
  background-image:  url(../images/ico_wideform_act.jpg);
  cursor: pointer;
}
a.center_icon_4{
  text-decoration: none;
  position: relative;
  float: left;
  margin: 15px 0 0 0;
  width: 104px;
  height: 150px;
  background-image:  url(../images/ico_suvenir_nact.jpg);
  cursor: pointer;
}
a.center_icon_4:hover{
  background-image:  url(../images/ico_suvenir_act.jpg);
  cursor: pointer;
}
a.center_icon_5{
  text-decoration: none;
  position: relative;
  float: left;
  margin: 15px 0 0 0;
  width: 104px;
  height: 150px;
  background-image:  url(../images/ico_calendar_nact.jpg);
  cursor: pointer;
}
a.center_icon_5:hover{
  background-image:  url(../images/ico_calendar_act.jpg);
  cursor: pointer;
}
a.center_icon_6{
  text-decoration: none;
  position: relative;
  float: left;
  margin: 15px 0 0 0;
  width: 104px;
  height: 150px;
  background-image:  url(../images/ico_des_nact.jpg);
  cursor: pointer;
}
a.center_icon_6:hover{
  background-image:  url(../images/ico_des_act.jpg);
  cursor: pointer;
}

.center_a_txt{
  font-family: tahoma;
  font-size: 0.8em;
  color: #888888;
  position: relative;
  float: left;
  width: 104px;
  margin: 105px 0 0 7px;
}


.right_block{
  position: relative;
  float: right;
  margin: 70px 0 30px 0;
  width: 160px;

}

a.aright{
   text-decoration: underline;
  position: relative;
  float: left;
  margin: 0;
  width: 100%;
  height: 16px;
  font-family: tahoma;
  font-size: 0.8em;
  color: #888888;
  cursor: pointer;
  line-height: 18px;
}
a.aright:hover{
  text-decoration: none;
}
.calc{
  position: relative;
  float: left;
  margin: 15px 0 0 0;
  width: 81px;
  height:158px;
  background-image:  url(../images/ico_calc.jpg);
  cursor: pointer;
}


.right_block_txt{
  font-family: tahoma;
  font-size: 0.8em;
  color: #888888;
  position: relative;
  float: left;
  width: 100%;
  margin: 15px 0 0 0;

}






a.aright_block{
  position: relative;
  float: right;
  font-family: tahoma;
  font-size: 0.8em;
  width:100%;
  height: 16px;
  color: #00a4e8;
  text-decoration: none;
  text-align: left;
  margin: 0 0 15px 0;
}

a.aright_block .txt{
  text-decoration: underline;
}

a.aright_block .txt:hover{
  text-decoration: none;
}

.crasyblock{
  position:relative;
  float: left;
  width: 221px;
  height: 238px;
  overflow: hidden;
  background-image:  url(../images/bg_crasyblock.png);
  margin: 0 0 0 0;
  z-index: 99;
}


.right_phone{
  position: relative;
  float: left;

  width: 100%;
   margin: 10px 0 0 0;
  color: #00a4e8;
  font-family: "arial narrow";
  font-size: 2em;
  text-align: left;
}
.rphone_code{
  color: #939393;
  font-size: 0.7em;
}

.right_phone2{
  position: relative;
  float: left;

  width: 100%;
   margin: -6px 0 0 0;
  color: #00a4e8;
  font-family: "arial narrow";
  font-size: 3em;
  text-align: left;
  font-weight: 500;
}
.right_phone3{
  position: relative;
  float: left;
  left:80px;
  width: 100%;
   margin: -6px 0 0 0;
  color: #00a4e8;
  font-family: "arial narrow";
  font-size: 1.7em;
  text-align: left;
  font-weight: 500;
}



.foot{

  position: relative;
  float: left;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin: 0;
  z-index: 1;
  border-top:1px dashed #888888;
}
.foot_container{
 position: relative;
  float: left;
  width: 90%;
  height: 100px;
  overflow: hidden;
  margin: 0 0 0 5%;

}

.foot_left{
  position: relative;
  float: left;
  margin: 30px 0 0 0;
  color: #939393;
  font-family: tahoma;
  font-size: 0.8em;
  text-align: left;
}
.foot_left_name{
  position: relative;
  float: left;
  margin: 30px 0 0 0;
  font-family: tahoma;
  font-size: 0.8em;
  text-align: left;
  color: #00a4e8;

}

#rss{
  position: relative;
  float: left;
  margin: 0px 30px 0 90px;
  width:52px;
  height: 53px;
  background-image:  url(../images/ico_rss.jpg);
  cursor: pointer;
}
.foot_menu{
  position: relative;
  float: left;
  margin: 30px 0 0 0;
  color: #939393;
  font-family: tahoma;
  font-size: 0.8em;
  text-align: left;
  cursor: pointer;
}
.foot_menu:hover{
  color: #000;
}

.baner_top1{
  position:relative;
  float: left;
  width: 300px;

  margin: 0;


}
.baner_top{
  position:relative;
  float: left;
  width: 300px;
  height: 284px;
  margin: 0;
  overflow: visible;

}
.baner_bottom{
  position:relative;
  float: left;
  width: 300px;
  height: 431px;
  margin: 40px 0 0 0;
  background-image:  url(../baners/baner_bottom.jpg);
}


.baner_bottom_txt{
  position:relative;

  width: 90%;
  height: 180px;
  margin: 240px auto 0 auto;
  color:#fff;
  font-family: Tahoma;
  overflow: hidden;

}
.baner_bottom_h2txt{
  position:relative;
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  font-size:1.55em;
  text-align: left;
}
.baner_bottom_alltxt{
  position:relative;
  float: left;
  width: 100%;
  margin: 0;
  font-size: 0.8em;
  text-align: left;
  line-height: 15px;
}
.feedback{
  position:relative;
  float: left;
  width: 320px;
  margin: 15px 0 0 0;

  text-align: left;

}

.feedback_label{
  position:relative;
  float: left;
  width: 110px;
  margin: 0;
  height: 16px;
  font-size: 0.8em;
  text-align: left;
  line-height: 16px;
  color: #888888;
}
.feedback_input_input{
  position:relative;
  float: right;
  width: 50%;
  margin: 0 5% 0 0 ;
  height: 16px;
  font-size: 0.8em;
  text-align: left;
  line-height: 14px;
}

.feedback .clear{
  position: relative;
  float: left;
  width: 100%;
  height: 5px;
  clear: both;
}
.fsubmit{

  position: relative;
  float: left;
  width:66px;
  height: 20px;
  margin: 5px 0 0 31px;

}



.price_left_block{
  position: relative;
  float: left;
  margin: 70px 3% 30px 0;
  width: 77%;
}

.head_price{
  position: relative;
  float: left;
  margin: 20px 0 15px 0;
  height:25px;
  width: 99.6%;

}
.head_price1{
  position: relative;
  float: left;
  margin: 15px 0 15px 0;
  height:18px;
  width: 99.6%;
  font-family: tahoma;
  font-size: 1.1em;
  color: #00a4e8;
  font-weight: 500;
  width: 99.9%;
  text-align: left;
  line-height: 18px;
}
.fitem{
  text-align:left;
  padding-left: 5px;
  background: #f2fafe;
  width: 140px;
}
.fitem2{
  text-align:left;
  padding-left: 5px;

}
.head_price2{
  position: relative;
  float: left;
  margin: 0px 0 5px 0;
  height:18px;
  width: 99.6%;
  font-family: tahoma;
  font-size: 1em;
  color: #00a4e8;
  font-weight: 500;
  width: 99.9%;
  text-align: left;
  line-height: 18px;
}
.h1_hp{
  position: relative;
  float: left;
  margin: 0;
  font-family: tahoma;
  font-size: 1.1em;
  color: #00a4e8;
  font-weight: 500;
  width: 34.9%;
  text-align: left;
  height: 25px;
}
.h2_hp{
  position: relative;
  float: left;
  margin: 0;
  font-family: tahoma;
  font-size: 1.1em;
  color: #00a4e8;
  font-weight: 500;
  width: 30.4%;
  text-align: left;
  height: 25px;
}
.h3_hp{
  position: relative;
  float: left;
  margin: 0;
  font-family: tahoma;
  font-size: 1.1em;
  color: #00a4e8;
  font-weight: 500;
  width: 19.4%;
  text-align: left;
  height: 25px;
}
.h4_hp{
  position: relative;
  float: left;
  margin: 0;
  font-family: tahoma;
  font-size: 1.1em;
  color: #00a4e8;
  font-weight: 500;
  width: 14.9%;
  text-align: right;
  height: 25px;
}



.body_price_a{
  position: relative;
  float: left;
  margin: 0 0 0 0;
  height:26px;
  width: 99.6%;
  background-color: #f2fafe;

}
.body_price_b{
  position: relative;
  float: left;
  margin: 0 0 0 0;
  height:26px;
  width: 99.6%;
  background-color: #fff;

}

.body_price_a:hover{
  background-color: #CCFFFF;

}
.body_price_b:hover{
  background-color: #CCFFFF;

}

.body_1p{
  position: relative;
  float: left;
  margin: 0;
  font-family: tahoma;
  font-size: 0.8em;
  color: #888888;
  font-weight: 500;
  width: 34.9%;
  text-align: left;
  height: 26px;
  line-height: 26px;
}
.body_2p{
  position: relative;
  float: left;
  margin: 0;
  font-family: tahoma;
  font-size: 0.8em;
  color: #888888;
  font-weight: 500;
  width: 30.4%;
  text-align: left;
  height: 26px;
  line-height: 26px;
}
.body_3p{
  position: relative;
  float: left;
  margin: 0;
  font-family: tahoma;
  font-size: 0.8em;
  color: #888888;
  font-weight: 500;
  width: 19.4%;
  text-align: left;
  height: 26px;
  line-height: 26px;
}
.body_4p{
  position: relative;
  float: left;
  margin: 0;
  font-family: tahoma;
  font-size: 0.8em;
  color: #888888;
  font-weight: 500;
  width: 14.9%;
  text-align: right;
  height: 26px;
  line-height: 26px;
}


.select_calc{
  position: relative;
  float: left;
  width: 100%;
  height: 20px;
  margin: 8px 0 8px 0;
  font-family: tahoma;
  font-size: 1em;
  color: #888888;
  font-weight: 500;
}

.vis2{
  background: #f2fafe;
  height:25px;
  line-height: 25px;
}
.vis5{
   border-left:1px solid #f2fafe;
   border-right:1px solid #f2fafe;
  height:33px;
  line-height: 33px;
}

.vis2:hover{
   background-color: #CCFFFF;
}
.vis1:hover{
   background-color: #CCFFFF;
}
.vis1{
  background: #fff;
  height:25px;
  line-height: 25px;
}
.vis0{
  background: #d8eff5;
  height:33px;
  line-height: 33px;
}

#calc_price{
  font-size: 1.2em;
}

.delllinex{
  position: relative;
  float: left;
  width: 100%;
  height: 10px;
  margin: 10px 0 0 0;
  border-top:1px solid #888888;
  overflow: hidden;
}
.calc_in_block_ctxt{
  font-family: tahoma;
  font-size: 1em;
  color: #888888;
  position: relative;

  float: left;
  width: 100px;
  margin: 5px 0;

}

.select_calc_in{
  position: relative;
  float: left;
  width: 100px;
  height: 20px;
  margin: 8px 0 8px 0;
  font-family: tahoma;
  font-size: 1em;
  color: #888888;
  font-weight: 500;
}

.in_select_block{
  position: relative;
  float: left;
  width: 100px;
  margin-right: 10px;
}

.calculate{
   position: relative;
  float: left;
  width: 136px;
  height:64px;
   background-image:  url(../images/calculate_0.jpg);
   cursor: pointer;
}
.calculate:hover{
   position: relative;
  float: left;
  width: 136px;
  height:64px;
   background-image:  url(../images/calculate_1.jpg);
}


.small_h1{
  color: #888888;
  font-size: 1em;
}
.f_small{
  font-size: 0.8em;
}


#t_a_g_s{

	color:#999;
	font-size:18px;
	position:absolute;
	margin-top:50px;
	margin-left:350px;
	padding:10px;
	border:5px solid #AAF;

	background-color:white;
	height:300px;
	width:500px;
	z-index:1500;
	text-align:center;
	display:none;
}


#t_a_g_s A{margin-left:5px;color:#88f;text-decoration:none;}
#t_a_g_s A:HOVER{color:#11f;}
#t_a_g_s .w1{font-size:18px;}
#t_a_g_s .w2{font-size:16px;}
#t_a_g_s .w3{font-size:14px;}
#t_a_g_s .w4{font-size:12px;}
#t_a_g_s .w5{font-size:10px;}
#t_a_g_s A.clt{color:#f88;font-size:18px;margin-top:10px;display:block;}
#t_a_g_s A:HOVER{color:#f11;}












