html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
html {
	background:#f4f4f4 url(../images/main_bg_right.gif) right top no-repeat;
}
body {
	background:url(../images/main_bg_left.gif) no-repeat;
	/*min-width:1000px;
	max-width:1250px;
	_width:expression(document.documentElement.clientWidth < 1000?'1000px':'100%');*/
}


#main {
	position:relative;
	height:100%;
	min-height:100%;
	width:100%;
	font:12px Georgia;
	width:1000px;
	margin:0 auto;
	color:#333333;
}
html>body #main {height:auto;}

#main table {
	font:12px Georgia;
	color:#333333;
}
#main a {
	color:#cc0066;
	outline:none;
}
#main a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
#main td {
	vertical-align:top;
}
#main h1 {
	font:30px Georgia;
	color:#020202;
	margin:4px 0;
}
#main h2 {
	font:24px Georgia;
	color:#666666;
	margin:0;
}
#main h3 {
	font:24px Georgia;
	color:#000000;
	margin:0;
}
#main h4 {
	font:18px Georgia;
	color:#000000;
	margin:0 0 5px;
}
#main h5 {
	font:bold 14px Georgia;
	color:#000000;
	margin:0 0 5px;
}
#main h6 {
	font:18px Georgia;
	color:#000000;
	margin:0 0 5px;
}
#main p {
	margin:0;
}
#main form, #main input, #main select, #main textarea {
	margin:0;
	padding:0;
}
#main input, #main select, #main textarea {
	border:1px solid #dddde1;
	background:#ffffff url(../images/input_bg.gif) top repeat-x;
	color:#666666;
	font:11px/21px Georgia;
}
#main input {
	height:21px;
}
#main input.submit {
	width:103px;
	padding:0;
	font:bold 13px Georgia;
	color:#00ccff;
	border:1px solid #cdcdcd;
}
#main .main_table {
	width:100%;
	height:100%;
	border:none;
}


#main div {
	/*border:1px solid red; */
}

.hspace {
	margin:0 50px;
}
.fix_width {
	/* DON'T CHANGE! */
}

.left_col {
	float:left;
	width:255px;
	margin-right:45px;
	clear:right;
}
.left_big_col {
	float:left;
	width:600px;
	clear:right;
}
.center_col {
	float:left;
	width:255px;
	margin-right:45px;
	overflow:hidden;
	clear:right;
}
.right_col {
	float:right;
	width:300px;
	overflow:hidden;
}
.right_col_content {
	padding-left:75px;
}

#header {
	padding-top:70px;
}
a#logo_1 {
	display:block;
	float:left;
	width:251px;
	height:94px;
	text-decoration:none !important;
	background:url(../images/logo_1.gif) no-repeat;
}
a#logo_2 {
	display:block;
	float:left;
	width:251px;
	height:94px;
	text-decoration:none !important;
	background:url(../images/logo_2.gif) no-repeat;
}
#langs {
	position:absolute;
	margin-top:-35px;
	color:#999999;
}
#slogan_dots {
	position:absolute;
	margin:6px 0 0 -55px;
}
#top_contacts_bg {
	position:absolute;
	margin-top:3px;
}
#contacts_head {
	font-size:20px;
	color:#cccccc;
	position:absolute;
	margin-top:-40px;
}
#contacts_content {
	color:#817e7e;
}


#top_menu {
	float:left;
}
#top_menu a {
	font:bold 14px/75px Georgia;
	color:#000000;
	text-transform:uppercase;
}
#top_menu a.top_selected {
	text-decoration:none;
	cursor:default;
}

#breadcrumb {
	float:left;
	padding-left:75px;
	font:italic bold 13px/65px Georgia;
	color:#666666;
}
#breadcrumb a {
	color:#666666 !important;
}

.content {
	line-height:18px;
}
.content p {
	margin:12px 0 !important;
}
.content_head {
	font:30px/30px Georgia;
	color:#666666;
	padding-left:30px;
	background:url(../images/big_slash.gif) left 5px no-repeat;
}


#footer, #expand {height:165px;}
#footer {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background:url(../images/border_bg.gif) bottom repeat-x;
	color:#999999;
}


/****** additional ******/
.clear {
	height:1px;
	clear:both;
	*font-size:1px;
}
.content_center {
	text-align:center;
}
.no_border {
	border:none !important;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.height4px {
	height:4px;
	font-size:1px;
	width:1px;
}
.height10px {
	height:4px;
	font-size:1px;
	width:1px;
}
.font11px {
	font-size:11px !important;
}
.font14px {
	font-size:14px !important;
}
.hidden {
	display:none;
}
.gray {
	color:#999999 !important;
}
.darkgray {
	color:#666666 !important;
}
.red, .obligatory {
	color:#db0000;
}
a.white_link {
	color:#ffffff !important;
}


/****** icon menu ******/
#icon_menu {
	height:40px;
	width:165px;
}
#icon_menu a {
	display:block;
	float:left;
	height:23px;
	text-decoration:none !important;
	width:23px;
}
.icon_menu_separator {
	float:left;
	width:45px;
}
#icon_menu_1 {
	background:url(../images/home.gif) no-repeat;
}
#icon_menu_1.icon_menu_selected {
	background:url(../images/home_selected.gif) no-repeat;
}
#icon_menu_2 {
	background:url(../images/map.gif) no-repeat;
}
#icon_menu_2.icon_menu_selected {
	background:url(../images/map_selected.gif) no-repeat;
}
#icon_menu_3 {
	background:url(../images/letter.gif) no-repeat;
}
#icon_menu_3.icon_menu_selected {
	background:url(../images/letter_selected.gif) no-repeat;
}
/****** // icon menu ******/

