* {  
	padding: 0;
	margin: 0;  
}  

html, body {  
	height: 100%;      
}  

#main_wrapper {  
	min-height: 100%;  
	background: #FFF;
	width: 1200px;  
	margin: 0 auto;  
	position: relative;
}  

* html #main_wrapper {  
	height: 100%;  
}  

body {
	background: #362b80 url('../pics/bg_shadow.png') repeat-y 50% 0;
	color: #555555;
	font: normal 13px Tahoma;
	/*position: relative;*/
}

body,h1,h2,h3,h4,h5,p,form,ul,ol,li,table,td,dl,dt,dd {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5 {
	color: #362b80;
	font-weight: normal;
	font-size: 21px;
}
h1 {
	margin-top: 40px;
}

a {
	color: #362b80;
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;
	}
	
a img {
	border: none;
}

p {
	margin: 15px 0 0 0;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}

ul {
	list-style: none;
	margin-top: 2px;
}
	ul li {
		background: url('../pics/marker.png') no-repeat 0 14px;
		padding: 8px 0 6px 20px;
	}
	
.wrapper {
	clear: both;
	width: 100%;
	//padding-right: 1px;
	//overflow-x: hidden;
}
	.wrapper .left_col,
	.wrapper .right_col {
		float: left;
		width:50%;
	}

ul.wo_marker {
	list-style: none;
}	
	ul.wo_marker li {
		background: none;
		padding-top: 4px;
		padding-bottom: 2px;
	}
	
dl.faq {
}
	dl.faq dt {
		margin-top: 20px;
	}
		dl.faq dt strong {
			color: #362b80;
		}
	dl.faq dd {
		margin: 10px 0 0 30px;	
	}
		dl.faq dd.strong {
			color: #758054;
		}
	
dl.online {
	margin-right: 30px;
}
	dl.online dt {
		margin-top: 20px;
	}
		dl.online dt strong {
			color: #362b80;
		}
	dl.online dd {
		background: #f7f6f3 url('../pics/bg_online.png') repeat-x 0 100%;
		margin-top: 10px;
		padding: 10px 30px;
	}
		dl.online dd.strong {
			color: #758054;
		}

#header {
	
}

#header_layout {
	background: url('../pics/bg_header.png') repeat-x 0 0;
	height: 170px;
	position: relative;
}

#logo_title {
	position: absolute;
	z-index: 100;
	top: 45px;
	left: 250px;
	width: 428px;
	height: 77px;
	
}
	#logo_title img {
		/*behavior: url('iepngfix.htc');*/
	}

#menu {
	background: #362b80;
	position: relative;
	height: 43px;
}
	#menu ul {
		list-style: none;
		position: absolute;
		top: 11px;
		left: 85px;
		z-index: 110;
	}
	#menu ul li {
		color: #FFF;
		font-size: 15px;
		padding: 0 37px 0 0;

		display: -moz-inline-stack;
		display: inline-block;
		//display: inline;
	}
	#menu ul li.active {
		font-weight: bold;
		text-decoration: none;
	}
		#menu ul li a {
			color: #FFF;
		}
		#menu ul li.active a {
			font-weight: bold;
			text-decoration: none;
		}

#femida {
	background: url('../pics/femida.png') no-repeat 0 0;
	width: 217px;
	height: 200px;
	position: absolute;
	top: -157px;
	left: 900px;
	z-index: 100;
}

#menu_bg {
	background: url('../pics/bg_menu.jpg') no-repeat 0 0;
	position: absolute;
	z-index: 90;
	top: -15px;
	left: 596px;
	width: 604px;
	height: 58px;
}

#content {
	
}
	#content .wrapper {
		
	}
		#content.bg-right-100 .wrapper .right_col .right_layout {
			background: none;
		}
		#content.bg-right-100 {
			background: url('../pics/bg_right_col.png') repeat-y 100% 0;
		}

		#content .wrapper .left_col {
			background: url('../pics/bg_cont_angel.gif') no-repeat 100% 0;
			width: 820px;
			padding-right:20px;
		}
			div.padding-left {
				padding-left: 85px;
				padding-bottom: 40px;
			}
		#content .wrapper .right_col {
			width: 360px;
		}
		
