* {  
	margin: 0;  
	padding: 0;  
} 

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-size: 14px;
	background: #fff;
}

img {
	border: 0;
}

ol,ul {
	list-style: none;
}

a {
	color: #000099;
}

h2 {
	font-size: 20px;
	color: #8b0000;
}

.clear {
	clear: both;
}

.page_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/*--header--*/

.header_wrapper {
	height: 100px;
	background: #fcfcfc;
}

.header {
	width: 1024px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}

.header .logo_header {
	position: absolute;
	top: 20px;
	left: 0;
}

.header .logo_header_txt {
	float: left;
	margin: 0 0 0 200px;
	color: #8b0000;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 26px;
	text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.3);
	padding: 25px 0 0 40px;
}

.header .logo_header_txt span {
	display: block;
	font-weight: bold;
	font-size: 32px;
}

.header .search_block {
	float: right;
	position: relative;
}

.header .search_block .search {
	width: 140px;
	height: 25px;
	border: 1px solid #cecece;
	-moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; 
    border-radius: 4px; 
	padding: 0 24px 0 10px;
	margin: 44px 30px 0 0;
}

.header .search_block .search_btn {
	width: 28px;
	height: 24px;
	background: url("../images/icon_search.png") no-repeat left center;
	padding-top: 10px;
	border: none;
	position: absolute;
	top: 44px;
	right: 30px;
}

.header .header_search_contacts {
	float: right;
	margin-top: 23px;
}

.header .header_search_contacts p {
	font-size: 16px;
	margin-bottom: 8px;
}

.header .header_search_contacts span {
	float: right;
	display: block;
	padding-left: 24px;
	background: url("../images/icon_email.png") no-repeat left center;
}

.header .header_search_contacts a {
	color: #000;
	text-decoration: none;
}

.header .header_search_contacts a:hover {
	text-decoration: underline;
}


/*--horizontal menu--*/
.horizontal_menu_wrapper {
	height: 50px;
	background: #c12e00; /* Old browsers */
	background: -moz-linear-gradient(top, #c12e00 0%, #800000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c12e00), color-stop(100%,#800000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c12e00 0%,#800000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c12e00 0%,#800000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c12e00 0%,#800000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c12e00 0%,#800000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c12e00', endColorstr='#800000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.3) inset;
	-moz-box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.3) inset;
	box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.3) inset;
}

.horizontal_menu {
	width: 1024px;
	margin: 0 auto;
}

.horizontal_menu ul {
	float: right;
}

.horizontal_menu ul li{
	float: left;
}

.horizontal_menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	display: block;
	padding: 0 8px;
	border-right: 1px solid #fff;
	margin-top: 14px;
	text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.7);
}

.horizontal_menu ul li:last-child a {
	border-right: none;
	padding-right: 0;
}

.horizontal_menu ul li.active a {
	color: #b3b3b3;
}

.horizontal_menu ul li:hover a {
	color: #b3b3b3;
}


/* content-block */
.content {
	width: 1024px;
	margin: 25px auto;
	overflow: hidden;
	padding-bottom: 10px;
}


/*left-column*/
.left_column {
	width: 180px;
	float: left;
	padding-left: 8px;
}

