@charset "utf-8";
/* CSS Document */

@import "grid.css";
html, body {
	height:100%;
}
body {font-family: Arial;background:url('../images/new_images/header_bg_en_winter_2022.jpg?version=3') top center no-repeat;}
.site_header{}

/*HELPERS begin*/
.empty {
	min-height: 20px;
	padding: 0;
}
.no_vpadding {padding-top:0;padding-bottom:0;}
.no_hpadding {padding-left:0;padding-right:0;}
.no_padding {padding:0;}
.check_bg {
	background-color: #9F9;
}
.check_bg1 {
	background-color: #7D1;
}
.text_left {
	text-align: left !important;
}
.text_right {
	text-align: right !important;
}
.text_center {
	text-align: center !important;
}
.height_auto {
	overflow: hidden;
	height: auto;
}
.inline {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.null_sides_padding {
	padding-left: 0;
	padding-right: 0;
}
.green_border {
	border: #b0cb1f solid 4px;
}
/*HELPERS end*/

/* HEADER begin*/
.header_logo{}
.header_contact{
	margin-top:10px;
	text-align:right;
}
.header_contact p{
}
.header_contact p{
	color:#FFF;
	font-size:12px;
  padding-top:4px;
}
.header_contact a{
	color:#e0e721;
}
.header_contact a:visited{
	color:#e0e721;
}
a.socnet_button{
  padding-left:2px;
  text-decoration:none;
  line-height:30px;
}
a.lang_button{
  padding-right:2px;
  text-decoration:none;
}

.main_menu_edges {
	width: 960px;
	margin: 0 auto;
	height:40px;   
	background:url(../images/main_menu/edges.png) no-repeat;
}
.menu_shadow{
	position: relative;
  width: 960px;
  height: 40px;
	z-index: 100;
}
.menu_shadow:before, .menu_shadow:after {
	position: absolute;
	width: 100px;
	height: 3px;
	content: ' ';
	left: 12px;
	bottom: 7px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.9);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.9);
	z-index: -1;
}
.menu_shadow:after {
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}
.main_menu_gr_bg{
	margin-left:40px;
	width:880px;
	height:40px;
	background:url(../images/main_menu/gradient_bg.png) repeat-x;
	z-index: 9999;
}
.main_menu_dop{
	position: relative;
	margin: 0 auto;
	/*width: 650px;*/
	z-index: 9999;
}
.main_menu{       
	position: relative;
	font-size:16px; 
	list-style:none;     
	display:table-row;
	z-index: 9999;
  overflow:hidden;
} 
#nav, #nav li ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
#nav > li{
	display:table-cell;
	text-align:center;
	height:40px;
	vertical-align:middle;
  padding: 0 25px;
	z-index:100;
}
#nav > li a{
	color:#FFF; 
	font-size:16px; 
  cursor: pointer;
}
#nav > li ul{
	position: absolute;
	text-align: left;
	z-index: 100;
	background:#003b49 url('../images/new_images/menu_bg.png') left top no-repeat;
	width: 200px;
	top: 40px;
}
#nav ul{
	display:table-row;
	margin: 0 0 0 0;_margin: 0; /*IE6 only*/
	visibility: hidden;	
  z-index:110;
}
#nav li:hover > ul {
	visibility: visible;
	/*margin-top: 10px;*/ 
}

#nav > li > ul{
    margin-left:-13px;
    font-size:80%;
	
}
#nav > li:hover > ul{display:block;}
#nav > li:hover > a{
  	color:#30e3ff;
}
#nav > li li{
    padding:6px 10px 6px 10px;
}
#nav > li > ul > li.dir{
    background:url('arrow.png') 96% center no-repeat;
}
#nav > li > ul > li:hover > ul{display:block;}
#nav > li > ul  li:hover{
  
}
#nav > li > ul  li:hover{
	background:#30e3ff;
}
#nav > li > ul  li a{
	font-size:14px;
}
#nav > li > ul  li:hover a{
  	color:#004d59;
}
#nav > li > ul  li:active{
  	background:#00627a;
}
#nav > li > ul  li:active a{
  	color:#e0e721;
}
#nav > li > ul  li{
	border-top:1px dotted #146C77;
	white-space:pre-wrap;
}
#nav > li > ul  li.curMMenu > a{
  	color:#e0e721;
}
#nav > li > ul  li.curMMenu:hover{
  	background:none;
}
#nav > li > ul  li.curMMenu:hover > a{
  	color:#e0e721;
}
#nav > li > ul > li > ul{
    margin-left:190px;
    margin-top:-17px;
    width:220px;
}
#nav > li a{
    text-decoration: none;
    color:#fff;
    display:block;
}
#nav > li.curSubtopic > a{
    color:#e0e721;
}
/* HEADER end*/

/* CONTENT begin*/
.secPanItemHead {
	display: block;
	/*width: 518px;*/
	max-width: 950px;
  height:auto;
  min-height:17px;
	margin-top: 15px;
	padding-left: 48px;
	font-family: Arial;
	font-size: 12pt;
	text-align: left;
}
.secPanItemHead:first-letter {
	text-transform: uppercase;
}
.secPanItem {
	display: block;
  height:auto;
  overflow:hidden;
	padding: 6px 10px 6px 10px;
	margin: 0;
	text-align: left;
	font-size: 11pt;
	margin-bottom: 10px;
}
.navig_bg {
  background-color:#e5fcff;
  border-left:#00b5ce solid 2px;
}
.navig {
	display: block;
	margin: 0px 10px 0px 15px;
	padding: 0px 0px 0px 5px;
	color: #000000;
}
p.navig {
	font-size: 10pt;
	margin: 0px;
	padding: 10px;
}
.navig li {
	margin-bottom: 4px;
	font-size: 10pt;
	color: #9da2a6;
  
}
ul.navig {
	margin-left: 33px;
  padding-right: 30px;
}
ul.navig li {
  display:inline;
  list-style-type: none;
	padding-right: 15px;
  line-height:30px; 
}
.navig a {
	color: #000000;
	text-decoration: underline; white-space: nowrap;
}
.navig a:active {
	text-decoration: underline;
	color: #000000;
}
.navig a:visited {
	text-decoration: underline;
	color: #000000;
}
.navig a:hover {
	text-decoration: none;
}
.main_content {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.content_noright {
	vertical-align: top;
	width: 690px;
	float: left;
	height: 100%;
	display: block;
	float: left;
  padding-bottom: 140px;
}
.content_noright {
	vertical-align: top;
	width: 950px;
	float: left;
	height: 100%;
	display: block;
	float: left;
}
.parners_logo {}
.parners_logo a {text-decoration:none;}
/* CONTENT end*/

/* FOOTER begin*/
.footer{
	display:block;
	width:100%;
  height: 100px;
  margin-top: -100px;
	float:left;
	font-size:10pt;
	text-align:left;
  color:#fff;
	background-color:#005063;
}

.footer_container{
	float:left;
	width:inherit;
}

.footer span{
	float:left;
	padding-right:5px;
}
.footer p{
  padding-top:45px;
	color:#fff;
}
.footer ul{
	display: block;
	float:left;
	list-style:none;
	padding-right:50px; 
  padding-left:0;
}

.footer ul li{
	padding:0 5px;
	float:left;
	border-left:1px solid #000000;
}
.footer ul li:first-child{
	border:none;
}
.footer ul li, .footer span, .footer p{
	font-size:10pt;
	line-height:1.2em;
}       
/* FOOTER end*/