html, body
{
	margin: 0;
	padding: 0;
	text-align: center;
}

html{
	height: 100%; 
}

body
{
	min-height:100%;
	position:relative;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
background:url("images/p9.png") repeat; /* Внесены изменения */
	color:#161615;
}
 
a{
	color:#3d90ba;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:0;
}

p{
	padding:0;
	margin:0;
}

h1{
	font-size: 24px;
	color: #000;
	padding:0;
	margin:0;
	font-weight:normal;
	border-bottom:0;
}

h2{
	font-size: 22px;
	color: #222222;
	padding:0;
	margin:8px 0;
	font-weight:normal;
	border-bottom:0;
}

h3{
	font-size:18px;
	font-weight:normal;
	margin:8px 0;
	padding:0;
	border-bottom:0;
	color: #161615;
}

h3 a {
	color: #000;
}

input{
	font-size: 12px;
}

table{
	border-collapse: collapse;
}

.clear{
	clear:both;
}

#header_top{
	display:block;
	border-bottom: 1px solid #46626e;
	background-color: #4682B4;
	background-position: left bottom;
	width:100%;
	color:#ffffff;
}
.content_header{
	width:1240px;
	margin:0 auto;
	padding-top:6px;
	font-size:14px;
}
.content_header div.head_left {
	width: 240px; 
	float: left; 
	height: 230px; 
	overflow: hidden;
}
.content_header div.head_center {
	text-align: center; 
	width: 760px; 
	float: left; 
	height: 230px; 
	overflow: hidden; 
	color: #fbf598; 
	font-size: 24px; 
	line-heightL: 1;
}
.content_header div.head_right {
	text-align: right; 
	width: 240px; 
	float: right; 
	height: 230px; 
	overflow: hidden;
}
.wrap{
	display:block;
	width:1240px;
	margin:20px auto 0;
}

.wrap #header{
	display:block;
	overflow:hidden;
        float:left; /*внесено изменение этого не было */
        font-size: 18px; 
        margin-bottom: 20px;
}

.wrap #header .left_col{
	display:block;
	width:620px;
	float:left;
}
.wrap #header .right_col{
	display:block;
	width:620px;
	float:right;
}

.wrap #header a{
	color: #4682B4 !important;
	display: block;
	float: left;
}
#header .right_col .delim {
    display: block;
    background: url("images/delim_header_auth.gif") no-repeat;
    height: 18px;
    width: 1px;
    float: left;
    margin: 0 8px;
}
#header_top .right_col{
	display:block;
	float:right;
	width:282px;
	text-align:right;
	padding:0;
	margin:0;
}

#header_top .right_col a, .right_col .user_login{
	display:block;
	float:left;
}
#header_top .left_col{
	display:block;
	float:left;
	width:455px;
	text-align:left;	
}
#header_top .right_col .icons, .auth{
	display:block;
	float:right;
}

#header_top .right_col .icons a{
	display:block;
	float:left;
	margin-left:5px;
}

#header_top .right_col .delim{
	display:block;
	background:url("images/delim_header_auth.jpg") no-repeat;
	height:16px;
	width:1px; 
	float:left;
	margin: 0 8px;
}
.wrap #header .right_col .top_menu{
	display:block;
	margin-top:-1px;
	overflow:hidden;
}

.top_mn{ 
    margin: 20px 0px 10px 0px; 
    padding: 0; 
    list-style-type: none; 
	overflow: hidden;	
	font-size:14px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
	/*width: 1000px;*/
	float: left;
	display: table;
}
.top_mn li{ 
    display: block; 
    float: left; 
    margin: 6px 25px 6px 20px; 
    padding: 0; 	
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
} 

.top_mn li a{
	text-decoration:none;
	font-size: 18px;
	color: #191A76 !important;
}

.search{
	width:260px;
	display:block;
	position:relative;
	background:url("images/input_search.png") no-repeat;
	height:36px;
	margin-top: 20px;
	overflow: hidden;
	float: right;
}
.search .search-suggest{
	border:0px solid #ffffff;
	width: 220px;
	background: none;
	float:left;
	padding-left:10px;
	padding-top: 6px;
	font-size: 18px;
}
.search .search-suggest:focus {
	outline: 1px solid #fff; 
}
.search .search-suggest::-moz-placeholder {
	font-size: 14px;
}
.search .search-suggest::-webkit-input-placeholder{
	font-size: 14px;
}
.search .search_submit{
	background:url("images/bt_search.jpg") no-repeat center center;
	height:14px;
	width:14px;
	border:0px;
	cursor:pointer;
	padding:0;
	margin:0;
	float: right;
	margin-right: 10px;
	margin-top: 11px;
}
.top_bg{
	width:100%;
	clear:both;
}

