@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}



body {
	margin: 0;
	padding: 0;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#000;
	background:#fff;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
img {
	border:0;
}
a {
	color:#797979;
	text-decoration:none;
}

grey {
	color:#797979;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

table {
	border-collapse:collapse;
              margin-left:7px;
              margin-right:12px;
              margin-bottom:10px;
}


th { 
text-align: center; 
font-weight: bold 
}

th { 
vertical-align: baseline; 
}

td 
{ 
vertical-align:middle;
text-align:center;
font-weight:normal;
font-size:14px;
padding-top:5px;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
}



h1{
	font-size:24px;
	color:#666666;
	font-weight:normal;
	margin: 20px 0;
	text-align:center;}

	h2{
		font-size:19px;              /*размер заголовков у 2х колоночного текста */
		font-weight:normal;
		text-align:center;
		margin:14px 0;}          /*размер отступа 2х колоночного текста от середины вниз */
	

                p{
		text-indent:37px;}
	.small{
		line-height:24px;
		font-size:14px;
	}
	.small span{
		color:#797979;
	}


	h3{
		font-size:16px;              /*размер текста в информации*/
		font-weight:normal;
		text-align:justify;
		margin:14px 0;
                            margin-right:10px;}   
             h4{
	font-size:24px;
	color:#333333;
	font-weight:normal;
	margin: 36px 0;
	text-align:center;} 

              h5{
	font-size:24px;
	color:#333333;
	font-weight:normal;
	margin: 20px 0;
	text-align:center;}   
              h6{
	font-size:24px;
	color:#666666;
	font-weight:normal;
	margin: 20px 0;
	text-align:left;}  

  

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#header {
	padding: 20px 0 0 0;   /*Отступы для шапки вниз*/
              
	position:relative;
	height:100%;
	z-index:3;
}
#header .right {
	float:right;
	padding-top:18px;        /*Отступы для поиска вниз*/
}


form 
{  
margin: 0; 
padding: 0;

}

#t1 {
margin: 0; 
padding: 0;
float: left;
} 

#header .right input {
	vertical-align:middle;
	display:block;
	float:left;
	margin-right:4px;  /*Отступы между ячейками поиска*/
}
#header .right span {
	background:url(../media/images/input-search.png) no-repeat;
	display:block;
	float:left;
}
#header .right span input {
	width:120px;
	border:0;
	background:none;
	padding:2px 3px;
}


#header .left span input {
	width:120px;
	border:0;
	background:none;
	padding:2px 3px;
}
#header .right .lang-link {
	text-transform:uppercase;
	font-size:15px;              /*Размер шрифта ENG*/
}
#header .right .private-link {
	font-size:23px;                 /*размер текста Личный кабинет*/
	display:block;
	margin-top:10px;
	font-family: Georgia, "Georgia", serif;
}
#header .right .private-link-personal {
	font-size:23px;                 /*размер текста Личный кабинет*/
	display:block;
	margin-top:0px;
	font-family: Georgia, "Georgia", serif;
}



.menu {
	height:58px;
	list-style:none;
	background:#a2a79d;
	clear:both;
	margin:18px 0 0 0;                    /* отступ от логотипа вниз */
}
.menu li {
	height:58px;
	position:relative;
	padding:0 21px;                                /* отступ от левого края */
	float:left;
	line-height:55px;
}
.menu li a {
	font-size:23px;                                /* размер шрифта основного меню */
	color:#fff;
	font-family: Georgia, "Georgia", serif;
}
.menu li .submenu {
	list-style:none;
	position:absolute;
	background:#a2a79d;
	padding:0 0 15px 0;                        /* отступ от последнего пункта подменю вниз */
	line-height:40px;
	top:58px;                               /* отрыв подменю от меню*/
	left:0;
	width:179px;                          /* толщина подменю */
	display:none;

}




.submenu li a {
	font-size:21px;                                /* размер шрифта подменю */
	color:#fff;
	font-family: Georgia, "Georgia", serif;
}



