/* 
    Document   : styles
    Created on : 17.08.2013, 10:50:58
    Author     : Sviatoslav Andrushchak
    Description:
        Purpose of the stylesheet follows.
*/
/*fonts*/


@font-face {
    font-family: PT Sans Narrow;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/PT_Sans_Narrow/PT_Sans-Narrow-Web-Regular.eot);
}
@font-face {
    font-family: PT Sans Narrow;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/PT_Sans_Narrow/PT_Sans-Narrow-Web-Regular.ttf);
}

.ptsn{
    font-family: 'PT Sans Narrow', sans-serif;
}

/*margin group*/
.mr_20{margin-right: 20px;}
.ml_20{margin-left: 132px;}
.mb_32{clear: both; margin-bottom: 32px;}

/*stucture*/
html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }

body{
    background: #fffff;
    font-family: Arial, sans-serif;
    min-width: 980px;
}
/*header start*/
#header{
    height: 150px;
    background: #111216;
}

#header_wrap{
    margin: 0 auto;
    height: 150px;
}
#logo{
    padding-top: 30px;
    height: 120px;
    background: url('../img/slash_bg.png') right 10px bottom 0 no-repeat transparent;
}
/*top menu start*/
#top_menu{
    padding: 20px 0;
    max-width: 180px;
}
#top_menu li{
    padding: 2px 0;
    position: relative;
}

#top_menu li a{
    font-family: 'PT Sans Narrow', sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

#top_menu li a:hover{color:#21b0d5;}

#top_menu .blue_corner{
    display: none;
}

#top_menu ul .sub_menu_cont{
    display: none;
    position: relative;
}
#top_menu ul li:hover > .sub_menu_cont {
    text-align: left;
    width: 160px;
    background: #21b0d5;
    position: absolute;
    right: -195px;
    top: -8px;
    display: block;
    padding: 10px;
    z-index: 9999;
}
#top_menu ul li:hover > .sub_menu_cont .blue_corner{
    display: block;
    background: url('../img/menu_corner.png') right 14px no-repeat transparent;
    position: absolute;
    width: 15px;
    height: 100%;
    left: -15px;
    top: 0;
}

#top_menu ul ul li:first-child{padding-top: 0;}
#top_menu ul ul li{padding: 4px 0;}
#top_menu ul ul li:last-child{padding-bottom: 0;}
#top_menu ul ul li a:hover{color: #111216;}
/*top menu end*/
/*contact start*/
#contact{
    background-attachment:fixed;
    padding: 22px 0;
    height: 106px;
}
#big_slash_bg{
    background: url('../img/big_slash_bg.png') top no-repeat transparent;
    width: 153px;
    height: 150px;
    position: absolute;
    top: 0;
}
#contact a{font-size: 17px;}
#contact span{margin-right: 6px;}
#contact span:last-child{margin-right: 0;}
.contact_ml{margin-left: 145px;}
/*contact end*/
/*search start*/
#search{
    margin-top: 10px;
    padding: 0;
    height: 26px;
    width: 129px;
    border: none;
    background: url('../img/search.png')  top right no-repeat #fff;
    text-indent: 7px;
    display: block;
    float: left;
}
input::-ms-clear {
    display: none;
}
#search_icon{
    margin-top: 10px;
    height: 26px;
    width: 20px;
    overflow: hidden;
    background: url('../img/search_icon.png')  top right no-repeat #fff;
}
/*search end*/
/*header end*/
/*slider start*/
#slider{
    margin-top: 32px;
}
#slider_wrap{
    margin: 0 auto;
}
.slide_info{
    background: url('../img/info_bg.png') repeat transparent;
    width: 360px;
    height: 70px;
    position: absolute;
    top: 17px;
    left: 0;
    padding: 17px 0 10px 20px;
}
.slide_corner{
    top: 17px;
    left: 380px;
    position: absolute;
    background: url('../img/info_corner.png') right 0px top 0px no-repeat transparent;
    width: 30px;
    height: 97px;
}

.slider_navs{
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 20px;
    z-index: 9999;
    width: 100%;
}
.slider_navs ol li{
    display: inline;
}
.btn_circle{
    width: 14px;
    height: 14px;
    background: #edf0f7;
    cursor: pointer;
    text-indent: -9999px;
    display: inline-block;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #715145;
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;*/
}
.btn_circle_cur{
    background:  url('../img/slide_active.png') no-repeat transparent!important;
}
.arrow_right, .arrow_left{
    display: block;
    position: relative;
    overflow: hidden;
}
.arrow_right{
    height: 100%;
    right: 10px;
    position: absolute;
    top: 0;
    width: 100px;
}
.arrow_left{
    height: 100%;
    left: 10px;
    position: absolute;
    top: 0;
    width: 100px;
}
.arrow_right div span{
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -17px;
    right: 27px;
    background:  url('../img/arrow_right.png') no-repeat transparent;
    height: 35px;
    width: 12px;
}

