body {
	margin:0;
	padding: 0px;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
	color: #111;
	background: url(/sm.aspx?guid=1193) repeat center #f2f2f2;
}

img {
	border:0; 
	display:block; 
	padding:0; 
	margin:0;
}

.clear {clear:both;
}
.right {float: right;}
.left {float:left;}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 20px 0;
	padding:0 0 8px 0;
	font-size:1.2em;
	font-weight:normal;
	font-family:Segoe UI, Tahoma, serif;
}

table td {
vertical-align: top;
}

table {
border-collapse: collapse;
}


/* Шапка */

#header {
/*	margin:0 auto; */
	width: 100%;
	height: 230px;
	background: #43556d;
/*	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); */
	font-family: Segoe UI, Tahoma;
	color: #fff;
}

#top_panel_back {
	background: url(/sm.aspx?guid=3793) repeat-x center;
	height: 50px;
	z-index: 1;
	position: relative;
	width: 100%;
}

/* #header #wrapper_center{ */
#wrapper_center{
/*	margin:-50px auto 20px auto; */
        margin:0px auto 20px auto;
	width: 1004px;
	height: 230px;
	background: #43556d;
/*	z-index: 2; */
	position: relative;
}

#top_panel_center {
	background: url(/sm.aspx?guid=3823) no-repeat center;
	height: 50px;
	z-index: 4;
	position: relative;
}

#left_top_panel {
	float: left;
	margin-top:9px;
}

#right_top_panel {
	float: right;
	margin-top:9px;
}

#left_top_panel a, #right_top_panel a {
	color: #d6d7d8;
	font: Arial;
}

#left_top_panel a:hover, #right_top_panel a:hover {color: #fff;}

#left_top_panel a {margin-right:11px;}

#right_top_panel a {margin-left:11px;}


/* Название, логотип, адрес колледжа */

#header #logo_header{
	float:left;
	height: 155px;
	margin:0px;
	line-height: 1.4;	
	text-align: center;
}



/* #header #logo_name{ */
#logo_name{
	float:left;
	margin:10px 10px 0px 10px;
	font-size: 1.4em;
    width: 400px;
}


#header #logo_name a {
	color: #fff;
	text-decoration: none;
}

#header #logo_adress{
	float:right;
	margin:10px 0px 0px 10px;
	font-size: 1.2em;
}

.logo_shadow {
	background: url(/sm.aspx?guid=3233) no-repeat center;
	margin:-38px 0 6px 0;
	width: 350px;
	height: 30px;
}

#small_letters {
	font-size: 0.7em;
	display: block;
	margin-bottom:20px;
}

#midi_letters {
	font-size: 0.9em;
	display: block;
	margin-top:4px;
}

/* #header #logo_image{ */
#logo_image{
	float:left;
/*	margin:-50px 0px 0 0; */
        margin:10px 0px 0 0;
}


/* Главное меню */

#topbar {
	background: #fff;
	width: 1004px;
	margin:-48px auto 0 auto;
	display:block;
	padding:0px;
/*	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.200); */

	font-family:Segoe UI, Arial, sans-serif;
/*	z-index: 10; */
	position: relative;
	border-radius: 10px;
	height: 48px;
}

#home_icon {
	margin:4px;
	padding: 8px 9px 8px 11px;
	float: left;
	width: 20px;
	background: url(/sm.aspx?guid=1573) no-repeat center;
}

#home_icon:hover {
	background: url(/sm.aspx?guid=1553) no-repeat center;
}

ul#menu_left, ul#menu_right {
	margin:0;
	padding: 0;
	list-style: none;
	height: 32px;
	display: block;
}

ul#menu_left a, ul#menu_right a {
	padding: 10px 12px 10px 12px;
	margin:4px 0px;
	display: block;
	color: #444;
	font: 1.2em Segoe UI, Arial, sans-serif;
	text-decoration: none;
}

ul#menu_left a {border-left: 1px solid #b9b8b8;}