.menu li:hover .submenu, .menu li.hover .submenu {
	display:block;
z-index: 20; 
}
.menu li .submenu li {
	float:none;
	padding:5px 0 5px 20px;           /* 20-отступ текста от левого края,обе 5-расст между пунктами по верт */
	height:auto;
	line-height:normal;

}
.wide-block {
	padding:10px 10px 0;
	height:100%;
	overflow:hidden;
}
.more {
	text-align:right;
}
.left-side {
	width:490px;
	float:left;
	margin-right:20px;
	padding:15px 0;
}


.left-side-str {
	width:440px;
	float:left;
	margin-right:20px;
	padding:15px 0 0 50px;
}
.right-side-str {
	width:460px;
	float:left;
	padding:15px 0;    /* отступ текста правого блока (абитур, студ) от верха */
              margin-left: 30px;
}

.right-side {
	width:490px;
	float:left;
	padding:15px 0;    /* отступ текста правого блока (абитур, студ) от верха */
}
.right-side-navi {
	width:490px;
	float:left;
	padding:5px 0;    /* отступ текста правого блока (абитур, студ) от верха */
}

.right-side li {
list-style-type: none;
} 

.list {
	list-style:none;
}
.list li {
	padding:0 0 0 17px;
	font-size:14px;
	color:#3a3734;
	background:url(../media/images/arrow.png) no-repeat 0 6px;
	line-height:24px;
}



p{
	text-indent:0px;}
	.dis{
		line-height:30px;
		font-size:16px;
}



.list li a {
	color:#3a3734;
}
.list li span{
	color:#797979;
}
.tags li {	padding:2px 0 3px 17px;
	background:url(../media/images/arrow.png) no-repeat 0 10px;
	font-size:16px;

}
.two-cols-list li {
	float:left;
	width:228px;
	padding:2px 0 3px 17px;
	background:url(../media/images/arrow.png) no-repeat 0 10px;
	font-size:16px;
}

.photo-block{
	padding:77px 0 0 0;
	text-align:center;}

.photo-block-for-study{
	padding:77px 0 0 0;
	text-align:center;}

.photo-block-inf{
	padding:77px 0 0 0;
	text-align:center;}

.photo-block a img{
	margin-bottom:64px;
}



.photo-block-gallery{
	padding:45px 0 0 0;
	text-align:center;}

.photo-block-gallery a img{
	margin-bottom:30px;
}

.photo-block-gallery a{
	text-align:center;
}

.info-list {
	list-style:none;
}
.info-list li {
	text-align:center;
	font-size:24px;
	color:#333333;
	margin:40px 0;
	line-height:24px;
}
.info-list li a {
	color:#333333;

}
.info-list-personal {
	list-style:none;
}
.info-list-personal li {
	text-align:left;
	font-size:24px;
	color:#333333;
	margin:36px 0;
	line-height:21px;
}

.treatment {
	font-size:15px;
	text-align:center;
	line-height:24px;
	margin-bottom:40px;
              margin-right:20px
}
.treatment div {
	font-size:15px;                    /* размер шрифта "лауреат.."*/
	text-align:right;
	color:#666666;
	padding-top:10px;
}
.index-left {
	width:235px;
	padding:0 10px 0 0;
	float:left;
	font-size:16px;
	line-height:24px;
}
.index-right {
	width:235px;
	padding:0 10px 0 0;
	float:left;
	font-size:16px;
	line-height:24px;
}
.index-left h2, .index-right h2{
	color:#797979;
}
.rektor-treatment-link {
	text-align:center;
	padding-top:15px;           /* отступ картинки ректора*/
}
.rektor-treatment-link h1 {
	margin:8px 0;
}
.rektor-treatment-link a {
	display: block;
	background:url(../media/images/button1.png) no-repeat;
	width:116px;
	height:23px;
	line-height:23px;
	font-size:15px;
	margin:21px auto;
}
.login-block {
	padding:185px 0 0 0;
	font-family:Sylfaen, "Times New Roman", serif;
	font-size:24px;
              margin-left:44px; 
}
.login-block div {
              
	float:left;
	width:364px;
	margin-right:77px;  /* отступ лого унив от полей логин и пасс*/
	height:100%;
	overflow:hidden;
}
.login-block div label {
	color:#a2a79d;
	display:block;
	float:left;
	clear:left;
	height:45px;
	width:128px;
	padding:0 18px 0 0;
	text-align:right;
	margin:9px 0 0 0;
	line-height:45px;

}
.login-block div span {
	background:url(../media/images/login-input.png) no-repeat;
	width:175px;
	height:45px;
	display:block;
	float:left;
	margin:9px 0 0 0;
	overflow:hidden;
	padding:0 20px;

}
.login-block div span input {	font-family:"Times New Roman", serif;
	font-size:24px;
	padding:6px 0;
	width:175px;
	border:0;
	background:none;

}
.login-block div a {
	color:#666666;
	margin:0 0 0 149px;           /* отступ текстов вход и заб-пароль от лева*/
	line-height:40px;
float: left;
}

