/*
	Document Structure
*/

HTML {
 /*------------ 100% высота контейнера div.body далее */
	height: 100%;
 /*------------*/
}
BODY {
 /*--------------- 100% высота контейнера div.body далее */
	min-height:100%;
	height: 100%;
 /*---------------*/
	background: #666666;
    margin: 0;
    padding: 0;
}

/* Контейнер всего содержимого кроме подвала */
DIV.body {

 /*----------------------- 100% высоты контейнера относительно клиентской области и контента для IE, FF, Opera */
	height: auto !important;
	min-height:100%;
	height: 100%;
 /*-----------------------*/
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	background: #f4f4f4;

}

BODY > DIV.body{
	overflow: auto;
}

STRONG, B {
	font-weight: bold;
}
EM, I {
	font-style: italic;
}
A IMG {
	margin: 0px;
	padding: 0px;
	border: none;
}
DIV.flash {
	position:relative;
	margin-top: 10px;
}
DIV.zdes-kakby-budet-footer {
	height: 60px;
	clear: both;
}

DIV.hr_content{
	height: 1px;
	background: url(Images/br_line.jpg) no-repeat;
	width: 390px;
}
DIV.hr_page {
	height: 1px;
	background: url(Images/line_long.png) no-repeat;
	width: 760px;
	margin-left: 20px;
	clear: both;
	
}
DIV.block {
	clear: both;
}
/*
Login, Search, etc forms
*/
INPUT[type="hidden"]{
	display: none;
}
INPUT {
	border: 1px solid #aaaaaa;
	display: block;
	margin-top: 5px;
	width: 110px;
	color: #88889c;
	font: 11px 'Trebuchet MS';
	padding-left: 5px;
}
INPUT.btn, BUTTON.btn {
	width:16px;
	height:16px;
	background-image:url(Images/form_btn.gif);
	border:none;
	cursor:pointer;
	margin-top: 4px;
}
	DIV.login
	{
		float: left;
		display: block;
		padding: 10px 0 0 10px;
		font: normal 10pt 'Trebuchet MS';
		color:#666;
		width: 110px;
		height: 90px;
	}
	DIV.block DIV.login {
		position: relative;
		left: 50%;
		margin-left: -55px;
		margin-top: 10px;
		*margin-top: 0px;
	}
		* html DIV.login .btn{
			margin-right: -10px;
		}
	DIV.login A, DIV.login A:visited {
		color:#6292B9;
	}
	A.reg_lnk:link, A.reg_lnk:visited{
		display: block;
		float: left;
		font-size: 12px;
		margin-top: 3px;
	}
		DIV.login H4 {
			margin:0px 0px 3px 0px!important;
			font-family: "Trebuchet MS";
			font-weight: normal!important;
			font-size: 14px !important;
			color:#666!important;
			line-height:12px!important;
			letter-spacing:0!important;
		}
	FORM.search {
	width: 123px;
	display: block;
	margin: 0 0 0 20px;
	text-align: left;
	padding: 0px;
	}
	FORM.nomenu{
		margin-top: 40px;
		*margin-top: 30px;
	}	
	FORM.search TEXTAREA{
		width:121px;
		*margin-left: -20px;
		padding:0px 3px;
		border:solid 1px #ccc;
		overflow:hidden;
		font:normal 11px Trebuchet MS;
		color:#888;
		letter-spacing:0;
	}
	.search INPUT.btn {margin-right: 2px;}		