ul#menu_left, ul#menu_left a, ul#menu_left li {float: left;}

ul#menu_right, ul#menu_right a, ul#menu_right li {float: right;}

ul#menu_left a:hover, ul#menu_right a:hover {color: #e4504f;}

#topbar ul#menu_left li, #topbar ul#menu_right li {
	margin:0;
	padding: 0;
	float: left; 
	display: inline;
	list-style: none;
	position: relative;
	z-index:9999;
}
#topbar ul#menu_left ul {
	margin:0 0 0 -45px;
	padding: 0px;
	list-style: none;
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	background: #fff;
/*	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.300); */
}

#topbar ul#menu_right ul {
	background: #fff;
	margin:0 0 0 -1px;
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
/*	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.300); */
}


/* Выпадающее меню - элементы второго уровня */

#topbar ul#menu_left li:hover li a, #topbar ul#menu_right li:hover li a {
	float: none;
	font-size: 1.1em;
	background: #fff;
	padding: 12px 10px 12px 10px;
	width: 300px;
	border-left: none;
	border-top: 1px solid #dfdfdf;
	margin:0;
}

#topbar ul#menu_left li:hover li a:hover, #topbar ul#menu_right li:hover li a:hover {
	background: #E4504F;
	color: #fff;
}

#topbar ul#menu_left li:hover ul, #topbar ul#menu_right li:hover ul {display: block;}

/* В ДОБРЫЙ ПУТЬ */
#logo_ribbon {
/*	background: url(/sm.aspx?guid=3313) no-repeat center; */
	background: url(/sm.aspx?guid=3313) no-repeat left;
	width: 206px;
	height: 76px;
/*	margin:-55px 0px 0px 398px; */
      margin:-55px 0px 0px 400px; 
}


/* Иллюстрированный слайдер */

#slider {
	height:400px;
	z-index: 1;
	margin:40px auto;
	width:1004px;	
	padding:0px;
	position:relative;
	font-family: Segoe UI, Arial;
}

#slider11 {
        height:200px;
	z-index: 1;
	margin:40px auto;
	width:1004px;	
	padding:0px;
	position:center;
	font-family: Segoe UI, Arial;
}

#slider .ui-tabs-panel { 
	margin:0 auto;
	width: 1004px;
	overflow: hidden;
	height: 400px;
/*	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.326); */
}

#slider #slider_nav_back {
	width: 1004px;
	background-color: #d5d5d5;
	height: 46px;
	margin-top:-46px;
	position: relative;
	z-index: 300;
}

#slider ul.ui-tabs-nav { 
	position:absolute; 
	bottom:0px; 
	left: 0px; 
	list-style:none; 
	padding:0; 
	display: block;
	width:1004px; 
	z-index: 500;
	margin:0px;
}

#slider ul.ui-tabs-nav li {  
	padding: 0px;
	margin:0px;
	display: block;
	height: 65px;
	float: left;
	background-color: #fff;
	background: url(/sm.aspx?guid=4003) no-repeat center;		
}

#slider ul.ui-tabs-nav li p { 
	vertical-align: middle;
	text-align: center;
	height: 40px;
	margin:9px 0 0 0;
	padding: 0px;
}

#slider li.ui-tabs-nav-item a { 
	display:block; 
	color:#48586e;  
	margin-top:18px;
	font-size:1.6em;
}

#slider li.ui-tabs-nav-item a:hover { 
	color: #ffffff;
	text-decoration: none;
}

#slider li.ui-tabs-nav-item:hover { 
	background-color: #e4504f;
	background: url(/sm.aspx?guid=3993) no-repeat center;
}

#slider ul.ui-tabs-nav li.ui-tabs-selected { 
	background-color: #e4504f;
	background: url(/sm.aspx?guid=3993) no-repeat center;
}

#slider ul.ui-tabs-nav li.ui-tabs-selected a { 
	color: #fff;
	text-decoration: none;
}

#slider .ui-tabs-hide {display:none;}

#slider .button {
	display:block;
	float: left;
	width:251px;
}

