HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, TT, VAR, B, U, I, CENTER, DL, DT, DD, UL, OL, LI, FIELDSET, FORM, LABEL, LEGEND, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

ul.niceList {
	display: block;
	margin-left:0em; 
	padding-left:0.2em; 
	margin-bottom:1em;
}
ul.niceList li {
	display: block;
	background:url(bullet.gif) 0em 0.5em no-repeat;
	padding-left: 0.8em; 
	list-style: none;
}
.niceList ul li {
	display: block;
	background-image:url(bullet_child.gif);
}
 
ol.niceList li, ul.niceList li {
	margin-bottom:0.5em;
}
 
ol.niceList {
	margin-left:1.5em; 
	padding-left:0px; 
}
.niceList ol li { 
	list-style:decimal; 
	background-image:none; 
	padding-left:0em; 
}

BLOCKQUOTE, Q
{
	quotes: none;
}
:focus
{
	outline: 0;
}
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
HTML
{
	height: 100%;
}
BODY
{
	font: 13px/18px Arial, Tahoma, Verdana, sans-serif;
	color: #223462;
	width: 100%;
	height: 100%;
	line-height: 150%;
	background: url(../images/body_bg.png);
}
A
{
	color: #C94700;
	outline: none;
	text-decoration: underline;
}
A:hover
{
	color: #F36518;
	text-decoration: none;
}
A.pseudo
{
	font-size: 14px;
	color: #C94700;
	text-decoration: none;
	border-bottom: 1px dashed #C94700;
	cursor: pointer;
}
A.pseudo:hover
{
	color: #F36518;
	border-bottom: none;
}
P
{
	margin: 0 0 18px;
}
IMG
{
	border: none;
	text-decoration: none;
}
INPUT
{
	vertical-align: middle;
}
#wrapper
{
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-left: 1px solid #6B8E23;
	border-right: 1px solid #6B8E23;
	background: White;
	
	-moz-box-shadow: #4A603C 0 4px 15px;
	-webkit-box-shadow: #4A603C 0 4px 15px;
	-khtml-box-shadow: #4A603C 0 4px 15px;
	box-shadow: #4A603C 0 4px 15px;
}
#header
{
	height: 123px;
	background: #FFE680;
	background-image: url(../images/head_bg.png);
}
#logo
{
	z-index: 100;
	height: 154px !important;
	width: 368px !important;
	position: absolute;
	top: 0px;
	background: url(../images/logo.png);
}
#LocalResources
{
	position: absolute;
	z-index: 1000;
	top: 0px;
	margin-left: 427px;
	height: 50px;
	background: transparent;
}

#SocialShare
{
	position: absolute;
	z-index: 1000;
	top: 10px;
	margin-left: 808px;
	background: transparent;
}

/*** Menu ***/
#menu
{
	position: absolute;
	z-index: 101;
	height: 35px;
	width: auto;
	min-width: 500px !important;
	margin-top: 83px;
	margin-left: 428px;
}
#menu A
{
	font-size: 14px;
	color: #0E3C60;
	border-bottom: 1px solid #0E3C60;
	text-decoration: none;
}
#menu A:hover
{
	color: #FFFFFF;
	border-bottom: none;
}
#menu A.pseudo
{
	font-size: 14px;
	color: #0E3C60;
	text-decoration: none;
	border-bottom: 1px dashed #0E3C60;
}
#menu A.pseudo:hover
{
	color: #FFFFFF;
	border-bottom: none;
}
#menu .left_crnr
{
	float: left;
	width: 5px;
	height: 35px;
	background: url(../images/menu_border_left.png) no-repeat;
}

#menu UL.main_part
{
	display: block;
	float: left;
	height: 35px;
}
#menu LI.item
{
	padding: 8px;
	background: url(../images/menu_bg.png) repeat-x left;
	display: block;
	float: left;
}
#menu LI.item:hover
{
	background: url(../images/menu_bg_hover.png) repeat-x left;
}
#menu LI.item_hover
{
	padding: 8px;
	background: url(../images/menu_bg_hover.png) repeat-x left;
	display: block;
	float: left;
}
#menu LI.separator
{
	height: 35px;
	width: 1px;
	background: url(../images/menu_separator.png) no-repeat;
	display: block;
	float: left;
}
#menu .right_crnr
{
	display: block;
	float: left;
	width: 5px;
	height: 35px;
	background: url(../images/menu_border_right.png) no-repeat;
}

ul.menu_00
{
	display: block;
	position: absolute;
    z-index: 102;
	width: 175px;
	height: auto;
	margin-top: 34px;
	margin-left: 5px;
	background: #E98826;
	background-image: url(../images/menu_submenu_bg.png);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
    display: block;
}
ul.menu_00 li
{
	display: block;
	clear: both;
	padding: 5px 10px;
	background:url(../images/submenu_arrow.gif) 7px 11px no-repeat;
	padding-left: 15px; 
	list-style: none;
}

ul.menu_01
{
	display: block;
	position: absolute;
	width: 175px;
	height: auto;
	margin-top: 34px;
	margin-left: 101px;
	background: #E98826;
	background-image: url(../images/menu_submenu_bg.png);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
    display: block;
}
ul.menu_01 li
{
	display: block;
	clear: both;
	padding: 5px 10px;
	background:url(../images/submenu_arrow.gif) 7px 11px no-repeat;
	padding-left: 15px; 
	list-style: none;
}

