html, body{
	height:100%;
	min-height:100%;
}

body {
	background: #2667ff url(../img/body_gr.png) center top repeat-x;
	_background-color: #2667ff;
	_background-image: none;
}

h1 {
	color: #003399;
	font-weight: bold;
	font-size:14px;
}

#contacts{
	width:210px;
	position:relative;
	top:110px;
	padding-left:5px;
	font-size:11px;
 
}

#page{
	position: relative;
	width:1000px;
	margin: 0 auto;
	height:auto !important;
	min-height:100%;
	height:100%;
	
	background: #ffffff url(../img/page_bg.jpg) repeat-y;
}



#body_bgr {
	position: absolute;
	width: 125px;
	height: 820px;
	right: -125px;
	top: 0px;
	
	background: url(../img/body_bgr.jpg);
}

#body_bgl {
	position: absolute;
	width: 125px;
	height: 820px;
	left: -125px;
	top: 0px;
	
	background: url(../img/body_bgl.jpg);
}

#header{
	position: relative;
	width: 1000px;
	height: 454px;
}

#header .top {
	position: absolute;
	width: 1000px;
	height: 71px;
	
	background: url(../img/header_top.jpg);
}

#header .logo {
	position: absolute;
	width: 315px;
	height: 301px;
	top: -15px;
	z-index: 100;
	background: url(../img/header_logo_snowflake.png);
}

#header .middle {
	position: absolute;
	width: 721px;
	height: 100px;
	top: 71px;
	left: 279px;
	background: url(../img/header_middle.jpg);
}

#header .bottom {
	position: absolute;
	width: 1000px;
	height: 284px;
	top: 170px;
	
	background: url(../img/header_bottom.jpg);
}

#header .video {
	position: absolute;
	width: 260px;
	height: 201px;
	right: 30px;
	bottom: 170px;
	
	background: url(../img/video_top.png);
}

#header .video .top_panel {
	position: absolute;
	width: 221px;
	height: 24px;
	left: 10px;
	top: 9px;
	padding: 6px 0 0 20px;
	
	font-size: 15px;
	color: white;
	background: url(../img/black.png);
}

#header .video .top_panel .sound_no {
	position: absolute;
	width: 19px;
	height: 12px;
	right: 10px;
	top: 8px;
	
	cursor:pointer;
	background: url(../img/sound.png);
}

#header .video .top_panel .sound {
	position: absolute;
	width: 19px;
	height: 12px;
	right: 10px;
	top: 8px;
	
	cursor:pointer;
	background: url(../img/sound.png);	
	_background: url(../img/soundIE.gif) no-repeat;
}

#header .video .bottom_panel {
	position: absolute;
	width: 233px;
	height: 20px;
	left: 10px;
	bottom: 10px;
	padding: 0 0 0 8px;
	
	background: url(../img/black.png);
}

#header .video .bottom_panel a {
	display: block;
	width: 10px;
	height: 10px;
	float: left;
	margin: 5px 7px 0 0;
	
	background-color: #46a2e3;
}

#header .video .bottom_panel a:hover {
	background-color: white;
}

#header .video .box {
	position: absolute;
	width: 240px;
	height: 182px;
	left: 10px;
	top: 9px;
		
	/*background: url(../img/box.jpg);*/
}

#search {
	position: absolute;
	top: 220px;
}

#search_text {
	width: 210px;
	padding: 2px 0 2px 20px;

	color: #686868;
	background-color: white;
	border: 2px solid #274ca7;
}

#search_button {
	width: 15px;
	height: 20px;

	background-color:transparent;
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	border: none;
	cursor:pointer;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/search.png',sizingMethod='');
}

#header .button {
	position: absolute;
	height: 16px;
	top: 50px;
	left: 475px;
}

#header .button .home, #header .button .search, #header .button .map, #header .button .email {
	display: block;
	height: 16px;
	width: 25px;
	float: left;
	margin-right: 7px;
	
	background: url(../img/header_button.png) no-repeat;
	_background: url(../img/header_buttonIE.gif) no-repeat;
}

#header .button .search {
	background-position: -37px 0px;
}

#header .button .map {
	margin-right: 15px;
	background-position: -73px 0px;
}

#header .button .email {
	background-position: -116px 0px;
}

#header .language {
	position: absolute;
	top: 47px;
	left: 620px;
	
	color: white;
}