#slider .ui-tabs-panel .info { 
	position:absolute; 
	float: right;
	margin:110px 0px 0px  0;
	top:0px; 
	right:0px; 
	text-align: left;
	color: #fff;
/*	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.300); */
}

#slider .ui-tabs-panel1 .info { 
	position:absolute; 
	float: right;
	margin:110px 0px 0px  0;
	top:0px; 
        right:0px; 
	text-align: left;
	color: #fff;
/*	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.300); */
}

#slider .info h1 { 
	font-size: 1.4em; 
	margin:0;
	font-weight:bold;
	padding: 20px 40px 20px 20px;
	background: rgba(228, 80, 79, 0.80);
	border-left: 8px rgba(194, 80, 79, 0.85) solid;

}

#slider .info h2 { 
	border-left: 8px rgba(59, 64, 88, 0.85) solid;
	background: rgba(57, 64, 88, 0.80);
	font-size: 1.3em; 
	margin:0;
	padding: 15px 40px 15px 20px;
	line-height: 28pt;

}


/* Блоки ссылок быстрого доступа и актуальной информации */

#container {
	margin:0 auto;
	display:block;
	width:1004px;	
	padding:0px;	
	line-height:1.4em;	
	margin-top:10px;		
	margin-bottom:10px;
}

#container a{
	padding:0px;
	line-height:1.3em;
	color:#0b3f83;
	font-family: Arial;
margin-bottom:4px;
text-decoration: none;
}

#container a:hover{
	color:#ea2927;
}

.content_block {
	display:block;
	float:left;
	width:240px;
	padding: 0px 0px 15px 0px;
/*	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.200); */
	background: #fff;
	height: 260px;
}

.content_block p {
	margin:0px 20px 6px 20px;
}
	
.content_block h2 {
	padding: 0px 12px;
	margin-top:0px;
	border-bottom:1px solid #DFDFDD;
	font-size: 1.1em;
	font-family: "Segoe UI", "Arial", sans-serif;
	width: 216px;
	color: #fff;
	text-align: center;
}

#container .one {
text-decoration: none;	
margin:0 15px 0 0;
/*	background: url(/sm.aspx?guid=21303) no-repeat top; */
background-color: #fff;
}
			
#container .two {
text-decoration: none;	
margin-right:14px;
/*	background: url(/sm.aspx?guid=21293) no-repeat top; */
background-color: #fff;
}

#container .three {
text-decoration: none;	
margin-right:14px;
/*	background: url(/sm.aspx?guid=21313) no-repeat top; */
background-color: #fff;
}

#container .four {
text-decoration: none;	
margin-right:0px;
/*	background: url(/sm.aspx?guid=21323) no-repeat top; */
background-color: #fff;
}
	
#container .one h2 {background: #dbb829;}
	
#container .two h2 {background: #f94848;}

#container .three h2 {background: #4b668a;}

#container .four h2 {background: #59c94e;}


/* Блоки новостей колледжа и вышестоящих органов */

#news_container {
	margin:0 auto;
        text-align: justify;
	display:block;
	width:1004px;	
/*	padding:0px;	 */
	line-height:1.4em;	
	margin-top:20px;		
	margin-bottom:10px;
/*	height: 100%; */
}

#college_news {
	float: left;
/*	width:687px; 2025.03.20 */
	margin-right:26px;
}

/* #actual, #news { */
#news {
	display:block;
	width:100%; 
/*	padding: 0px; */
/*	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.266); */
	background: #fff;
/*	margin:0px; */
/*	height: auto; */
}
/* 2025.03.17
#actual {	margin:0px 0 30px 0;}
*/
#actual h2, #news h2 {
	display: block;
	width: 667px;
	background: #e4504f;
	padding: 10px;
	color: #fff;
/*	height: 16px; */
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#actual h1{
	color: #111;
	font-size: 15px;
	text-transform: uppercase;
        text-align: justify;
	margin:0 0 9px 0;
	padding: 0;
}
/* 2025.03.17
#actual h2 {	background: #9db821;}
*/
/* 2025.03.18 #news h2 {	background: #e4504f;} */

