body {
	background: transparent;
	height: 100%;
}
body, td, th, div, span, p {
	font: normal normal 11px/130%  Arial, Tahoma, Verdana,  sans-serif;
	color: #000000;
}
input, textarea, option, select {
	font: normal normal 11px/100%  Arial, Tahoma, Verdana,  sans-serif;
	color: #000000;
}

a, a:link, a:active, a:visited {
	text-decoration: underline;
	font: normal normal 11px/130% Arial, Tahoma,  Verdana,  sans-serif;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
#full a, #full a:link, #full a:active, #full a:visited {
	color: #73B8F3;
}
.outer {
	position: relative;
	height:100%;
	scrollbar-3dlight-color : #ffcb2f;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-face-color : #ffcb2f;
	scrollbar-highlight-color : #ffcb2f;
	scrollbar-shadow-color : #ffcb2f;
	scrollbar-track-color : #ffffff;
}
.inner {
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
}	

.mark_text {
	font-weight: bold;
}

.mark_text * {
	font-weight: bold;
}

/* for FCK */
.cms_border {
    border-style:Solid;
    border-color:#C0C0C0;
    margin:2px auto auto 1px;
}
.cms_border td {
    border:1px solid #C0C0C0;
}
.cms_border_no, .cms_border_no td {
    border:none;
}

#full {
	background: #3a89d2;
	width: 100%;
	height: 100%;
}
#full.grey {
	background: #ADADAD;
}
#full.grey .bg_1,
#full.grey .bg_2,
#full.grey .bg_3,
#full.grey .bg_4,
#full.grey .bg_4_html,
#full.grey .bg_6,
#full.grey .bg_6_html,
#full.grey .bg_7,
#full.grey .bg_8,
#full.grey .bg_9 {
	filter:alpha(opacity=50); -moz-opacity:.50; opacity:.50;
}
#full img.s {
	height: 1px;
	width: 0;
}
#full .bg_6 img.s,
#full .bg_6_html img.s,
#full .bg_4 img.s,
#full .bg_4_html img.s {
	height: 0;
	width: 1px;
}
#full .bg_1 {
	background: #156bc0 url('../media/images/bg/bg_1.jpg') right bottom no-repeat;
}
#full .bg_2 {
	background: #156bc0 url('../media/images/bg/bg_2.jpg') 0 bottom no-repeat;
}
#full .bg_3 {
	background: #156bc0 url('../media/images/bg/bg_3.jpg') 0 bottom no-repeat;
}
#full .bg_4 {
	background: url('../media/images/bg/bg_4.jpg') right 0 no-repeat;
}
#full .bg_4_html {
	background: url('../media/images/bg/bg_4_html.jpg') right 0 no-repeat;
}
#full .bg_5 {
	background: url('../media/images/bg/bg_5.jpg') 0 0 no-repeat;
	width: 990px;
	height: 590px;
}
#full .bg_5_html {
	background: url('../media/images/bg/bg_5_html.jpg') 0 0 no-repeat !important;
}
#full .bg_6 {
	background: url('../media/images/bg/bg_6.jpg') 0 0 no-repeat;
}
#full .bg_6_html {
	background: url('../media/images/bg/bg_6_html.jpg') 0 0 no-repeat;
}
#full .bg_7 {
	background: #ebebeb url('../media/images/bg/bg_7.jpg') right 0 no-repeat;
}
#full .bg_8 {
	background: #ebebeb url('../media/images/bg/bg_8.jpg') 0 0 no-repeat;
}
#full .bg_9 {
	background: #ebebeb url('../media/images/bg/bg_9.jpg') 0 0 no-repeat;
}
#full.blue .bg_1,
#full.blue .bg_2,
#full.blue .bg_3,
#full.blue .bg_4,
#full.blue .bg_4_html,
#full.blue .bg_5,
#full.blue .bg_6,
#full.blue .bg_6_html,
#full.blue .bg_7,
#full.blue .bg_8,
#full.blue .bg_9 {
	background: transparent;
}
.container {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 990px;
	height: 590px;
}
.container .copyright {
	text-align: center;
}
.container .copyright a,
.container .copyright *,
.container .copyright {
	color: #979A9D !important;
	font: normal normal 10px georgia !important;
}
.container .copyright a {
	color: #78b4e9 !important;
}