.arrow_left div span{
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -17px;
    left: 27px;
    background:  url('../img/arrow_left.png') no-repeat transparent;
    height: 35px;
    width: 12px;
}
.arrow_right:hover div span{
    background:  url('../img/arrow_right_hover.png') no-repeat transparent;
}
.arrow_left:hover div span{
    background:  url('../img/arrow_left_hover.png') no-repeat transparent;
}
#slider_wrap img{
    vertical-align: middle;
}
/*slider end*/
.b46{
    height: 46px;
}

/*wrapper start*/
#wrapper{
    width: 980px;
    margin: 0 auto;
    padding-bottom: 90px;
}
.color_box{
/*    margin-left: 82px;*/
    margin-right: 16px;
    margin-bottom: 70px;
    width: 150px;
    height: 150px;
}
.color_box img{
    width: 150px;
    height: 150px;
}
.wrap_text{
    overflow: hidden;
}
.wrap_text p{font-size: 14px; line-height: 120%;}
.box_text{
    font-size: 14px;
/*    margin-left: 80px;*/
    line-height: 120%;
}
.box_text p{
    margin-bottom: 10px;
    text-indent: 36px;
}
/*wrapper end*/

/*footer start*/
#footer{
    clear: both;
    position: relative;
    z-index: 10;
    height: 90px;
    margin-top: -90px;
    background: #111216;
}
#footer_wrap{
    margin: 0 auto;
    height: 90px;
    color: #edf0f7;
    background: url('../img/footer_logo.png') right 19px no-repeat transparent;
}
#copyright{
    margin: 43px 0 0 0;
    font-size: 14px;
}
#footer_contact{
    margin: 26px 0 0 0;
    font-size: 12px;
}
#footer_contact p{
    margin: 2px 0;
}
/*footer end*/
/*InnerText2-v.2 start*/
.right_coll{
    width: 230px;
    overflow: hidden;
    float: right;
}
.left_coll{
    width: 730px;
    overflow: hidden;
    float: left;
    padding: 0 20px 0 0;
}
/*right menu start*/
#right_menu{
    margin-top: 10px;
}
#right_menu .level1 li{
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}
#right_menu .level1 li:first-child{
    padding-top: 0;
}
#right_menu .level1 li a{
    font-size: 16px;
}
#right_menu .level1 img{
    margin-right: 5px;
    cursor: pointer;
}

#right_menu .level1 li a:hover{
    color: #000000;
    text-decoration: underline;
}

#right_menu .level2{
    /*display: none;*/
	margin-top: 20px;
}

#right_menu .level2 li{
    font-size: 14px;
    font-weight: bold;
    margin-left: 25px;
   /* padding: 5px 0 5px 0!important;*/
}

#right_menu .level2 li a{
    font-size: 14px;
    color: #111216;
}

#right_menu .level2 li a:hover{
    color: #21b0d5;
    text-decoration: underline;
}

#right_menu .level3 {
   margin-top: 15px;
   margin-left: 25px;
}

#right_menu .level3 li{
   /* padding: 10px 0 0 0!important;*/
}

#right_menu .level3 li a{
    font-weight:normal;
}
#right_menu .level3 li a:hover{
    color: #21b0d5;
    text-decoration: underline;
}
/*right menu end*/
/*table start*/
.left_coll table{
    width: 100%;
}
.left_coll table th{
    width: 150px;
}
.left_coll table td{
    padding-left: 17px;
    padding-bottom: 20px;
}
/*table end*/
/*product start*/
/*.product_row{
    width: 730px;
    overflow: hidden;
    margin-bottom: 30px;
}*/
.product{
    width: 230px;
    float: left;
    margin-right: 19px;
    text-align: center;
    margin: 0 20px 30px 0;
}
.product img{
    vertical-align: bottom;
}

.product a span{
    background: #111216;
    display: block;
    padding: 4px 0;
    color: #fff!important;
    font-size: 14px;
}
.product a:hover span{
    background: #21b0d5;
}

.product1{
    width: 120px;
	min-height: 120px;
	height: 120px;
    float: left;
    text-align: center;
    margin: 0 50px 30px 0;
}
.product1 img{
    vertical-align: bottom;
	padding:10px;
}

.product1 a span{
    background: #111216;
    display: block;
    padding: 4px 0;
    color: #fff!important;
    font-size: 14px;
}
.product1 a:hover span{
    background: #21b0d5;
}






.product2{
    width: 120px;
	min-height: 160px;
	height: 160px;
    float: left;
    text-align: center;
    margin: 0 50px 30px 0;
}
.product2 img{
    vertical-align: bottom;
	padding:10px;
}

.product2 a span{
    background: #111216;
    display: block;
	min-height: 28px;
    padding: 4px 1px 3px 1px;
    color: #fff!important;
    font-size: 13px;

}
.product2 a:hover span{
    background: #21b0d5;
}


/*product end*/
/*InnerText2-v.2 end*/

/*menu classes*/
.menu_open{
    display: block;
}
.menu_close{
    display: none;
}
.menu_clear{
    width: 16px;
    height: 16px;
    float: left;
    overflow: hidden;
}

.tip	{
	margin-left:15px;
}

.lists {text-align:left; width:700px; align:center; margin-top:12pt; font-size: 8pt;}
.lists a{border:0px;}
.lists1 {float:left; text-align:center; margin:10px 15px; margin-bottom:35px; width:140px;}