/* 2025.03.17
#actual .box {
	width: 640px;
	height: 100%;
	margin:25px 20px 20px 20px;
	display: block;
}

#actual .box a, #news .box  a {
	color: #0B3F83;
	text-decoration: underline;	
	display: inline;
	margin-left:5px;
}

#actual .box p, #news .box  p {
	display: inline;
}

#actual .box a:hover, #news .box  a:hover {
	color: #ea2927;
	text-decoration: underline;
}
*/
/* 2025.03.07 #news .box { */
.news_box {
	width: 640px;
	margin:25px 20px 20px 20px;
	display: block;
}

.news_date {
	float: left;
	color:#E4504F;
	font-size: 1.1em;
/*	font-family: Arial, sans-serif; */
	display: block;
	margin-bottom:5px;
	float: left;
font-weight: bold;
}

/* #college_news .picture_news  { */
.picture_news  {
	width: 120px;
/*	height: 140px; */
	height: 120px;
/*	border: 1px solid #fff; */
/*	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.200); */
	float: left;
	margin:0 15px 0 0;
}

.news_item {
	border-left: 2px solid #999;
	padding-left: 14px;
	float: left;
	width: 530px;
	margin-left:13px;
}

.news_text {
/*	width: 250px; */
/* 	margin:0px; */
}

#archive {
	color: #fff;
font-weight: bolder;
/*	font-family: "Segoe UI", sans-serif; */
/*	text-decoration: underline; */
	padding: 6px 15px 8px 15px;
/*	width: 657px; */
/*	margin:20px 0px 0px 0px; */
	display: block;
	background: #E4504F;
}


/* Ленты новостей вышестоящих организаций */

#RSS_container {
	margin:0;
	width:291px;
	float: left;
	display: block;
	height: 100%;
	background: #fff;
/*	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.266); */
}

#RSS_container1 {
	margin:0;
	width:291px;
	float: left;
	display: block;
	height: 100%;
        margin:0px 0 30px 0;
	

}

#RSS_container2 {
	margin:0;
	width:291px;
	float: left;
	display: block;
	height: 100%;
        background: #fff;
        margin:0px 0 30px 0;
	

}

#RSS_container  h2 {
	display: block;
	width: 291px;
	background: #4b668a;
	padding: 10px 0;
	color: #fff;
	height: 16px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.htmltabs {
	width: 291px;
}

.htmltabs ul {
	width: 291px;
	display: block;
}

.tabs li {
	display:inline;
	list-style: none;
	float: left;
}

.tabs a {
	cursor: pointer;
	padding: 0;
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 11pt;
}

.tabs .tab1  {
	height: 51px;	
	width: 161px;
	background: url(/sm.aspx?guid=1313) no-repeat center;
	margin:0;
	float: left;
}

.tabs .tab2  {
	height: 51px;	
	width: 130px;
	background: url(/sm.aspx?guid=1413) no-repeat center;
	margin:0;
	float: left;
}

.tabs .tab1 .tab-current {
	height: 51px;	
	width: 161px;
	background: url(/sm.aspx?guid=1363) no-repeat center;
}

.tabs .tab2 .tab-current {
	height: 51px;	
	width: 130px;
	background: url(/sm.aspx?guid=1543) no-repeat center;
}

.tabs .tab-current  {
	padding: 0;
}

.tabsContent {
	padding:0px 10px 15px 10px;
	background-color: #fff;
}

ul.tabs {
	margin:0 0 7px 0px;
	padding: 0px;
}

#rss {
	display:block;
	width:290px;
	float: left;
	margin-left:0px;
	height: 100%;
}

#rss .box {
	display:block;
	font-size: 13px;
	width: 260px;
	height: 100%;
	margin:15px 12px 5px 0px;
	border-bottom: 1px #dfdfdf solid;
}