.bg{
	/*background:url("images/p4.png") repeat; /*Внесены изменения было bg.jpg  repeat-x */
	width:100%;
}
.wrap .left_menu {
	width: 250px;
	float: left;
}
.left_mn {
	margin: 0px; 
    padding: 0; 
    list-style-type: none; 
	overflow: hidden;	
	font-size:14px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
}
.left_mn li{ 
    display: block; 
margin: 10px 20px 0px 20px;
padding: 0 0 10px 0;	
	border-bottom: 1px dotted #ccc;
} 

.left_mn li a{
	text-decoration:none;
	font-size: 16px;
	color: #191A76 !important;
}
.wrap .right {
	width: 260px;
	float: right;
}
.workarea {
	float: left;
	width: 650px;
	margin-left: 40px;
}
.new_element h3{
	margin: 0px 0px 10px 280px
}
.new_element .other_new {
	margin-left: 280px;
}
.gorizont_delim {
	height: 1px;
	margin-left: 280px;
	background: url("images/grey_delim.png");
}

























.logo_a{
	width: 100px;
	display: table-cell;
	height: 110px;
	text-align: center;
	vertical-align: middle;
}





.wrap #header .name_hs{
	color:#272727;
	font-weight:bold;
	font-size:16px;
	float:left;
	width: 380px;
	margin-left:10px;
	height:111px;
	line-height:1.4;
	display: table;
}

.wrap #header .inner{
	display: table-cell;
    vertical-align: middle;
}



.bnrs_imgs{
	display:block;
	margin-left: -8px;
	width: 1260px;
}

.image_main1, .image_main2, .image_main3{
	display:block;
	float:left;
	position:relative;
	height:283px;
}

.image_main1{
	width:439px;
}

.image_main2{
	width:418px;
}

.image_main3{
	width:402px;
}

.img_text{
	display:block;
	position:absolute;
	left:0px;
	width:362px;
	bottom:10px;
	background:url("images/bg_text_img.png") repeat;
	color:#ffffff;
	font-size:18px;
	padding:10px;
}
 
.bg .left_col{
	display:block;
	float:left;
	width:900px;
}



.right_menu_title{
	padding-top:0px;
	padding-bottom:18px;
}

.breadcrumb{
	display:block;
	margin:12px;
}

.right_menu li.selected a{
	color:#3d90ba;
}
.right_menu li a:hover{
	color:#3d90ba;
}

/*--------------------- buttons & link --------------------------*/
.bt{
	display:block;
	float:right;
	width:101px;
}

.bt_bt{
	position:absolute;
	bottom:18px;
	right:14px;
}

.bt_v{
	position:absolute;
	bottom:22px;
	right:14px;
}

.bt_gr_reg{
	text-align:left;
	padding-left:7px;
}

.bg_prf_sv{
	margin-right:10px;
	margin-top:20px;
}

.bg_prf_rs{
	margin-top:20px;
}

.bt a{
	background:url("images/bt.png") no-repeat;
	width:101px;
	text-align:center;
	height:26px;
	display:table-cell;
	vertical-align:middle;
}

.bt a:hover{
	text-decoration:none;
}

.bt_gr{
	background: url("images/bt.png") no-repeat;
	width: 101px;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
	border:0;
	color:#3d90ba;
	cursor:pointer;
	height:26px;	
}

.bt_vbig{
	background: url("images/bt_vbig.png") no-repeat;
	width: 128px;
	text-align: left;
	padding-left:19px;
	display:table-cell;
	vertical-align:middle;
	border:0;
	color:#3d90ba;
	cursor:pointer;
	height:26px;	
}

.bt_gr_big{
	background: url("images/bt.png") no-repeat;
	width: 110px;
	display:table-cell;
	vertical-align:middle;
	text-align: left;
	padding-left:7px;
	border:0;
	color:#3d90ba;
	cursor:pointer;
	height:26px;
}

/*--------------------- tabs ----------------------*/

div.tab_1 {
	display:block;
	margin:0;
	padding:0;
}

.tabNavigation{
	padding:0;
	margin:0;
	float:left;
}

