/* @override http://themain.ru/global.css */

/* basics */

*{margin:0; padding:0;}

body {
		min-width: 990px; 
		background: #fff;
	}

	
img{border: none; padding:0; }
img a{border:none;}

/* links */

a{
	color: #004276;
	text-decoration:none;
	}

a:hover{
	color: #004276;
	text-decoration: underline;
	}
		
/* container */


#container {
	width: 990px;
	margin: 0 auto; 
	padding:0;
	color:#000;
	overflow: hidden;
	}
	
/* header */

.header{
	background: #fff;
	border-bottom: 3px solid #000;
	height: 90px;	margin-bottom: 20px;

	}

.header .logo{
  	position: absolute; left: 50%; margin-left: -54px; top: 20px; zoom: 1; 

	}
.navigation{
	font: bold 12px/14px Arial;
	float: right; 
	height: 90px;  z-index: 100;
	list-style: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	float: left;
	}
	
.navigation  li a,
.navigation  li b {
	display: block;
	top: 30px;
	padding: 10px 15px 10px;
	position: relative;
	}
	
.navigation  li a {
	color: #000 !important;
}

.navigation li a:hover,
.navigation li.active a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}
.navigation li a:hover i {
	display: block;
}
.navigation li a i {
	top: 0;
	left: 0;
	z-index: 11;
	width: 50px;
	padding: 15px; 
	display: none; 
	font: normal 11px/12px Arial;
	position: absolute;
	cursor: pointer;
}
.navigation li.active a,
.navigation li.active b {
	background: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #fff;
	color: #fff !important;
	margin-left: -1px;
}

#editions{position: absolute; top: 0; left: 0;}

	#editions li{width: 80px; font-size: 10px; font-weight: bold; display: block; float: left; height: 20px; border-right: 1px solid #000; padding: 0 9px; color: #000; }
	#editions a{color: #000;}
	#editions a,  #editions span{position: absolute; top: 7px;}	

#reporting {
	position: absolute;
	top: 22px;
	width: 150px; 
	height: 60px; 
	font-size: 12px; line-height: 17px;
	font-family: Arial, sans-serif;
	font-weight: bold; 
	text-transform: uppercase;
	text-align: left;
	padding-left:150px;
}

#reporting span { font-weight: normal; }

#ticker{
width: 1008px;
	margin: 0 auto; 
	padding:0;
	height: 66px;
	position: relative;
}

#ticker a{
	color: #fff;
}

#ticker .style{
font-family: georgia;  display: block; color: #ff0; font-size: 20px;

	text-align: left;
	height: 66px;
	background: url(http://themain.ru/ticker.png) no-repeat;
	width: 1008px;

}

#ticker .text{
padding-top: 23px;
padding-left: 230px;

}

