html, body
{
	height:100%;
	margin: 0px; 
	padding: 0px;
}

body
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #141515;
	background: #b7bcc7;
}

a
{
	color: #003263;
	text-decoration: underline;
	cursor: pointer;
	outline: none;
}

a:hover
{
	text-decoration: none;
}

img, table
{
	border-style: none; 
}

table
{
	border-collapse: collapse;
}

div, form
{
	margin: 0px;
	padding: 0px;
}

textarea, button, input, label
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	outline: none;
}

* HTML #main 
{
	height: 100%;	
}

html>body #main 
{
	height: auto;
}

.input {height: 20px; overflow: hidden;}
.input div {background: #fff; border: 1px solid #c1c3c4; height: 18px; overflow: hidden; padding: 0px 5px 0px 5px;}
.input input {background: transparent; width: 100%; border: 0px; display: block; padding: 2px 0px 3px 0px; //padding-top: 1px; margin: 0px; outline: none; font-size: 12px; color: #000;}
.input input::-webkit-input-placeholder {color: #000;}

.textarea div {background: #fff; border: 1px solid #c1c3c4; zoom: 1; padding: 2px 5px 2px 5px;}
.textarea textarea {background: transparent; width: 100%; padding: 0px; margin: 0px; border: 0px; resize: none; outline: none; font-size: 12px; color: #000; display: block;}

.btn {background: url(/images/btn_side.gif) left top no-repeat; float: left; height: 24px; color: #f2eee9; text-decoration: underline; cursor: pointer; position: relative; overflow: hidden; font-size: 13px; line-height: 23px; display: block;}
.btn span {background: url(/images/btn_side.gif) right top no-repeat; float: left; padding: 0px 1px 0px 1px; height: 24px; display: block; text-align: center;}
.btn span span {background: url(/images/btn_bg.gif) left top repeat-x; float: left; height: 24px; padding: 0px 34px 0px 34px;}
.btn button {background: transparent; position:absolute; top:0; left:0; width:100%; height:100%; border:none; color: #fff; margin: 0px; padding: 0px; float: left; cursor: pointer; display: block; background: url(/images/px.gif) left top;}
/* ################# MAIN STRUCTURE ###################### */
#main
{
	background: url(/images/main_bg.jpg) center top no-repeat;
	height: 100%;
	min-height: 100%;
	text-align: left;
}

.main_content
{
	width: 1002px;
	margin: 0 auto;
	background: url(/images/main_cont_lf.gif) left top repeat-y #fff;
}

.main_content .main_content_rt
{
	background: url(/images/main_cont_rt.gif) right top repeat-y;
}

.main_content .main_content_bt
{
	background: url(/images/main_cont_bt.gif) left bottom repeat-x;
}

.main_content .main_content_btl
{
	background: url(/images/main_cont_btl.gif) left bottom no-repeat;
}

.main_content .main_content_btr
{
	background: url(/images/main_cont_btr.gif) right bottom no-repeat;
	padding: 0px 9px 9px 9px;
	zoom: 1;
}

/* ################# HEADER ###################### */
#header
{
	background: url(/images/h_und_bt.gif) left bottom repeat-x;	
}

#header .inn1
{
	background: url(/images/px_gray.gif) left top repeat-y;
}

#header .inn2
{
	background: url(/images/px_gray.gif) right top repeat-y;
}

#header .inn3
{
	background: url(/images/h_lf.gif) left bottom no-repeat;
}

#header .inn4
{
	background: url(/images/h_rt.gif) right bottom no-repeat;
	padding: 0px 7px 7px 7px;
	zoom: 1;
}

.index #header .inn4 {padding: 0px 7px 12px 7px;}

#header_inn
{
	height: 97px;
	background: url(/images/header_bg.jpg) left top no-repeat;
	padding: 0px 10px 0px 10px;
	position: relative;
	border-bottom: 1px solid #819baf;
}

.index #header
{
	background: url(/images/h_index_und_bt.gif) left bottom repeat-x;	
}

.index #header .inn3
{
	background: url(/images/h_index_lf.gif) left bottom no-repeat;
}

.index #header .inn4
{
	background: url(/images/h_index_rt.gif) right bottom no-repeat;
}

.index #header_inn
{
	border-bottom: 22px solid #003263;
	margin: 0px 0px 1px 0px;
}

#logo
{
	left: 28px;
	top: 9px;
	position: absolute;
}

.search_bl
{
	width: 203px;
	position: absolute;
	right: 32px;
	top: 23px;
}

.search_bl .inn
{
	position: relative;
	zoom: 1;
}

.input_sch {background: url(/images/input_sch_rt.gif) right top no-repeat; height: 26px; overflow: hidden;}
.input_sch div {background: url(/images/input_sch_lf.gif) left top no-repeat; height: 26px; overflow: hidden; padding: 0px 2px 0px 2px;}
.input_sch div div {background: url(/images/input_sch_bg.gif) left top repeat-x; height: 26px; overflow: hidden; padding: 0px 70px 0px 7px;}
.input_sch input {background: transparent; width: 100%; border: 0px; display: block; padding: 5px 0px 6px 0px; //padding-top: 4px; margin: 0px; outline: none; font-size: 13px; color: #111010;}

.search_bl .btn_submit
{
	background: url(/images/btn_sch.gif) left top no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 67px;
	height: 26px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.meta_nav
{
	position: absolute;
	left: 483px;
	top: 33px;
	float: left;
	width: 200px;
}

.meta_nav ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0px;
	line-height: 0px;
	float: left;
}

.meta_nav ul li
{
	margin: 0px;
	padding: 0px;
	float: left;
}

.meta_nav .glue
{
	padding: 0px 28px 0px 28px; 
	margin: -2px 0px 0px 0px;
	font-size: 0px;
	line-height: 0px;
}

.meta_nav .glue div
{
	width: 1px;
	height: 13px;
	background-color: #fff;
}

.top_menu
{
	color: #f6f8f8;
	font: 12px Tahoma;
	text-shadow: 1px 1px 0px #203c56;
	background: url(/images/tpm_bg.gif) left top no-repeat;
	padding: 17px 0px 1px 22px;
	margin: 0px 0px 0px 449px;
	position: relative;
	top: 50px;
	zoom: 1;
}

.top_menu a
{
	color: #f6f8f8;
	text-decoration: none;
}

.top_menu a:hover
{
	text-decoration: underline;
}

.top_menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

.top_menu ul li
{
	padding: 0px;
	margin: 0px;
	float: left;
}

.top_menu ul .glue
{
	background: url(/images/tpm_glue.gif) left top no-repeat;
	width: 2px;
	height: 14px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 10px 0px 10px;
	position: relative;
	top: 1px;
	padding: 0px;
}

.top_menu ul .active, .top_menu ul .active a
{
	color: #fff99b;
}

#main_img {
	height: 293px;
	margin: 0 0 7px 0;
	overflow: hidden;
	position: relative;
}

.main_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 293px;
	display: none;
	z-index: 1;
}

.main_img_header {
	display: block;
	margin: 0 0 -10px 0;
}

.main_img_text {
	position: absolute;
	top: 20px;
	left: 44px;
	color: #feffff;
	font: 15px/18px Tahoma;
}

#main_img1 .main_img_text, #main_img2 .main_img_text, #main_img3 .main_img_text, #main_img4 .main_img_text {
	top: 47px;
	left: 66px;
}

.main_img_link {
	display: block;
	font-size: 12px;
	background: url(/images/ico_link_full.gif) 4px 2px no-repeat;
	height: 22px;
	line-height: 20px;
	color: #feffff;
	margin: 20px 0 0 0;
	padding: 0 0 0 26px;
}

.bg {padding: 1px 0 0 0;}

.index .bg {padding: 0;}

.cat_menu
{
	font: 14px Tahoma;
	color: #f6f8f8;
	position: relative;
	margin: -39px 0px 4px 0px;
	padding: 0px 7px 0px 7px;
}

.index .cat_menu {margin: -36px 0px 0px 0px;}

.cat_menu table
{
	width: 100%;
}

.cat_menu table tr td
{
	padding: 0px;
	vertical-align: top;
	width: 25%;
}

.cat_menu a
{
	/*float: left;*/
	display: block;
	background: url(/images/catm_lf.gif) left top no-repeat;
	height: 36px;
	line-height: 36px;
	color: #f6f8f8;
	text-decoration: none;
	text-align: center;
	margin: 0px -1px 0px -1px;
	text-shadow: 1px 1px 0px #043566;
}

.cat_menu a span
{
	/*float: left;*/
	display: block;
	background: url(/images/catm_rt.gif) right top no-repeat;
	height: 36px;
	padding: 0px 7px 0px 7px;
}

.cat_menu a span span
{
	background: url(/images/catm_bg.gif) left top repeat-x;
	padding: 0px;
}

.cat_menu .active
{
	background: url(/images/catm_lf_act.gif) left top no-repeat;
	text-shadow: none;
}

.cat_menu .active span
{
	background: url(/images/catm_rt_act.gif) right top no-repeat;
}

.cat_menu .active span span
{
	background: url(/images/catm_bg_act.gif) left top repeat-x;
}

/* ################# CENTER ###################### */
.center 
{
	padding: 12px 13px 30px 13px;
	zoom: 1;
}

.index .center
{
	padding: 4px 8px 7px 8px;
}

.navigation_line
{
	background: url(/images/nav_line_bg.gif) left bottom repeat-x #ecf0f0;
	font: 11px Tahoma;
	color: #003263;
	padding: 9px 30px 17px 30px;
	zoom: 1;
}

.nav_line_lff
{
	float: left;
	width: 510px;
}

.navigation_line .ctrl_rt
{
	width: 394px;
}

.navigation_line .ctrl
{
	position: relative;
	right: -17px;
	margin-bottom: -5px;
	margin-top: -2px;
	zoom: 1;
	float: right;
}

.navigation_line .pages_rt
{
	right: -17px;
	position: relative;
	zoom: 1;
	margin-bottom: -7px;
}

.navigation_line a
{
	color: #003263;
}

.navigation_line .active
{
	text-decoration: none;
}

.wrapper
{
	width: 100%;
	float: right;
	margin: 0px 0px 0px -238px;
}

.wrapper .right_column
{
	margin: 0px 0px 0px 255px;	
}

.left_column
{
	width: 238px;
	float: left;
	margin: 0px -238px 0px 0px;
}

.wrapper_inn
{
	width: 100%;
	float: left;
	margin: 0px -204px 0px 0px;
}

.wrapper_inn .center_column
{
	margin: 0px 240px 0px 0px;
}

.right_column_inn
{
	margin: 0px 0px 0px -204px;
	width: 204px;
	float: right;
}

.left_menu
{
	background: #e1e5e6;
	padding: 3px;
	zoom: 1;
	font-size: 14px;
	color: #11406d;
}

.left_menu .inn1
{
	border: 1px solid #c6c8c8;
	background: #f9fbfb;
	zoom: 1;
}

.left_menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.left_menu ul li
{
	margin: 0px;
	padding: 0px;
	zoom: 1;
}

.left_menu ul li a
{
	display: block;
	background: url(/images/lfm_bg.gif) left bottom repeat-x;
	zoom: 1;
	text-align: right;
	padding: 0px 8px 0px 8px;
	color: #11406d;
}

.left_menu ul li a:hover, .left_menu ul li.active a
{
	background: url(/images/lfm_bg_act.gif) left bottom repeat-x #f9f0d3;
}

.left_menu ul li a span
{
	background: url(/images/lfm_arrow.png) right 29px no-repeat;
	display: block;
	padding: 27px 18px 29px 0px;
}

.left_menu ul li ul
{
	margin: 0px;
	padding: 15px 0px 10px 0px;
	list-style-type: none;
	font: 11px Tahoma;
	text-align: right;
	border-bottom: 1px solid #d5d7d7;
	background: url(/images/lfm_sub_bg.gif) left top repeat;
	zoom: 1;
}

.left_menu ul li ul li
{
	padding: 0px 26px 0px 8px;
	margin: 0px 0px 11px 0px;
}

.left_menu ul li ul li a, .left_menu ul .active ul li a
{
	background: transparent;
	display: inline;
	padding: 0px;
	color: #003263;
}

.left_menu ul li ul .active
{
	background: url(/images/lfm_sub_arrow.gif) right 4px no-repeat;
}

.list_objects .item
{
	zoom: 1;
	color: #424444;
	margin: 0px 0px 33px 0px;
}

.list_objects .item a
{
	color: #004589;
}

.list_objects .item h2
{
	font-size: 15px;
	font-weight: bolder;
	color: #141515;
	margin: 0px 0px 6px 0px;
}

.link_map
{
	font-size: 10px;
	font-weight: bolder;
	background: url(/images/link_map_bg.gif) left top no-repeat;
	padding: 2px 0px 4px 20px;
	margin: 0px 0px 6px 0px;
}

.link_map a
{
	color: #004589 !important;
}

.list_objects .item h2 a
{
	color: #141515;
	text-decoration: none;	
}

.list_objects .item h2 a:hover
{
	text-decoration: underline;
}

.list_objects .item .wrap, .item_full .wrap
{
	width: 100%;
	float: left;
	margin: 0px -204px 0px 0px;
}

.list_objects .item .wrap .lf_col, .item_full .wrap .lf_col
{
	margin: 0px 240px 0px 0px;
}

.list_objects .item .rt_col, .item_full .rt_col
{
	margin: 0px 0px 0px -228px;
	width: 228px;
	float: right;
}

.list_objects .item .photo
{
	width: 100%;
	overflow: hidden;
}

.list_objects .item .more_info
{
	text-align: right;
	padding: 8px 0px 0px 0px;
	zoom: 1;
}

.more_info
{
	font-size: 11px;
	color: #004589;
}

.more_info a
{
	background: url(/images/ico_more_info.gif) right 3px no-repeat;
	color: #004589;
	padding: 0px 14px 0px 0px;
	text-decoration: none;
}

.list_news .item
{
	zoom: 1;
	margin: 0px 0px 24px 0px;
}

.list_news .item a
{
	color: #004589;
}

.list_news .item h2
{
	font-size: 15px;
	line-height: normal;
	font-weight: bolder;
	color: #141515;
	margin: 0px 0px 4px 0px;
}

.list_news .item h2 a
{
	color: #141515;
	text-decoration: none;	
}

.list_news .item h2 a:hover
{
	color: #9f3631;
}

.list_news .item .wrap
{
	width: 100%;
	float: left;
	margin: 0px -204px 0px 0px;
}

.list_news .item .wrap .lf_col
{
	margin: 0px 240px 0px 0px;
}

.list_news .item .rt_col
{
	margin: 0px 0px 0px -204px;
	width: 204px;
	float: right;
}

.list_news .item .photo
{
	width: 100%;
	overflow: hidden;
}

.list_news .item .more_info
{
	
}

.list_news .item .date, .date_format
{
	color: #927d58;
	line-height: normal;
	margin: 0px 0px 9px 0px;
}

.date_format
{
	font-weight: bolder;
	font-size: 10px;
}

.list_news .item .date strong, .date_format strong
{
	font-size: 10px;
	margin-right: 2px;
}

.pages_rt
{
	float: right;
	padding-right: 11px;
}

.pages
{
	font: 10px Arial, Helvetica, sans-serif;
}

.pages a
{
	background: url(/images/page_bg.gif) left top no-repeat;
	color: #11406d;
	display: -moz-inline-box;
	display: inline-block;
	//display: inline;
	zoom: 1;
	width: 15px;
	height: 19px;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	margin: 0px 3px 0px 3px
}

.pages a:link
{
	color: #11406d;	
}

.pages a:hover
{
	color: #767e7e;	
}

.pages a:visited
{
	color: #621c5b;
}

.pages .active
{
	background: url(/images/page_bg_act.gif) left top no-repeat;
	color: #767e7e;
}

.pages .active:link, .pages .active:hover, .pages .active:visited
{
	color: #767e7e;
}

.pages .dots
{
	position: relative;
	top: 3px;
}

.pages a span
{
	display: -moz-inline-box;
	display: inline-block;
	//display: inline;
	zoom: 1;
	padding: 3px 0px 0px 0px;
}

.carusel_out
{
	background: #ecf0f0;
	padding: 7px 7px 15px 7px;
	margin: 0px 14px 22px 0px;
	zoom: 1;
}

.carusel_out .link_gal a
{
	color: #004589;
}

.carusel_out ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.carusel_out ul li
{
	margin: 0px 6px 0px 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	float: left;
	overflow: hidden;
	width: 221px;
	text-align: center;
}

.carusel_out .link_gal
{
	text-align: left;
	padding: 11px 0px 0px 0px;
}

.carusel_out .jcarousel-container {padding: 0px; position: relative; zoom: 1; height: 149px;}
.carusel_out .jcarousel-clip {overflow: hidden; width: 100%; height: 149px;}
.carusel_out .jcarousel-item {display: block; overflow: hidden; width: 221px; height: 149px;}
.carusel_out .jcarousel-next {position: absolute; top: 0px; right: 0px; width: 37px; height: 149px; background: url(/images/carousel_next.png) left top no-repeat; cursor:pointer; font-size: 0px; line-height: 0px;}
.carusel_out .jcarousel-next:hover {}
.carusel_out .jcarousel-next-disabled {cursor:default;}
.carusel_out .jcarousel-next-disabled:hover {cursor:default}
.carusel_out .jcarousel-prev {position:absolute; top: 0px; left: 0px; width: 37px; height: 149px; background: url(/images/carousel_prev.png) left top no-repeat; cursor:pointer; font-size: 0px; line-height: 0px;}
.carusel_out .jcarousel-prev:hover {}
.carusel_out .jcarousel-prev-disabled {cursor:default;}
.carusel_out .jcarousel-prev-disabled:hover {cursor:default}

.list_photogallery .item
{
	padding: 0px 0px 5px 0px;
}

.list_photogallery .item h2
{
	margin: 0px 0px 13px 0px;
	font-size: 
}

.list_photogallery .item .text
{
	margin: 0px 0px 12px 0px;
}

.list_photogallery .item .carusel_out
{
	margin-bottom: 13px;
}

.img_lf
{
	float: left;
	margin: 0px 18px 7px 0px;
	font-size: 0px;
	line-height: 0px;
	position: relative;
	zoom: 1;
}

.img_rt
{
	float: right;
	margin: 0px 0px 7px 18px;
	font-size: 0px;
	line-height: 0px;
	position: relative;
	zoom: 1;
}

.img_lf img, .img_rt img
{
	border: 1px solid #d0d2d2;
}

.img_rt .ico_zoom, .img_lf .ico_zoom
{
	background: url(/images/ico_zoom.png) left top no-repeat;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 19px;
	height: 15px;
}

.licenses_out h2
{
	margin: 0px 0px 19px 0px;
}

.licenses
{
	font-size: 0px;
	line-height: 0px;
	margin: 0px 0px -30px -20px;
}

.licenses ins
{
	display: -moz-inline-box;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 30px 20px;
	text-decoration: none;
}

.licenses ins .r
{
	width: 341px;
	font-size: 11px;
	line-height: normal;
}

.licenses ins .r .photo
{
	font-size: 0px;
	line-height: 0px;
	margin: 0px 0px 16px 0px;
}

.licenses ins .r .photo table
{
	margin: 0 auto;
}

.licenses ins .r .photo table tr td
{
	padding: 0px;
	vertical-align: top;
}

.licenses ins .r .photo div
{
	background: #e1e5e6;
	padding: 3px;
	zoom: 1;
}

.licenses ins .r .photo img
{
	border: 1px solid #c6c8c8;
}

.licenses ins .r h3
{
	margin: 0px 0px 15px 0px;
}

.licenses ins .r .text
{
	margin: 0px 0px 12px 0px;
}

/* contacts */
.list_contacts
{
	margin: 0px 0px -20px 0px;
}

.list_contacts .item
{
	zoom: 1;
	padding: 0px 0px 30px 0px;
	font-size: 11px;
}

.list_contacts .item h2
{
	font-size: 13px;
	line-height: normal;
	font-weight: bolder;
	margin: 0px 0px 10px 0px;
}

.list_contacts .item .wrap
{
	width: 100%;
	float: left;
	margin: 0px -204px 0px 0px;
}

.list_contacts .item .wrap .lf_col
{
	margin: 0px 220px 0px 0px;
}

.list_contacts .item .rt_col
{
	margin: 0px 0px 0px -204px;
	width: 204px;
	float: right;
}

.list_contacts .item .map_photo
{
	font-size: 0px;
	line-height: 0px;
	background: #e1e5e6;
	padding: 3px;
	zoom: 1;
	margin: 0px 0px 7px 0px;
}

.list_contacts .item .map_photo div
{
	background-color: #c6c8c8;
	padding: 1px;
	zoom: 1;
}

.list_contacts .item .map_photo div div
{
	width: 196px;
	height: 128px;
	overflow: hidden;
	background: transparent;
	padding: 0px;
}

.list_contacts .item .address
{
	font-size: 11px;
	color: #787878;
	padding: 0px 0px 5px 0px;
	zoom: 1;
}

.map_link
{
	font-size: 10px;
	font-weight: bolder;
}

.map_link a
{
	background: url(/images/ico_open_wide.gif) left 2px no-repeat;
	padding: 0px 0px 0px 17px;
}

.list_departments
{
	margin: 0px 0px -13px 0px;	
}

.department
{
	color: #777;
	margin: 0px 0px 13px 0px;
}

.department h3
{
	margin: 0px;
	font-size: 11px;
	font-weight: bolder;
	color: #141515;
}

.form_bl
{
	background: #dde0e0;
	zoom: 1;
	padding: 15px 18px 20px 18px;
	position: relative;
}

.form_bl .btn_pos
{
	float: left;
	position: relative;
	zoom: 1;
}

.form_bl .btn
{
	margin: 0px 17px 0px 0px;
}

.note
{
	font-size: 10px;
	color: #646464;
}

.form_bl .note_lf
{
	float: left;
}

.form_el
{
	font-size: 13px;
	font-weight: bolder;
	margin: 0px 0px 11px 0px;
}

.form_el label
{
	display: block;
	margin: 0px 0px 4px 0px;
}

.captcha
{
	font-size: 10px;
	line-height: 10px;
	color: #646464;
	margin: 0px 0px 17px 0px;
}

.form_bl .captcha
{
	zoom: 1;
	padding: 7px 0px 0px 0px;
}

.captcha .txt
{
	background: url(/images/captcha_txt_bg.gif) left 3px no-repeat;
	padding: 0px 0px 0px 11px;
}

.captcha .captcha_img
{
	font-size: 0px;
	line-height: 0px;
	float: left;
	width: 132px;
	margin: 0px 17px 0px 0px;
}

.captcha .captcha_input
{
	float: left;
	width: 180px;
}

.captcha .captcha_input .input
{
	width: 164px;
	margin: 0px 0px 14px 0px;
}

.add_message
{
	margin: 0px 0px 7px 0px;
}

.add_message .show_form
{
	padding: 0px 0px 11px 0px;
}

.btn_add
{
	border-bottom: 1px solid #dde0e0;
	font-size: 11px;
}

.btn_add a
{
	font-size: 11px;
	line-height: 28px;
	height: 28px;
	background: url(/images/btn_add_bg.gif) left top repeat-x;
	display: block;
	width: 147px;
	zoom: 1;
	text-decoration: underline;
}

.btn_add a:hover
{
	text-decoration: underline;
}

.btn_add_h a
{
	color: #621c5b;
}

.btn_add a span
{
	height: 28px;
	background: url(/images/btn_add_lf.gif) left top no-repeat;
	display: block;
}

.btn_add a span span
{
	background: url(/images/btn_add_rt.gif) right top no-repeat;
	padding: 0px 18px 0px 18px;
}

.list_link_map
{
	padding: 0px 0px 4px 0px;
}

.list_link_map .link_map
{
	padding-top: 5px;
	padding-bottom: 1px;
	margin: 0px 0px 4px 0px;
}

.list_link_map .link_map_act a
{
	color: #141515 !important;
	text-decoration: none;
}

.car_menu_index table
{
	width: 100%;
}

.car_menu_index table tr td
{
	padding: 0px;
	vertical-align: top;
	width: 25%;
}

.car_menu_index table tr .img
{
	width: 100%;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	height: 87px;
}

.car_menu_index table tr td a
{
	display: block;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
	height: 87px;
}

.car_menu_index table tr .td_glue
{
	width: 8px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	white-space: nowrap;
}

.car_menu_index table tr .td_glue div
{
	width: 8px;
	white-space: nowrap;
}

.two_columns
{
	
}

.two_columns .lf_col
{
	width: 49%;
	float: left;
}

.two_columns .lf_kord
{
	padding: 0px 10px 0px 0px;
}

.two_columns .rt_col
{
	width: 51%;
	float: right;
	margin: 0px 0px 0px -10px;
}

.two_columns .rt_kord
{
	padding: 0px 0px 0px 10px;
}

.spec_offer
{
	font: 11px/11px Tahoma;
	padding: 6px 0px 0px 0px;
}

.spec_offer .title
{
	color: #148903;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
}

.spec_offer .title span
{
	color: #0d66b8;
}

.spec_offer h2
{
	color: #03275b;
	font-size: 15px;
	line-height: normal;
	font-weight: bolder;
	margin: 0px 0px 15px 0px;
}

.spec_offer h2 a
{
	color: #03275b;
}

.spec_offer .wrap
{
	width: 100%;
	float: right;
	margin: 0px 0px 0px -228px;
}

.spec_offer .wrap .rt
{
	margin: 0px 0px 0px 246px;
	padding: 8px 0px 0px 0px;
}

.spec_offer .lf
{
	width: 228px;
	overflow: hidden;
	float: left;
	margin: 0px -228px 0px 0px;
}

.link_next
{
	color: #0d66b8;
	font-size: 11px;
	background: url(/images/link_next_bg.gif) right 2px no-repeat;
	padding: 0px 13px 0px 0px;
}

.news_shorts
{
	background: url(/images/px_gray_3.gif) left top repeat-y #ececee;
	zoom: 1;
	font: 11px/11px Tahoma;
}

.news_shorts .inn1
{
	background: url(/images/px_gray_3.gif) right top repeat-y;
}

.news_shorts .inn2
{
	padding: 11px 0px 11px 0px;
	zoom: 1;
}

.news_shorts h3
{
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	margin: 0px 0px 9px 0px;
	color: #d51e23;
}

.news_shorts .btn_out
{
	float: left;
	background: url(/images/btn_coner.gif) 8px bottom no-repeat;
	padding: 2px 0px 5px 0px;
	margin: 0px 0px 4px 0px;
	position: relative;
}

.news_shorts .btn
{
	font-size: 14px;
	font-weight: bolder;
}

.news_shorts .btn span span
{
	padding-left: 11px;
	padding-right: 11px;
}

.news_shorts h3 a
{
	color: #d51e23;
}

.news_shorts .date
{
	color: #0d66b8;
	margin: 0px 0px 8px 0px;
}

.news_shorts .date span
{
	text-decoration: underline;
}

.news_shorts table tr td
{
	padding: 0px;
	vertical-align: top;
}

.news_shorts table tr .td_glue
{
	width: 20px;
	white-space: nowrap;
	background: url(/images/px_gray_2.gif) center top repeat-y;
}

.news_shorts table tr .td_glue div
{
	width: 20px;
	white-space: nowrap;
}

.news_shorts table tr .td_lf
{
	width: 50%;
	padding-left: 12px;
	padding-bottom: 9px;
	padding-top: 3px;
	height: 113px;
}

.news_shorts table tr .td_rt
{
	width: 50%;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-top: 3px;
	height: 113px;
}

.news_shorts .carusel
{
	padding-left: 9px;
	padding-right: 9px;
}

.news_shorts .carusel ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.news_shorts .carusel ul li
{
	padding: 0px;
	margin: 0px;
	width: 465px;
}

.news_shorts .jcarousel-container {padding: 0px 9px 0px 9px; position: relative; zoom: 1; height: 130px;}
.news_shorts .jcarousel-clip {overflow: hidden; width: 100%; height: 130px;}
.news_shorts .jcarousel-item {display: block; overflow: hidden; width: 465px; height: 130px; position: relative;}
.news_shorts .jcarousel-next {position: absolute; top: 50%; margin-top: -16px; right: 0px; width: 10px; height: 31px; background: url(/images/car_next2.gif) left top no-repeat; cursor:pointer; font-size: 0px; line-height: 0px;}
.news_shorts .jcarousel-next:hover {}
.news_shorts .jcarousel-next-disabled {cursor:default;}
.news_shorts .jcarousel-next-disabled:hover {cursor:default}
.news_shorts .jcarousel-prev {position:absolute; top: 50%; margin-top: -16px; left: 0px; width: 10px; height: 31px; background: url(/images/car_prev2.gif) left top no-repeat; cursor:pointer; font-size: 0px; line-height: 0px;}
.news_shorts .jcarousel-prev:hover {}
.news_shorts .jcarousel-prev-disabled {cursor:default;}
.news_shorts .jcarousel-prev-disabled:hover {cursor:default}
/* ################# FOOTER ###################### */
#footer
{
	margin: 0 auto;
	height: 151px;
	background: url(/images/footer_bg.jpg) left top repeat-x;
	color: #fff;
	font: 12px Tahoma;
}

.index #footer
{
	height: 116px;
}

#footer a
{
	color: #fff;
}

#footer_inn
{
	padding: 30px 0px 10px 14px;
	zoom: 1;
}

#footer .wrap
{
	width: 100%;
	float: right;
	margin: 0px 0px 0px -210px;
}

#footer .wrap .rt_main
{
	margin: 0px 0px 0px 238px;
}

#footer .lf_col
{
	float: left;
	width: 210px;
	margin: 0px -210px 0px 0px;
}

#footer .wrap_inn
{
	width: 100%;
	float: right;
	margin: 0px 0px 0px -212px;
}

#footer .cn_col
{
	width: 212px;
	float: left;
	margin: 0px -212px 0px 0px;
	line-height: 13px;
}

#footer .wrap_inn .rt_col
{
	margin: 0px 0px 0px 240px;
}

#footer .address
{
	margin: 0px 0px 6px 0px;
}

.service_menu
{
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	margin: -2px 0px 24px 0px;
}

.service_menu a
{
	text-decoration: none;
}

.service_menu a:hover
{
	text-decoration: underline;
}

.service_menu table
{
	width: 100%; 
}

.service_menu table tr td
{
	padding: 0px 0px 2px 0px;
	vertical-align: top;
}

.service_menu table tr .td_lf
{
    width: 50%;
    padding-right: 8px;
}

.service_menu table tr .td_rt
{
    padding-left: 8px;
    width: 50%;
}

.service_menu table tr .td_glue
{
	width: 1px;
	background: url(/images/td_glue_bg.gif) left top repeat-y;
}

.service_menu table tr .td_glue div
{
	width: 1px;
	white-space: nowrap;
}

.photo_gal
{
	font-size: 0px;
	line-height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 15px 0px;
}

.link_gal
{
	text-transform: uppercase;
	color: #003263;
	font-size: 10px;
	font-weight: bolder;
	text-align: right;
}

.link_gal a
{
	text-transform: uppercase;
	color: #003263;
	background: url(/images/ico_camera.gif) left 2px no-repeat;
	padding: 0px 0px 1px 25px;
	position: relative;
	zoom: 1;
}

.link_offer_pos
{
	zoom: 1;
	padding: 3px 0px 0px 0px;
}

.link_offer
{
	display: block;
	float: left;
	background: url(/images/lo_bg.gif) left top repeat-x;
	height: 19px;
	font-size: 10px;
	line-height: 19px;
	text-transform: uppercase;
}

.link_offer span
{
	display: block;
	float: left;
	background: url(/images/lo_lf.gif) left top no-repeat;
	padding: 0px 0px 0px 0px;
	height: 19px;
}

.link_offer span span
{
	background: url(/images/lo_rt.gif) right top no-repeat;
	padding: 0px 18px 0px 4px;
}

.bottom_control
{
	position: relative;
	margin: 0px -13px -30px -13px;
	padding: 10px 0px 0px 0px;
	zoom: 1;
}

.bottom_control .inn
{
	background: #ecf0f0;
	padding: 11px 13px 11px 13px;
	zoom: 1;
}

.ctrl
{
	font: bolder 10px Arial, Helvetica, sans-serif !important;
	padding: 0px 0px 0px 0px;
	float: left;
}

.ctrl_rt
{
	float: right;
	white-space: nowrap;
}

.ctrl a
{
	color: #621c5b;
	float: left;
}

.ctrl a:hover
{
	text-decoration: underline;
	color: #004181;
}

.ctrl .all
{
	background: url(/images/ctrl_all.gif) left top no-repeat;
	padding: 2px 0px 5px 21px;
	margin: 0px 30px 0px 30px;
	white-space: nowrap;
}

.ctrl .all:hover
{
	background: url(/images/ctrl_all_h.gif) left top no-repeat;
}

.ctrl .prev
{
	background: url(/images/ctrl_prev.gif) left top no-repeat;
	padding: 2px 0px 5px 21px;
	white-space: nowrap;
}

.ctrl .prev:hover
{
	background: url(/images/ctrl_prev_h.gif) left top no-repeat;
}

.ctrl .next
{
	background: url(/images/ctrl_next.gif) left top no-repeat;
	padding: 2px 0px 5px 21px;
	white-space: nowrap;
}

.ctrl .next:hover
{
	background: url(/images/ctrl_next_h.gif) left top no-repeat;
}
/* ################# CLEARS ###################### */
.clear_both, .clear_left, .clear_right
{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

.clear_left
{
	clear: left;
}

.clear_right
{
	clear: right;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

/* ################ TEXT STYLES ############# */
h1, h2, h3, h4, h5, h6, p
{
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 17px; 
	font-weight: bolder;
	margin-bottom: 6px;
}

h2
{
	font-size: 15px;
	font-weight: bolder;
	margin-bottom: 10px; 
}

h3
{
	font-size: 13px;
	font-weight: bolder;
	margin-bottom: 10px; 
}

h4
{
	font-size: 14px; 
	margin-bottom: 10px; 
}

p
{
	margin-bottom: 16px;
}

.color_red
{
	color: #ae2901 !important;
}

.color_red2
{
	color: #8c001a;
	font-size: 13px !important;
	font-weight: bolder !important;
}

/******************************************/
.left_menu
{
	background: #e1e5e6;
	padding: 3px;
	zoom: 1;
	font-size: 14px;
	color: #11406d;
	margin: 0px 0px 9px 0px;
}

.nav_line_lff
{
	float: left;
	width: 455px;
}
/*******************************************/

.banner_left
{
	background: #e2e5e6;
	padding: 3px;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
	margin: 0px 0px 9px 0px;
}

.banner_left .inn_1
{
	background: #c6c8c8;
	padding: 1px;
}

.banner_left .inn_2
{
	width: 100%;
	overflow: hidden;
}

.list_files
{
	border-left: 9px solid #c4c8c9;
	background: #ebeff0;
	zoom: 1;
	padding: 15px 15px 5px 15px;
}

.file
{
	color: #8e9091;
	font: 10px Tahoma;
	margin: 0px 0px 10px 0px;
}

.file .name
{
	color: #0d66b8;
	font-size: 11px;
	padding: 0px 0px 4px 0px;
	zoom: 1;
}

.file .name a
{
	color: #0d66b8;
}

.file_doc, .file_ppt, .file_xls, .file_pdf
{
	background: url(/images/ico_doc.png) left 1px no-repeat;
	padding-left: 34px;
	min-height: 27px;
	_height: 27px;
}

.file_ppt
{
	background: url(/images/ico_ppt.png) left 1px no-repeat;	
}

.file_xls
{
	background: url(/images/ico_xls.png) left 1px no-repeat;	
}

.file_pdf
{
	background: url(/images/ico_pdf.png) left 1px no-repeat;	
}

.center table
{
	margin-bottom: 4px;
}

.center table caption
{
	text-align: left;
	color: #004687;
	font-size: 11px;
	font-weight: bolder;
	background: url(/images/caption_bg.gif) left top no-repeat #d4d8d9;
	padding: 7px 0px 8px 30px;
	border: 1px solid #c6c6c8;
	border-bottom: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.center table caption
{
	margin-right: -1px;
}
}

.center table tr th
{
	background: #ebeff0;
	border: 1px solid #c6c6c8;
	font-weight: bolder;
	padding: 13px 8px 14px 8px;
	text-align: center;
}

.center table tr td
{
	border: 1px solid #c6c6c8;
	font-size: 12px;
	padding: 7px 8px 8px 8px;
}

.center table tr:hover td
{
	background-color: #e8f1fa;
}

.right_column .news_shorts
{
	margin: 0px 0px 16px 0px;
}

.news_shorts table
{
	border: 0px;
}

.news_shorts table tr td
{
	border: 0px;
	font-size: 11px;
}

.news_shorts table tr:hover td
{
	background-color: transparent;
}

.right_column .news_shorts .carusel ul li
{
	width: 684px;
}

.right_column .news_shorts table tr .td_lf, .right_column .news_shorts table tr .td_cn,
.right_column .news_shorts table tr .td_rt
{
	width: 33%;
}

.list_photos
{
	background: #ecf0f0;
	padding: 7px 7px 0px 7px;
	zoom: 1;
	margin-right: 9px;
	margin-bottom: 10px;
}

.list_photos .inn
{
	font-size: 0px;
	line-height: 0px;
	letter-spacing: -1px;
	margin: 0px 0px 0px -7px;
}

.list_photos .inn ins
{
	text-align: center;
	vertical-align: middle;
	display: -moz-inline-box;
	display: inline-block;
	text-decoration: none;
	margin: 0px 0px 7px 7px;
}

.list_photos .inn ins .r
{
	letter-spacing: normal;
	width: 222px;
	text-align: center;
}

.pages .all
{
	background: url(/images/page_all_lf.gif) left top no-repeat;
	color: #11406d;
	display: -moz-inline-box;
	display: inline-block;
	//display: inline;
	zoom: 1;
	width: auto;
	height: 19px;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	margin: 0px 3px 0px 0px;
}

.pages .all span
{
	display: -moz-inline-box;
	display: inline-block;
	//display: inline;
	zoom: 1;
	padding: 0px 1px 0px 10px;
	height: 19px;
	background: url(/images/page_all_rt.gif) right top no-repeat;
}

.pages .all span span
{
	display: -moz-inline-box;
	display: inline-block;
	//display: inline;
	zoom: 1;
	padding: 0px 0px 0px 0px;
	height: 19px;
	background: url(/images/page_all_bg.gif) left top repeat-x;
}

.pages .all span span span
{
	display: -moz-inline-box;
	display: inline-block;
	//display: inline;
	zoom: 1;
	padding: 1px 5px 0px 0px;
	height: 18px;
	background: url(/images/page_all_bgl.gif) left top no-repeat;
	text-decoration: underline;
}

.pages .all:hover span span span
{
	text-decoration: none;
}

.inlined {
	letter-spacing: -3px;
	margin: 0;
	padding: 0;
	font-size: 0px;
}

.inlined li {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	list-style-type: none;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 12px;
	background: transparent;
	padding: 0;
	margin: 0;
}

#sitemap li {
	width: 175px;
	margin: 0 0 20px 0;
}

#sitemap div a {
	display: block;
	font-size: 11px;
	margin: 0 0 4px 0;
}

#sitemap div div {padding: 0 0 0 14px;}

#sitemap div div a {color: #0d66b8;}

#found_result {
	font-size: 11px;
	color: #929797;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #c3c6c6;
	margin: 0 0 20px 0;
}

#found_result b {color: #000;}

.found_block h2 {margin: 0 0 4px 0;}

.found_block p a {font-size: 11px;}

#found_input_wrapper {
	width: 363px;
	height: 26px;
	background: url(/images/search_input_back.png);
	position: relative;
	margin: 0 0 12px 0;
}

#found_input {
	position: absolute;
	top: 4px;
	left: 6px;
	width: 286px;
	border: none;
	background: transparent;
}

#found_input_btn {
	position: absolute;
	top: 7px;
	right: 10px;
}