#header .language a {
	font-size: 16px;
	color: white;
	text-decoration: none;
}

#header .language a:hover {
	padding: 0 3px 3px 3px;
	
	border: 1px solid white;
}

#header .language .ru {
	margin: 0 5px 0 0;
	padding: 0 4px 4px 4px;
}

#header .language .en {
	padding: 0 4px 4px 4px;
}

#header .time {
	position: absolute;
	top: 50px;
	left: 715px;
	
	font-size: 14px;
	color: #999999;
}



#content {
	position: relative;
	width: 760px;
	margin: 0 0 0 240px;
}

*html #content {
	width: 760px;
	margin: 0px;
	float: right;
}

*+html #content {
	margin: 0 0 30px 240px;
}

#content .text {
	position: relative;
	width: 525px;
	float: left;
	margin: -80px 0 155px 0;
	min-height:700px;
}

*html #content .text {
	width: 475px;
}

#content .text .title {
	width: 505px;
	height: 27px;
	padding: 2px 0 0 20px;
	
	font-size: 17px;
	color: white;
	text-transform: uppercase;
	background: url(../img/text.png);
}

#content .text .box {
	text-align: center; 
	margin-top: 10px;
	z-index:100;
}

#content .text .box img {
	margin-top: 15px;
}

*html #content .text .title {
	width: 455px;
}

#content .text .news_day .title {
	margin: 0 0 10px 70px;

	color: black;
	background: none;
	font-size: 16px;
}

#content .text .news_day .box {
	margin: 0 0 30px 0;
	
	text-align: center;
}

#content .text .news {
	padding: 20px 0 0 0;
	margin-bottom: 40px;
	z-index:1;	
}

#content .text .news img {
	float: left;
	margin: 0;
}

#content .text .news a {
	float: right;
	margin: 5px 15px 0 0px;
	
	font-size: 14px;
	border-bottom: 1px dotted #003399;
	color: #003399;
	text-decoration: none;
}

#content .text .news a:hover {
	border-bottom: none;
	color: black;
}

#content .text .archive_interface a {
	color: #003399;
	text-decoration: none;
	font-size: 12px;
}

#content .text .archive_interface a:hover {
	color: #2266BB;
	font-weight: bold;
}

#content .text .gallery_photo {
	padding: 5px 10px 10px 2px;
	min-height: 50px;
}

.weather {
	position: relative;
	width: 213px;
	height: 160px;
	float: right;
	margin-top:-80px;
}

*html .weather {
	margin: -80px -12px 0 0;
}

.weather .title {
	width: 213px;
	height: 27px;
	padding: 4px 0 0 12px; 
	margin-top: -15px;  
	
	background: url(../img/right_title.png) no-repeat;
	font: 14px Tahoma;
	color: white;
}

.weather img {
	position: absolute;
	top: 45px;
	left: 5px;
}

.weather .temp {
	position: absolute;
	top: 60px;
	left: 65px;
	
	font: 16pt tahoma;
	color: #003366;	
}

.weather .type {
	position: absolute;
	top: 105px;
	left: 10px;
	
	font: 10pt tahoma;
	color: #999999;	
}

.weather a {
	position: absolute;
	top: 130px;
	right: 10px;
	
	color: #3B8AC0;
	text-decoration: none;
}

.weather .pressure {
	width: 50px;
	height: 20px;
	position: absolute;
	top: 30px;
	right: 5px;
	
	font: 16pt tahoma;
	color: #336699;
}

.weather .mmrtst {
	width: 60px;
	height: 20px;
	position: absolute;
	top: 50px;
	right: 5px;
	
	font: 10pt tahoma;
	color: #336699;
}

.weather .pressureimg {
	width: 21px;
	height: 17px;
	position: absolute;
	top: 35px;
	right: 67px;

	background: url(../img/weather_par.gif);
}

.weather .wind {
	width: 55px;
	height: 20px;
	position: absolute;
	top: 68px;
	right: 5px;
	
	font: 16pt tahoma;
	color: #336699;
}

.weather .windimg {
	width: 21px;
	height: 17px;
	position: absolute;
	top: 73px;
	right: 67px;

	background: url(../img/weather_par.gif) -251px 0px ;
}

.weather .humidity {
	width: 50px;
	height: 20px;
	position: absolute;
	top: 98px;
	right: 5px;
	
	font: 16pt tahoma;
	color: #336699;
}

