html, body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background: url(images/1pxbg.gif);
}
div, h1, h2, h3, h4, h5, h6, p, ul, li, span {
	margin: 0px;
	padding: 0px;
}
p {
	text-align: justify;
	padding-bottom: 10px;
}
img {
	border: none;
}
a {
	color: #660000;
	outline: none;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
h1 {
	display: none;
}
h2 {
	font-size: 18px;
	color: #990033;
	padding-bottom: 20px;
}
.withoutpadding {
	padding-bottom: 0px;
}
.withoutpaddingtop {
	padding-top: 0px;
	margin-top: 0px;
}
h3 {
	font-size: 16px;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 10px;
}
span {
	color: #990033;
}
.smalltext {
	font-size: 10px;
	color: #C4C4C4;
}
ol li ul li {
	font-size: 13px;
	text-align: justify;
	margin-left: 15px;
	list-style-type: disc;
	text-align: justify;
}
ol {
	padding-left: 0px;
	margin-left: 25px;
}
ol li {
	font-size: 13px;
	text-align: justify;
}



ul.littlemenu {
/*	border: 1px solid red;*/
	padding: 75px 50px 0 0;
}

ul.littlemenu li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
ul.littlemenu li a {
	color: #fffdf8;
	font-size: 13px;
	font-weight: bold;
	padding-right: 7px;
}
ul.littlemenu li a.withborder {
	padding-left: 7px;
	border-left: #fffdf8 solid 1px;
}
ul.littlemenu li a:hover {
	color: #fffdf8;
	text-decoration: none;
}







.clearbox {
	clear: both;
	width: 100%;
	height: 20px;
}
.clearbox-small {
	clear: both;
	width: 100%;
	height: 5px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearblock {
	clear: both;
}
/*WRAPPER*/
.wrapper {
	width: 100%;
	background: url(images/top_bg.jpg) repeat-x;
	background-color: #870004;
}
.wrapper-2 {
	background: url(images/main-banner.jpg) no-repeat;
}
/*HEADER*/
.header-wrapper {
	height: 165px;
}
.top {
	height: 25px;
}


.top-littlemenu {
	height: 20px;
	padding-top: 5px;
}
.header {
	width: 995px;
}
.header-logo {
	width: 185px;
	height: 140px;
}
.header-right {
	/*width: 810px;*/
	height: 140px;
}
.header-right p {
	font-size: 15px;
	color: #660000;
	font-weight: bold;
	margin-top: 40px;
}
.header-right p span {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
	width: 540px;
}
.header-right-menu {
	height: 70px;
	margin-top: 20px;
	margin-left: 500px;
}
/*HEADER*/

/*MENU*/
.topmenu {
	/*width: 995px;*/
	height: 45px;
	overflow: hidden;
}
.menu-wrapper {
	/*	width:960px;*/
	height: 45px;
}
.menu {
	width: 1000px;
	height: 45px;
	margin-left: 10px;
	padding-top: 5px;
	position: absolute;
	z-index: 100;
	/*font-size: 12px;*/
}
.topmenu-right {
	width: 265px;
	height: 45px;
}
/*MENU*/

/*-- Блок с фотографиями вверху --*/
#foto-wrapper {
	background: #ffd39c;
	height: 140px;
}
#foto-wrapper #foto-block {
	height: 140px;
	width: 950px;
	margin: 0 auto;
	height: 140px;
	overflow: hidden;
}
#foto-wrapper #foto-block table {
	padding-top: 20px;
	width: 950px;
}
#foto-wrapper #foto-block table a.prev1 {
	display: block;
	height: 100px;
	width: 25px;
	background: url(images/prev1.jpg) no-repeat;
}
#foto-wrapper #foto-block table a:hover.prev1 {
	background: url(images/prev1-active.jpg) no-repeat;
}
#foto-wrapper #foto-block table a.next1 {
	display: block;
	height: 100px;
	width: 15px;
	background: url(images/next1.jpg) no-repeat;
}
#foto-wrapper #foto-block table a:hover.next1 {
	background: url(images/next1-active.jpg) no-repeat;
}
#foto-wrapper #foto-block table a..next1 {
	background: url(images/next1-active.jpg) no-repeat;
}
#foto-wrapper #foto-block table .jCarouselLite1 {
	height: 87px;
}
#foto-wrapper #foto-block table .jCarouselLite1 ul li {
	height: 87px;
	width: 130px;
	display: inline;
	padding: 0;
	margin: 0;
}
#foto-wrapper #foto-block table .jCarouselLite1 ul li a.img-a {
	height: 87px;
	width: 130px;
	display: block;
	padding: 0;
	margin: 0;
}
#foto-wrapper #foto-block table .jCarouselLite1 ul li a.img-a img {
	height: 87px;
	width: 120px;
	padding: 0;
	margin: 0;
}
/*CONTAINER*/
.container {
	background-color: #fffdf8;
	width: 100%;
	min-height: 500px;
}
.container table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	font-size: 13px;
	width: 100%;
}
.container table .withpadding {
	padding-bottom: 10px;
}
.container table ol li {
	padding-top: 0px;
	margin-top: 0px;
}
.container table ul li {
	padding-top: 10px;
	text-align: justify;
	margin-left: 30px;
	list-style-type: disc;
	float: none;
}
.container table p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}



