@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
}
.clear { font-size: 0pt; clear: both; }

BODY 
.block-name-college { /* блок */	
	float: left; 
	margin-right: 10px; 
	padding: 5px 5px;
	border: 1px solid #336699;
	border-radius: 4px;
	}
	

/*  аккордеон (анимированная сворачивающаяся панель =========================================================== */

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/*  аккордион 2 (со значками + на панели) =========================================================== */

.accordion2 {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 610px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
   /* content: '\002B';*/
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    /*content: "\2212";*/
}

.panel2 {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/*   =========================================================== */
.foot_small{
    clear: left;
    background: #ccc;
    min-height: 30px;
	padding-top: 20px;
}
.sign_left {
    float: left; /* Выравнивание по правому краю */
    border: 0px solid #333; /* Параметры рамки */
    padding: 7px; /* Поля внутри блока */
    margin: 10px 0 5px 5px; /* Отступы вокруг */
    background: #ffffff; /* Цвет фона */ 
	font-size: 12px /* Размер шрифта */ 
}
.sign figcaption {
    margin: 0 auto 5px; /* Отступы вокруг абзаца */
}
   
.sign_right {
    float: right; /* Выравнивание по правому краю */
    border: 0px solid #333; /* Параметры рамки */
    padding: 7px; /* Поля внутри блока */
    margin: 10px 0 5px 5px; /* Отступы вокруг */
    background: #ffffff; /* Цвет фона */ 
	font-size: 12px /* Размер шрифта */ 
}
.sign figcaption {
    margin: 0 auto 5px; /* Отступы вокруг абзаца */
}
.control_bloc {
    float: left; /* Выравнивание по правому краю */
    border: 0px solid #333; /* Параметры рамки */
    padding: 7px; /* Поля внутри блока */
    margin: 10px 0 5px 5px; /* Отступы вокруг */
    background: #ffffcc; /* Цвет фона */ 
	font-size: 18px /* Размер шрифта */ 
}
html, body{
    height: 100%;
    margin: 0;
    padding: 0;
}
h1{ 
    color: #122D44;
    font: lighter 23px Georgia;
    margin: 10px 0;
}
h2{
    font: lighter 20px Georgia;
	color: #32495D;
	margin: 0px 0 19px 0;
	font-weight: normal;
}
#content h2 a{
    font-size: 18px;
	color: #009cff;
	text-decoration: none;
}
h3{
    font-size: 18px;
	color: #598aa9;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
}
p{}
#main p{
    line-height: 18px;
	padding: 0 0 14px;
}
a{
    color:#259CEE;
	}

#page-wrapper{
    min-height: 100%;
	position: relative;
	background: url(../css2/bg_top.jpg) 0 0 repeat-x;
}
#page{
    width:100%;
	position:relative;
	margin:0;
	padding: 0;
	background: url(../css2/high_header_fin.png) center 29px no-repeat;
	}

#main{
    position: relative;
	z-index: 10;
	height: 100%;
	padding: 26px 20px 51px;
	background: #fff;
	width:1160px;
	margin:0 auto;

    border-top-right-radius:5px;
    border-top-left-radius:5px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;

/*Safari and Chrome:*/

    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;