.weather .humidityimg {
	width: 21px;
	height: 17px;
	position: absolute;
	top: 105px;
	right: 67px;

	background: url(../img/weather_par.gif) -500px 0px ;
}

.exchange_rate {
	position: relative;
	width: 213px;
	height: 150px;
	float: right;
/* 	margin: 80px -213px 0 0; */
}

*html .exchange_rate {
	margin: 80px -225px 0 0;
}

.exchange_rate .title {
	width: 213px;
	height: 27px;
	padding: 4px 0 0 12px; 
	
	background: url(../img/right_title.png) no-repeat;
	font: 14px Tahoma;
	color: white;
}

.exchange_rate a {
	position: absolute;
	top: 110px;
	right: 10px;
	margin-top: 7px; 
	
	color: #3B8AC0;
	text-decoration: none;
}

.exchange_rate .dollar, .exchange_rate .euro {	
	position: relative;
	height: 30px;
	padding: 0 0 0 35px;
	margin: 5px 0 5px 0;
	
	background: url(../img/rate.png) no-repeat;	
	_background: url(../img/rateIE.gif) no-repeat;
	font-size: 14px;
}

.exchange_rate .dollar span {
	padding: 7px 0 0 0;
}

.exchange_rate .euro {
	padding-top: 7px;

	background-position: 0px -30px;
}

.exchange_rate .dollar .rate, .exchange_rate .euro .rate {
	position: absolute;
	right: 10px; 

	font-size: 14px;
	font-weight: bold;
	color: #336699;
}	

.exchange_rate .dollar .rate {
	padding: 5px 0 0 0;
}

.exchange_rate .euro .rate {
	padding: 2px 0 0 0;
}

.exchange_rate .dollar span, .exchange_rate .euro span {	
	vertical-align: middle;
}

.next_time {
	position: relative;
	width: 213px;
	float: right;
	/* margin: 220px -213px 0 0; */
}

*html .next_time {
	margin: 220px -225px 0 0;
}

.next_time .title {
	width: 213px;
	height: 27px;
	padding: 4px 0 0 12px; 
	
	background: url(../img/right_title.png) no-repeat;
	font: 14px Tahoma;
	color: white;
}

.next_time .time_block {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 2px 0 36px;
}

*html .next_time .time_block {
	margin: 0 0 10px 72px;
	padding: 0 2px 0 0px;
}

.next_time .time_block .time_n {
	position: relative;
	padding: 2px;
	float: left;
	margin: 0 4px 0 -36px;
	
	font-size: 12px;
	color: white;
	background-color: #2369FF;
}

.next_time .time_block .name {
	position: relative;
	
	font-size: 12px;
}

.tv {
	position: relative;
	width: 213px;
	height: 150px;
	float: right;
	/* margin: 370px -213px 100px 0; */
}

*html .tv {
	margin: 370px -225px 100px 0;	
}	

.tv .title {
	width: 213px;
	height: 27px;
	padding: 4px 0 0 12px; 
	margin: 0 0 10px 0;
	
	background: url(../img/right_title.png) no-repeat;
	font: 14px Tahoma;
	color: white;
}

.tv .day {
	height: 30px;
	width: 18px;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	
	text-align: center;
	border: 3px solid #2369FF;
	text-decoration: none;
	color: white;
	background-color: #2369FF;
}

.tv .day:hover {
	border: 3px solid #2369FF;
	text-decoration: none;
	color: black;
	background-color: white;
}

.tv .day_selected {
	height: 30px;
	width: 18px;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	
	text-align: center;
	border: 3px solid #23AAFF;
	text-decoration: none;
	color: white;
	background-color: #23AAFF;
}

.tv .day_selected:hover {
	border: 3px solid #23AAFF;
	text-decoration: none;
	color: black;
	background-color: white;
}



#menu1{
margin: -40px 0 10px 0;
}
#menu{
	width: 213px;
	float: left;
	position: relative;
	margin: -40px 0 10px 0;
	z-index:10;
}
#menu ul li {
	position: relative;
	list-style: none;
	padding: 0 0 0 25px;
	margin: 0 0 15px 0;
}

#menu ul li a {
	width: 188px;
	display: block;
	margin: 0 0 0 -25px;
	padding: 2px 0 2px 25px;
	
	text-decoration: none;
	font: 12pt Tahoma;
	color: black;
}

