body{
	margin: 0;
	overflow: auto;
}

table, td, ul, li{
	margin:  0;
	border:  0;
	padding: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

td{
	vertical-align: top;
}

img, img a{
	border: none 0;
}

a{
	color:#242424;
}

a:hover{
	color:#633;
}

h2{
	color:#870000;
	margin-top: 0.5em;
	font-weight: normal;
	font-size: 1.75em;
}

h2.orange{
	background: url("/images/orange.gif") no-repeat left;
	text-indent: 30px;
	width: 192px;
	height: 42px;
	vertical-align: middle;
	line-height: 1.7em;
	color:#B00000;
}

h2.orange a{
	color:#B00000;
	text-decoration: none;
}

h2.maroon{
	background: url("/images/maroon.png") no-repeat left;
	text-indent: 30px;
	width: 192px;
	height: 42px;
	vertical-align: middle;
	line-height: 1.7em;
        color:#FFFFFF;
}

h2.maroon a{
	color:#FFFFFF;
	text-decoration: none;
}

h3{
	font-size: 1em;
	color:#141414;
}

h4{
	font-family: Times New Roman;
	color:#D50008;
	font-size: 1.2em;
}

p{
	margin: 1em 0;
}

#all{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: justify;
	width: 100%;
}

/*********************************************************************************/

#header{
	background: url("/images/header-bg.jpg") repeat-x top left;
	width: 100%;
}

#header #wraper{
	min-height: 359px;
	_height: 359px;
	width: auto;
	margin: auto;
}

#header-center{
	width:722px;
	background-color: #fff;
}

#header-center-img{
	display:block;
}

#header-left{
	height: 362px;
	width: 239px;
	text-align: right;
	background: url("/images/header-left.jpg") no-repeat top right;
}

#header-right{
	height: 362px;
	width: 240px;
	background: url("/images/header-right.jpg") no-repeat top left;
}

#logo{
	margin-top: 42px;
	margin-right: 27px;
}

#logo, #logo img, #header-order, #header-order img{
	behaviiur:("/iepngfix.htc")
}

#header-order{
	margin-top: 127px;
	margin-left: 50px;
}

/********************************************************************************************************/

#schools{
	width: 100%;
	min-height: 106px;
	_height: 106px;
	position: relative;
}

#schools-center{
	width:auto;
}

#schools-left, #schools-right{
	position: absolute;
	bottom: 0;
}

#schools-left{
	left:0;
}

#schools-right{
	right:0;
}

/*****************************************************************************************/

#content, #footer{
	width: 100%;
}


#content-left{
	width: 222px;
	background: #FAF4E7 url("/images/content-left-top.jpg") no-repeat  top left;
	padding: 0 24px;
}

#content-center{
        /*width:;*/
	border-left: 1px dotted #8E8D8A;
	border-right: 1px dotted #8E8D8A;
	padding: 0 2em;
	background-color: #F5F4F3;
}

#content-right{
	width: 222px;
	background: #FAF4E7 url("/images/content-right-top.jpg") no-repeat top right;
	padding: 0 24px 0 20px;
        
}


/*****************************************************************************************/

#footer tr td{
	vertical-align: middle;
}


.bg-wraper{
	height: 55px; /*90 было*/
	padding-top: 195px; /*160 было*/
}

#footer-center{
	background: #F5F4F3 url("/images/footer-center-bg.jpg") repeat-x bottom;
	text-align: left;
}

#footer-center .bg-wraper{
	background: url("/images/footer-center.jpg") no-repeat bottom left;
	padding-left: 240px;
}

#footer-center .links{
	float: right;
	font-weight: bolder;
	line-height: 1.5em;
}

#footer-left{
	width: 270px;/* 48 - padding*/
	background: #FAF4E7 url("/images/footer-bg.jpg") repeat-x bottom;
	text-align: left;
}

#footer-left .bg-wraper{
	background: transparent url("/images/footer-left.jpg") no-repeat bottom  left;
	padding-left: 90px;
}

#footer-right{
	width: 270px;/* 54 - pfdding*/
	background: #FAF4E7 url("/images/footer-bg.jpg") repeat-x bottom;
	text-align: right;
}

#footer-right .bg-wraper{
	background: transparent url("/images/footer-right.jpg") no-repeat bottom right;
	padding-right: 20px;
}

#footer-phone{
	margin-top: -30px;
	display: block;
}

/***************************************************************************************/

.media{
	width: 100%;
	//width: 94.5%;
}

.media .player .name{
	font-style: italic;
}

.media .play-list.audio h2{
	margin-top:0;
}

.media .play-list ul{
	list-style-type: disc;
	padding-left: 1.5em;
}

.media .play-list li{
	margin: 0.7em 0;
}

.media .play-list li a{
	text-decoration: none;
	font-weight: bolder;
	font-size: 0.9em;
}

.media .navigation{
	text-align: right;
}

.media #profile_link{
	/*visibility: hidden;*/
}

/***************************************************************************************/

.feedback form{
	width: 300px;
	margin: auto;
	display: block;
}

.feedback textarea, .feedback select{
	width: 300px;
	border-color: #aaa;
	border-width: 2px 1px 1px 2px;
}

.feedback input{
	width: 300px;
	border-color: #aaa;
	border-width: 2px 1px 1px 2px;
}

.feedback .cbox{
	width: auto;
	border-color: #aaa;
	border-width: 2px 1px 1px 2px;
}


.feedback select{
	width: 301px;
}

.feedback .field{
	margin: 1.3em auto;
	width: auto;
	font-weight: bolder;
        text-align: left;
}

.feedback .field div{
	margin: 0.5em auto;
}

.feedback .submit{
	width: auto;
	margin: auto;
}

.feedback .error{
	color:red;
	font-style: italic;
}

.feedback .required{
}

/***************************************************************************************/

.site_map td{
	padding-bottom: 2em;
}

.site_map ul{
	list-style: none;
}

.site_map ul ul{
	margin-left: 2em;
}

.site_map li{
	margin: 0.5em;
}

/***************************************************************************************/

.catalog-section{
	padding-bottom:1.5em;
}

.catalog-section-name{
	padding: 0 0 0.5em 1em;
}

.catalog-section-name a{
	text-decoration:none;
	font-weight:bolder;
	font-size:1.2em;
}

.catalog-section-photo, .catalog-section-text{
	padding-bottom: 0.75em;
}

.catalog-section-photo{
	padding-right:1em;
	text-align: center;
}

.catalog-section .navigation{
	float: right;
	margin-top: -2em;
}