#rss .box a {
	color: #0B3F83;
	text-decoration: underline;	
	display: inline;
	margin-left:5px;
}
#rss .box p {
	display: inline;
}

#rss .box  a:hover {
	color: #ea2927;
	text-decoration: underline;
}


#rss  .news_date {
	color:#E4504F;
	font-size: 1.1em;
	font-family: "Arial", sans-serif;
	display: block;
	margin:5px 15px 5px 0px;
font-weight: bold;
}

#rss .news_item {
	width: 240px;
	margin:5px 15px 10px 0px;
	font-size: 0.9em;
	border: none;
}
#rss .news_text {
	width: 240px;
	margin:0px;

}


/* Блок информации о приемной комиссии, контакты */

#contacts {
	margin:10px auto;
/* margin-top:10px; */
	display:block;
	width:1004px;	
	padding:0px;	
	line-height:1.4em;	
/*	height: 147px; */
    height: 175px;
	background: #fff;
border-radius: 10px 10px 10px 10px;
/* 	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.266); */
box-shadow: 5px 10px 5px #888888; */
}

#contacts h2 {
	display: block;
	width: 1004px;
	background: #e4504f;
	padding: 10px 0;
	color: #fff;
	height: 16px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin:0;
 border-radius: 10px 10px 0px 0px; 
/* box-shadow: 10px 0px 5px #888888; */
}

#contacts img {
	float: left;
width: 280px;
height: 151px;
}

#grey_area {
	margin:0 auto;
	display:block;
	width:672px;	
	padding:0px 0 0 332px;	
	line-height:1.4em;	
	margin-top:-40px;		
	margin-bottom:25px;
	height: 30px;
	background: #ffffff;
 border-radius: 0px 0px 10px 10px;
box-shadow: 5px 10px 5px #888888;
}

#grey_area a {
	margin:10px 0 0 69px;
	color: #0B3F83;
}

#grey_area a:hover {
	margin:10px 0 0 69px;
	color: #EA2927;
}

#left_contacts {
	float: left;
	margin:10px 0 0 50px;
}

#right_contacts {
	float: left;
/*	margin:10px 0 0 80px; */
margin:10px 0 0 50px;
	clear: right;
}

.strong {
	font-weight: bold;
	color: #444;
}


/* Блок информации о специальностях */

.speciality {
	margin:0 auto 25px auto;
	display:block;
	width:1004px;	
	padding:0px;	
	line-height:1.4em;	
	height: 280px;
	background: #fff;
/*	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.266); */
/* border-radius: 10px 10px 10px 10px; */
/* box-shadow: 10px 10px 5px #888888; */
}

.left_speciality {
	width:225px;	
	float: left;
	padding: 0px;
	color: #fff;
	font-family:Segoe UI, Arial, serif;
	height: 100%;
	position: relative;
}

.left_speciality h1 {
	font-weight: bold;
	font-size: 13pt;
	line-height: 1.3;
	margin:15px 15px 0 15px;
}

.left_speciality h2{
	font-size: 12pt;
	margin:20px 15px 0 15px;
	font-weight: bold;
}

.left_speciality p {
	font-size: 12pt;
	margin:0 15px 15px 15px;
}

.right_speciality p {
	font-size: 13px;
	margin:0 15px 25px 18px;
}

.right_speciality h1 {
	font-family:Tahoma, serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 0.5;
	margin:23px 15px 2px 18px;
}