.container .download {
	
}
.container .detect {
	height: 430px;
	width: 990px;
}
.container .detect td {
	vertical-align: middle;
	text-align: center;
	padding: 0 0 14px 0;
	width: 990px;
}
.container .detect td img {
	margin: 7px auto;
}
.gallery .thumb img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.gallery .thumb a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.gallery .thumb .active {
	opacity: 1 ! important;
	filter: alpha(opacity=100) ! important;
}
.gallery #nav_next,
.gallery #nav_prev {
	display: block;
}

/* page */
body.bg_page #full {
	background: none;
}
body.bg_page {
	background: #ebebeb;
}
body.bg_page .container .pad {
	padding: 0 0 0 60px;
}
.page {
	width: 540px;
	margin: 0 auto;
	text-align: left;
	height: 550px;
}
.page .page_bg_top {
	background: url('../media/images/bg/inner_bg_top.png') 0 100% no-repeat;
	height: 68px;
	width: 540px;
}
.page .page_bg_top div {
	float: right;
	padding: 30px 25px 0 0;
	position: relative;
}
.page .page_inner {
	background: url('../media/images/bg/inner_bg.png') 0 0 repeat-y;
	width: 540px;
	height: 482px;
}
.page .page_inner .padd {
	padding: 10px 32px 40px 34px;
}
.page .page_inner .padd_gallery {
	padding: 10px 32px 0 34px !important;
}
.page h1 {
	font: normal normal 18px/130% Georgia;
	color: #1d71c4;
	text-transform: uppercase;
}
.page h1.h1_gallery {
	font-weight: bold !important;
}
.page .header_right_padd {
	padding: 0 67px 0 0;
}
.page .content {
	padding: 8px 0 0 0;
}
.page .content div {
	font: normal normal 12px/145% Arial;
	color: #021d39;	
}
.page .content a {
	font-size: 12px ! important;
}
.page .news_item {
	padding: 10px 32px 0 0;
}
.page .about {
	padding: 0 32px 0 0;
}
.page .about .map_image {
	float: right;
	padding: 0 0 0 10px;
}
.page .news_item .date {
	padding: 10px 0 10px 0;
}
.page .news_item .date h3 {
	font-size: 12px !important;
}
.page table.mini_gallery {
	margin: 30px auto 0 auto;	
}
.page .mini_gallery td {
	padding: 0 7px;
}

/*  logo  */
.logo {
	position: absolute;
	top: 28px;
	left: 104px;
}
.logo img {
	width: 100px;
	height: 92px;
}
/*  logo  */


.cpr_switch {
	margin: 0 0 0 auto;
}
.bg_page .cpr_switch {
	margin: 6px 0 10px auto;
}

/* flash */
.flash {
	margin: 0 0 20px 0;
}
/* flash */

/*  flash_switch  */
#flash_switch {
	padding: 0 97px 0 83px;
}
#flash_switch a {
	font: normal bold 10px/130% Georgia !important;
}
/*  flash_switch  */



/*  lang  */
.lang {
	position: absolute;
	top: 85px;
	right: 105px;
}
.lang td,
.lang td a {
	color: #80C2F4;
	font: normal bold 12px/130% Georgia !important;
	text-decoration: none !important;
}
.lang td span,
.lang td a:hover {
	font: normal bold 12px/130% Georgia !important;
	color: #ffffff !important;
}
/*  lang  */


/*  menu  */
.menu {
	position: absolute;
	top: 170px;
	left: 97px;
	z-index: 1005
}
.menu a,
.menu span {
	padding: 0 0 0 23px;
	background: url('../media/images/dec/menu.gif') 0 4px no-repeat;
}
.menu a {
	text-decoration: none !important; 
	font: normal normal 14px/33px Georgia !important;
	color: #ffffff !important;
}
.menu a.active,
.menu a:hover,
.menu span {
	font: normal normal 14px/33px Georgia !important;
	color: #E1F5FD !important;
}
/*  menu  */


/*  front  */
.front {
	padding: 79px 0 0 173px;
}
.front .buildings {
	height: 476px;
}
.front .buildings_img {
	width: 637px;
	height: 452px;
	z-index: 1001;
	position: relative;
}

.front .floor_info {
	position: absolute;
	z-index: 999;
	width: 216px;
	background: transparent url('../media/images/bg/floor_info_mid.gif') 0 0 repeat-y;
}
.front .floor_info.over {
	z-index: 1006;
}
.front .floor_info table {
	height: 107px;
	background: transparent url('../media/images/bg/floor_info_bot.gif') 0 100% no-repeat;
}
.front .floor_info table td {
	background: transparent url('../media/images/bg/floor_info_top.gif') 0 0 no-repeat;
}
.front .floor_info td .padd {
	padding: 5px 10px 17px 27px;
}
.front .floor_info td .padd,
.front .floor_info td .padd *,
.front .floor_info_inv td .padd,
.front .floor_info_inv td .padd * {
	font: normal normal 12px/21px Georgia;
	color: #1E72D1;	
}
.front .floor_info td .padd strong,
.front .floor_info_inv td .padd strong {
	font-weight: bold !important;
}
.front .floor_info_inv h2,
.front .floor_info h2 {
	font: normal bold 14px/21px Georgia !important;
}

