HTML {
	height: 100%;
}

BODY {
	height: 100%;
}

#page {
	position: relative;
	min-height:100%;
}

#header {
	position: relative;
	height: 353px;
}
#h_left {
	position: relative;
	float: left;
	height: 353px;
	width: 658px;
	background-image: url('/img/l1_1.jpg');
	background-repeat: no-repeat;
}
#h_right {
	position: relative;
	height: 353px;
	background-image: url('/img/l1_2.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
#header_small {
	position: relative;
	height: 100px;
}
#h_small_left {
	position: relative;
	float: left;
	height: 100px;
	width: 777px;
	background-image: url('/img/l1_small_1.jpg');
	background-repeat: no-repeat;
}
#h_small_right {
	position: relative;
	height: 100px;
	background-image: url('/img/l1_small_2.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
#l_logo {
	position: absolute;
	z-index: 90;
	height: 65px;
	width: 190px;
	top: 27px;
	left: 20px;
}
#l_auto_select {
	position: absolute;
	z-index: 90;
	width: 280px;
	height: 130px;
	bottom: 5px;
	right: 90px;
}
.l_auto_select_btn {
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	margin-top: 38px;
	cursor: pointer;
	cursor: hand;
}
#l_auto_select_prev {
	background-image: url('/img/l_arr.png');
}
#l_auto_select_next {
	background-image: url('/img/r_arr.png');
}
#l_auto_select_cur {
	position: relative;
	float: left;
	width: 210px;
	height: 100px;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
	cursor: hand;
}
#l_auto_select_cur_text {
	position: relative;
	text-align: center;
	width: 280px;
	height: 30px;
	clear: both
	/*top: 100px;
	left: 0px;*/
}
#l_top_links {
	position: absolute;
	width: 267px;
	height: 27px;
	top: 10px;
	right: 20px;
}
#l_top_links .links {
	position: relative;
	float:left;
	overflow: hidden;
	height: 27px;
	width: 127px;
	background-color: #0081b4;
}
#l_top_links .links .text {
	position: relative;
	float:left;
	font-size: 11px;
	padding: 6px 5px 5px 6px;
}
#l_top_links .links .sep {
	position: relative;
	float:left;
	width: 1px;
	height: 27px;
	background-image: url('/img/bg_line_v.gif');
}
#l_top_links A, #l_top_links A:link, #l_top_links A:visited {
	color: #afe7fa;
	text-decoration: underline;
	font-size: 11px;
}
#l_top_links A:hover {
	color: #afe7fa;
	text-decoration: none;
	font-size: 11px;
}
#l_top_links .city,
#l_top_links .city .arrow,
#l_top_links .city .arr,
#l_top_links .city .value {
	position: relative;
	float:left;
	overflow: hidden;
	height: 27px;
}
#l_top_links .city {
	width: 140px;
	background-color: #000000;
}
#l_top_links .city .arrow {
	width: 48px;
	background: transparent url("/img/top_arrow.gif") no-repeat 0px 0px;
}
#l_top_links .city .arr {
	width: 14px;
	background: transparent url("/img/top_arrow.gif") no-repeat -48px 0px;
	cursor: pointer;
	cursor: hand;
}
#l_top_links .city .value {
	width: 72px;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 12px;
	padding: 6px 0px 0px 6px;
	height: 21px;
}
#l_top_links .city_list {
	position: absolute;
	visibility: hidden;
	right: 0px;
	top: 27px;
	width: 92px;
	background-color: #000000;
}
#l_top_links .city_list DIV {
	position: relative;
	padding: 6px;
	color: #FFFFFF;
	font-size: 12px;
}
#l_top_links .city_list DIV A,
#l_top_links .city_list DIV A:hover,
#l_top_links .city_list DIV A:visited {
	color: #FFFFFF;
	font-size: 12px;
}
#l_top_links .city_list DIV A:hover {
	text-decoration: none;
}
#l_news_top {
	position: absolute;
	display: block;
	width: 330px;
	height: 155px;
	top: 65px;
	left: 650px;
}

