/*------------------------------------------------------------------------------
  Layout stylesheet by Oleg Stepura <http://oleg.stepura.com/>
  License <http://creativecommons.org/licenses/LGPL/2.1/>
  ------------------------------------------------------------------------------
  Remember:
  * background: color image repeat attachment position;
  * border: width style color;
  * font: font-style (italic/normal) font-variant (small-caps) font-weight font-size/line-height font-family;
  * margin/padding: top right bottom left;
  Default font-families:
	font-family: Impact;
	font-family: "Times New Roman", Times, serif;
	font-family: "Courier New", Courier, monospace;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
  ------------------------------------------------------------------------------
  Notice:
  * 1em = 10px for now
  * Some base CSS rules are set in base.css
  * Please check your final layout with images off
  ------------------------------------------------------------------------------
  Stylesheet constants:
  * Body color: #F3F1E9
  * Header & footer color: #E6E3D7
  ------------------------------------------------------------------------------
  Contents:
  1. Layout styles
  2. Header styles
  3. Content styles
    3.1 Content rail styles
    3.2 Content block styles
  4. Footer styles
  5. Multicolumn layout fixes
------------------------------------------------------------------------------*/

@import url(inc-reset.css);
@import url(inc-base.css);
@import url(inc-content.css);
@import url(inc-banners.css);

/*------------------------------------------------------------------------------
  1. Layout styles
------------------------------------------------------------------------------*/
body {
	background-color: #4277b5;
	font-family: Arial, Helvetica, sans-serif;
	color: #505050;
	}
#wrapper .document {
	text-align: center;
	width: 100%;
	}
#wrapper .document .document-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 272px;
	background: url(/img/header-bg.png) #fff repeat-x left top;
	}

/*------------------------------------------------------------------------------
  2. Header styles
------------------------------------------------------------------------------*/
#wrapper .header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 368px;
	overflow: hidden;
	background: url(/img/rail-bg.png) no-repeat left bottom;
	}
#wrapper .header h1,
#wrapper .header h1 a {
	height: 190px;
	width: 197px;
	display: block;
	text-indent: -9999px;
	float: left;
	background: url(/img/header-logo.png) no-repeat 75px 37px;
	}
#wrapper .header #top-menu {
	float: left;
	height: 116px;
	width: 740px;
	margin: 75px 0 0 0;
	padding: 0;
	border-left: 1px solid #fff;
	background: url(/img/header-slogan.png) no-repeat 56px 0px;
	overflow: visible;
	}
#wrapper .header #top-menu li {
	float: left;
	height: 36px;
	width: 159px;
	margin: 80px 0 0 -29px;
	font-size: 18px;
	text-transform: lowercase;
	color: #fff;
	}
#wrapper .header #top-menu li.first {
	margin-left: 0;
	border-left: 2px solid #fff;
	}
#wrapper .header #top-menu li.no1 {
	background: url(/img/header-tabs.png) no-repeat left top;
	}
#wrapper .header #top-menu li.no2 {
	background: url(/img/header-tabs.png) no-repeat -159px top;
	}
#wrapper .header #top-menu li.no3 {
	background: url(/img/header-tabs.png) no-repeat -318px top;
	}
#wrapper .header #top-menu li.no4 {
	background: url(/img/header-tabs.png) no-repeat -477px top;
	}
#wrapper .header #top-menu li.no5 {
	background: url(/img/header-tabs.png) no-repeat -636px top;
	}
#wrapper .header #top-menu li a {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 128px;
	margin: 0 0 0 15px;
	text-align: center;
	color: #4277b5;
	}
#wrapper .header #top-menu li a:hover {
	color: #d15502;
	}
#wrapper .header #top-menu li.active a,
#wrapper .header #top-menu li.active a:hover {
	color: #fff;
	}
#wrapper .header #languages {
	position: absolute;
	top: 19px;
	right: 20px;
	width: 960px;
	height: 21px;
	}
#wrapper .header #languages li {
	float: right;
	width: 29px;
	height: 21px;
	background: url(/img/header-flags-bg.png) no-repeat left top;
	}
#wrapper .header #languages li.active {
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:.5;
	}
#wrapper .header #languages li a {
	float: right;
	width: 21px;
	height: 15px;
	text-indent: -9999px;
	margin: 1px 4px 0 0;
	overflow: hidden;
	}
#wrapper .header #languages li.ru a {
	background: url(/img/header-flags.png) no-repeat -22px top;
	}
#wrapper .header #languages li.de a {
	background: url(/img/header-flags.png) no-repeat -44px top;
	}
#wrapper .header #languages li.en a {
	background: url(/img/header-flags.png) no-repeat left top;
	}
#wrapper .header #languages li.fr a {
	background: url(/img/header-flags.png) no-repeat -66px top;
	}
#wrapper .header #top-menu li ul {
	left: 150px;
	top: 235px;
	height: 52px;
	width: 760px;
	position: absolute;
	}
