#header {
	background-image: url("../images/bg_top_b5.png");
	background-repeat: no-repeat;
	
	position: relative;
	margin: 0 auto;
	margin-top: 0;
	
	left: 0;
	top: 0px;
	width: 1024px;
	height: 102px; 
}
#header h1 { 
	display: block;
	position: absolute;
	text-align: left;
	top: 25px; 
	font-size: 150%;
	margin-top: 10px;
	margin-left: 300px;
	
	
	text-shadow: #0083bd 0 0 10px; 
  color: #0060b1; 
}
#header h5 { 
	display: none;
	position: absolute;
	text-align: left;
	top: 45px;
	font-size: 130%;
	font-weight: 900;
	margin-top: 10px;
	margin-left: 410px;
	text-shadow: #0083bd 0 0 10px; 
  color: #0060b1; 
}
#header h6 {
	display: block;
	position: absolute;
	text-align: left;
	top: 55px; 
	font-size: 65%;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 465px;
	
	
	text-shadow: #0083bd 0 0 10px; 
  color: #0060b1; 
}
#header img {
	margin-left: 1px;
	margin-top: 1px;
	height: 39px;
}

.div_russis_map {
	z-index: 101;
	position: absolute;
	left: 710px;
	top: -5px;
	width: 300px;
	height: 48px;
	visibility: visible;
}
#header img.russiamap {
	float: right;
	margin-right: 10px;
	height: 80px;
}
.div_rosstat {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: -5px;
	width: 222px;
	height: 48px;
	display: none;
}
#header img.rosstat {
	float: left;
	margin-left: 0px;
	height: 48px;
}

.div_rusprod {
	z-index: 99;
	position: absolute;
	left: 0px;
	top: 48px;
	width: 100px;
	height: 50px;
}
#header img.rusprod {
	position: absolute;
	height: 50px;
	top: 0px;
	left: 5px;
}

.div_standinform {
	left: 0px;
	z-index: 99;
}
#header img.standinform {
	float: left; 
}

#header div.login {
	position: absolute;
	top: 79px;
	left: 823px;
	width: 175px;
	height: 24px;
}

#header a.login_a, #header a.user {
	text-decoration: none;
	font-size: 80%;
}
#header a.login_a:hover, #header a.user:hover {
	text-decoration: underline;
	font-weight: bold;
	color: red;
}

#header div.loggeduser {
	position: absolute;
	color: maroon;
	left: 110px;
	top: 85px;
	height: 10px;
	width: 700px;
	margin: 0;
	padding: 0;
}
#header div.loggeduser p {
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