.login-block .logo-big {
}
.leadership {
	list-style:none;
	padding:0 0 0 27px;
}
.leadership li {
	font-size:14px;
	line-height:24px;
	padding:4px 0 7px 85px;         
  /* отступ текста "директора" 7-между строками 7-всех картинок от верха 85-отступ текста "дир" от картинок*/
}
.leadership li a {
	font-size:18px;   /* размер текста "эл.адресов"   */
	color:#333;
}
.leadership .m1 {
	background:url(../media/images/person1.png) no-repeat 0 50%;
}
.leadership .m2 {
	background:url(../media/images/person2.png) no-repeat 0 50%;
}
.leadership .m3 {
	background:url(../media/images/person3.png) no-repeat 0 50%;
}
.leadership .m4 {
	background:url(../media/images/person4.png) no-repeat 0 50%;
}
.leadership .m5 {
	background:url(../media/images/person5.png) no-repeat 0 50%;
}
.contact-info {
	padding:15px 0 0 0;
	font-size:17px;
	width:400px;
	margin:0 auto;
}
.contact-info img {
	display:block;
	margin-bottom:28px;
}
.contact-info a {
	color:#333;
}






#footer {
	height:100%;
	overflow:hidden;
	color:#fff;
	font-family:Sylfaen, "Times New Roman", serif;
	font-size:30px;
	text-align:center;
	padding:0 0 30px 0;
	line-height:33px;
}
#footer a{
	color:#fff;
}
#footer .left-block {
	width:390px;
	float:left;
	height:100px;
	margin-right:20px;
              margin-top:40px;
	background:#a2a79d;
	color:#fff;
	padding:27px 0 0 100px;
}
#footer .right-block {
	width:390px;
	float:left;
              margin-top:40px;
	height:100px;
	background:#a2a79d;
	color:#fff;
	padding:27px 0 0 100px;
}
#footer .info1{
	background:#a2a79d url(../media/images/lamp.png) no-repeat 25px 50%;
}
#footer .info2{
	background:#a2a79d url(../media/images/info.png) no-repeat 18px 50%;
}
#footer .info3{
	background:#a2a79d url(../media/images/survey.png) no-repeat 40px 50%;
}
#footer .letter{
	background:#a2a79d url(../media/images/letter.jpg) no-repeat 21px 50%;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}




#footer-personal {
	height:100%;
	overflow:hidden;
	color:#fff;
	font-family:Sylfaen, "Times New Roman", serif;
	font-size:30px;
	text-align:center;
	padding:0 0 30px 0;
	line-height:33px;
}
#footer-personal a{
	color:#fff;
}
#footer-personal .left-block {
	width:390px;
	float:left;
	height:100px;
	margin-right:20px;
              margin-top:10px;
	background:#a2a79d;
	color:#fff;
	padding:27px 0 0 100px;
}
#footer-personal .right-block {
	width:390px;
	float:left;
              margin-top:10px;
	height:100px;
	background:#a2a79d;
	color:#fff;
	padding:27px 0 0 100px;
}
#footer-personal .info1{
	background:#a2a79d url(../media/images/lamp.png) no-repeat 25px 50%;
}
#footer-personal .info2{
	background:#a2a79d url(../media/images/info.png) no-repeat 18px 50%;
}
#footer-personal .info3{
	background:#a2a79d url(../media/images/survey.png) no-repeat 40px 50%;
}
#footer-personal .letter{
	background:#a2a79d url(../media/images/letter.jpg) no-repeat 21px 50%;
}

