<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	background-image: url(../images/main_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p
{
	margin: 0 0 18px;
}

img
{
	border: none;
}

#wrapper
{
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#header
{
	height: 141px;
	background-image: url(../images/bg_top.jpg);
	background-position: center;
	background-repeat: repeat-x;
}

#content
{
	position: static;
	border: 0px solid red;
	width: 940px;
	margin: auto;
}

#footer
{
	width: 100%;
	margin: 0px auto 0;
	position: relative; /*margin: -97px auto 0;*/
	height: 97px;
}

#bot_top
{
	border: 0px solid red;
	width: 100%;
	height: 32px;
	background-image: url(../images/bot_top.jpg);
	background-position: center;
	background-repeat: repeat-x;
}

#bot_cont
{
	border: 0px solid red;
	width: 940px;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}

#bot_img
{
	border: 0px solid red;
	width: 180px;
	float: left;
}

#bot_txt
{
	border-left: 1px solid #bdbdbd;
	margin-left: 190px;
	height: 35px;
	padding-left: 10px;
	color: #5e5e5e;
	font-size: 11px;
}

#header_log
{
	border: 0px solid red;
	height: 141px;
	width: 100%;
	background-image: url(../images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#login
{
	position: static;
	border: 0px solid red;
	height: 38px;
	width: 425px;
	float: right;
}

#log_in
{
	position: absolute;
	border: 0px solid red;
	height: 34px;
	width: 286px;
	background-image: url(../images/login.png);
	background-position: center;
	background-repeat: no-repeat;
}

#head_cont
{
	border: 0px solid red;
	position: absolute;
	width: 100%;
	height: 141px;
}

#head_cont_2
{
	border: 0px solid red;
	width: 940px;
	height: 141px;
	margin: auto;
}
#welcome_message
{
	margin-top:11px;
	margin-left:7px;
}
#enter_login
{
	border: 0px solid red;
	background-image: url(../images/log_fon.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 7px;
	float: left;
	width: 99px;
	height: 19px;
}

#enter_pass
{
	border: 0px solid red;
	background-image: url(../images/log_fon.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 7px;
	float: left;
	width: 99px;
	height: 19px;
}

#log_icons
{
	position: static;
	border: 0px solid red;
	margin-left: 228px;
	margin-top: 20px;
	color: #ffffff;
}

#log_icons a:link
{
	color: #ffffff;
	text-decoration: none;
}
#log_icons a:visited
{
	text-decoration: none;
	color: #ffffff;
}
#log_icons a:hover
{
	text-decoration: none;
	color: #ffffff;
}
#log_icons a:active
{
	text-decoration: none;
	color: #ffffff;
}

.log_pass_inp
{
	background: none;
	border: 0px;
	width: 99px;
	height: 19px;
	color: #666;
}

#lang
{
	border: 0px solid red;
	width: 130px;
	float: right;
	margin-top: 12px;
	color: #fff;
}

#lang a:link
{
	color: #ffffff;
	text-decoration: none;
}
#lang a:visited
{
	text-decoration: none;
	color: #ffffff;
}
#lang a:hover
{
	text-decoration: none;
	color: #ffffff;
}
#lang a:active
{
	text-decoration: none;
	color: #ffffff;
}

#gerb
{
	border: 0px solid red;
	position: absolute;
	width: 245px;
	height: 55px;
	margin-top: 8px;
}

#search
{
	border: 0px solid red;
	position: absolute;
	margin-top: 65px;
	height: 70px;
	width: 940px;
}

#logo
{
	border: 0px solid red;
	width: 180px;
	float: left;
}

#search_form
{
	border: 0px solid red;
	width: 746px;
	height: 32px;
	float: left;
	background-image: url(../images/search_fon.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 5px;
}

#search_submit
{
	border: 0px solid red;
	width: 68px;
	height: 22px;
	float: right;
	margin-top: -27px;
	margin-right: 20px;
	background-image: url(../images/search_submit.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
}

#search_submit a:link
{
	color: #2b2c2d;
	text-decoration: none;
}
#search_submit a:visited
{
	text-decoration: none;
	color: #2b2c2d;
}
#search_submit a:hover
{
	text-decoration: none;
	color: #2b2c2d;
}
#search_submit a:active
{
	text-decoration: none;
	color: #2b2c2d;
}

.search_input
{
	border: 1px solid #cfcfcf;
	width: 660px;
	height: 21px;
	margin: 5px;
	float: left;
	color: #6d706e;
}

#search_link
{
	border: 0px solid red;
	position: static;
	margin-right: 18px;
	margin-top: 8px;
	float: right;
}

#search_link a:link
{
	color: #ffffff;
	text-decoration: underline;
}
#search_link a:visited
{
	text-decoration: underline;
	color: #ffffff;
}
#search_link a:hover
{
	text-decoration: none;
	color: #ffffff;
}
#search_link a:active
{
	text-decoration: underline;
	color: #ffffff;
}

#middle
{
	width: 100%;
	padding: 0;
	height: 1%;
	position: relative;
	border: 0px solid red;
}

#middle:after
{
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container
{
	width: 100%;
	float: left;
	overflow: hidden;
}


#left
{
	float: left;
	margin-top: -20px;
	border: 0px solid red;
	width: 195px;
	position: absolute;
}


#main
{
	border: 0px solid red;
	margin-left: 200px;
}
#map
{
	width: 743px;
	height: 429px;
}

#banner
{
	border: 0px solid red;
	height: 142px;
	width: 737px;
	padding-top: 0px;
	background-image: url(../images/banner_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#banner_1
{
	border: 0px solid red;
	position: static;
	width: 243px;
	height: 112px;
	float: left;
	background-image: url(../images/ban.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#banner_2
{
	border: 0px solid red;
	position: static;
	width: 243px;
	height: 112px;
	padding-left: 2px;
	padding-right: 2px;
	float: left;
	background-image: url(../images/ban.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#banner_3
{
	border: 0px solid red;
	position: static;
	width: 243px;
	height: 112px;
	float: left;
	background-image: url(../images/ban.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#naviqasiya
{
	border: 0px solid red;
	font-size: 21px;
	color: #3f3f3f;
}

#inf
{
	border: 0px solid red;
	color: #20b1cd;
	float: left;
	padding-top: 20px;
}

#inf_1
{
	border: 0px solid red;
	width: 230px;
	float: left;
	padding: 4px;
}

#title
{
	font-size: 19px;
	font-weight: bold;
}

#banners
{
	border: 0px solid red;
	position: static;
	margin: auto;
	width: 940px;
	text-align: center;
	padding-bottom: 5px;
}

#valyuta
{
	border: 0px solid red;
	width: 187px;
	height: 256px;
	background-image: url(../images/valyuta.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}


#menu
{
	border: 0px solid red;
	width: 187px;
	height: 223px;
	background-image: url(../images/menu.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	font-size: 12px;
}

#menu a:link
{
	color: #ffffff;
	text-decoration: none;
}
#menu a:visited
{
	text-decoration: none;
	color: #ffffff;
}
#menu a:hover
{
	text-decoration: none;
	color: #ffffff;
}
#menu a:active
{
	text-decoration: none;
	color: #ffffff;
}

#menu ul
{
	list-style: none;
}

#menu li:hover
{
	background: #08c0e5;
}

#menu li
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#proqnoz
{
	border: 0px solid red;
	width: 187px;
	height: 262px;
	background-image: url(../images/proqnoz.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	color: #fff;
}

#left_title
{
	border: 0px solid red;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 10px;
}

#left_title_proqnoz
{
	border: 0px solid red;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 2px 2px 10px;
}

#left_title_valyuta
{
	border: 0px solid red;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 2px 2px 10px;
}

#left_title_menu
{
	border: 0px solid red;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 2px 2px 10px;
}

#bulud
{
	border: 0px solid red;
	padding: 7px;
	margin-left: 20px;
	float: left;
}

#bulud_info
{
	border: 0px solid red;
	padding: 7px;
	float: left;
	font-size: 18px;
	margin-top: 4px;
}

#hava_info
{
	border: 0px solid red;
	padding: 7px;
	float: left;
	font-size: 13px;
	margin-top: 4px;
	margin-left: 25px;
}

#proq_tab
{
	border: 0px solid red;
	text-align: center;
	width: 165px;
	margin: auto;
	color: #fff;
	font-size: 11px;
}

#proq_tab a:link
{
	color: #ffffff;
	text-decoration: none;
}
#proq_tab a:visited
{
	text-decoration: none;
	color: #ffffff;
}
#proq_tab a:hover
{
	text-decoration: underline;
	color: #ffffff;
}
#proq_tab a:active
{
	text-decoration: none;
	color: #ffffff;
}

.helpbar
{
	position: absolute;
	z-index: 1;
	visibility: hidden;
	margin-top: -20px;
	margin-left: 185px;
}

.help
{
	background: url(../../common/images/bghelp.gif) no-repeat;
	width: 119px;
	height: 23px;
	padding-top: 2px;
	padding-left: 3px;
}
.help a
{
	font: 11px Tahoma;
	color: #f0f0f0;
	text-decoration: none;
}
.help a:hover
{
	text-decoration: underline;
}


#menu_right {

	border: 0px solid red;
	width: 160px;


	position: absolute;
	z-index: 1;
	visibility: hidden;
		
	margin-left: 187px;
	margin-top: -120px;
	font-size: 11px;
}


#menu_right_top {



	border: 0px solid red;
	width: 160px;
	height: 13px;
	background-image: url(../images/menu_right_top.png);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}




#menu_right_bottom {
	width: 160px;
	background-image: url(../images/menu_right_bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #49bed5;
	float: left;
	padding-bottom: 15px;
	background-color: #10abc9;
}

.left_pad {
	padding-left: 8px;
}</pre></body></html>