#wrapper .header #top-menu li.active ul li {
	float: left;
	height: 52px;
	width: auto;
	margin: 0;
	font-size: 18px;
	text-transform: lowercase;
	color: #fef897;
	background: url(/img/header-subtabs-separator.png) no-repeat left 18px;
	}
#wrapper .header #top-menu li.active ul li a {
	float: left;
	height: 52px;
	line-height: 52px;
	width: auto;
	margin: 0;
	padding: 0 15px;
	text-align: center;
	color: #fef897;
	}
#wrapper .header #top-menu li.active ul li.active a {
	color: #fff;
	}
#wrapper .document .header #top-menu li ul li.last a,
#wrapper .document .header #top-menu li ul li.last a:hover {
	background: url(/img/header-subtabs-separator.png) no-repeat left 18px;
	}
#wrapper .header #top-menu li.active ul li.first {
	border-left: 6px solid #fff;
	background: url(/img/header-subtabs-corners.png) no-repeat left top;
	}
#wrapper .header #top-menu li.active ul li.last {
	border-right: 6px solid #fff;
	background: url(/img/header-subtabs-corners.png) no-repeat right top;
	}
#wrapper .document .header #top-menu li.active ul li a:hover {
	color: #fff;
	}

/*------------------------------------------------------------------------------
  3.1. Rail styles
------------------------------------------------------------------------------*/
#wrapper .document .rail {
	width: 290px;
	padding-right: 40px;
	float: right;
	}
#wrapper .document .rail dl,
#wrapper .document .rail .shadowed {
	padding-bottom: 3.6em;
	background: url(/img/rail-bottom.png) no-repeat left bottom;
	}
#wrapper .document .rail .top-margin {
	margin-top: 5em;
	}
#wrapper .document .rail .item {
	margin: 1em auto 0;
	color: #0056a8;
	font-size: .85em;
	}
#wrapper .document .rail .item p {
	margin: .5em 50px;
	text-align: left;
	line-height: 1.1em;
	}
#wrapper .document .rail .item a.more {
	margin: 0 50px 0 50px;
	}
#wrapper .document .rail .item a {
	border: none;
	color: #fe5f01;
	}
#wrapper .document .rail .item a:hover {
	border-bottom: 2px solid #FFB384;
	}
#wrapper .document .rail .item a.logo {
	margin: 0 20px;
	text-decoration:none;
	}
#wrapper .document .rail .item1 {
	margin: 1em auto 0;
	color: #0056a8;
	font-size: .85em;
	}
#wrapper .document .rail .item1 p {
	margin: .5em 50px;
	text-align: left;
	line-height: 1.1em;
	}
#wrapper .document .rail .item1 a.logo1 {
	margin: 0 20px;
	text-decoration:none;
	}
#wrapper .document .rail .item1 a.logo1:hover {
	/*border-bottom: 2px solid #FFB384;*/
	}
#wrapper .document .rail .banner {
	width: 290px;
	}

/*------------------------------------------------------------------------------
  3.2 Content container block styles
------------------------------------------------------------------------------*/
#wrapper .document .content {
	width: 960px;
	margin: 0 auto;
	background: url(/img/rail-top.png) #fff no-repeat 770px top;
	}
#wrapper .document .content-inner {
	border-left: 40px solid #fff;
	float: left;
	width: 568px;
	}
#wrapper .content-finish {
	clear: both;
	height: 12px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px solid #fff;
	}
#wrapper .content .block {
	padding: 0 50px 34px 0;
	background: url(/img/content-block.png) no-repeat right bottom;
	margin-bottom: 5px;
	}
#wrapper .content .portals {
	width: 568px;
	}
#wrapper .content .portals .item {
	width: 168px;
	border: 9px solid #fff;
	float: left;
	color: #0056a8;
	font-size: .85em;
	}
#wrapper .content .portals .item img {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	}
#wrapper .content .portals .item p {
	line-height: 1.1em;
	margin: 0 0 5px;
	}
#wrapper .content .portals .item a {
	border: none;
	color: #fe5f01;
	}
#wrapper .content .preview,
#wrapper .content .preview:hover {
	border: 13px solid #fff;
	float: left;
	display: block;
	}
#wrapper .content .preview img {
	width: 145px;
	height: 107px;
	}
#wrapper #content img.logo {
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	}
#wrapper #content div.logo {
	float: left;
	width: 128px;
	height: 80px;
	overflow: visible;
	}
#wrapper .content .press {
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 12px;
}
/*------------------------------------------------------------------------------
  4. Footer styles
------------------------------------------------------------------------------*/
#wrapper .footer {
	border-top: 2px solid #3a69a0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	padding: 10px 10px 20px 10px;
	width: 940px;
	margin: 0 auto;
	text-align: center;
	line-height: 2em;
	}
#wrapper .footer .copyright {
	text-align: center;
	color: #fff;
	}
