@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background:#D2D2D2;
	margin: 5px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
a{text-decoration:none; color:#FF7E00}
a:hover{text-decoration:none; color:#CC6000}
.clear{line-height:0px; height:0px; font-size:1px; overflow:hidden; clear:both}
.oneColFixCtrHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EEEEEF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {background:url(/img/center.png) top center repeat-x; }
	.oneColFixCtrHdr #header .l{background:url(/img/left.png) top left no-repeat;}
	.oneColFixCtrHdr #header .l .r{background:url(/img/right.png) top right no-repeat; height:225px; padding:9px}
a.logo{display:block; width:410px; height:148px; margin:9px 9px 0 9px; background:url(/img/logo.gif) top left no-repeat; text-indent:-9999px; float:left}
div.topBanner{display:block; width:468px; height:130px; margin:9px; float:right; padding-top:25px;}
div.menu{background:url(/img/menu_c.png) top repeat-x}
	div.menu div.lMenu{background:url(/img/menu_l.png) top left no-repeat}
	div.menu div.lMenu ul{display:block;  background:url(/img/menu_r.png) top right no-repeat; height:24px; padding:4px 14px 10px 14px; list-style-type:none; margin:0}
	div.menu div.lMenu ul li{display:block; float:left; margin-right:2px;}
	div.menu div.lMenu ul li a{display:block; padding:7px 8px 9px 8px; float:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#FFF; font-weight:bold; text-decoration:none}
	div.menu div.lMenu ul li a:hover, div.menu div.lMenu ul li a.ac{color:#FF7E00; background:url(/img/a_bg.png) top center repeat-x; text-decoration:none}


.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.title{background:url(/img/h_c.png) top center repeat-x; margin-bottom:10px;}
	.title .l{background:url(/img/h_l.png) top left no-repeat;}
	.title .l .r{background:url(/img/h_r.png) top right no-repeat; height:19px; padding:5px 10px;}
	.title .l .r h1{font-size:14px; color:#FFF; font-weight:bold; margin:0; padding:0;}
	.title div.descr{background-color:#F4F4F5; padding:0 10px 10px 10px;}
/*	.title div.descr .info{background-color:#F4F4F5; padding:0 10px 10px 10px;}  */
	.title div.descr h2{margin:0; padding:5px 0; font-size:14px; font-weight:bold}
	
.oneColFixCtrHdr #footer {background:url(/img/body_bottom.png) 50px 15px repeat-x;}
	.oneColFixCtrHdr #footer .foot{width:998px; background:url(/img/body_bottom_c.png) top repeat-x;}
	.oneColFixCtrHdr #footer .foot .l{background:url(/img/body_bottom_l.png) top left no-repeat;}
	.oneColFixCtrHdr #footer .foot .r{background:url(/img/body_bottom_r.png) top right no-repeat; height:25px; text-align:left; padding:30px 35px; font-size:12px; font-weight:bold; color:#FFF;}
/* Flags */
.eu, .us, .ru, .ua, .ro{background-repeat:no-repeat; background-position: left center; padding-left:19px;}
.eu{background-image:url(/img/flags/eu.png)}
.us{background-image:url(/img/flags/us.png)}
.ru{background-image:url(/img/flags/ru.png)}
.ua{background-image:url(/img/flags/ua.png)}
.ro{background-image:url(/img/flags/ro.png)}