.one .left_speciality   {background: #e4504f;}

.two .left_speciality   {background: #9db821;}

.three .left_speciality {background: #4b668a;}

.right_speciality {
	width:682px;	
	float: left;
	clear: right;
	padding: 0px;
        vertical-align: middle;
	color: #222;
	font-family:Tahoma, serif;
}

a.speciality_more{
	display: block;
	color: #fff;
	font-size: 12pt;
	padding: 15px 15px 15px 15px;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 195px;
}

.one .left_speciality a.speciality_more {background: #722827;}

.two .left_speciality a.speciality_more {background: #4e5c10;}

.three .left_speciality a.speciality_more {background: #253345;}

.speciality.one  {border-right: solid 3px #e4504f;}

.speciality.two {border-right: solid 3px #9db821;}

.speciality.three  {border-right: solid 3px #4b668a;}


/* Баннеры */

#top_banners {
	margin:0 auto 5px auto;
	display:block;
	width:1008px;	
	padding:0px;	
	line-height:1.4em;	
	height: 75px;
        justify-content: center;
}

#top_banners a {
	margin:0px 0px 0px 3px;
	float: left;
}

#banners {
/*	margin:0 auto 55px auto; */
        margin:0 auto 0 auto;
	display:block;
	width:1008px;	
	padding:0px;	
	line-height:1.4em;	
	height: 50px;
justify-content: center;
}

#banners a {
	margin:30px 2px 20px 2px;
	float: left;
}


/* Футер */

#footer {
	background: #485566;
	width: 100%	
}
	
#footer #wrapper {		
	margin:20px auto 0 auto;
	display:block;
	width:1004px;	
	padding:0px;	
	line-height:1.4em;	
	height: 347px;
}

#footer_adress {
	text-align: center;
	width: 270px;
	float: left;
	margin-top:40px;
	color: #fff;		
}

#footer_links {
	text-align: left;
/*	width: 180px; */
        width: 280px;
	float: left;
	margin:33px 0 0 80px;
	color: #fff;		
}
	
#footer_adress h1, #footer_links h1 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom:15px;	
}

#footer_adress a {
	color: #fff;
	font-size: 1em;	
}

#footer_links a {
	color: #fff;
	display: block;
	font-size: 130%;
	margin:0px 0;		
}

#search {
	margin-bottom:20px;
}

#footer #logo_bottom {
	margin:0px 40px 30px 0px;
	width: 190px;
	float: left;
}

#footer h2{
	padding-bottom:8px;
	margin:10px 0 0 10px;
	border-bottom:1px solid #999;
	font-size: 1.3em;
	font-family: "Tahoma", sans-serif;
}

#footer p, #footer ul{
	margin:0;
	padding:0;
	font-weight:normal;
	list-style:none;
	line-height:normal;
	margin:10px 0 0 10px;
	font-family: "Tahoma", sans-serif;
}

#footer a{
	margin:0;
	padding:0;
	font-weight:normal;
	list-style:none;
	line-height:normal;
	margin: 10px 0 0 0px;
	font-family: "Tahoma", sans-serif;
}

#footer_admin {
	text-align: left;
	width: 190px;
	float: left;
	margin:45px 0 0 35px;
	color: #fff;	
}

#footer_admin  p {
	font-size: 8pt;
	margin:0px 0px 20px 0px;
	padding: 0px;
}

#bottom_menu {
	width: 100%;
	background: #f3f3f3;
	height: 40px;
}

#bottom_menu  a {
	background: #f3f3f3;
	height: 20px;
	text-transform: uppercase;
	margin:13px 24px 7px 0px;
	display: block;
	float: right;
	text-decoration: none;
	color: #444;
}

#bottom_menu  a:hover {
	text-decoration: underline;
}

a#last_bottom {
	margin:13px 24px 7px 0px;
}

a#main_bottom    {
	background: #f26c4f;
	padding: 13px 16px 7px 16px;
	display: block;
	float: left;
	margin:0;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

a#main_bottom:hover {
	color: #fff;
	text-decoration: underline;
}


/* Copyright */

#copyright {
	width: 100%;
	height: 60px;
	background: #2c3e50;			
	margin:0 auto;
	display:block;	
	padding:0px;	
}

#copyright .wrapper{
	padding:10px 0px 0px 0px;
	font-family: "Segoe UI", sans-serif;
	width: 1004px;
	margin:0 auto;
}

#copyright p{
	margin:12px;
	padding:0;
}

#copyright .wrapper, #copyright a {color:#FFFFFF;}
	


.mytree a {padding-left: 20px !important;}