.right_layout {
	background: #e3e1d8;
	height: 100%;
	padding-left: 30px;
	padding-bottom: 30px;
}
.right_layout.disable_padding {
	padding: 0;
}
	.right_layout ul li {
		color: #362b80;
		font-size: 15px;
		font-weight: bold;
	}
		.right_layout ul li a {
			color: #362b80;
			font-weight: normal;
		}

.right_block {
	background: url('../pics/bg_right_block.png') repeat-x 0 100%;
	min-height: 80px;
	position: relative;
}
* html .right_block {
	height: 1px;
}
	.right_block .dog_ear {
		position: absolute;
		bottom: -3px;
		//bottom: 0;
		right: 0;
	}
	.right_block dl {
		padding: 10px 0 25px 0;
		//padding-bottom: 28px;
	}
	.right_block dl dt {
		margin: 0 45px 6px 45px;
	}
	.right_block dl dd {
		margin: 0 25px 0 70px;
	}
	.right_block dl dd.scheme_link {
		text-align: right;
	}

.welcome {
	background: url('../pics/photo_1.jpg') no-repeat 0 100%;
	color: #7b7d76;
	min-height: 295px;
	//height: 295px;
	padding: 0 20px 0 300px;
}
	.welcome h3 {
		color: #7b7d76;
		font-size: 15px;
		font-weight: bold;
	}
	.welcome span {
		color: #362b80;
		font-weight: bold;
	}
	
#div {
	clear: both;
	padding-bottom: 195px;
}
#sub {
	background: url('../pics/bg_sub.png') repeat-x 0 0;
	clear: both;
	padding-bottom: 200px;
}
	#sub .wrapper {
		width: 1200px;
	}
	#sub .wrapper .left_col {
		background: none;
		margin: 0 10px 80px 85px;
		//margin-left: 30px;
		width: 45%;
	}
	#sub .wrapper .left_col h1 {
		margin-top: 50px;
		font-size: 21px;
	}
	#sub .wrapper .right_col {
		background: none;
		margin-bottom: 80px;
		width: 45%;
	}
	#sub .wrapper .right_col h1 {
		margin-top: 50px;
		font-size: 17px;
	}
	#sub .wrapper .right_col h2 {
		font-size: 15px;
		font-weight: bold;
		margin-top: 20px
	}

#footer {
	background: #e3e1d8 url('../pics/bg_footer.png') repeat-x 0 0;
	border-top: #362b80 solid 7px;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 1200px;
	height: 188px;
}
*html #footer {
	width: 1030px;
}
	#footer .wrapper {
		color: #362b80;
		line-height: 20px;
		margin: 25px 85px;
		
	}
   	#footer .wrapper .right_col p {
   		margin-top: 25px;
   	}


p.contacts {
	line-height: 20px;
	color: #362b80;
	margin-top: 4px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
}

.diploms_wrapper {
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 100px;
	//padding-right: 1px;
	//overflow-x: hidden;
}
	.diploms_wrapper .diplom {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
	
.tac {
	text-align: center;
}
.blue {
	color: #362b80;;
}

.articles_list {
	
}
	.articles_list dt {
		color: #362b80;
		font-weight: bold;
		margin-top: 30px;
	}
	.articles_list dt span {
		color: #758054;
		font-weight: normal;
	}
	.articles_list dd p {
		margin: 4px 0;
	}
	.articles_list dd a {
	}
	
.form {
	margin-top: 4px;
}
	.form label {
		color: #362b80;
		display: block;
		font-weight: bold;
		margin-top: 6px;
		margin-bottom: 2px;
	}
	.form .notice {
		color: #362b80;
	}
	
	.form input,
	.form textarea,
	.form select {
		border: #362b80 solid 1px;
		width: 85%;
	}
	
	.form input[type="submit"],
	.form input[type="button"] {
		background: #362b80;
		border: none;
		color: #FFF;
		padding: 2px 6px 3px 6px;
		font: normal 14px "Myriad Pro";
		margin-top: 24px;
		width: auto;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
	}
	
	.form input[type="image"] {
		width: auto;
		margin-top: 24px;
		border: none;
	}
