@font-face {
    font-family: 'HeliosCondBlack';
    src: url('/fonts/helioscondblack-webfont.eot');
    src: url('/fonts/helioscondblack-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/helioscondblack-webfont.woff') format('woff'),
		url('/fonts/helioscondblack-webfont.ttf') format('truetype'),
		url('/fonts/helioscondblack-webfont.svg#HeliosCondBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HeliosCondRegular';
    src: url('/fonts/helioscond-webfont.eot');
    src: url('/fonts/helioscond-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/helioscond-webfont.woff') format('woff'),
		url('/fonts/helioscond-webfont.ttf') format('truetype'),
		url('/fonts/helioscond-webfont.svg#HeliosCondRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a{
    color1: #d9d0ac;
    color: #56738d;
	text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
html {
    min-height: 100%;
    height: auto;
}
body{
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
    color: #000000;    
    font-family: Arial, sans-serif;	
	background: url('/img/bg.gif') repeat;
}
.wrapper{
	width: 968px;
	margin: 30px auto 0 auto;	
	position: relative;		
}
.wrapper_top{
	background: url('/img/wrapper_top.png') no-repeat;
	height: 8px;
}
.wrapper_center{
	background: url('/img/wrapper_center.png') repeat-y;
	padding: 0 24px 22px 24px;	
}
.wrapper_center_gray{
	background: url('/img/wrapper_center_gray.png') repeat-y;
	padding: 0 24px 0 24px;	
}
.wrapper_bottom{
	background: url('/img/wrapper_bottom.png') no-repeat;
	height: 9px;
}
.wrapper_bottom_gray{
	background: url('/img/wrapper_bottom_gray.png') no-repeat;
	height: 9px;
}
.main_bottom_block{
	background: url('/img/main_bottom_block.jpg') repeat-y;
	background-position: left 2px;
	padding: 24px 0px 22px 0;
	overflow: hidden;
}
.main_bottom_column .title{
	font-family: HeliosCondBlack, Impact, sans-serif;
	font-size: 22px;
	text-transform: uppercase;	
	margin-bottom: 20px;	
}
.main_bottom_column{
	float: left;	
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
}
.main_bottom_news{
	margin-left: 0px !important;
	width: 300px;
}
.main_bottom_events{
	width: 280px;
}
.main_bottom_contacts{
	width: 260px;
	margin-right: 0px !important;
}
.main_bottom_column .items{
	overflow: hidden;
	padding-bottom: 10px;
}
.main_bottom_column .news_item{
	overflow: hiddenl
}
.main_bottom_column .news_item .date{
	background: #56738d;
	color: #ffffff;
	float: left;
	padding: 2px;
}
.main_bottom_column .news_item .text{
	clear: left;
	padding: 8px 0 15px 0;
}
.main_bottom_column .news_item .text a{
	color: #0088ac;
	font-size: 14px;
}

.news_index_column .news_item{
	overflow: hiddenl
}
.news_index_column .news_item .date{
	background: #56738d;
	color: #ffffff;
	float: left;
	padding: 2px;
}
.news_index_column .news_item .text{
	clear: left;
	padding: 8px 0 15px 0;
}
.news_index_column .news_item .text a{
	color: #0088ac;
	font-size: 14px;
}

.main_bottom_contacts .item{ 
	border-top: 1px solid #dddddf;
	padding: 10px 0;
	font-size: 14px;
}
.main_bottom_contacts .item a{
	color: #0088ac;
}
.main_bottom_contacts .item p{
	padding-bottom: 5px;
}
#header{
	position: relative;
	height: 90px;
	background: url('/img/dot1.jpg') repeat-x;
	background-position: left bottom;
}
#menu{
	overflow: hidden;
}
#menu ul{
	margin-top: 15px;
	list-style: none;
	background: url('/img/menu_bottom.jpg') repeat-x;
	background-position: left bottom;
	overflow: hidden;
}
#menu ul li{
	float: left;
	padding-bottom: 17px;	
	margin: 0 10px;
}
#menu ul li.first{
	margin: 0 10px 0 0;
}
#menu ul li.active{
	background: url('/img/menu_active.jpg') no-repeat;
	background-position: bottom center;
}
#menu ul li a{
	color: #56738d;
	text-transform: uppercase;
	font-size: 16px;
	font-family: HeliosCondRegular, HeliosCondBlack, Impact, sans-serif;
}
#menu ul li.active a{
	color: #000000;
}
#menu ul li a:hover{
	color: #000000;
	text-decoration: none;
}
#logo{
	width: 214px;
	height: 54px;
	position: absolute;
	left: 0px;
	top: 15px;	
}
#logo a{
	display: block;
	background: url('/img/logo.jpg') no-repeat;
	width: 214px;
	height: 54px;
}
#content{	
	overflow: hidden;
	padding: 35px 0 0 0;
	position: relative;
}
#content h1{
	font-family: HeliosCondBlack, Impact, sans-serif;
	font-weight: normal;
	font-size: 36px;
	text-transform: uppercase;
	margin-left: 2px;
	padding-bottom: 35px;
}
#content h2{
	font-family: HeliosCondBlack, Impact, sans-serif;
	font-weight: normal;
	font-size: 22px;
	text-transform: uppercase;
	padding: 25px 0;
}
.content_inner{
	overflow: hidden;
}
.image_preview{
	width: 200px;
	float: left;
	padding-bottom: 20px;
	margin-right: 5px;
	text-align: center;		
}
.content_inner_text{
	float: left;
	margin-top: 30px;
}
.content_inner p{
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}
.content_sidebar{
	width: 220px;	
	float: right;	
	margin-top: 20px;
	margin-left: 20px;
}
.content_sidebar_prices{			
}
.content_sidebar_prices_inner{
	border: 1px solid #cad0d4;
	border-bottom: none;
	background: #eef1f3;
	padding: 23px 20px 30px 20px;
}
.content_sidebar .title{
	font-size: 18px;	
	font-family: HeliosCondRegular, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.content_sidebar_prices_inner table{
	color: #707070;
}
.content_sidebar_prices_inner table td{
	padding: 5px 0;
	font-size: 13px;
}
.content_sidebar_prices_inner table td strong{
	color: #000000;
}
.content_sidebar_download{
	padding-top: 25px;
}
.content_sidebar_links{
	padding-top: 25px;
}
.content_sidebar_links ul{
	list-style: none;
	background: url('/img/page_title_bg.jpg') repeat-x;
	background-position: left bottom;
	overflow: hidden;
	margin-bottom: 35px;
}
.content_sidebar_links ul li{
	background: url('/img/page_title_bg.jpg') repeat-x;
	background-position: top left;
	padding: 5px 10px 5px 10px;
}
.content_sidebar_links ul a{
	padding: 5px 10px 5px 0px;
	color: #005969;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	position: relative;	
}
.content_sidebar_links ul a span{
	position: absolute;
	top: 2px;
	right: 0px;
	background: url('/img/sidebar_link_bg.jpg') no-repeat;
	background-position: 0 0;
	display: block;
	width: 7px;
	height: 18px;
}.content_sidebar_links ul a:hover span{
	background-position: -7px 0;
}
.content_sidebar_links ul a:hover{
	text-decoration: none;
}
a.buy_button{
	display: block;
	width: 220px;
	height: 41px;
	color: #ffffff;
	font-family: HeliosCondBlack, Impact, sans-serif;
	font-size: 29px;
	text-decoration: none;
	text-align: center;
	background: url('/img/buy_button_bg.jpg') no-repeat;
	padding-top: 7px;
}
a.buy_button:hover{
	background-position: 0 -48px;
}
a.download_button{
	display: block;
	width: 220px;
	height: 41px;
	color: #ffffff;
	font-family: HeliosCondBlack, Impact, sans-serif;
	font-size: 29px;
	text-decoration: none;
	text-align: center;
	background: url('/img/download_button_bg.jpg') no-repeat;
	padding-top: 7px;
}
a.download_button:hover{
	background-position: 0 -48px;
}
.content_sidebar_faq{
	border: 1px solid #cad0d4;
	padding: 20px;
	background: #eef1f3;
	margin-bottom: 35px;
}
.content_sidebar_faq ul{
	list-style: none;
}
.content_sidebar_faq ul li{
	padding: 5px 0;
}
.content_sidebar_faq ul li a{
	color: #005969;
	font-size: 14px;
}
.content_main_area{	
	width: 677px;	
}
.content_3_columns{
	margin: 20px 0;
	background: url('/img/contene_3col_bg.jpg') repeat-y;		
	background-position: 1px 0;
	overflow: hidden;	
}
.content_3_columns h1{
	font-size: 28px !important;
}
.content_3_columns .col{
	width: 280px;
	float: left;	
	margin: 0 20px 0 0;
	padding-top: 10px;	
}

.content_3_columns  .col2{
	margin: 0 20px 0 20px;	
}
.content_3_columns  .col3{
	margin: 0 0 0 19px;	
}

.content_3_columns .item{
	background: #f0f4f8;
	padding: 20px 20px 15px 20px;
	margin-bottom: 20px;
	position: relative;
}
.content_3_columns2 .item{
	padding-bottom: 53px;
}
.content_3_columns .col2 .item{
	background: #eff7e6;
}
.content_3_columns .col3 .item{
	background: #e7f2f5;	
}
.content_3_columns .col .item_title{
	color: #56738d;
	font-family: HeliosCondBlack, Impact, sans-serif;
	line-height: 110%;
	font-size: 18px;
	padding-left: 50px;
	background1: url('/img/key1.jpg') no-repeat;	
	margin-bottom: 20px;
}
.content_3_columns .col .item_title a{
	color: #56738d;
}
.content_3_columns .col .item_buttons{
	overflow: hidden;
}
.content_3_columns .col2 .item_title{
	background: url('/img/key2.jpg') no-repeat;	
	background-position: 0 2px;
}
.content_3_columns .col3 .item_title{
	background: url('/img/key3.jpg') no-repeat;	
}
.content_3_columns .col a.download_btn{
	display: block;
	width: 112px;
	height: 31px;
	background: url('/img/download_button_bg2.png') no-repeat;
	background-position: 1px 0;
	font-family: HeliosCondBlack, Impact, sans-serif;
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	padding-top: 5px;
	float: left;
}
.content_3_columns .col a.download_btn:hover{
	background-position: 1px -36px;
}
.content_3_columns .col a.buy_btn{
	display: block;
	width: 112px;
	height: 31px;
	background: url('/img/buy_button_bg2.png') no-repeat;
	background-position: 1px 0;
	font-family: HeliosCondBlack, Impact, sans-serif;
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	padding-top: 5px;
	float: left;
	margin-right: 16px;
}
.content_3_columns .col a.buy_btn:hover{
	background-position: 1px -36px;
}


.content_3_columns .col a.read_more{
	color: #0d6477;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-left: 20px;
	padding-top: 10px;
}
.content_3_columns .col a.read_more:hover{
	text-decoration: none;	
}
.content_3_columns .col .item_price{
	color: #000000;
	font-family: Arial, sans-serif;	
	font-size: 15px;	
	margin-bottom: 20px;
	font-weight: bold;
	padding-left: 1px;
}
.content_3_columns .col .item_text{
	font-size: 13px;
	color: #000000;
	font-family: Arial, sans-serif;	
	margin-bottom: 20px;
	line-height: 16px;
}
.content_3_columns .col  .read_more_wrapp{
	background: #dee6ed;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 15px;
	padding: 9px;
}
.content_3_columns .col2  .read_more_wrapp{
	background: #dee7d5;
}
.content_3_columns .col3  .read_more_wrapp{
	background: #d6e4ea;
}

.content_3_columns .col  .read_more_wrapp a{
	color: #0e6578;
	font-size: 14px;
	font-weight: bold;
}
.page_title{
	text-transform: uppercase;
	color: #56738d;
	font-size: 25px;
	font-family: HeliosCondBlack, Impact, sans-serif;
	padding-bottom: 15px;
	background: url('/img/page_title_bg.jpg') repeat-x;
	background-position: left bottom;
	margin-bottom: 40px;	
}
.page_title2{
	text-transform: uppercase;
	color: #56738d;
	font-size: 25px;
	font-family: HeliosCondBlack, Impact, sans-serif;
	padding-bottom: 10px;		
}
a.download_catalog{
	width: 199px;
	height: 39px;
	top: 30px;
	right: 0px;
	display: block;
	background: url('/img/download_catalog.jpg') no-repeat;
	position: absolute;
}
a.download_catalog:hover{
	background-position: 0 -39px;
}

.social_buttons{
	margin-top: 5px;
	background: url('/img/page_title_bg.jpg') repeat-x;
	background-position: left top;
	padding-top: 7px;
	overflow: hidden;
}
.social_buttons a{
	margin-right: 5px;
}
.social_buttons_in{
	background: url('/img/page_title_bg.jpg') repeat-x;
	background-position: left bottom;
	padding-bottom: 6px;
	overflow: hidden;
}

.product_description{
	margin-top: 15px;
	background: #eef1f3;
	border: 1px solid #c9cfd3;
	padding: 20px 20px 20px 16px;	
	width: 639px;	
}
.product_description_content{
	padding-left: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}
.product_description_top{
	overflow: hidden;
}
.content_text h3{
	font-family: HeliosCondBlack, Impact, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #56738d;
	text-transform: uppercase;
	margin: 20px 0;
}
.content_text ul {
	list-style: none;
	padding-bottom: 25px;
}
.content_text ul li{
	font-size: 14px;
	padding: 0 0 15px 25px;
	background: url('/img/li-bg.jpg') no-repeat;	
}
.content_text p{
	font-size: 14px;
	margin-bottom:  25px;
	line-height: 20px;
}
.content_text img{
	border1: 1px solid #c9cfd3;
}
.content_text table{
	background: #ffffff;
	border: 1px solid #b7c1c3;
	border-collapse: collapse;
	width: 100%;
}
.content_text table thead td{
	text-align: center;
	font-weight: bold;
}
.content_text table td{
	border: 1px solid #b7c1c3;
	padding: 2px;
	vertical-align: middle;
}
.content_text table td.center{
	text-align: center;
}
.content_text table td span.minus{
	background: url('/img/minus_table.jpg') no-repeat;
	width: 16px;
	height: 12px;
	display: block;
	margin: 0 auto;
}
.content_text table td span.plus{
	background: url('/img/plus_table.jpg') no-repeat;
	width: 16px;
	height: 12px;
	display: block;
	margin: 0 auto;
}
.content_text{
	margin-bottom: 15px;
}

a.full_description{
	font-family: HeliosCondBlack, Impact, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	padding: 0px 0 0 -5px;	
	float: left;
	overflow: hidden;
	height: 18px;
	display: block;	
	overflow: hidden;
}
a.full_description span{
	width: 28px;
	height: 24px;
	background: url('/img/full_descr_plus.jpg') no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
	margin-top: -3px;
}
a.full_description span.minus{
	background-position: -26px 0;
}
a.full_description:hover{
	text-decoration: underline;	
}
a.full_description_expand{
	float: right;
	color: #005969;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;	
	text-align: left;	
	display: block;
	position: relative;
	padding-right: 20px;
}
a.full_description_expand span{

	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background: url('/img/expand_collapse.jpg') no-repeat;
	background-position: 0 0;
	display: block;
	margin: 2px 0 0 5px;	
}
a.full_description_expand span.collapse{
	background-position: 0 -10px;
}
#main_banner_area{
	height: 233px;
	background: url('/img/main_img.jpg') no-repeat;
	margin-bottom: 25px;
}
.content_main_page{
	padding-top: 20px !important; 
}
.content_main_page_columns{
	overflow: hidden;
}
.content_main_page_columns .column{
	padding-bottom: 20px;
	width: 275px;	
	float: left;
	margin-right: 46px;	
}
.content_main_page_columns .column_last{
	margin-right: 0px;
}
.column_head{	
	background: url('/img/page_title_bg.jpg') repeat-x;
	background-position: left bottom;
}
.column_head_inner{
	height: 67px;
	padding: 10px 0 0 80px;
	font-family: HeliosCondBlack, Impact, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}