.front .floor_info_inv {
	position: absolute;
	z-index: 1000;
	width: 216px;
	background: transparent url('../media/images/bg/floor_info_mid_inv.gif') 0 0 repeat-y;
}
.front .floor_info_inv table {
	height: 107px;
	background: transparent url('../media/images/bg/floor_info_bot_inv.gif') 0 100% no-repeat;
}
.front .floor_info_inv table td {
	background: transparent url('../media/images/bg/floor_info_top_inv.gif') 0 0 no-repeat;
}
.front .floor_info_inv td .padd {
	padding: 5px 10px 17px 27px;
}

.floor_0_0 { left: 190px; top: 54px; }
.floor_0_1 { left: 190px; top: 68px; }
.floor_0_2 { left: 190px; top: 94px; }
.floor_0_3 { left: 190px; top: 110px; }
.floor_0_4 { left: 190px; top: 128px; }
.floor_0_5 { left: 190px; top: 144px; }
.floor_0_6 { left: 190px; top: 160px; }
.floor_0_7 { left: 190px; top: 178px; }
.floor_0_8 { left: 190px; top: 194px; }
.floor_0_9 { left: 190px; top: 210px; }
.floor_0_10 { left: 190px; top: 232px; }
.floor_0_11 { left: 190px; top: 250px; }
.floor_0_12 { left: 190px; top: 267px; }
.floor_0_13 { left: 190px; top: 283px; }
.floor_0_14 { left: 190px; top: 298px; }
.floor_0_15 { left: 190px; top: 315px; }
.floor_0_16 { left: 190px; top: 332px; }
.floor_0_17 { left: 190px; top: 348px; }

.floor_1_0 { left: 365px; top: 220px; background: red; }
.floor_1_1 { left: 365px; top: 237px; }
.floor_1_2 { left: 365px; top: 250px; }
.floor_1_3 { left: 365px; top: 265px; }
.floor_1_4 { left: 365px; top: 280px; }
.floor_1_5 { left: 365px; top: 293px; }
.floor_1_6 { left: 365px; top: 304px; }
.floor_1_7 { left: 365px; top: 320px; }
.floor_1_8 { left: 365px; top: 333px; }
.floor_1_9 { left: 365px; top: 348px; }
.floor_1_10 { left: 365px; top: 357px; }

.floor_2_0 { left: 190px; top: 365px; }
.floor_2_1 { left: 190px; top: 384px; }
.floor_2_2 { left: 190px; top: 400px; }
.floor_2_3 { left: 190px; top: 419px; }
.floor_2_4 { left: 190px; top: 440px; }
.floor_2_5 { left: 190px; top: 456px; }

.floor_3_0 { left: 390px; top: 367px; }
.floor_3_1 { left: 390px; top: 383px; }
.floor_3_2 { left: 390px; top: 400px; }
.floor_3_3 { left: 390px; top: 419px; }
.floor_3_4 { left: 415px; top: 440px; }
.floor_3_5 { left: 415px; top: 457px; }

