

/*  ------------------------------------------------ */
/* 	General */
/*  ------------------------------------------------ */
.iePNG { filter:expression(fixPNG(this)); } 

/* General */
*
	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
body
	{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, sans-serif; 
	font-style: italic;
	background-color: #242B4F;
	}
html
	{
	margin: 0px;
	padding: 0px;
	}
table
	{
	border-collapse: collapse;
	border-spacing: 0;
	}
table td
	{
	padding: 0;
	}
img
	{
	border: none;
	}
form /* for Opera */
	{
	margin: 0;
	padding: 0;
	}
input, textarea
	{
	outline: none;
	font-family: Tahoma, sans-serif;
	}
a
	{
	outline: none;	
	}
a:hover
	{
	}
	
/*
Layout
*/

/* 120dpi fix */
html {font-size: 62.5%} /* сюда пишем размер вашего шрифта по-умочанию */
@media all and (min-resolution: 120dpi) {
html {font-size: 55%} /* пропорционально уменьшаем кегль: 68.75/(120/96) */
html, x:-moz-any-link {font-size: 62.5%} /* тут должен быть размер по-умолчанию */
}

#for-opera927 {/* dont' remove! */}

#main_wrapper {
scrollbar-track-color:expression(
this.runtimeStyle.scrollbarTrackColor = "#fff",
((screen.deviceXDPI/screen.logicalXDPI) == 1) ? (document.body.style.fontSize = 1/(screen.logicalYDPI/96) +'em') : false
);
}
/* /120dpi fix */
#main_wrapper
	{
	background: url('../images/background.png') left top repeat-x;
	}
	#inner_center
		{
		width: 671px;
		margin: 0px auto;
		padding: 10px 0;
		}
		#background_bottom
			{
			padding: 0 0 0 5px;
			}
			#background_bottom div
				{
				width: 661px;
				height: 15px;
				background: url('../images/bottom1pix.png');
				}	
		#main_title
			{
			margin: 0px auto;
			width: 490px;
			height: 87px;
			padding: 0 0 10px 0;
			background: url('../images/main_title.png') center center no-repeat;
			}
			
		.empty_padding
			{
			width: 671px;
			height: 20px;
			}
			
		#header
			{
			width: 671px;
			height: 306px;
			background: url('../images/main_pic.jpg') 1px top no-repeat;
			}
			
			#header_text
				{
				padding: 240px 0 0 30px;
				color: white;
				font-size: 2.0em;
				}
				
				#degree_block
					{
					float: left;
					width: 240px;
					}
					
				#move_in_block
					{
					float: right;
					width: 300px;					
					}
		
		#content_wrapper
			{
			padding: 0 5px;
			background: url('../images/block1pix.png') left top repeat-y;			
			width: 661px;			
			}
			
			#content_wrapper_inner
				{				
				background-color: #94aebf;
				}
			
			#navigation
				{
				width: 661px;
				height: 43px;
				background: url('../images/menu_background.png') left top repeat-x;
				}
				#navigation table.nav_tbl
					{
					width: 661px;					
					}
					#navigation table.nav_tbl td.first div.active_button_shadow
						{
						height: 60px;
						}
					#navigation table.nav_tbl td
						{
						width: 165px; /*133px - for 5 tabs*/	
						text-align: left;
						vertical-align: top;
						}
						
					#navigation table.nav_tbl td.active
						{
						width: 165px; /*133px - for 5 tabs*/
						}
						
					#navigation table.nav_tbl tr td.first
						{
						width: 165px; /*133px - for 5 tabs*/
						}
					
					.active_button_text
						{
						width: 165px; /*133px - for 5 tabs*/
						height: 60px;
						background: url(../images/active_menu.png) 0px top repeat-x;
						}
						
					.active_button_text_last
						{						
						width: 166px; /*133px - for 5 tabs*/						
						height: 60px;						
						background: url(../images/active_menu.png) top repeat-x;
						}
					
					table.button_cell
						{
						width: 160px; /*129px - for 5 tabs*/
						height: 42px;												
						font-size: 1.9em;
						line-height: 0.9em;						
						}
						
					table.button_cell_last
						{						
						width: 156px; /*122px - for 5 tabs*/
						height: 42px;						
						font-size: 1.9em;						
						line-height: 0.9em;
						}
					
						table.button_cell td, table.button_cell_last td
							{							
							text-align: center!important;
							vertical-align: middle!important;							
							}
							
							table.button_cell td a, table.button_cell_last td a
								{
								text-decoration: none;								
								color: #ffffff;								
								}
								
								span.active_menu_item
									{
									color: #eaca84;
									}
							
					#navigation table tr td div.active_button_shadow
						{
						width: 172px; /*140px - for 5 tabs*/
						background: url('../images/menu_shadow.png') right top no-repeat;
						}
			.text
				{
				min-height: 300px;
				padding: 30px 0 60px 20px;
				color: #141c36;
				font-size: 1.8em;				
				}
				
				.text h1
					{
					padding: 10px 0px 5px 15px;										
					font-size: 1.3em;
					color: #fefefe;
					}
					
				.text h2
					{
					padding: 8px 0px 4px 15px;
					font-size: 1.1em;
					color: #fefefe;
					}
				
				.text p
					{
					width: 400px;
					padding: 15px 0 10px 0;
					font-weight: lighter;
					text-indent: 1.2em;					
					}
					
				.text .fullscreen
					{
					padding-right: 30px;
					}
				
				.text .fullscreen p
					{
					width: 100%;					
					}
					
					.text ul, .text ol
						{						
						padding: 15px 0px 15px 40px;
						font-weight: lighter;
						}
						
					.text li
						{
						list-style: disc;
						margin: 7px 0px 7px 0px;
						}
					
				.image_wrapper
					{
					width: 148px;
					height: 86px;
					padding: 5px 15px 5px 15px;
					margin: 40px auto;
					background: url('../images/bg_house.gif') center 0px no-repeat;
					}
					
				.gallery_item
					{
					float: left;
					width: 118px;
					height: 76px;
					background: url('../images/bg_house.gif') center no-repeat;
					padding: 20px;
					}
				table.text_wrapper
					{
					width: 620px;
					}	
				
				table.text_wrapper th
					{
					width: 400px;					
					text-align: left;
					vertical-align: top;					
					}
					
				table.text_wrapper td
					{					
					text-align: center;
					vertical-align: middle;
					}
					
					table.text_wrapper td.howto_click
						{
						height: 30px;
						vertical-align: bottom;
						font-size: 0.8em;
						}
					
				p.no_intend
					{
					text-indent: 0em;
					}
					
				.more
					{
					padding: 36px 0 0 25px;
					font-size: 1.2em;
					float: left;
					color: #ffffff;
					}
					.more a
						{
						color: #FFFFFF;						
						}
				div.info
					{
					float: right;
					padding: 40px 20px 0 0;
					font-size: 0.9em;
					color: #212531;
					}
					
					ul.right_submenu
						{
						padding-bottom: 8px;
						font-size: 1.3em;
						font-weight: bold;
						background-color: #819bac;
						}
					
					ul.right_submenu li
						{						
						padding: 4px 25px 4px 20px;
						}
						
						ul.right_submenu li a
							{
							color: white;
							text-decoration: none;
							}
							
						ul.right_submenu li a:hover
							{
							color: #ffd71b;
							}
							
						ul.right_submenu li.active_submenu_item
							{
							background: url(../images/circle.jpg) 8px center no-repeat;
							background-color: #6d8391;
							}
						
						ul.right_submenu li.active_submenu_item a
							{
							color: #ffd71b;
							cursor: default;
							}

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../images/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancybox/fancy_title_right.png) repeat-x;
}