/* Header */
DIV.pageHeader{
	width: 100%;
	height: 117px;
}
	A.logo {
		display: block;
		float: left;
		left: 210px;
		margin: 0px;
		padding: 30px 0 0 0;
		position: relative;	
	}
	IMG.slogan {
		margin: auto auto auto 430px;
		position: relative;
		bottom: -5px;
		padding: 0px;
		
	}
	
	DIV.lang {
		width:70px;
		margin: 15px 10px 0 0px;
		float: right;
		*margin-top: 10px; /* **** IE! */
	}
	
		DIV.lang A, DIV.lang A:visited{
			margin-left:10px;
			font:normal 12px Trebuchet MS;
			color:#55b9d6;
		}
		DIV.lang A:HOVER {color:#55b9d6;}
		DIV.lang A.active {
			font-weight:bold;
			color:#ccc;
		}
/* Content */
	DIV.left {
		float: left;
		width: 160px;
	}
	
/* Main Content Block */	
	DIV.content {
		font-family: Tahoma;
		font-size: 11px;
		line-height: 1.5em;
	}
	DIV.content * {
		font-family: Tahoma;
		font-size: 11px;
	}
	DIV.content A {
		color:#6292B9;
		font-weight: normal;
	}
	DIV.content A:visited{
		color:#9783b8;
	}
	DIV.middle {
		float: left;
		width: 390px;		
	}
		DIV.content H2 {
			color: #6f6f6f;
			font: normal 19pt 'Trebuchet MS';
			line-height: 1em;
			letter-spacing: -1px;
			margin-bottom: 7px;
			margin-top: 10px;
			*margin-top: -3px;
		
		}
		DIV.content H3{
			color: #6f6f6f;
			font: normal 16pt 'Trebuchet MS';
			line-height: 1em;
			letter-spacing: -1px;
			margin-bottom: 7px;
			margin-top: 10px;
			*margin-top: 0;
		}
		DIV.content H4{
			font: bold 16px 'Trebuchet MS';
			color: #888888;
			line-height: 18px;
			margin-bottom: 5px;	
			margin-top: 10px;
			*margin-top: 0;
		}
		DIV.content H5{
			font: bold 13px 'Trebuchet MS';
			color: #555555;
			margin-bottom: 2px;
			*margin-top: 0;
		}
		DIV.content H6{
			font-family: Tahoma;
			font-weight: bold;
			color: #555555;
			font-size: 10px;
			margin-bottom: -2px;
			*margin-top: 0;
		}
		DIV.content P{
			padding-left:17px;
			font-family: Tahoma;
			font-size: 11px;
			line-height: 1.5em;
			margin: 7px 0 20px 0;
		}
		DIV.content P.margin {
			display: table;
			_height: 0;/*это для ИЕ5-6*/
			zoom: 1;/*это для ИЕ7*/
		}
		SPAN.subheader{
			font: normal 13px 'Trebuchet MS';
			color: #3dc0f0;  
			margin: 0;
			font-style: italic;
			display: block;
		}
		/*IMG.graph {
			float: left;
			margin-top: -110px;
			position: relative;
		}*/
		
/* Press Releases Block */

	DIV.rightBlock{
		float: left;
		width: 220px;
	}
	DIV.pressBlock{
		margin-left: 20px;
		margin-top: -160px;
		float: left;
		width: 220px;
		position: relative;
		z-index: 3;
	
	}
		DIV.pressBlock H2{
			font: normal 21px;
			color: #888888;
			clear: both;
			margin-bottom: 7px;
		}
			DIV.pressBlock P {
				font-family: 'Trebuchet MS';
				color: #646464;
				font-size: 12px;
				line-height: 15px;
				margin: 0 15px 0 45px;
				padding-bottom: 15px;
				*margin-top: -29px;
			}
			DIV.pressDate{
				line-height: 1em;
				text-transform: uppercase;
				width: 70px;
				float: left;
				text-align: right;
				display: block;
				margin-top: 3px;
				*float: none;
				*position: relative;
				margin: 0 0 0 -18px;
				padding: 2px 2px 1px 0; 
			}
			DIV.pressDate A, DIV.pressDate A:visited{
				font-size: 10px;
				font-family: 'Trebuchet MS';
				color: #646464;
				
			}
		
				DIV.pressDate A SPAN{
					font-size: 12px;
					display:block;
					margin-bottom: 5px;
					
				}
			DIV.all_rel{
				text-align: right;
				margin-right: 15px;
			}
				DIV.all_rel A:link, DIV.all_rel A:visited{
					color: #646464;
					font-family: 'Trebuchet MS';
					font-size: 13px;
				}

/* Footer */
	DIV.footer {
		position: absolute;
		bottom: 0px;
		clear: both;
		margin: 0 20px;
		background: url(Images/line_long.png) no-repeat top;
		height: 40px;
		width: 760px;
	}
		DIV.copyright {
			width:300px;
			float:left;
			font-size: 9pt;
			color:#737b7d;
			margin-top: 12px;
			font-family: "Trebuchet MS";
			/*margin-top: -16px;*/
		}
		DIV.bot_menu {
			width:450px;
			float:right;
			text-align:right;
			margin-top: 10px;
		}
			DIV.bot_menu A, DIV.bot_menu A:visited {
				font-size:9pt;
				color:#00a4c6;
				font-family: "Trebuchet MS";
				
			}
			DIV.bot_menu SPAN {
				margin:0 10px;
				color: becace;
				font-size:14px;
			}
			
			
			
			ul.menulist li.mp1 {margin-right:-47px; margin-left:-38px; _z-index:7}
ul.menulist li.mp2 {margin-right:-67px; _z-index:6}
ul.menulist li.mp3 {margin-right:-47px; _z-index:5}
ul.menulist li.mp4 {margin-right:-47px; _z-index:4}
ul.menulist li.mp5 {margin-right:-67px; _z-index:3}
ul.menulist li.mp6 {margin-right:-72px; _z-index:2}
ul.menulist li.mp7 {margin-right:-47px; _z-index:1}

ul.menulist_ru li.mp1 {margin-right:-38px; margin-left:-38px; _z-index:7}
ul.menulist_ru li.mp2 {margin-right:-61px; _z-index:6}
ul.menulist_ru li.mp3 {margin-right:-52px; _z-index:5}
ul.menulist_ru li.mp4 {margin-right:-55px; _z-index:4}
ul.menulist_ru li.mp5 {margin-right:-72px; _z-index:3}
ul.menulist_ru li.mp6 {margin-right:-65px; _z-index:2}
ul.menulist_ru li.mp7 {margin-right:-50px; _z-index:1}

ul.menulist li.mp1:hover {margin-right:-47px; z-index:7; margin-left:-38px}
ul.menulist li.mp2:hover {margin-right:-67px; z-index:6}
ul.menulist li.mp3:hover {margin-right:-47px; z-index:5}
ul.menulist li.mp4:hover {margin-right:-47px; z-index:4}
ul.menulist li.mp5:hover {margin-right:-67px; z-index:3}
ul.menulist li.mp6:hover {margin-right:-72px; z-index:2}
ul.menulist li.mp7:hover {margin-right:-47px; z-index:1}

ul.menulist_ru li.mp1:hover {margin-right:-38px; z-index:7; margin-left:-38px}
ul.menulist_ru li.mp2:hover {margin-right:-61px; z-index:6}
ul.menulist_ru li.mp3:hover {margin-right:-52px; z-index:5}
ul.menulist_ru li.mp4:hover {margin-right:-55px; z-index:4}
ul.menulist_ru li.mp5:hover {margin-right:-72px; z-index:3}
ul.menulist_ru li.mp6:hover {margin-right:-65px; z-index:2}
ul.menulist_ru li.mp7:hover {margin-right:-50px; z-index:1}  