/****** news ******/
.news {
	line-height:normal !important;
}
.news_head {
	font-size:24px;
	color:#cccccc;
}
a.all_news {
	font-size:14px;
	background:url(../images/all_news_link_bg.gif) left 6px no-repeat;
	position:relative;
	left:-21px;
	padding-left:21px;
}
.news_date {
	position:absolute;
	margin-left:-68px;
	color:#999999;
}
.news_date img {
	vertical-align:middle;
}
/****** // news ******/

/****** gallery ******/
.gallery {
	line-height:normal;
}
.gallery_description {
	float:left;
	width:240px;
	padding:0 30px;
}
.gallery_citation {
	font-weight:bold;
	color:#666666;
	margin:10px 0;
}
.gallery_fragments img {
	width:44px;
	height:44px;
	float:left;
	margin:0 1px 1px 0;
}
.gallery_big_img {
	float:left;
	width:450px;
	padding:10px 0;
}
.gallery_big_img .gPicture {
	width:100%;
}
.gallery_navigation {
	float:right;
	width:150px;
	text-align:right;
	margin:9px 0;
}
.gallery_navigation a {
	font:italic bold 14px Georgia;
	color:#bb1835 !important;
}
.gallery_navigation a.gallery_slideshow {
	text-decoration:none !important;
	border-bottom:1px dashed #bb1835;
}
.gallery_navigation a.gallery_slideshow:hover {
	border-bottom:none;
}
/****** // gallery ******/

/****** mycarousel ******/
#mycarousel a {
	text-decoration:none;
	display:block;
	width:74px;
	height:74px;
	overflow:hidden;
}
#mycarousel img {
	float:left;
	width:74px;
	height:74px;
}
#mycarousel a .carousel_img_desc {
	display:none;
	position:absolute;
	padding:10px 0;
	font-size:11px;
	color:#666666;
	z-index:1000;
}
#mycarousel a:hover .carousel_img_desc {
	/*display:block;*/
}
/*///*/
.jcarousel-skin-ashtray a {
	text-decoration:none;
	display:block;
	width:165px !important;
	height:110px !important;
	overflow:hidden;
}
.jcarousel-skin-ashtray img {
	float:left;
	width:165px !important;
	height:110px !important;
}
/****** // mycarousel ******/


.tooltip {
display:none;
left:-9999px;
position:absolute;
width:273px;
z-index:999;
}
.tooltip_header {
background:url("/images/podskazka_top_bg.png") no-repeat scroll 0 0 transparent;
height:18px;
width:273px;
}
.black .tooltip_header {
background:url("/images/podskazka_top_bg_black.png") no-repeat scroll 0 0 transparent;
}
.tooltip_body {
background:url("/images/podskazka.png") no-repeat scroll left bottom transparent;
padding:0 18px 18px;
width:237px;
}
.black .tooltip_body {
background:url("/images/podskazka_black.png") no-repeat scroll left bottom transparent;
}


.tooltip {
	color:#adadad;
	font:italic 11px Georgia;
	padding:15px 0 0 9px;
	width:160px;
}
.tooltip img {
	display:none;
}


.rollover_img {
	float:left;
	margin:0 0 1px 1px;
}
#index_pic_1 {
	width:74px;
	float:right;
	margin:0 !important;
}

.response {
	margin-left:30px;
	border-bottom:1px dashed #999999;
	padding:13px 0 22px 0;
}
.response_head {
	font:24px Georgia;
	padding-bottom:10px;
	color:#000000;
}
.response_text {
	padding-left:30px;
}
.response_form input, .response_form textarea {
	width:209px;
	margin-bottom:8px !important;
	padding:0 7px !important;
}
.response_form textarea {
	height:140px;
}
.response_form .captcha {
	width:62px !important;
}
.response_form .submit {
	height:26px !important;
	width:148px !important;
	padding:0 !important;
	font:11px/26px Georgia !important;
	background:url(../images/submit_bg.gif) repeat-x !important;
	color:#3c3c3c !important;
	border:none !important;
}

#overlay {
	background:url(/images/overlay2.png);
}

.tree_element {
	margin:7px 0;
}
.tree_element img {
	vertical-align:middle;
	margin-right:5px;
}
.tree_element div {
	padding-left:10px;
}

.publication_item {
	padding-left:300px;
}