/*Firefox:*/

    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:0;
}
#content{
    z-index: 10;
    position: relative;
}
.sidebar-first #content{
    margin-left: 340px;
}
#header{
    position:relative;
	height: 219px;
	margin-bottom: 20px;
	width:1200px;
	margin:0 auto;
    z-index: 11;
}
#block-nice-menus-1{
    margin:0;
	position:absolute;
	left:0;
	bottom:0px;
}
#main-menu{
    bottom: 0px;
	overflow: hidden;
	position: absolute;
}
.navlines{
    width: 80px;
	height: 27px;
	border-top: 1px solid #009cff;
	border-bottom: 5px solid #009cff;
	float: left;
}
ul.nice-menu-down, #nav{
    font-size:13px;
	padding:0;
	position:relative;
	height:50px;
	float: left;
	padding: 0 20px;
}
ul.nice-menu > li, #nav li{
    float:left;
	list-style:none;
	margin:0;
	display:block;
	height:100%;
	position:relative;
    background: url(../css2/razdelitel_menu.jpg) right 11px no-repeat;
    padding-right: 1px;
    border: none;
}
ul.nice-menu ul li{
    border: none;
	background: none;
}
ul.nice-menu > li > a{
    height: 30px;
}
ul.nice-menu a, #nav li a{
    padding:10px 12px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	position:relative;
    text-align:center;
	height: auto;
	line-height: 32px;
    text-shadow: 0 1px 1px #000000;
}
ul.nice-menu > li > a{
    -moz-transition: all 0.4s ease-in-out; 
    -khtml-transition: all 0.4s ease-in-out; 
    -o-transition: all 0.4s ease-in-out; 
    -ms-transition: all 0.4s ease-in-out; 
    transition: all 0.4s ease-in-out; 							
    -webkit-transition: all 0.4s ease-in-out; 
}
.menu-218 > a{
    padding-left: 37px !important; 
	background-image: url(..................); /* цвет под ссылкой меню "главная"*/	
    background-repeat: no-repeat;
    background-position: 9px 13px;
}
#nav li.first a{
     border-left:0;
}
#nav li.last{
     background: none;
}
#nav li:hover{}
ul.nice-menu > li.active-trail > a, ul.nice-menu > li:hover > a, ul.nice-menu > a:hover, #nav > li > a:hover{
     background-color:#186CA2;
     text-decoration: underline;
}
ul.nice-menu > li.active-trail ul a.active{
     background-color: #16588A;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
}
#nav li a.active{
     background-color:#186CA2;
}
#nav li a.active:hover{}
#nav li.menu-218 a{}
ul.nice-menu-down li.menuparent{
     background: url(../css2/razdelitel_menu.jpg) right 11px no-repeat;
}
ul.nice-menu-down li.menuparent:hover{
     background: url(../css2/razdelitel_menu.jpg) right 11px no-repeat;
}
ul.nice-menu ul{
     top:50px;
     left:-10px;
	 background:#186CA2;/*	цвет выпадающего раскрывающегося списка*/
	 z-index: 40;  
     width: 666px !important;
	 display: block;
     height:auto;
     padding:15px;
     -webkit-box-shadow: 0 2px 2px #444444;
     -moz-box-shadow: 0 2px 2px #444444;
     box-shadow: 0 2px 2px #444444;
}
.menu-557 ul{
    left:-234px !important;
}
ul.nice-menu-down ul li{
    clear:none;
}
ul.nice-menu ul li{
    width: 222px;
	float: left;
}
ul.nice-menu ul li a{
    padding:3px 10px;
	text-align: left;
	line-height:20px;
}
ul.nice-menu ul li a:hover{
    background-color: #3389D1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.nice-menu-down .menuparent > a{
    padding: 10px 12px;
}
ul.nice-menu .menu-558 ul li{
    width: 410px;
	float: left;
}
ul.nice-menu .menu-558 ul{
    width:414px!important;
}
#block-menu-menu-sved-menu li{
    color:#007ab3;
	list-style:disc;
}
#block-menu-menu-sved-menu ul{
    margin:0 0 19px;
}
#block-menu-menu-sved-menu h2{
    margin:0;
}
#sidebar-second{
	float: right;
	width: 390px;
	z-index: 23;
	position: relative;
	margin-left: 19px;
	background-color: #EFEFEF;
}
#sidebar-second .image-content-150x200{
    margin-right: 15px;
}
#sidebar-second h2{
    font-size: 15px;
	text-align: left;
	margin: 0 0 5px;
	font-weight: normal;
}
#node-37 > h2{
    display: none;
}
#block-block-8{
    margin: 6px 0 30px;
    border: 1px solid #DDDDDD;
    padding: 15px;
}
@-moz-document url-prefix(){
}
#block-block-8{
    margin: 13px 0 30px;
}
}
#block-block-1{float: right;}

/*katalog*/

#footer{
	bottom:0px;
	position:relative;
	height: 100px;
	width: 100%;
	overflow: hidden;
	background-image: url(../css2/bg_katalog.jpg);
	background-position:0 0;
	background-repeat: repeat-x;

}
.sft{
    width: 1160px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 20px;
}



			
			
