a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
body {
	margin: 0px auto;
	padding: 0px;
	background: url(../img/body_bg.gif) left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
}
:focus { 
	outline: none; 
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
.button {
	background: url(../img/btn_border.gif) left top repeat-x;
	height: 20px;
	padding: 1px;
	width: 45%;
}
.button div {
	background: url(../img/btn_bg.gif) left top repeat-x;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	padding: 0px 10px;
}
.button div:hover {
	background: url(../img/btn_bg_hover.gif) left top repeat-x;
	cursor: pointer;
}
/****** WRAPPER ******/

.wrapper {
	min-width: 1000px;
	max-width: 1375px;
	width: auto;
	margin: 0px auto;
	background-color: #fff;
}
/****** BANNERS ******/

.banners_three,
.banners_two,
.banners_three div,
.banners_two div {
	/*height: 90px;*/
}
.banners_three div {
	width: 33%;
	background: 50% 0px no-repeat;
}
.banners_two div {
	width: 49%;
	background: 50% 0px no-repeat;
}
.banners_one div {
	background: 50% 0px no-repeat;
	/*height: 90px;*/
}
.banners_three_1 {
	float: left;
}
.banners_three_2 {
	margin: 0px auto;
}
.banners_three_3 {
	float: right;
}
.banners_two_1 {
	float: left;
}
.banners_two_2 {
	float: right;
}
.banners_two .larger {
	width: 66%;
}
.banners_two .less {
	width: 33%;
}
/****** HEADER ******/

.header {
	margin: 0px 0px 30px 0px;
}
.pumpkin {
	background: url(../img/icon_weather.gif) center center no-repeat;
	height: 145px;
	width: 260px;
	float: left;
}
.pumpkin a:link,
.pumpkin a:visited,
.pumpkin a:active {
	text-decoration: none;
}
.block_menu {
	margin: 0px 0px 0px 260px;
	padding: 5px 0px 0px 0px;
}
/****** AUTH ******/

.auth {
	position: absolute;
	width: 216px;
	height: 136px;
	background: url(../img/auth_bg.png) left top no-repeat;
	z-index: 999;
	display: none;
}
.auth h4 {
	margin: 10px 15px;
	padding: 0px;
	float: left;
	color: #ec4600;
}
.auth_close {
	float: right;
	cursor: pointer;
	margin: 10px;
}
.auth form {
	clear: both;
	margin: 0px 0px 0px 15px;
}
.auth p {
	font-size: 10pt;
	margin: 2px 0px 5px 0px;
}
.auth p span {
	width: 51px;
	display: inline-block;
}
.auth input {
	width: 123px;
	background: url(../img/auth_input_bg.gif) left top no-repeat;
	border: none 0px;
	height: 20px;
	padding: 0px 5px;
	line-height: 20px;
	font-size: 10pt;
}
.auth .hover_img {
	width: 69px;
	height: 24px;
	padding: 0px;
	background: none;
	margin: 5px 0px 0px 17px;
}
/****** FEEDBACK ******/

.feedback {
	position: absolute;
	width: 216px;
	height: 136px;
	background: url(../img/auth_bg.png) left top no-repeat;
	z-index: 997;
	display: none;
}
.feedback h4 {
	margin: 10px 15px 3px 15px;
	padding: 0px;
	float: left;
	color: #ec4600;
}
.feedback_close {
	float: right;
	cursor: pointer;
	margin: 10px 10px 0px 10px;
}
.feedback_form {
	clear: both;
	margin: 0px 15px 5px 15px;
	padding: 0px;
	width: 200px;
}
.feedback p {
	font-size: 10pt;
	margin: 0px 0px 5px 0px;
}
.feedback p span {
	width: 51px;
	display: inline-block;
}
.feedback input {
	width: 123px;
	background: url(../img/auth_input_bg.gif) left top no-repeat;
	border: none 0px;
	height: 20px;
	padding: 0px 5px;
	line-height: 20px;
	font-size: 9pt;
}
.feedback textarea {
	width: 176px;
	background: url(../img/auth_bg.gif) center -5px no-repeat;
	border: 1px solid #c3beb7;
	height: 42px;
	padding: 0px 3px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
.feedback div {
	float: left;
}
.feedback .button {
	float: right;
	margin: 0px 17px 0px 0px;
	font-size: 10pt;
	width: auto;
}
.feedback .hover_img {
	width: 69px;
	height: 24px;
	padding: 0px;
	background: none;
	margin: 5px 0px 0px 17px;
}
.feedback .answer {
	padding-top: 20px;
	font-weight: bold;
}
/****** OTHER SERVICE ******/

.other_service {
	position: absolute;
	width: 129px;
	z-index: 998;
	display: none;
}
.other_service_div {
	background: url(../img/other_service_bg.png) left top repeat-y;
	width: 129px;
	clear: left;
}
.other_service_div div {
	background: url(../img/other_service_bg_top.gif) center top no-repeat;
	width: 129px;
	padding-top: 3px;
}
.other_service_div a:link,
.other_service_div a:visited,
.other_service_div a:active {
	text-decoration: none;
}
.other_service_div a:hover {
	text-decoration: none;
	color: #fff;
}
.other_service_div a span {
	color: #fff;
}
.other_service_div p {
	font-size: 10pt;
	margin: 0px 6px;
	padding: 0px 8px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.other_service_div p:hover {
	background: url(../img/btn_bg.gif) left center repeat-x;
}
.other_service img {
	float: left;
}
/****** MAIN MENU ******/

.main_menu_line {
	height: 83px;
	background: url(../img/main_menu_bg.gif) left top repeat-x;
}
.main_menu {
	height: 83px;
	background: url(../img/main_menu_left.gif) left top no-repeat;
	padding: 0px 0px 0px 9px;
}
.main_menu_top {
	height: 43px;
	padding: 8px 0px 0px 0px;
}
.header a.home_link:link,
.header a.home_link:visited,
.header a.home_link:active {
	text-decoration: none;
}
.header a.home_link:hover {
	text-decoration: none;
}
.hutor {
	float: left;
	height: 43px;
	margin: 0px 0px 0px 8px;
}
.hutor h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24pt;
	color: #fff;
	position: relative;
}
.hutor .shadow {
	color: #000;
	position: relative;
	top: -38px;
	left: -1px;
}
.user_panel {
	margin: 0px 0px 0px 250px;
	background: url(../img/user_panel_bg.gif) left top repeat-x;
	height: 40px;
}
.user_panel > div {
	background: url(../img/user_panel_left.gif) left top no-repeat;
	height: 36px;
	padding: 4px 0px 0px 4px;
}
.user_panel > div > img {
	float: left;
	position: relative;
	top: -4px;
	margin: 0px 4px 0px 0px;
}
.input {
	background: url(../img/user_panel_input_border.gif) left top repeat-x;
	height: 31px;
	padding: 2px 1px 1px 1px;
	width: 170px;
	float: left;
	margin: 0px 4px 0px 0px;
}
.input > div {
	background: url(../img/user_panel_input_bg.gif) left top repeat-x;
	height: 28px;
	line-height: 28px;
	font-size: 11pt;
	padding: 0px 5px;
	overflow: hidden;
}
.input > div > div {
	overflow: hidden;
}
.enter_reg {
	text-align: center;
}
.nickname {
	width: auto;
	max-width: 35%;
	min-width: 15%;
	text-align: center;
}
.search {
	width: 49%;
}
.search_login {
	width: 40%;
}
.input span {
	border-bottom: 1px dashed #000;
}
.input span:hover {
	cursor: pointer;
	border: none 0px;
}
.user_panel form > input {
	margin: 1px 0px 0px 0px;
	float: left;
}
.input input {
	font-size: 11pt;
	color: #000;
	height: 23px;
	background: none;
	border: none 0px;
	width: 98%;
	vertical-align: middle;
	line-height: 23px;
}
/*.input .yandex_search {
	background: url(../img/ysearch_small.gif) left center no-repeat;
}*/
.icon_block {
	float: left;
	height: 32px;
	margin: 8px 4px 0px 0px;
}
.icon_block a:link,
.icon_block a:visited,
.icon_block a:active {
	color: #fff;
	text-decoration: none;
}
.icon_block a:hover {
	color: #fff;
	text-decoration: none;
}
.icon_block div {
	float: left;
	font-size: 9pt;
	background: url(../img/user_panel_icon_bg.gif) left top repeat-x;
	height: 15px;
	line-height: 15px;
	padding: 0px 3px;
	color: #fff;
	margin: 2px 0px 0px 0px;
}
.icon_block .empty {
	background: none;
	color: #000;
}
.icon_block img {
	float: left;
}
.main_menu_bottom {
	height: 25px;
	margin: 5px 0px 0px 0px;
	font-size: 10pt;
	color: #fff;
	line-height: 25px;
}
.main_menu_bottom img {
	cursor: pointer;
}
.main_menu_bottom span {
	white-space: nowrap;
	padding: 5px 1%;
	margin: 0px 0px 0px 4%;
	margin: 0px 0px 0px 3%\0/;
}
.main_menu_bottom span:hover {
	cursor: pointer;
}
.main_menu_bottom span:hover strong {
	border: none;
}
.main_menu_bottom span strong {
	border-bottom: 1px dashed #FFF;
	font-weight: normal;
}
.main_menu_bottom a:link,
.main_menu_bottom a:visited,
.main_menu_bottom a:active {
	text-decoration: underline;
	color: #fff;
	padding: 5px 1%;
}
.main_menu_bottom a:hover {
	text-decoration: underline;
	color: #000;
	background: url(../img/main_menu_hover.gif) left top repeat-x;
}
.user_panel_end {
	position: relative;
	float: right;
	top: 2px;
	display: none;
}
/****** GRAPH ******/

.weather_info {
	height: 50px;
	margin: 10px 0px 0px 0px;
}
.weather_info div {
	float: left;
	text-align: center;
	padding: 0px 25px;
	font-size: 12pt;
}
.weather_info div span {
	color: #d04401;
	font-size: 20pt;
	line-height: 55px;
}
.v_line {
	float: left;
}
.city_date {
	line-height: 38px;
	margin: 0px 0px 0px 200px;
}
.left_block {
	background: url(../img/left_block_bg.jpg) left top no-repeat;
	float: left;
	padding: 0px 0px 0px 50px;
	margin: 22px 0px 0px 30px;
	clear: left;
}
.header_links {
	word-spacing: 4px;
	padding: 0px;
	margin: 0px;
	font-size: 14pt;
	color: #8d8d8d;
}
.header_links span {
	color: #d04300;
}
.header_links a:link,
.header_links a:visited,
.header_links a:active {
	color: #8d8d8d;
	text-decoration: underline;
}
.header_links a:hover {
	color: #d04300;
	text-decoration: none;
}
.header_desc {
	color: #8d8d8d;
	font-size: 9pt;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 250px;
}
.graph {
	background: url(../img/graph_bg.jpg) center 155px no-repeat;
	width: 972px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
.graph td {
	text-align: center;
	vertical-align: bottom;
	padding: 20px 0px;
}
.future_div {
	background-color: #fff;
	width: 960px;
	margin: 35px auto 0px auto;
}
.future {
	width: 100%;
}
.future tr th {
	padding: 5px 15px;
	font-size: 10pt;
	color: #3a3a3a;
	background-color: #fdebd9;
	border-bottom: 2px solid #fff;
}
.future tr td {
	background-color: #fff;
	padding: 5px 15px;
	font-size: 11pt;
	color: #3a3a3a;
	text-align: center;
	border-right: 2px solid #fdebd9;
	border-bottom: 1px solid #fdebd9;
}
.future tr:hover td {
	background-color: #f3fff3;
}
.future .tr_bg td {
	background-color: #DFF8D5;
}
/****** FOOTER ******/

.footer {
	background: url(../img/footer_bg.gif) left bottom repeat-x;
	height: 152px;
	max-width: 1375px;
}
.footer_pic {
	width: 305px;
	height: 152px;
	background: url(../img/footer_pic.jpg) left top no-repeat;
	float: left;
	margin: 0px 0px 0px 20px;
}
.footer_pic p {
	font-size: 7pt;
	float: right;
	padding: 137px 0px 0px 0px;
}
.counter {
	float: right;
	margin: 10px 10px 0px 0px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.counter:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.designen {
	float: right;
	clear: right;
	margin: 18px 30px 0px 0px;
}
.footer_content {
	margin: 0px 115px 0px 305px;
	padding-top: 52px;
}
.footer_content p {
	font-size: 9pt;
	line-height: 20px;
	color: #939393;
}
.footer_content p a:link,
.footer_content p a:visited,
.footer_content p a:active {
	color: #939393;
	text-decoration: none;
}
.footer_content p a:hover {
	color: #000;
	text-decoration: underline;
}