* {
	font-family: Tahoma, sans_serif;
	color: #000000;
    font-size: 14px;
}

body
{
	padding: 0px;
	margin: 0px;
	background-color: #f3f5f4;
	width: 100%;
    overflow-y:scroll;
*   overflow-y:auto;
}


a img 
{
	border: 0px;
}

a{
	color: #235d8b;	
}

a:hover{
	color: #346e8c;	
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    color: #0a2f6b;
    font-weight: normal;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.cb
{
    clear: both;
}


#main_layout
{
    width: 950px;
    margin: 0px auto 50px auto;

}

#head  #top
{
    position: relative;
    height: 134px;
}

#head  #top #logo
{
    position: absolute;
    top: 45px;
    left: 0px;
    width: 304px;
    height: 84px;   
}

#head  #top #language
{
    position: absolute;
    top: 20px;
    right: 0px;
    width: 300px;
    height: 20px;
    text-align: right;
}

#head  #top #language a
{
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #f3f5f4;
    padding: 3px;
}


#head  #top #language a:hover
{
    border: 1px solid #235d8b;
}

#head  #top #phones
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 300px;
    height: 40px;
    text-align: right;
    color: #467fbf;
    font-size: 30px;
}

#main_page_content
{
    width: 720px;
    float: left;
    
}

#main_page_leftside
{
    width: 220px;
    float: right;
    
}


#index_module 
{
	position: relative;
}

#menu 
{
	height: 40px;
	padding: 0px;
	margin: 0px 0px 4px 0px;
    background: url("/images/menu_bg.png");
    background-position: bottom left;
    background-repeat: repeat-x;
}

#menu .before 
{
    width: 20px;
    height: 29px;
    top: 11px;
    position: relative;
    background: url("/images/menu_left.png");
    background-position: top left;
    background-repeat: no-repeat;
}

#menu .after 
{
    width: 25px;
    height: 29px;
    top: 11px;
    position: relative;
    background: url("/images/menu_right.png");
    background-position: top right;
    background-repeat: no-repeat;
}


#menu .separator 
{
    width: 2px;
    height: 29px;
    top: 11px;
    position: relative;
    background: url("/images/menu_separator.png");
    background-position: top right;
    background-repeat: no-repeat;
}

#menu ul 
{
	height: 40px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	list-style: none;
    float: left;
}

#menu li 
{
	float: left;
	height: 29px;
	padding: 11px 12px 0px 12px;
    position: realative;
    background-repeat: repeat-x;
    background-position: left bottom;
    display: block;
}

#menu li.selected
{
	height: 39px;
    position: relative;
    padding: 0px 12px 0px 12px;
    background-image: url("/images/menu_sel_bg.png");
    background-position: top left;
    background-repeat: repeat-x; 
    cursor: pointer;
}

#menu li.selected:before
{
    content: "";
    position: absolute;
    display: block;
	height: 39px;
    width: 6px;
    top: 0px;
    left: 0px;
    background-image: url("/images/menu_sel_left.png");
    background-position: top left;
    background-repeat: no-repeat;
    cursor: pointer;
    
}

#menu li.selected:after
{
    content: "";
    position: absolute;
    display: block;
	height: 40px;
    width: 6px;
    top: 0px;
    right: 0px;
    background-image: url("/images/menu_sel_right.png");
    background-position: top right;
    background-repeat: no-repeat;
    cursor: pointer;
    
}

#menu a
{
	text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    top: 7px;
    position: relative;
    display: block;
}

#menu li.selected a
{
    top: 10px;
    position: relative;
    color: #fdef0b;
}




#slider{
	position: relative;
	width: 950px;
	height: 281px;
	overflow: hidden;
}

#slider_contenner{
	position: relative;
	width: 5000px;
	height: 281px;
	overflow: hidden;
}


div.slider
{
	display: inline; 
	position: absolute; 
	left: 0px;
    top: 0px;
	width: 950px;
	height: 281px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}



#slider_1
{
	background: url('/images/slider_1.jpg');
}

#slider_2 
{
	background: url('/images/slider_2.jpg');
}


#slider_3 
{
	background: url('/images/slider_3.jpg');
}


#slider_4
{
	background: url('/images/slider_4.jpg');
}



#under 
{
    height: 40px;
    background-image: url("/images/under_bg.png");
    margin-bottom: 10px;
}  

#under ul 
{
	height: 40px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	list-style: none;
    float: right;
}

#under li 
{
	float: left;
	height: 40px;
	padding: 0px 15px 0px 15px;
    position: relative;
    background-repeat: repeat-x;
    background-position: left top;
    display: block;
    background-image: url("/images/under_item.png");
    background-position: top left;
    background-repeat: repeat-x;
    
}