.over_bg {
	position: absolute;
	width: 406px;
	height: 58px;
	z-index: 999;
}
.over_1_0,
.over_1_1,
.over_1_2,
.over_1_3,
.over_1_4,
.over_1_5,
.over_1_6,
.over_1_7,
.over_1_8,
.over_1_9,
.over_1_10 {
	width: 200px !important;
}
.over_bg img {
	height: 1px;
	width: 0;
}
.over_0_0 {	left: 416px; top: 77px; background: url('../media/images/bg/bg_0_f24.jpg') 0 0 no-repeat; }
.over_0_1 {	left: 412px; top: 110px; background: url('../media/images/bg/bg_0_f23.jpg') 0 0 no-repeat; }
.over_0_2 {	left: 407px; top: 121px; background: url('../media/images/bg/bg_0_f22.jpg') 0 0 no-repeat; }
.over_0_3 { left: 406px; top: 143px; background: url('../media/images/bg/bg_0_f21.jpg') 0 0 no-repeat; }
.over_0_4 { left: 404px; top: 159px; background: url('../media/images/bg/bg_0_f20.jpg') 0 0 no-repeat; }
.over_0_5 {	left: 403px; top: 179px; background: url('../media/images/bg/bg_0_f19.jpg') 0 0 no-repeat; }
.over_0_6 { left: 403px; top: 195px; background: url('../media/images/bg/bg_0_f18.jpg') 0 0 no-repeat; }
.over_0_7 {	left: 402px; top: 212px; background: url('../media/images/bg/bg_0_f17.jpg') 0 0 no-repeat; }
.over_0_8 {	left: 403px; top: 229px; background: url('../media/images/bg/bg_0_f16.jpg') 0 0 no-repeat; }
.over_0_9 {	left: 403px; top: 248px; background: url('../media/images/bg/bg_0_f15.jpg') 0 0 no-repeat; }
.over_0_10 { left: 404px; top: 263px; background: url('../media/images/bg/bg_0_f14.jpg') 0 0 no-repeat; }
.over_0_11 { left: 403px; top: 280px; background: url('../media/images/bg/bg_0_f13.jpg') 0 0 no-repeat; }
.over_0_12 { left: 403px; top: 296px; background: url('../media/images/bg/bg_0_f12.jpg') 0 0 no-repeat; }
.over_0_13 { left: 403px; top: 316px; background: url('../media/images/bg/bg_0_f11.jpg') 0 0 no-repeat; }
.over_0_14 { left: 403px; top: 331px; background: url('../media/images/bg/bg_0_f10.jpg') 0 0 no-repeat; }
.over_0_15 { left: 403px; top: 350px; background: url('../media/images/bg/bg_0_f9.jpg') 0 0 no-repeat; }
.over_0_16 { left: 403px; top: 367px; background: url('../media/images/bg/bg_0_f8.jpg') 0 0 no-repeat; }
.over_0_17 { left: 403px; top: 386px; background: url('../media/images/bg/bg_0_f7.jpg') 0 0 no-repeat; }

.over_2_0 { left: 404px; top: 382px; background: url('../media/images/bg/bg_2_f6.jpg') 0 0 no-repeat; }
.over_2_1 { left: 404px; top: 413px; background: url('../media/images/bg/bg_2_f5.jpg') 0 0 no-repeat; }
.over_2_2 { left: 404px; top: 434px; background: url('../media/images/bg/bg_2_f4.jpg') 0 0 no-repeat; }
.over_2_3 { left: 404px; top: 452px; background: url('../media/images/bg/bg_2_f3.jpg') 0 0 no-repeat; }
.over_2_4 { left: 405px; top: 479px; background: url('../media/images/bg/bg_2_f2.jpg') 0 0 no-repeat; }
.over_2_5 { left: 406px; top: 503px; background: url('../media/images/bg/bg_2_f1.jpg') 0 0 no-repeat; }

.over_1_0 { left: 593px; top: 228px; background: url('../media/images/bg/bg_1_f17.jpg') 0 0 no-repeat; }
.over_1_1 { left: 591px; top: 248px; background: url('../media/images/bg/bg_1_f16.jpg') 0 0 no-repeat; }
.over_1_2 { left: 590px; top: 265px; background: url('../media/images/bg/bg_1_f15.jpg') 0 0 no-repeat; }
.over_1_3 { left: 588px; top: 281px; background: url('../media/images/bg/bg_1_f14.jpg') 0 0 no-repeat; }
.over_1_4 { left: 585px; top: 298px; background: url('../media/images/bg/bg_1_f13.jpg') 0 0 no-repeat; }
.over_1_5 { left: 583px; top: 314px; background: url('../media/images/bg/bg_1_f12.jpg') 0 0 no-repeat; }
.over_1_6 { left: 583px; top: 330px; background: url('../media/images/bg/bg_1_f11.jpg') 0 0 no-repeat; }
.over_1_7 { left: 583px; top: 345px; background: url('../media/images/bg/bg_1_f10.jpg') 0 0 no-repeat; }
.over_1_8 { left: 582px; top: 362px; background: url('../media/images/bg/bg_1_f9.jpg') 0 0 no-repeat; }
.over_1_9 { left: 583px; top: 379px; background: url('../media/images/bg/bg_1_f8.jpg') 0 0 no-repeat; }
.over_1_10 { left: 582px; top: 394px; background: url('../media/images/bg/bg_1_f7.jpg') 0 0 no-repeat; }

