* {
	padding: 0;
	margin: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	color: #000000;	
	font: 0.8em Verdana, Arial, Serif;
	position: relative;
	height: 100%;
	min-height: 100%;
}
a {
	color: #1D3784;
	text-decoration: underline;	
}
p { padding: 0px 0px 20px;}
ul, ol { padding: 0px 0px 20px 30px; }
ul li, ol li	{ padding: 3px }
h1, h2, h3 { 
	padding: 0px 0px 10px; 
	color: #1D3784;
}
h1 { 
	padding: 0px 0px 40px; 
	font-size: 1.9em;
	font-weight: normal;
}
h2 { 
	font-size: 1.3em;
	padding: 0px 0px 20px;
	font-weight: normal;
}
h3, h4{	font-size: 1em; }
h5 {
	font-size:1em;
	padding-bottom:0.3em;
}
img	{ 
	border: 0px;
	vertical-align: top;
}
	.content img	{
		padding: 10px;
	}
		.content img.icon { padding: 0px; }
table { font-size: 1em; }

/*===== Helper styles =====*/
address { 
	display: inline;
	font-style: normal; 
}
.adr, .tel, .email, .vcard .logo	{ display: none; }
.geo { visibility: hidden; }

.overflow {
	overflow: hidden !important;
	overflow: visible;
	height: auto !important;
	height: 1%;
}
.clearing { clear: both;	}
.blue-text { color: #1D3784; }
.ul-nomarker ul { padding-left: 0px; }
	.ul-nomarker li { list-style: none; }
.plate {
	background: #F6F6F6;
	border: 1px solid #DCDCDC;
	zoom: 1;
}
.button {
	border: 0px none;
	background: #1D3784 no-repeat scroll 0 0;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
	.button[disabled] { color: #999999; }
.left-part {
	float: left;
	width: 60.5%;
	margin-left: 4% !important;
	margin-left: 2%;	
}
.right-part {
/*	margin-left: 69% !important;*/
	margin-left: 65%;
	margin-right: 3%;	
}
.table {
	border: 0px none;
	border-collapse: collapse;
	margin: 10px 0px;
}
	.table td {
		border-bottom: 1px solid #1D3784;
		padding: 5px 10px;
	}
	.table .head td {
		font-weight: bold;
		text-align: center;
	}

/*===== Отличия на главной =====*/
.main {}
	.main p { padding-bottom: 5px; }
	.main h1 { padding-bottom: 20px; }
	.main .left-part { width: 51%; }
	.main .right-part { margin-left: 58%; }
	.main .header { padding-bottom: 0px; }
	.main .content { 
		padding-top: 26px; 
		padding-bottom: 200px;
	}
	.main .sidebar { padding-bottom: 200px; }
		.main .logo {
			height: 376px;
			width: 330px;
			margin-right: 40px;
			background: transparent url('/_common/img/logo.jpg') no-repeat scroll 100% 0;
		}
		.main .ear { padding: 0px 175px 0px 7%; }
			.main .ear .arrow { left: 7%; }		
		.main .search .textbox { width: 75%; }
	.main .footer { height: 175px; }
		.main .tech-menu { padding-top: 11px; } 

/*===== Template =====*/
.wrapper {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 1000px;
}
	*html .wrapper {
		width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) <= 1000 ? "1000px" : "auto");
	}
.header {
	padding-top: 40px;
	padding-bottom: 25px;
}	
	.stripe{ 
		background: #1D3784 url('/_common/img/header-left.jpg') no-repeat scroll 0 0;
		position: relative;	
		height: 44px;
		margin-right: 3%;
	}
		.menu  { padding: 7px 0px 0px 4%; }
			.menu table {
				width: 100%; 
				height: 30px;
				border-collapse: collapse;
				border: 0px;				
				font-weight: bold;
			}
			.menu td { 
				vertical-align: middle; 
				white-space: nowrap;
				background: transparent url('/_common/img/menu-bullet.gif') no-repeat scroll 0 55%;
				padding-left: 20px;				
			}
				.menu td.active {
					color: #999999;
					background: transparent url('/_common/img/bullet-active.gif') no-repeat scroll 0 55%;
				}
					.menu td.active a { color: #999999;}
			.menu a { color: #FFFFFF; }				
			.menu .separator { 
				width: 16.66%; 
				background: transparent;
			}
		.stripe .corner {
			background: transparent url('/_common/img/menu-corner.png') no-repeat scroll 100% 100%;
			height: 7px;
			font-size: 0px;
		}
	.header .tech-menu {
		position: absolute;
		top: 15px;
		right: 3%;
		padding: 0px;
	}
		.header .tech-menu span {
			margin: 0px 1px 0px 39px;
		}
.content { padding-bottom: 140px; }	
	.statusbar {
		padding-bottom: 35px;
		font-size: 0.85em;
		color: #666;
	}
	.questions { 
		font-size: 1.1em; 
		margin-bottom: 30px;
	}
		.questions ul { padding-top: 15px; }
	.news { padding-bottom: 30px; }
		.news ul { padding: 0px; }
		.news li { padding: 0px 0px 10px;}
		.news .date {
			display: block;
			color: #666768;
		}
		.news .archive {
			padding-left: 20px;
			background: transparent url('/_common/img/bullet.gif') no-repeat scroll 1px 50%;
			font-weight: bold;
		}
	.subscribe {
		padding-top: 20px;
		font-size: 1.1em;
		font-weight: bold;
	}
	.consult { padding-bottom: 50px; }
		.consult dt {
			font-style: italic;
			font-size: 0.9em;
			font-weight: bold;
			padding: 0px 0px 3px 20px;	
			position: relative;
			zoom: 1;
		}
		.consult dd { padding: 0px 0px 20px 20px; }
		.consult .archive {
			margin-left: 20px;
			padding-left: 20px;
			background: transparent url('/_common/img/bullet.gif') no-repeat scroll 1px 50%;
			font-weight: bold;
		}
		.consult .dash {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 20px;
		}	
	.blog {}
		.blog img {
			float: left;
			height: 110px;
			width: 110px;	
			margin-right: 45px;
		}
		.blog span { 
			padding-top: 40px; 
			font-size: 1.5em;
			display: block;
		}
	.sitemap { padding-left: 0px; }
		.sitemap ul { padding-left: 30px; }
			.sitemap ul ul { padding: 0px 0px 0px 30px; }
	.gallery { padding: 0px 0px 15px; }
		.gallery li {
			float: left;
			width: 170px;
			height: 170px;
			border: 1px solid #999999;			
			margin: 20px 20px 0px 0px;
		}
		.gallery img { 
			width: 150px;
			height: 150px;
			margin: 10px;
		}
		.show-hide-link {
			text-decoration: none;
			border-bottom: 1px dashed;
		}
.sidebar { 
	position: relative; 
	padding-bottom: 140px;
	zoom: 1;
}
	.logo {
		margin-right: 6px;
		text-align: right;
	}	
	.sub-menu-outer {
		text-align: right;
		padding: 50px 0px 80px;		
	}
		.sub-menu {
			text-align: left;
			display: inline-block;
			font-weight: bold;
		}
			html* .sub-menu  {
				display: inline;
				zoom: 1;
			}
			.sub-menu h2 { 
				padding: 5px;
				color: #999999;
				font-size: 1.4em;
			}						
			.sub-menu ul { 
				padding: 0px 0px 0px 3px; 
			}
				.sub-menu ul  li span, .sitemap li span {
					padding-left: 20px;
					background: transparent url('/_common/img/bullet.gif') no-repeat scroll 0 50%;
					display: inline-block;
				}
			.sub-menu ul ul { padding: 5px 0px 5px 30px; }
				.sub-menu ul ul li span, .sitemap ul li span {
					padding-left: 10px;
					background: transparent url('/_common/img/submenu-bullet.gif') no-repeat scroll 0 50%;
					display: inline-block;
				}
					.sub-menu ul ul li .active { background: transparent url('/_common/img/submenu-bullet-active.gif') no-repeat scroll 0 50%; }
			.sub-menu .active, .sitemap .active  { 
				color: #999999; 
				background: transparent url('/_common/img/bullet-active.gif') no-repeat scroll 0 50%;
			}
				.sub-menu .active a { color: #999999; }	
	.interactive-form { 
		padding-bottom: 80px; 
		 zoom: 1;
	}
		.interactive-form ul { padding: 10px 0px 20px; }	
		.interactive-form li { 
			padding: 7px 0px; 				
			overflow: hidden !important;
			overflow: visible;
			height: auto !important;
			height: 1%;
		}	
			.content .interactive-form li { clear: both; }
			.interactive-form li span {
				display: block;
				padding: 3px 0px;
			}
		.interactive-form label {
			float: left;
			width: 90px;
			text-align: right;	
			padding-right: 20px;		
		}
			.interactive-form label.radio { float: none; }
		.interactive-form .textbox, .interactive-form textarea { 
			width: 60%; 
			font-family: Verdana, Arial, Serif;
			font-size: 1em;
		}		
		.interactive-form select { width: 50%; }			
			.interactive-form optgroup optgroup, .interactive-form optgroup option { padding-left: 15px; }
		.interactive-form textarea { height: 10em; }
		.interactive-form input.radio { margin-left: 110px; }
		.interactive-form .button {
			width: 109px;
			height: 23px;
			background-image: url('/_common/img/btn-poll.gif');
			margin-left: 110px;
		}
	.questionnaire { width: 610px; }	
		.questionnaire p { line-height: 2em; }
		.questionnaire .textbox, .questionnaire textarea, .questionnaire select {
			border: 1px solid #999;
			font-weight: bold;
			padding: 2px 3px;
		}		
			.questionnaire textarea { 
				width: 590px; 
				vertical-align: top;
			}
			.questionnaire select { padding: 0px 0px 0px 3px; }
		.questionnaire ul { padding: 0px 0px 5px;}
			.questionnaire li { padding: 3px 0px; }
		.questionnaire label { 
			float: none; 
			width: auto;
			padding: 0px;
			text-align: left;
		}
		.questionnaire .button { margin: 10px 0px; }
		#fio { width: 570px; }
		#application #address { width: 448px; }	
		#home_phone_code, #work_phone_code { width: 50px; }
		#home_phone, #work_phone { width: 75px; }
		#education_year, #ege_year { width: 40px; }		
		#edu_direction { width: 316px; }
		#edu_speciality { width: 386px; }
		#nationality { width: 496px; }
		#birth_date, #ege_present_date, #education_date, #personal #passport_date { width: 90px; }
		#birth_place { width: 471px; }
		#passport_series { width: 50px; }
		#passport_number { width: 60px; }
		#passport_date { width: 458px; }
		#foreign_language { width: 590px; }
		#ege_subject_1, #ege_subject_2, #ege_subject_3, #ege_subject_4 { width: 509px; }
		#ege_mark_1, #ege_mark_2, #ege_mark_3, #ege_mark_4 { width: 50px; }
		#no_ege { width: 590px; }

		#personal #edu_speciality { width: 490px; }
		#lastname { width: 525px; }
		#firstname { width: 559px; }
		#fathername { width: 521px; }
		#education { width: 375px; }
		#personal #job { width: 423px; }
		#position { width: 510px; }
		#email { width: 546px; }
		#passport_org { width: 514px; }	
		#personal #home_phone, #personal #work_phone, #personal #mobile_phone { width: 145px; }	

	.education { 
		padding-bottom: 50px; 
		color: #666768;
		font-weight: bold;
	}
	.ears {}
		.regular .ears { 
			padding: 0px 0px 20px 0px; 	
			zoom: 1;
		}
		* html .regular .ears { float: left; }

		.ear {
			border: 1px solid #999999;
			padding: 0px 175px 0px 9%;
			height: 100px;
			position: relative;
			font-size: 1.1em;
			margin-bottom: 58px;
			zoom: 1;
		}	
			/* html .regular .ear { padding: 0px 175px 0px 7%; }	  */
			.ear h3 { padding: 23px 0px 3px; }
			.ear .arrow {
				width: 37px;
				height: 29px;
				background: transparent url('/_common/img/ear-arrow.png') no-repeat scroll 0 0;
				position: absolute;
				left: 9%;
				top: -13px;
			}	
	.poll {
		padding: 20px 5% 15px;
		margin-bottom: 65px;
	}		
		.poll h2 { padding-bottom: 10px; }
		.poll-head { padding-top: 10px; }
		.poll-body td { padding-top: 10px; }	
		.poll-body label { padding-left: 5px; }
		.poll-body input { vertical-align: -10%; }
		.poll .button {
			width: 109px;
			height: 23px;
			background-image: url('/_common/img/btn-poll.gif');
			margin-bottom: 15px;
		}
	.search { 
		padding-bottom: 30px; 
		zoom: 1;
	}
		.search .textbox, .search-form .textbox { width: 65%; }			
		.search .button, .search-form .button {
			float: right;
			width: 89px;
			height: 23px;
			background-image: url('/_common/img/btn-search.gif');
		}
		.search-form { zoom: 1; }
		.search-form .textbox { 
			float: left; 
			margin-right: 10px;
		}
		.search-form .button { float: left; }
		.google { 
			font-weight: bold; 
			padding-bottom: 20px; 
		}
			.google img { vertical-align: middle; }
.footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 115px;
	width: 100%;
}
	.footer h1 { padding-bottom: 15px; }
	.contacts { padding-bottom: 15px; }
	.links {
		padding-bottom: 35px;
		font-weight: bold;
		font-size: 1.1em;
	}
		.links a { margin-right: 30px; }
	.copyright { 
		font-size: 0.9em;
		color: #666768;
	}
	.tech-menu { 
		padding-top: 3px; 
		text-align: right;
	}
		.tech-menu span { margin-left: 40px; }
		.tech-menu .icon {
			width: 13px;
			height: 13px;
			background: transparent url('/_common/img/tech-menu.gif') no-repeat scroll;
			padding: 0px;
			display: inline-block;
		}
		.tech-menu .home { background-position: -90px 0px; }
			.tech-menu a.home { background-position: -77px -13px; }
		.tech-menu .contacts { background-position: -64px -26px; }
			.tech-menu a.contacts { background-position: -51px -39px; }
		.tech-menu .sitemap { background-position: -38px -52px; }
			.tech-menu a.sitemap { background-position: -25px -65px; }
		.tech-menu .search { background-position: -13px -78px; }
			.tech-menu a.search{ background-position: 0px -91px; }
	.banners { margin-top: -4px; }
		.banners img { margin-right: 25px; }	
		.banners a {
			display: inline-block;
			height: 31px;
		}