#under li:before 
{
    content: "";
    position: absolute;
    display: block;
	height: 40px;
    width: 4px;
    top: 0px;
    left: 0px;
    background-image: url("/images/under_item_left.png");
    background-position: top left;
    background-repeat: no-repeat;
}

#under li:after 
{
    content: "";
    position: absolute;
    display: block;
	height: 40px;
    width: 4px;
    top: 0px;
    right: 0px;
    background-image: url("/images/under_item_right.png");
    background-position: top left;
    background-repeat: no-repeat;
}

#under li.selected
{
    background-image: url("/images/under_hov.png");
    
}

#under li.selected:before 
{
    background-image: url("/images/under_hov_left.png");
}

#under li.selected:after 
{
  
    background-image: url("/images/under_hov_right.png");
}

#under li a
{
    margin-top: 10px;
    display: block;
    color: #ffffff;
    text-decoration: none;
}
#under li.selected a
{
    color: #baff00;
}


#under .before 
{
    width: 50px;
	height: 40px;
    background: url("/images/under_left.png");
    background-position: top left;
    background-repeat: no-repeat;
}

#under .after 
{
    width: 50px;
	height: 40px;
    background: url("/images/under_right.png");
    background-position: top right;
    background-repeat: no-repeat;
}

#under .prepend 
{
    margin-top: 10px;
    display: block;
    text-decoration: none;
    color: #cbcbcc;
}

#footer 
{
    height: 40px;
    background: url("/images/bottom_bg.png");
    margin-bottom: 40px;
    margin-top: 40px;
}

#footer  .before
{
    background: url("/images/bottom_left.png");
    width: 6px;
    height: 40px;
}

#footer  .after
{
    background: url("/images/bottom_right.png");
    width: 6px;
    height: 40px;
}

#footer .copyright {
    padding: 10px 20px 0px 20px;
    color: #ffffff;
}


#footer .copyright a{
    color: #7bffde;
}

.mb 
{
    position: relative;
    border: 1px solid #2264a5;
}