.tab_1 .tabNavigation  a{
	text-decoration:none;
	display:block;
	float:left;
	background:url("images/dot_horz.png") repeat-x bottom;
	padding:8px 14px;
}

.tab_1 .tabNavigation .tab_one{
	background:#ffffff; 
	padding:8px 14px;
	margin:0;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	
	box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	position:relative;
}

#tab-3{
	position:relative;
}

.tab_1 .tab_one .bg_white{
	position:absolute;
	background:#ffffff; 
	bottom: -2px;
	height: 10px;
	width: 100%;
	left: 0px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	z-index:2;
}

.content_tab{
	clear:both;
	background:#ffffff; 
	padding:24px 14px;
	overflow:hidden;
	margin:0;
	
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	
	box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	
	position: relative;
}

.links_in_tc{
	display:block;
	margin-top:24px;
	overflow:hidden;
	width: 630px;
}

.links_in_tc p{
	display:block;
	background:url("images/delim_in_tabs_content.jpg") no-repeat bottom;
	width:292px;
	margin: 8px 0 0;
	padding-bottom: 8px;
	float:left;
}

.left_col .links_in_tc p{
	margin-right: 20px;
}

.left_col .departments_list{
	width: 630px;
	float:left;
}

.left_col .departments_list .row{
	margin: 10px 0 0;
}

.video{
	display:block;
	float:left;
	width:444px;
}

.descr{
	display:block;
	margin-left:450px;
}

.date{
	font-size:10px;
	color:#3d90ba;
}

.right_col{
	display:block;
	width:450px;
	float:right;
}

.indent_bt{
	margin-top:26px;
}

.lnk_wba a{
	background: url("images/green_arrow.png") no-repeat right center;
	padding-right: 10px;
} 


.en_course{
	display:block;
	margin-top:22px;
	height:155px;
	width:449px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/*------------page navigation----------*/

.text .nav_prev{
	background:url("images/arrow_prev.jpg") no-repeat center center;
	height: 15px;
	width: 3px;
	display: block;
	float: left;
	margin-right:10px;
}

.text .num_page{
	float:left;
	margin:0 3px;
}

.text span{
	color:#666666;
}

.text .nav_next{
	background:url("images/arrow_next.jpg") no-repeat center center;
	height: 15px;
	width: 3px;
	display: block;
	float: left;
	margin-left:10px;
}

.left_column{
	position:relative;
	float: left;
	width: 950px;
}
.right_column{
	float:right;
	width:275px;
	overflow:hidden;
}

.left_column .ui-tabs{
	margin-top:0px;
}

.title_cont{
	display: block;
	margin: 0;
	padding: 0;
}
.title_wrap{
	padding: 0;
	margin: 0;
	float: left;
}
.whitediv{
	position: absolute;
	background: white;
	bottom: -2px;
	height: 10px;
	width: 100%;
	left: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	z-index: 2;
}

.tab_only{
	background: white;
	padding: 8px 14px;
	margin: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	position: relative;
	display: block;
	float: left;
}

.art_cont{
	clear: both;
	background: white;
	padding: 24px 14px;
	margin: 0;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	position: relative;
}

.text_content{
	color:#161615;
	line-height:1.5;
}

#antifooter { clear:both; display:block; height: 1px; width:100%;}

/*-------------------------------------*/

#footer{
	display:block;
	clear:both;
	padding-top:30px;
	overflow:hidden;
	font-size:14px;
/*	height:192px;*/
	width:1240px;
} 
 
.red_line{
	display:block;
	width:100%;
	background:#3d90ba;
	height:6px;
	margin-bottom:10px;
} 
 
.bt_menu{
	display: block;
	width: 576px; 
	overflow: hidden;
	float:left;
} 
 
.left_col_btm{
	display:block;
	float:left;
	margin-top:15px;
} 

.right_col_btm{
	display: block;
	float: right;
	width: 495px;
	margin-right:60px;
} 

.right_col_btm .search{
	float: right;
	margin-right:20px;
	margin-top:0px;
	margin-bottom: 10px;
}

.right_col_btm .icons{
	clear:both;
	float:right;
	margin-right:20px;
}

.right_col_btm .contact_info{
	clear:both;
	text-align: right;
	padding-top: 8px;
}

.icons_hcp{
	display: block;
	float: right;
	margin-top: 18px;
}

.icons_hcp a{
	margin-left:12px;
}

#copyright{
	display:block;
	clear:both;
	color:#222222;
	font-size:11px;
	padding:20px 20px 8px;
}