.left_menu {
	padding: 10px 6px 15px 6px;
	background: #fcfcfc; 
	background: -moz-linear-gradient(top, #fcfcfc 32%, #f2f2f2 99%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(32%,#fcfcfc), color-stop(99%,#f2f2f2)); 
	background: -webkit-linear-gradient(top, #fcfcfc 32%,#f2f2f2 99%); 
	background: -o-linear-gradient(top, #fcfcfc 32%,#f2f2f2 99%); 
	background: -ms-linear-gradient(top, #fcfcfc 32%,#f2f2f2 99%); 
	background: linear-gradient(to bottom, #fcfcfc 32%,#f2f2f2 99%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2',GradientType=0 );
	moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-o-border-radius: 5px; 
	-ms-border-radius: 5px; 
	border-radius: 5px; 
	-webkit-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.5);
}

.left_menu p {
	font-size: 11px;
	line-height: 12px;
	margin: 14px 0 18px 0;
}

.left_menu ul li {
	line-height: 15px;
	margin-top: 10px;
}

.left_menu ul li a {
	text-decoration: none;
}

.left_menu ul li a:hover {
	color: #8b0000;
}

.add_left_menu {
	margin-top: 50px;
}

.add_left_menu li{
	border-bottom: 1px dashed #cecece;
	padding: 10px 6px 8px 6px;
}

.add_left_menu li:last-child{
	border-bottom: 0px;
}

.add_left_menu li a {
	color: #5d5d5d;
	text-decoration: none;
}

.add_left_menu li a:hover {
	text-decoration: underline;
}


/*center-column*/
.center_column {
	float: left;
	padding: 0 20px;
    width: 614px;
}

.breadcrumbs {
	color: #808080;
	margin-bottom: 7px;
	font-size: 13px;
}

.breadcrumbs li {
	display: inline;
	list-style-type: none;
	margin: 0 !important;
}

.breadcrumbs li:after {
	content: " > ";
} 

.breadcrumbs li:last-child:after {
content: "";
} 

.breadcrumbs li a {
	color: #808080;
	text-decoration: underline;
}

.breadcrumbs li a:hover {
	text-decoration: none;
	color: #808080;
}

/*--text-block--*/

.content_text_block {
	padding: 0 10px 0 20px;
}

.content_text_block p {
	text-align: justify;
}

.content_text_block p, 
.content_text_block h2, 
.content_text_block h3, 
.content_text_block h4, 
.content_text_block h5, 
.content_text_block ul, 
.content_text_block ol {
	margin: 10px 0;
}

.content_text_block ul li, 
.content_text_block ol li {
	margin-left: 35px;
}

.content_text_block ul {
	list-style: disc;
}

.content_text_block p:first-child {
	margin-top: 0
}

.content_text_block img {
	margin: 5px 10px;
}

.content_text_block a {
	color: #000099;
	text-decoration: none;
}

.content_text_block a:hover {
	color: #8b0000;
}

.content_text_block ul.marker_ul {
	list-style-image: url("../images/li_bg.png");
}

/*grey-block*/
.content_grey_block {
	background: #f1f1f1;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Google Chrome */
	-khtml-border-radius: 10px; /* KHTML */
	-o-border-radius: 10px; /* Opera */
	-ms-border-radius: 10px; /* IE8 */
	border-radius: 10px; /* CSS3 */
	padding-right: 20px;
	-webkit-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.5);
	margin-top: 30px;
	overflow: hidden;
	padding: 10px 10px 10px 0;
}

.content_grey_block h3 {
	color: #8b0000;
	margin-left: 15px;
}

.main_news_block_first {
	border-bottom: 1px solid #d1d3d4;
	padding-top: 5px;
}

.main_news_block_second {
	border-top: 1px solid #fff;
	padding: 15px 0 7px 15px;
}

.red_block_title {
	background: #8b0000;
	display: inline-block;
	color: #fff;
	padding: 6px 6px 4px 6px;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Google Chrome */
	-khtml-border-radius: 4px; /* KHTML */
	-o-border-radius: 4px; /* Opera */
	-ms-border-radius: 4px; /* IE8 */
	border-radius: 4px; /* CSS3 */
	background: #c12e00; /* Old browsers */
	background: -moz-linear-gradient(top, #c12e00 0%, #800000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c12e00), color-stop(100%,#800000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c12e00 0%,#800000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c12e00 0%,#800000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c12e00 0%,#800000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c12e00 0%,#800000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c12e00', endColorstr='#800000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.3) inset;
	-moz-box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.3) inset;
	box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.3) inset;
}

.rekl_block1 {
	border-bottom: 1px solid #808080;
	background: url("../images/rekl_1.png") no-repeat top left;
	width: 570px;
	height: 200px;
	margin-top: 40px;
}

.rekl_block2 {
	border-top: 1px solid #cecece;
# --	background: url("../images/knopka.gif") no-repeat top left;  --#
	width: 570px;
	height: 100px;
}

.content_grey_block_left {
	width: 50%;
	float: left;
	border-right: 1px solid #e1e2e2;
	padding-top: 10px;
}

.content_grey_block_right {
	padding-top: 10px;
}

.content_grey_block_right ul li {
	margin-left: 320px;
}

/*table*/
.content_table {
	border: 1px solid #a9a9a9;
	width: 100%;
	moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Google Chrome */
	-khtml-border-radius: 6px; /* KHTML */
	-o-border-radius: 6px; /* Opera */
	-ms-border-radius: 6px; /* IE8 */
	border-radius: 6px; /* CSS3 */
	margin: 10px 0;
	border-spacing: 0px;
	font-size: 12px;
} 

.content_table td {
	border-spacing: 0px;
	border:1px solid #b7b7b7;
	padding: 5px;
}  

.content_table tr:hover {
	background: #f1f1f1;
	cursor: pointer;
}

.content_table tr:first-child  {
	background: #f1f1f1;
}

.content_table a.read_more {
	color: #8b0000;
}

.content_table a.read_more:hover {
	text-decoration: underline;
}

.content_table p {
	margin: 0;
}

.content_table span {
	color: #000099;
}

.content_table ul li{
	margin: 0 0 0 15px;
}


/*content-text-fullscr*/
.content_text_fullscr {
	padding: 0;
} 

.content_text_fullscr h2 {
	margin-bottom: 20px;
} 

.content_text_fullscr h4,
.content_text_fullscr h4 a {
	font-size: 16px;
	color: #000099;
} 

.content_text_fullscr .logo_block {
	float: left;
	width: 200px;
	height: 160px;
} 

.fullscr_rekl_block .rekl_block1 {
	margin-top: 20px;
	margin: 0 auto;
	border-bottom: 0;
}


/*right-column*/
.right_column {
	width: 180px;
	float: left;
}

.right_column .banner2_right {
	display: block;
	margin-top: 26px;
	background: #fcfcfc; /* Old browsers */
}

.right_column .banner_text {
	display: block;
	padding: 5px 0;
	line-height: 14px;
	width: 200px;
	color: #808080;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	moz-border-radius: 0 0 5px 5px; /* Firefox */
	-webkit-border-radius: 0 0 5px 5px; /* Safari, Google Chrome */
	-khtml-border-radius: 0 0 5px 5px;; /* KHTML */
	-o-border-radius: 0 0 5px 5px; /* Opera */
	-ms-border-radius: 0 0 5px 5px; /* IE8 */
	border-radius: 0 0 5px 5px; /* CSS3 */
	-webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.5);
}

.right_column .banner_text:hover {
	text-decoration: underline;
}

.right_column  .advertisment_block_right {
	margin-top: 30px;
	padding: 10px 10px 10px 15px;
	color: #000;
	text-decoration: none;
	line-height: 16px;
	display: block;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Google Chrome */
	-khtml-border-radius: 5px;; /* KHTML */
	-o-border-radius: 5px; /* Opera */
	-ms-border-radius: 5px; /* IE8 */
	border-radius: 5px; /* CSS3 */
	-webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.5);
}