/*-- .contentTable --*/

.contentTable  {
	width: 100%;
}

.contentTable td {
	vertical-align: top;
	padding-top: 20px;
}

.contentTable td.center-td {
	padding-right: 10px;
	padding-left: 10px;
}

.contentTable .left-td,
.contentTable .right-td
{
	width: 22%;
	padding: 55px 20px 0 0;
} 

.contentTable .right-td
{
	padding: 250px 0 0 20px;
	background: url(images/books.jpg) no-repeat  center 20px;
} 


.contentTable .center-td {
	width: 56%;
}

/*-- .contentTable left --*/

.newsBlok
 {
	float: left;
	background-color: #ffd39c;
	margin-bottom: 20px;
	padding: 25px 15px;
	width: 85%;
	box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.32);
}

.newsBlok,
.newsBlok h2
 {
	border: 4px solid #ffc985;
	border-left: none;
	border-radius: 0 14px 14px 0;
	
}

.newsBlok h2 {
	background-color: #fff;
	margin-left: -15px;
	width: 90%;
	padding: 10px 10px 10px 15px;
}

.newsBlok .news p:first-child {
	padding: 10px 0 0 0;
	font-weight: bold;
}

/*-- .contentTable right --*/

.newsBlok.docs,
.newsBlok.bellTime,
.newsBlok.docs h2,
.newsBlok.bellTime h2
 {
	float: right;
	border-radius: 14px 0 0 14px;
	border: 4px solid #ffc985;
	border-right: none;

}

.newsBlok.docs {
	background-color: #ff812e;
	border-color: #ffa446;
}

.newsBlok.bellTime {
	background-color: #fa9f46;
	border-color: #feca85;
}

.newsBlok.docs h2, 
.newsBlok.bellTime h2 
{
	margin:0 -15px 0 0;
	padding: 10px 15px 10px 10px;
}


.newsBlok.sert {
	background-color: #fff;
	border:1px solid #ccc;
}

.sert a {
	display: block;
	float: right;
	padding-top: 10px;
}

.sert a img {
	width: 170px;
	border: 3px solid #fff;
}

.sert a:hover img {
    opacity: 0.8;
    filter: alpha( opacity = "80");
}



/*-/////////////-*/
/*
td.left-td {
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 40px;
}
td.right-td {
	padding-top: 5px;
	width: 300px;
}
.container-left-video {
	width: 420px;
	height: 345px;
	margin-bottom: 10px;
}
.container-left-hello {
	width: 420px;
	margin-right: 40px;
}
.container-left .fotoblock {
	float: left;
	padding-bottom: 15px;
	padding-right: 15px;
}
.container-left .fotoblock a {
	padding: 3px;
	display: block;
	border: #ffffff solid 2px;
}
.container-left .fotoblock a:hover {
	padding: 3px;
	border: #660000 solid 2px;
}
.container-right {
	width: 300px;
}
.container-right-top {
	background: url(images/side-top.jpg) no-repeat;
	background-color: #FFD39C;
	width: 300px;
}
.container-right-bottom {
	background: url(images/side-bottom.jpg);
	width: 300px;
	height: 25px;
}
*/
/*-/////////////-*/

.fotoblock {
	float: left;
	padding-bottom: 15px;
	padding-right: 15px;
}
.fotoblock a {
	padding: 3px;
	display: block;
	border: #ffffff solid 2px;
}
.fotoblock a:hover {
	padding: 3px;
	border: #660000 solid 2px;
}


/*-- Блок новостей --*/
.container-right-content {
	padding: 0 20px 20px 20px;
	background: url(images/side-left-bg.jpg) repeat-y;
	background-color: #FFD39C;
}
.container-right-content img {
	margin-left: 40px;
	margin-top: 10px;
}
/*
.container-right-content .news {
	margin-bottom: 10px;
	padding-top: 10px;
}*/