.mb:before 
{
    content: "";
    position: absolute;
    display: block;
	height: 6px;
    width: 6px;
    top: -1px;
    left: -1px;
    background-image: url("/images/bord_tr.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.mb:after 
{
    content: "";
    position: absolute;
    display: block;
	height: 6px;
    width: 6px;
    top: -1px;
    right: -1px;
    background-image: url("/images/bord_tl.png");
    background-position: top left;
    background-repeat: no-repeat;
}



.ex
{
    position: relative;
    padding-bottom: 1px;
}

.ex:before 
{
    content: "";
    position: absolute;
    display: block;
	height: 6px;
    width: 6px;
    bottom: -1px;
    left: -1px;
    background-image: url("/images/bord_bl.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}

.ex:after 
{
    content: "";
    position: absolute;
    display: block;
	height: 6px;
    width: 6px;
    bottom: -1px;
    right: -1px;
    background-image: url("/images/bord_br.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}

.mb .head
{
    height: 38px;
    background-image: url("/images/plah.png");
    background-position: top left;
    background-repeat: repeat-x;   
}

.mb .head h2
{
    color: #000000;
    position: relative;
    top: 8px;
    padding-left: 12px;
    font-size: 16px;
}

.mb .head h2.extra
{
    position: absolute;
    display: block;
    color: #ffffff;
    top: 7px;
    left: -1px;
}


hr.myhr {
    border: 0px;
    margin: 10px 0px;
    padding: 0px;
    border-top: 1px solid #2264a5;
}

ul.service_menu {
    margin: 0px;
    padding: 10px;
    list-style-type: none;
}

div.service_menu {
    background-color: #e7ebf4;
}

ul.service_menu li {

    display: block;
    margin-bottom: 2px;
}

ul.service_menu li a{
    color: #253645;
    display: block;
    padding: 5px 5px 5px 22px;
    background-color: #d8ddea;
    text-decoration: none;
    position: relative;
}


ul.service_menu li a:hover{
    color: #baff00;
    background-color: #0a2f6b;
}

ul.service_menu li a:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 10px;
    left: 7px;
    background-image: url("/images/arr.png");
}


.gallery_items {
    
}

.gallery_items .item {
    width: 200px;
    height: 200px;
    margin: 10px;
    float: left;
    vertical-align: middle;
    line-height: 200px;
}

.gallery_items .item image {
    vertical-align: middle;
}

.inform {
    padding: 10px 10px 10px 10px;
}

.inform .upform {
    position: absolute;
    top: -12px;
    left: 10px;
    font-size: 16px;
    background-color: #f3f5f4;
    padding: 0px 5px;
    font-weight: bold;
}

.bblock
{
    margin-top: 20px;
}

.imptbl 
{
}


.imptbl .label
{
    width: 140px;
    text-align: right;
}

.imptbl .field
{
    width: 180px;
}

.std_imp {
    width: 170px;
}

.blue{
    color: #1f6394;
}

.siren {
    color: #440065;
}

.multitabs {
    display: block;
    position: absolute;
    top: -30px;
    left: -1px;
    list-style: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

.multitabs li{

    display: block;
    float: left;
    left: 0px;
    width: 156px;
    height: 35px;
    background-image: url('/images/tabs_b.png');
    cursor: pointer;
    position: relative;
    margin: 0px 4px 0px 0px;
    padding: 0px;
}

.multitabs li.first{

    background-image: url('/images/tabs_b_f.png');
}

.multitabs li.selected{
    margin: 0px 4px 0px 0px;
    padding: 0xp;
    display: block;
    float: left;
    width: 156px;
    height: 35px;
    background-image: url('/images/tabs_w.png');
}

.multitabs li.selected.first{

    background-image: url('/images/tabs_w_f.png');
}

.multitabs li span {
    position: relative;
    top: 7px;
    left: 15px;
    font-weight: bold;
    color: #ffffff;
}

.multitabs li.selected span {
    color: #1c538e;
 }


 .multitabs li img {
    position: absolute;
    top: 6px;
    right: 10px;
    border: 0px;
 }
 
 .captt {
    color: #dc7a12;
    font-weight: bold;
    
 }

 .impla {
    width: 140px;
 }
 
 
 
 
 /* Стили для jQuery UI Datepicker */
#datepicker_div, .datepicker_inline {
	padding: 0;
	margin: 0;
	background: #DDD;
	width: 185px;
}
#datepicker_div {
	display: none;
	border: 1px solid #2264a5;
	z-index: 10;
}
.datepicker_inline {
	float: left;
	display: block;
	border: 0;
}
.datepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #DDD !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	padding: 2px;
	background: #DDD;
	color: #000;
}
*html .datepicker_prompt {
	width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #FFF;
}
.datepicker_control {
	background: #a5ceed;
	padding: 2px 0px;
}
.datepicker_links {
	background: #a5ceed;
	padding: 2px 0px;
}
.datepicker_control, .datepicker_links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.datepicker_links label {
	padding: 2px 5px;
	color: #888;
}
.datepicker_clear, .datepicker_prev {
	float: left;
	width: 34%;
}
.datepicker_current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepicker_close, .datepicker_next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepicker_header {
	padding: 1px 0 3px;
	background: #2061a4;
	text-align: center;
	font-weight: bold;
}
.datepicker_header select {
}
.datepicker {
	background: #CCC;
	text-align: center;
	font-size: 100%;
}
.datepicker a {
	display: block;
	width: 100%;
}
.datepicker .datepicker_titleRow {
	background: #66a5d4;
	color: #000;
}
.datepicker .datepicker_daysRow {
	background: #FFF;
	color: #666;
}
.datepicker_weekCol {
	background: #66a5d4;
	color: #000;
}
.datepicker .datepicker_daysCell {
	color: #000;
	border: 1px solid #DDD;
}
#datepicker .datepicker_daysCell a {
	display: block;
}
.datepicker .datepicker_weekEndCell {
	background: #a5ceed;
}
.datepicker .datepicker_daysCellOver {
	background: #FFF;
	border: 1px solid #777;
}
.datepicker .datepicker_unselectable {
	color: #888;
}
.datepicker_today {
	background: #66a5d4 !important;
}
.datepicker_currentDay {
	background: #70abd7 !important;
}
#datepicker_div a, .datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.datepicker_inline .datepicker_links a {
	padding: 0 5px !important;
}
.datepicker_control a, .datepicker_links a {
	padding: 2px 5px !important;
	color: #000 !important;
}
.datepicker_titleRow a {
	color: #000 !important;
}
.datepicker_control a:hover {
	background: #a5ceed !important;
	color: #333 !important;
}
.datepicker_links a:hover, .datepicker_titleRow a:hover {
	background: #FFF !important;
	color: #333 !important;
}
.datepicker_multi .datepicker {
	border: 1px solid #70abd7;
}
.datepicker_oneMonth {
	float: left;
	width: 185px;
}
.datepicker_newRow {
	clear: left;
}
.datepicker_cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}
/* Стили для jQuery UI Datepicker */