#menu {
	position: relative;
	height: 37px;
	padding: 40px 40px 43px 80px;
}
#menu .menu_cont {
	position: relative;
}
#menu .menu_cont A, #menu .menu_cont A:link, #menu .menu_cont A:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	line-height: 12px;
}
#menu .menu_cont A:hover {
	line-height: 12px;
	text-decoration: none;
}
#menu .menu_cont .border {
	position: relative;
	float: left;
	width: 2px;
	height: 37px;
	background-image: url('/img/menu_b.gif');
	background-repeat: no-repeat;
}
#menu .menu_cont .sep {
	position: relative;
	float: left;
	width: 1px;
	height: 37px;
	background-image: url('/img/menu_sep.gif');
}
#menu .menu_cont .item {
	position: relative;
	float: left;
	line-height: 12px;
	height: 12px;
	background-color: #a3bcd1;
	background-image: url('/img/menu_i.gif');
	background-repeat: repeat-x;
	padding: 12px 15px 13px 15px;
}
#menu .menu_cont .item_sel {
	position: relative;
	float: left;
	line-height: 12px;
	height: 12px;
	background-color: #a3bcd1;
	background-image: url('/img/menu_s.gif');
	background-position: center;
	background-repeat: repeat-x;
	padding: 12px 15px 13px 15px;
}
#menu .menu_cont .item_sel_l {
	position: relative;
	float: left;
	width: 3px;
	height: 37px;
	background-image: url('/img/menu_s_l.gif');
}
#menu .menu_cont .item_sel_r {
	position: relative;
	float: left;
	width: 3px;
	height: 37px;
	background-image: url('/img/menu_s_r.gif');
}

#content {
	position: relative;
	clear: both;
}
.cont_left {
	width: 230px;
	padding: 10px 20px 20px 30px;
}
.cont_center {
	padding: 10px 30px 20px 10px;
}

#footer_padding {	height: 178px; position:relative; clear:both;}
#footer {
	position: absolute;
	height: 176px;
	background-image: url('/img/foot_bg.jpg');
	background-position: bottom right;
	background-repeat: repeat-x;
	bottom: 0px;
	width:100%;
}
#footer_auto {
	position: absolute;
	width: 363px;
	height: 176px;
	bottom: 0px;
	right: 0px;
	background-image: url('/img/foot_auto.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}
#footer_phones {
	position: absolute;
	width: 156px;
	height: 55px;
	bottom: 75px;
	right: 370px;
	background-image: url('/ud/_new/phones.gif');
	background-repeat: no-repeat;
}

.search_frm {
	position: relative;
	height: 60px;
}
.search_input {
	position: absolute;
	top: 0px;
	left: 26px;
	width: 140px;
	height: 18px;
	font-size: 12px;
	border: 1px solid #9fb9c7;
	color: #9fb9c7;
	padding: 2px 4px 0px 4px;
}

.search_btn {
	position: absolute;
	top: 0px;
	left: 168px;
	width: 42px;
	height: 40px;
	border: 0px;
	
}


/**
* BLOCKS
*/
.block_news_top UL {
	list-style-image: url('/img/li.gif');
	list-style-position: outide;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.block_news_top UL LI {
	margin-bottom: 10px;
	font-size: 11px;
}
.block_news_top UL LI A {
	font-weight: bolder;
	font-size: 11px;
}

.block_news {
	padding: 20px 0px 20px 0px;
}

.block_anon {
	position: relative;
	background-color: #a3bcd1;
	padding: 10px;
	font-size: 12px;
	color: #FFFFFF;
}
.block_anon A, .block_anon A:link, .block_anon A:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}
.block_anon A:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}


.menu_bottom {
	position: relative;
	width: 40%;
	padding: 50px 0px 0px 40px;
	font-size: 11px;
	color: #030303;
	line-height: 20px;
	clear: both;
}
.menu_bottom A, .menu_bottom A:link, .menu_bottom A:visited {
	color: #030303;
	font-size: 11px;
	text-decoration: underline;
}
.menu_bottom A:hover {
	color: #030303;
	font-size: 11px;
	text-decoration: none;
}

.footer_text {
	position: absolute;
	z-index: 97;
	left: 60px;
	bottom: 20px;
	width: 700px;
	height: 42px;
	font-size: 11px;
	color: #0081b4;
	line-height: 14px;
	clear: both;
}
.footer_text A, .footer_text A:link, .footer_text A:visited {
	color: #0081b4;
	font-size: 11px;
	text-decoration: underline;
}
.footer_text A:hover {
	color: #0081b4;
	font-size: 11px;
	text-decoration: none;
}

#footer_counter {
	position: absolute;
	width: 88px;
	height: 31px;
	bottom: 0px;
	right: 0px;
}
#counter {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 0px;
	top: 0px;
	display: none;
}

#way_line {
	font-size: 10px;
	line-height: 10px;
}
#way_line H4, .way_line H4 A, .way_line H4 A:visited {
	display: inline;
	font-size: 10px;
	font-weight: normal;
	margin-right: 10px;
}
.way_arr {
	width: 16px;
	height: 5px;
	margin: 0px 10px 0px 0px;
}
#submenu {
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 12px;
}