.container-right-content h3 a {
	text-decoration: none;
	font-size: 14px;
}
.container-right-content h3 a:hover {
	text-decoration: underline;
}
.container-right-top h2, .bell-2 h2 {
	padding: 37px 0 10px 42px;
	font-size: 23px;
}



/*--//--*/

/*--REPORT--*/
.report {
	background: url(images/obut.png) no-repeat;
	width: 300px;
	height: 130px;
}
.report h2 {
	padding: 40px 0 0 42px;
	font-size: 18px;
}
/*-- Блок Расписание звонков --*/
.bell-2 {
	background: url(images/raspisanie.jpg) no-repeat;
	width: 300px;
	height: 130px;
}
.bell-2 h2 a, .container-right-top h2 a {
	text-decoration: none;
	color: #870004;
}
.bell-2 h2 a:hover, .container-right-top h2 a:hover {
	text-decoration: underline;
}
/*--//--*/

.table1 {
	border-collapse: collapse;
}
.table1 tr td {
	text-align: justify;
}
.table1 tr td.number {
	text-align: center;
}
.table1 tr td, th {
	vertical-align: middle;
	border: #CCCCCC solid 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ditto_currentpage {
	padding: 3px;
	font-weight: bold;
}
.ditto_page {
	padding: 3px;
}
.ditto_pages a {
	padding: 3px;
}
/*CONTAINER*/

/*FOOTER*/
.footer-wrapper {
	background: url(images/footer_wide.jpg) repeat-x;
	height: 100px;
}
.footer {
	height: 100px;
	background: url(images/footer.jpg) left no-repeat;
	padding-left: 40px;
}
.footer-inside {
	width: 500px;
}
.footer-menu {
	padding-top: 10px;
}
/*COPYWRITE*/
.copywrite {
}
.copywrite p {
	font-size: 6pt;
	color: #fffdf8;
}
.copywrite p a {
	font-size: 6pt;
	color: #fffdf8;
}
.copywrite p a:hover {
	color: #fffdf8;
	text-decoration: none;
}
/*COPYWRITE*/

/*COUNTERS*/
.counters {
	width: 280px;
	padding-top: 50px;
}
.counters div {
	width: 88px;
	height: 31px;
	float: left;
	margin-right: 5px;
}
/*COUNTERS*/
/*FOOTER*/

div.minHeightFakeDiv {
	height: 500px;
	width: 0px;
	overflow: hidden;
	float: left;
}
.newsTable td, .newsTable th {
	border: 1px solid black;
	padding: 10px;
}
.newsTable th {
	background: #EEE;
}
.newsTable ul li {
	margin-left: 15px !important;
}
div.text-wrapper p {
	text-align: left;
	font-size: 16px;
}


/*-- crumbs --*/
.crumbs {
	padding: 4px 0;
	font-size: 11px;
	color: #777;
	margin-bottom: 10px;
}
.crumbs a, .crumbs span {
	color: #777;
}

.more-table {
	padding: 3px;
	background-color: #f5f5f5;
}
.more-table td {
	padding: 4px;
	padding-left: 20px;
	vertical-align: middle;
	text-align: left;
}
.more-table h4 {
	font-size: 14px;
}
.more-table h4 a {
}
td.moodle {
	background: url('images/moodleIcon.png') no-repeat left center;
	padding-left: 40px;
	height: 36px;
}
td.journal {
	background: url('images/journalIcon.png') no-repeat left center;
	padding-left: 40px;
	height: 36px;
}

/*-- gos --*/
.gos {
	padding: 30px 0 10px 0;
	width: 80%;
	margin: 0 auto;
	height: 100px;
}
.gos a {
	display: block; 
	float: left;
	width: 33%;
	text-align: center;
}

.gos a:first-child {
	margin-left: 0;
}

.gos a:hover img {
	opacity: 0.8;
	filter: alpha( opacity = "80");
}



/*-- topMenu --*/

.topMenu > ul > li {
	border-right: 2px solid #870004;
	
}

.topMenu > ul > li.menuItem_last {
	border-right: none;
}

.topMenu ul ul li {
	/*width: 180px;*/
	border-bottom: 1px solid #fff;
}

.topMenu ul ul li.last,
.topMenu ul ul li.menuItem_16
 {
	border-bottom: none;
}

.topMenu .active a {
	color: #fff;
	background-color: #870004;
}

/*-- todayDate --*/
.todayDate {
	margin: 10px 0;
	color: #298bfd;
	font-weight: bold;
}

/*-- YMapsID --*/
#YMapsID {
    height: 300px;
    width: 600px;
}

#YMapsID  table {
    width: auto;
}

#YMapsID  table td {
    padding: 0;
}