.right_column  .advertisment_block_right span {
	color: #8b0000;
	font-size: 18px;
	font-weight: bold;
	display: block;
}

.right_column  .advertisment_block_right p {
	font-size: 12px;
}

.right_column  .advertisment_block_right:hover p {
	text-decoration: underline;
}

.right_column  .mba_distance {
	margin-top: 40px;
	background: url("../images/mba_distance_bg.png") no-repeat top right;
}

.right_column  .mba_distance a {
	color: #8b0000;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	width: 150px;
	line-height: 18px;
	margin-bottom: 20px;
	padding-top: 5px;
}

.right_column  .mba_distance a:hover {
	color: #000099;
}

.right_column .mba_distance p {
	font-size: 12px;
}

.right_column .advertisment_link {
	display: block;
	margin-top: 20px;
	color: #8b0000;
	text-decoration: none;
}

.right_column .advertisment_link:hover {
	text-decoration: underline;
}
	
/* footer */
.footer-wrapper {  
	height: 162px; 
	background: #ecebeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ecebeb 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecebeb), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ecebeb 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ecebeb 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ecebeb 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ecebeb 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecebeb', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.3) inset;
	-moz-box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.3) inset;
	box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.3) inset;
}  

.footer {  
	width: 1024px;
	margin: 0px auto;
	color: #fff;
	height: 162px; 
	position: relative;
}  

.footer_menu {
	width: 828px;
} 

.footer_menu li {
	float: left;
}

.footer_menu li a {
	color: #808080;
	text-decoration: none;
	font-size: 15px;
	display: block;
	padding: 0 8px;
	border-left: 1px solid #808080;
	margin-top: 32px;
}

.footer_menu li:first-child a {
	border-left: none;
}

.footer_menu  li:hover a {
	color: #000;
}

.copyrights {
	float: left;
	color: #000;
	margin: 30px 0 0 8px;
}

.banner_footer {
	position: absolute;
	display: block;
	top: 75px;
	right: 287px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
}

.footer_metriki {  
	padding-top: 26px;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
}  

.footer_metriki a {  
	float: left;
	display: block;
} 