*{
  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;
}


.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;

}

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;

}
a.ahead_menu:hover{
  color: #00a4e8;
}
#head_menu_active{
  color: #00a4e8;
  cursor: default;
}


.content_gal{
  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: left;
  margin: 0;
  font-family: tahoma;
  font-size: 0.8em;
  color: #888888;
  font-weight: 500;
  width: 100%;
}

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

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

}

.galery_txt{
  font-family: tahoma;
  font-size: 0.8em;
  color: #888888;
  position: relative;
  float: left;
  width: 100%;
  margin: 15px 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 30px 30px 0;



}
.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;

  background-image: url(../images/ico_icq.jpg);
  background-repeat: no-repeat;

}
.center_block_icq_txt{
  font-family: tahoma;
  font-size: 0.9em;
  color: #888888;
  position: relative;
  float: left;
  width: 260px;
  margin: 0 0 0 45px;

  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_top{
  position:relative;
  float: left;
  width: 340px;
  height: 322px;
  margin: 0;

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


.baner_bottom_txt{
  position:relative;

  width: 90%;
  height: 200px;
  margin: 275px auto 0 auto;
  color:#fff;
  font-family: Tahoma;

}
.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%;

}

.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;
}
















 div.content {
        /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
        position:relative;
        display: none;
        float: left;
        width: 100%;
        margin: 0;
}

div.slideshow-container {
        position: relative;
        clear:both;
        height: 478px; /* This should be set to be at least the height of the largest image in the slideshow */
        width:340px;
}
div.loader {
        position: absolute;
        top: 0;
        left: 0;
        background-image: url('../images/loader.gif');
        background-repeat: no-repeat;
        background-position: center;
        width: 340px;
        height: 478px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
        width:340px;

}
div.slideshow span.image-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width:340px;

}
div.slideshow a.advance-link {

        display: block;
        width: 340px;
        height: 478px; /* This should be set to be at least the height of the largest image in the slideshow */
        line-height: 478px; /* This should be set to be at least the height of the largest image in the slideshow */
        text-align: center;
}

div.slideshow img {
width:340px;
vertical-align: middle;

}


div.caption-container {
      position: relative;
  float: left;
  margin: 0 0 23px 0;
  width: 100%;

}
span.image-caption {
        display: block;
        position: absolute;
}

div.caption {

  font-family: tahoma;
  font-size: 0.8em;
  color: #888888;
  font-weight: 500;

        }

div.image-title {
        font-weight: bold;
        font-size: 1.4em;
}

div.image-desc {
        line-height: 1.3em;
        padding-top: 12px;
}
div.navigation {
float:left;


        /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
        clear: both;
        margin: 0;
        padding: 0;
}
ul.thumbs li {
        float: left;
        padding: 0;

        list-style: none;

}



a.thumb {

        display: block;
        margin: 0 5px 5px 0;
        width: 101px;
        height: 90px;
        background-image: url('../images/bg_pf_pre.jpg');
}
ul.thumbs li.selected a.thumb {

}
a.thumb:focus {
        outline: none;
}
ul.thumbs img {
        border: none;
        display: block;
}
div.pagination {
        clear: both;
}
div.navigation div.top {

}
div.navigation div.bottom {
        margin-top: 0px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
        display: none;
        float: left;



}
div.pagination a:hover {

        text-decoration: none;
}
div.pagination span.current {
        font-weight: bold;
        background-color: #000;
        border-color: #000;
        color: #fff;
}
div.pagination span.ellipsis {
        border: none;

}

.naviline{
  position: relative;
  float: left;
  width: 100%;
  height: 20px;
  margin: 15px 0 0 0;
}


a.anaviline{
  position: relative;
  float: left;
  font-family: tahoma;
  font-size: 0.8em;
  width:20px;
  height: 16px;
  color: #00a4e8;
  text-decoration: none;
  text-align: center;
  margin: 0 10px 0 0;
}

a.anaviline:hover{
  color: #888888;
}
a.anaviline#active{
  color: #888888;
  cursor: default;
}

a.aleft{
  text-decoration: underline;
  position: relative;
   height: 18px;
  line-height: 18px;
  margin: 0;
  font-family: tahoma;
  font-size: 0.8em;
  color: #888888;
  cursor: pointer;
  overflow: hidden;

}
a.aleft:hover{
  text-decoration: none;
}
.left_margin{

  position: relative;

  margin: 0;
  font-family: tahoma;
  font-size: 0.8em;
  color: #888888;
  cursor: pointer;
  overflow: hidden;
  width: 10px;
  margin: 0 5px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

.left_navi_menu{
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}




#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;}