ul.menu_02
{
	display: block;
	position: absolute;
	width: 175px;
	height: auto;
	margin-top: 34px;
	margin-left: 181px;
	background: #E98826;
	background-image: url(../images/menu_submenu_bg.png);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

ul.menu_02 li
{
	display: block;
	clear: both;
	padding: 5px 10px;
    background:url(../images/submenu_arrow.gif) 7px 11px no-repeat;
	padding-left: 15px; 
	list-style: none;
}

ul.menu_03
{
	display: block;
	position: absolute;
	width: 175px;
	height: auto;
	margin-top: 34px;
	margin-left: 252px;
	background: #E98826;
	background-image: url(../images/menu_submenu_bg.png);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

ul.menu_03 li
{
	display: block;
	clear: both;
	padding: 5px 10px;
    background:url(../images/submenu_arrow.gif) 7px 11px no-repeat;
	padding-left: 15px; 
	list-style: none;
}

#menu_00 A, #menu_01 A, #menu_02 A, #menu_03 A
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	border: none;
}
#menu_00 A:hover, #menu_01 A:hover, #menu_02 A:hover, #menu_03 A:hover
{
	text-decoration: none;
}
/*** Middle ***/
#middle
{
	width: 100%;
	padding: 0 0 72px;
	height: 1%;
}
#middle:after
{
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container
{
	width: 100%;
	float: left;
	overflow: hidden;
}
#content
{
	padding: 0 318px 0 0;
}
#content .text
{
	padding: 50px 30px 30px 30px;
}

H2
{
	font-size: 16px;
	color: #2E3092;
	margin-bottom: 10px;
}
H3
{
	font-size: 14px;
	color: #2E3092;
	margin-bottom: 10px;
}
/*** Sidebar ***/
.sr
{
	float: left;
	margin-right: -3px;
	width: 318px;
	margin-left: -318px;
	position: relative;
}
.sr .block_top
{
	width: 280px;
	height: 6px;
	background: url(../images/right_block_top.png) no-repeat top;
}
.sr .block_bottom
{
	width: 280px;
	height: 4px;
	background: url(../images/right_block_bottom.png) no-repeat top;
}
.sr .block_main
{
	width: 280px;
	height: auto;
	background: url(../images/right_block_bg.png) repeat-y top;
}
.sr .block_main .text
{
	padding: 10px 5px;
}
.sr .title a
{
	font-size: 16px;
	font-weight: bolder;
	color: #28699C;
}
#news
{
	width: 285px;
}
.news_date
{
	padding-left: 12px;
	background: url(../images/news_item.png) no-repeat left;
	font-size: 10px;
	color: #28699C;
}
#news span.news_title
{
	font-size: 13px;
	color: #1B5D91;
	font-weight: bolder;
}

#news .separator
{
	width: 280px;
	height: 3px;
	margin: 10px 0;
	background: url(../images/news_separator.png) no-repeat;
}
/*** Footer ***/
#footer
{
	width: 1000px;
	margin: -72px auto 0;
	height: 72px;
	background: #BFF08E;
	background-image: url(../images/foot_bg.png);
	border-bottom: 1px solid #6B8E23;
}
#footer .left
{
	width: 682px;
	float: left;
}
#footer .right
{
	width: 318px;
	float: left;
	text-align: right;
	color: #666666;
}
.hidden
{
	display: none;
}
.shown
{
	display: block;
}
.shown_serv
{
	display: block;
	border: 1px dotted #FFD4AA;
	background: #FEF1DA;
	padding: 5px;
	margin-bottom: 20px;
}

.thumbnails
{
	text-align: center;
}
.thumbnail
{
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.thumbnail .r
{
	width: auto;
	float: left;
}

.social{
	margin-top: 5px;
}

.social_block{
	float: left;
	width: 140px;
}

select#addr_list {
	height: 30px;
	font-size: 20px;
	line-height: 20px;
	padding: 2px;
}

div#addr_block{
	margin: 20px 0;
	font-size: 20px;
	line-height: 24px;
	width: 100%;
	text-align: center;
}

select#cp_list {
	height: 30px;
	font-size: 20px;
	line-height: 20px;
	padding: 2px;
}

div#cp_block{
	margin: 20px 0;
	font-size: 20px;
	line-height: 24px;
	width: 100%;
	text-align: center;
}

table.tarifs td{
    border: 1px solid Gray;
}

span.time{
    font-size: 16px;
}

span.time img{
    margin-bottom: -10px;
}

#modal_window_button{
    cursor: pointer;
}

#modal_window_bg{
    left:0px;
    top: 0px;
    position: fixed;
    z-index: 200;
    background: Black;
    width: 100% !important;
    height: 100% !important;
    
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
    
    display:none;
}

#modal_window{
    position: fixed;
    z-index: 201;
    width: 90%;
    height: 90%;
    top: 0px;
    left: 0px;
    margin: 5%;
    display:none;
    background: White;
    border: 1px solid #d7d7d7;
    
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    
    -moz-box-shadow: 0 0 10px White;
    -webkit-box-shadow: 0 0 10px White;
    box-shadow: 0 0 10px White;
}

#modal_window_close{
    position: absolute;
    z-index: 201;
    right: 0px;
    margin: -20px -20px 0 0;
}

#modal_window .container{
    width: auto;
    height: 94%;
    padding: 20px;
    overflow: scroll;
}

#modal_window .bukva{
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    background: url(../images/telephone_alpha_bg.png) no-repeat top left;
    text-align: center;
}

#modal_window .bukva_active{
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    background: url(../images/telephone_alpha_bg_active.png) no-repeat top left;
    color: White;
    font-weight: bold;
    text-align: center;
}

#modal_window .bukva div{
    padding: 3px 0 0 0;
}

#modal_window .bukva_active div{
    padding: 3px 0 0 0;
}

#modal_window table{
    color: Black;
}

#modal_window table tr:nth-child(even)
{
    background: White;
}
#modal_window table tr:nth-child(odd)
{
    background: #FAF2B9;
}

.cleaner{
    clear: both;
}