.over_3_0 { left: 173px; top: 398px; background: url('../media/images/bg/bg_3_f6.jpg') 0 0 no-repeat; }
.over_3_1 { left: 173px; top: 422px; background: url('../media/images/bg/bg_3_f5.jpg') 0 0 no-repeat; }
.over_3_2 { left: 173px; top: 439px; background: url('../media/images/bg/bg_3_f4.jpg') 0 0 no-repeat; }
.over_3_3 { left: 351px; top: 459px; background: url('../media/images/bg/bg_3_f3.jpg') 0 0 no-repeat; }
.over_3_4 { left: 353px; top: 488px; background: url('../media/images/bg/bg_3_f2.jpg') 0 0 no-repeat; }
.over_3_5 { left: 353px; top: 504px; background: url('../media/images/bg/bg_3_f1.jpg') 0 0 no-repeat; }
/*  front  */

.preload {
	display: none !important;
}


/*  a_class  */
.a_class {
	top: 269px;
	right: 20px;
	width: 192px;
	height: 79px;
	position: absolute;
}
.a_class img {
	width: 202px;
	height: 77px;
}
/*  a_class  */


.cont_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 990px;
	height: 590px;
}
/* floor */
.floor .title {
	font: normal bold 18px/130% Georgia !important;
	color: #1d71c4 !important;
	position: absolute;
	top: 45px;
	text-align: right;
	right: 250px;
	width: 220px;	
}
.floor .padd {
	padding: 35px 0 0 0 !important;
}
.floor .info td {
	width: 50%;
}
.floor .info td,
.floor .info td .info_block {
	padding: 10px 0 0 0;
}
.floor .compass {
	background: url('../media/images/ico/compass.gif') 0 0 no-repeat;
	position: absolute;
	top: 63px;
	left: 287px;
	width: 44px;
	height: 48px;
}
/* floor */


/*  gallery  */
.gallery .gallery_top {
	width: 470px;
	height: 285px;
}
.gallery .gallery_top #gallery_image {
	margin: 0 auto;
}
.gallery .select_img {
	padding: 16px 0;
	text-align: center;
}
.gallery .select_img .select_table {
	margin: 0 auto;
}
.gallery .select_img td {
	vertical-align: middle;
}
.gallery .select_img td .thumb {
	width: 102px;
	height: 110px;
	text-align: center;
}
.gallery .select_img td .thumb img {
	display: inline;
}
.gallery .prev_next {
	width: 28px;
}
.gallery #nav_prev img {
	margin: 0 8px 0 4px;
}
.gallery #nav_next img {
	margin: 0 4px 0 8px;
}
.gallery #nav_prev:hover img {
	margin: 0 12px 0 0;
}
.gallery #nav_next:hover img {
	margin: 0 0 0 12px;
}
/*  gallery  */


/*  news  */
.news {
	padding: 12px 0 0 0;
}
.news .news_img {
	width: 57px;
	text-align: left !important;
	vertical-align: middle;
	text-align: center;
}
.news .news_img img {
	margin: auto;
}
.news td {
	padding-bottom: 14px;
}
.news .news_padd {
	padding: 0 0 14px 15px;
}
.news h3 {
	line-height: 18px;
	font-size: 12px !important;
	color: #1D71C4;
}
.news a {
	line-height: 18px;
	position: relative;
	color: #1D71C4 !important;
}
.news td span,
.news td div {
	line-height: 18px;
	font-size: 12px !important;
	font-family: Arial !important;
}
/*  news  */


/*  back  */
.back {
	text-align: right;
	margin: -29px 32px 0 0;
}
.page .content .back a {
	position: relative;
	font-size: 10px !important;
	font-family: Georgia !important;
	color: #1D71C4 !important;
}
/*  back  */

.contacts {
	padding: 20px 0 0 0;
}
.contacts h3 {
	color: #1d71c4;
	display: block;
	font: normal bold 12px arial;
	margin: 0 0 3px 0;
}
.contacts .contacts_text {
	padding: 13px 0 20px 0;
}
.contacts .contacts_text,
.contacts .contacts_text a,
.contacts .contacts_text * {
	font-size: 12px !important;
}
.contacts .contacts_img {
	padding: 15px 0 20px 38px;
}
.html_version_link {
	position: absolute;
	right: 100px;
	bottom: 21px;
	z-index: 1000;
	font: normal bold 10px/130% Georgia !important;
	text-decoration: none ! important;
}
.html_version_link:hover,
#flash_switch a:hover {
	color: #ffffff ! important;
	text-decoration: none ! important;
}