.column_text{
	padding-top: 35px;
}
.column_text ul{
	list-style: none;
}
.column_text ul li{
	background: url('/img/li-bg.jpg') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #005969;
	font-size: 14px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#column_head1{
	background: url('/img/main_icon1.jpg') no-repeat;		
}
#column_head2{	
	background: url('/img/main_icon2.jpg') no-repeat;	
}
#column_head3{
	background: url('/img/main_icon3.jpg') no-repeat;	
}


#footer{
	width: 920px;
	background: url('/img/footer_bg.png') repeat-y;
	padding: 15px 20px 10px 20px;
	margin: 25px auto 30px auto;
	overflow: hidden;
	color: #869aad;	
}
.footer_main{
	padding: 20px 20px 15px 20px !important;
}
#footer p{
	padding-bottom: 5px;
}
#footer_menu{
	float: left;
}
#footer_powered{
	float: right;
	text-align: right;
}
#footer ul{
	list-style: none;	
	padding-bottom: 5px;
}
#footer ul li{
	float: left;
	color: #666666;	
}
#footer ul li a{
	color: #ffffff;
	margin: 0 5px;
}
#footer ul li.first a{
	margin: 0 5px 0 0;
}
a.read_more2{	
	background: #6f879d;	
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 7px 7px 7px 7px;
	text-decoration: none;
}
a.read_more2 span{
	background: url('/img/read_more_arrow.png') no-repeat;
	background-position: right 4px;
	padding-right: 15px;
}
a.read_more2:hover{
	background: #8ca1b3;
}
a.link2 span{
	background: url('/img/link2_bg.png') no-repeat;
	background-position: right 4px;	
	padding-right: 13px;
}