@font-face { 
  font-family: "MyriadPro";
  src: url("/css/MyriadPro-Regular.otf");
}

@font-face { 
  font-family: "MyriadProBold";
  src: url("/css/MyriadPro-Bold.otf");
}

@font-face { 
  font-family: "MyriadProItalic";
  src: url("/css/MyriadPro-It.otf");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: Verdana, "Myriad Pro", Tahoma, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	height: 100%;
}

body {
	line-height: 1;
	background: #ffffff;
	width: 100%;
	min-width: 1150px;
	height: 100%;
}
 

ol, ul {
 
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

em {
	font-style: italic;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table[border="1"] {
	border-top: 1px solid black;
	border-left: 1px solid black;
}
table[border="1"] td, table[border="1"] th {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
table[border="2"] {
	border-top: 1px solid black;
	border-left: 1px solid black;
}
table[border="2"] td, table[border="2"] th {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}


h1 {
	color: #4b458c;
	font-size: 20px;
	font-family: Verdana;
	font-style: italic;
	padding: 2px 0 2px 0;
}

a.noline {
	text-decoration: none;
}
a:hover.noline {
	text-decoration: underline;
}
.noImage {
	display: none;
}


.header { 
	background: #fff;
	height: 133px;
	position: relative;

}

.header_logo {
	position: relative;
	margin-top: 30px;
	margin-left: 20px;
	float: left;
}
	
.header_pic {
	position: relative;
	padding-top: 23px;
	margin-left: 250px;
	height: 88px;
	background: #fff;
	background: url('/images/design/topPhonesBkg.png') center center no-repeat;
}


.header_man {
	position: absolute;
	right: 30px;
	top: -65px;
	z-index: 20;
}
	
.goriz_menu{
	position: relative;
	display: block;
	margin: -20px 0px 0px 260px;
	height: 41px;
	z-index: 10;
	background: url('/images/design/top_menu_bg.png') repeat-x;
	background-color: #fca000;
}
	
ul.gmenu {
	display: block;
	margin-bottom: 0px;
	list-style: none;
	overflow: hidden;
}

ul.gmenu li.menu_hover {
	display: block;
	float: left;
	margin-left: -3px;
}
	
ul.gmenu li.menu_hover a.top_menu_link {
	display: block;
	text-decoration: none;
	color: #fff;
	font-family:tahoma;
	font-size: 22px;
	
	padding: 7px 35px 0px 35px;
	background: url("/images/design/point_menu_decor.png") right top no-repeat;
}
   

	
	.top_menu_link {
	              text-decoration:none;
				  color:white;
				  font-size:22px;
				  
	}
	
	
ul.gmenu li a.top_menu_link.act {
	color: #ffea00;
	background: #e67701;
	padding:10px 35px 9px 35px;
	text-decoration: none;
}

ul.gmenu li a.top_menu_link:hover {
	text-decoration: underline;
}
   
    
	 ul.menu_hover:hover {
	               
			   	
	}

	
	
	
	
.main {
	position: relative;
	min-height: 100%;
	overflow: hidden;
}
			
.content {
	position: relative;
	padding-bottom: 80px;
	line-height: 100%;
	overflow: hidden;
}
	
.left_block {
	position: relative;
	width: 250px; 
	float:left;
	margin-bottom: 30px;
}
	
.menu_left {
	position: relative;
	background:#eeeeee;
	width: 235px;
}

.left_menu_link{
	text-decoration:none;
	color:#4b458c;
	display:block;
	font-size:15px;
}

ul.horiz_menu {
	padding:20px 0px 20px 10px;
	list-style: none;
}
	
ul.menu_level2 {
	padding: 10px 3px 10px 30px;
	list-style: none;  
	list-style-image: url("/images/design/left_menu_decor.png");
}

ul.horiz_menu li {
	padding: 10px 0px 0px 0px;
}
	
.sub_menu_link {
	text-decoration: none;
	font-size: 12px;
	color: #404040;
}

.sub_menu_link.actLink {
	color: #EC7800;
}
	
.tech_support {
	position:relative;
	margin:15px ;
}
	
.all_count_doc{
	width:235px;
	padding:10px 0px 20px 10px;
	position: relative;
	background:#eeeeee;
}

.center_block { 
	position: relative;
	background: #ffffff;
	margin-left: 260px;
	margin-right: 283px;
	margin-top:20px;
	padding-right:10px;
	padding-bottom:30px;
	font-size: 12px;
}

.center_block .textWrap {
	padding: 0 5px 5px 10px;
}

.center_block strong, .center_block b {
	font-weight: bold;
}

.center_block i {
	font-s: italic;
}

.center_block ul {
	padding: 10px 0 10px 40px;
}


	
.data_news_center{
	padding-top:10px;
	padding-bottom:8px;
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	color:#585685;
}
	
.news_name_center{
	color:#000000;
}
	
.right_block{ 
	position: relative;
	background: url('/images/design/right_bg.png') repeat-y; 
	width: 270px; 
	float:right;
	margin-top:20px;
	padding:10px 0px 30px 13px;
}
.news_block_right{
	position:relative;
}

.news_one {
	position: relative;
	font-size: 12px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-right: 5px;
}

.news_one a {
	color: #000;
	text-decoration: none;
}

.news_data{
	color:#4b458c;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
}

.news_title_right{
	color:#585685;
	font-size:20px;
	font-family: Verdana;
	font-style: italic;
}


.right_info {
	margin-top:25px;
	margin-right:10px;
}

.right_info_title {
	background: url('/images/design/right_info_bg.png') repeat-x; 
	color:#ffffff;
	padding:3px 5px 3px 15px;
	font-size:14px;
}
.right_info_text {
	padding:5px 0px 0px 15px;
	font-size:12px;
}


.canselfloat {
	height:0px;
	font-size: 1px;
	line-height:0px;
	clear: both;
	width: 100%;
}

.footer {
	height: 80px;
	background:#e3e3e3;
	position:relative;
	margin-top:-80px;
}



ul.footer_menu{
	padding: 8px  0px 0px 0px;
	list-style: none;
	display: block;
	margin-bottom: 0px;
	overflow: hidden;
}

ul.footer_menu li {
	display: block;
	float: left;
}


ul.footer_menu li a.footer_menu_link {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	padding: 2px 10px 2px 10px;
	background: url("/images/design/footer_menu_line.png") right top no-repeat;
}

ul.footer_menu li a.footer_menu_link.last {
	background: none;
}


ul.footer_menu li a.footer_menu_link:hover {
	color: #ff9c00;
}

.footer_info_left {
	font-size: 11px;
	padding: 20px 0px 10px 10px;
	float: left;
}

.footer_info_right {
	position: relative;
	float:right;
	text-align: right;
	padding-top: 15px;
}


.art_link {
	margin-top: 0px;
	margin-right: 10px;
	display: block;
	text-decoration: none;
	z-index:50;
}

.artlogo {
	height: 15px;
	width: 74px;
}

.arttitle {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.orange_line {
	background: #ff9c00;
	height: 2px;
	margin-bottom: 10px;
}

.about {
	overflow: hidden;
	margin-bottom: 10px;
}

.baner_goriz_pic {
	display: block;
	margin: 0 auto;
	padding-bottom:10px;
	width: 698px;
}

div.obzhor {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 20px;
}

.obzor_right {
	float:left;
	width:45%;
	padding-right:30px;
}

.obzor_left {
float:left;
width:50%;
}

a.obzor_block_data {
	display: block;
	padding-top:10px;
	color: #585685;
	font-family:arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.obzor_block_one {
	padding:5px 10px 0 5px;

}

a:hover.obzor_block_data {
	text-decoration: underline;
}

.news_block_center {
	overflow: hidden;
	margin-top: 10px;
}

.news_block_one_img {
	float:left;
	padding-right:10px;
}

a.news_block_data {
	color: #4B458C;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.news_block_data {
	text-decoration: underline;
}

p.etc_news {
	padding-right: 10px;
	text-align: right;
}

p.etc_news a {
	color: #4b458c;
}

/*Галерея*/
.gallery_pic_style {
	float:left;
	/*width:223px;	размеры картинок определяются параметрами галереи
	height:178px;*/
	margin:20px 10px 0px 10px;
	border: 1px solid #EEE;
}	

.gallery_one {
	margin-top:20px;
	overflow:hidden;
	position:relative;
}

.gallery_one_img{
	float:left;
	margin-right:15px;
	border: 1px solid #EEE;
}

.gallery_data {
	color: #4b458c;
	font-size: 14px;
	font-family:arial;
	font-weight: bold;
	padding-bottom: 5px;
}
.gallery_data a {
	color: #000;
	font-size: 14px;
	font-family:arial;
	font-weight: bold;
	text-decoration: none;
}
.gallery_data a:hover {
	text-decoration: underline;
}

div.gallery_block {
	margin-bottom: 30px;
}

.name_one_gallery {
	color:#000000;
}

.pagesLinks {
	padding-top: 20px;
	text-align: center;
	color: #ffffff;
}

.pagesLinks span {
	text-decoration:none;
	padding: 0 5px 0 5px;
	color:#000;
	font-size: 15px;
	font-weight: bold;
}

.etc_hover {
	text-decoration:none;
	padding: 0 5px 0 5px;
	color:#000;
	font-size: 15px;
}

.etc_hover:hover {
	background: #ff9800; 
	color:#fff;
}

p.slider {
	cursor: pointer;
}

div.sliderText {
	display: none;
}

.searchList {

}

.searchList .searchItem {
	margin-top: 3px;
}

.searchList .searchItem {
	position: relative;
	padding-left: 20px;
	margin-top: 3px;
}

.searchList .searchItem span.num {
	position: absolute;
	top: 0px;
	left: 0px;
	color: gray;
	font-size: 13px;
}

.searchList .searchItem a.link {
	color: #4B458C;
	font-size: 15px;
}

.searchList .searchItem a:visited.link {
	color: #4B458C;
	font-size: 15px;
}

.searchList .searchItem p.annonce {
	color: #000;
	font-size: 13px;
	padding: 2px;
	margin: 0;
}

.searchList b.hightLight {
	background-color: #FFF37A;
}

.vebinarsTable{
	width:100%;
}
.vebinarsTable td{
	padding:10px;
	border:1px solid #000;
	min-width:100px;
}
.vebinarsOrderTable{
	width:100%;
}
.vebinarsOrderTable td{
	padding:10px;
	border:1px solid #000;
	min-width:100px;
}

.vebinarsOrderTable input[type="text"]{
	width:300px;
}