#menu ul li a:hover {
	background: url(../img/left_menu_li.png) repeat-y!important;
}

#menu ul li ul {
	width: 213px;
	margin: 0 0 0 -25px;
	padding: 0 0 1px 0;
	display: none;
	
	background-color: #d5ecfb;
}

#menu ul li ul li {
	margin: 0 0 4px 0;
	
	background-color: #d5ecfb;
}

#menu ul li ul li a:hover {
	background: none!important;
	text-decoration: underline;
}



#page_bottom {
	position: absolute;
	width: 1000px;
	height:154px;
	bottom: 29px;
	_position: relative;
	_bottom: 0px;
	
	background: url(../img/page_bottom.jpg) right no-repeat;
}



#push{
	height: 29px;
	clear:both;
}



#footer{	
	position: relative;
	width:1000px;
	margin: 0 auto;
	margin-top:-29px;
	clear:both;
	height:29px;
	
	background: url(../img/footer.jpg);	
}

#footer {
	background: url(../img/night/footer.jpg);	
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: #ff6600;
}

#footer .point {
	position: absolute;
	top: 5px;
	left:	30px;
	width: 265px;
	height: 18px;
}

#footer .point .img {
	width: 101px;
	height: 18px;
	float: right;

	background: url(../img/point.png);
	_margin: -15px 0 0 0;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/point.png',sizingMethod='');
}

#footer .che {
	position: absolute;
	top: 7px;
	left:370px;
	width: 260px;
	height: 13px;
}

#footer .che .img {
	width: 98px;
	height: 13px;
	float: right;

	vertical-align: middle;
	background: url(../img/che.png);
	_margin: -13px 0 0 0;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/che.png',sizingMethod='');
}



#pre_my_jreject {
	width: 996px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: none;
	position:absolute;
	margin-bottom: -52px;
	z-index: 100;
	
	text-align: center;
	font-size: 15px;
	border: 2px solid #252525;
	border-top: none;
	background-color: #f3f5f2;
}

#pre_my_jreject span {
	width: 996px;
	padding-top: 20px;
}

#pre_my_jreject a {
	color: #545454;
}

#pre_my_jreject a:hover {
	color: #7da7d8;
}

#my_jreject {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	width: 996px;
	margin: 0px auto;
	margin-bottom: -196px!important;
}

.text .tv {
	margin: 15px 0px;   
	float: none; 
	height: 24px;  
} 

.program {
	font-size: 14px;
	line-height: 1.5em;
}

.photo {
	float: left;
	margin: 0px 10px 10px 0px;
}

.info {
	text-align: justify;
	min-height: 75px;
	
}
#person_img{
	float:left;
	position:relative;
	padding-right:10px;
}
#push_gallery{
	clear:both;
}

#album_description{
	padding-left:10px;
	text-align:justify;
}
#album_photo{
	width:200px;
	height:110px;
	float:left;
	//position:absolute; 
	margin:5px 5px 15px 15px ;
	overflow: hidden;
}
#album_photo a img{
	border:1px solid #3B8AC0;
	width:150px;
}
#line{
color:#3B8AC0;
}
#person_img img{
	border:1px solid #3B8AC0;
	width:85px;
}
#person_about{
	padding-top:20px;
}
#content .text .news .news_photo {
	border: none;
	float: left;	
}

.news_photo {
	border:1px solid #3B8AC0;
}

 #creation_time{
	float:right;
	margin-right:1px;
}
#album_title{
	font-size:14px;
}
.gazeta_archive{
font-size:15px;
}

.text_{
font-size:12px;
text-align:justify;
display:block;
margin-top:30px;
margin-bottom:40px;
}

.text_ a{
border-bottom:1px dotted #003399;
text-decoration:none;
color:#003399;
float:right;
display:block;
font-size:14px;
margin-top:30px;
}
#refer{
    height: 300px;
    left: 547px;
    position: absolute;
    top: 80px;
    width: 200px;
	z-index:999;
}
#left{
	float:left;
	min-height:1350px;
}
.banner{
	display:inline !important;
}

.aist_left_banner{
	display:block;
	width:200px;
	height:300px;
	position:absolute;
	left:6px;
	z-index:99999999;
}
#banner_2{
	float:right;
	margin-right:13px;
}

#left .banner{
	margin-bottom:15px;
}
