﻿html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ul, li, input, form, p {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-all {
	clear: both;
}

/*-------------Основной контейнер для траницы-------------*/
#container { 
	background-color: #FAF7EE;
	min-width: 800px;
}

*html #container { 
	width: expression(document.body.clientWidth > 800 ? "100%" : "800px");
	overflow-x: hidden;
}

/*****************************************/
/*---------------------Шапка-------------------*/
/*****************************************/
#header { 
	height: 168px;
	background: url(../images/header_back.gif) repeat-x left top;
}

#header-left {
	height: 106px;
	padding-top: 62px;
	background: url(../images/header_left_back.jpg) no-repeat left top;
}

#header-right {
	height: 168px;
	background: url(../images/header_right_back.jpg) no-repeat right top;
}

#header-title {
	margin: 0px 0px 0px 171px;
	color: #fff;
	font: bold 17px Tahoma, Arial;
}

#header-title .tahoma-big {
	font: bold 24px Tahoma, Arial;
}

#menu {
	margin: 0px 0px 0px 151px;
}

#menu ul {
	padding-top: 25px;
	list-style-type: none;
}

#menu ul li {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	background: url(../images/menu_li_back.gif) no-repeat right center;
}

#menu ul li.last {
	padding-right: 0px;
	margin-right: 0px;
	background: none;
}

#menu ul li a {
position: relative;
bottom: 2px;
	color: #000;
	font: 12px Arial, Tahoma;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}


/*****************************************/
/*------------------Контент-------------------*/
/*****************************************/
#content {
	
}

/*------------------Левый столбец-------------------*/
#left {
	float: left;
	width: 210px;
	background-color: #EDEAE2;
}

#header-green, #header-violet, #header-red, #header-blue, #header-gray {
	color: #fff;
	text-align: center;
	font: bold 12px Arial;
	padding-top: 4px;
	height: 20px;
	text-transform: uppercase;
}

#header-gray {
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	font: bold 12px Arial;
	text-transform: uppercase;
	background-color: #9EA1A7;
}

#header-green{
	background-color: #06832E;
}
#header-violet {
	background-color: #BDADD2;
}
#header-red {
	background-color: #C30004;
}
#header-blue {
	background-color: #6D92A8;
}

.menu-wrap {
	padding-left: 8px;
	padding-bottom: 7px;
	border-bottom: 3px solid #FAF7EE;
}	

.menu-wrap ul {
	padding-right: 9px;
	font-size: 10px;
	list-style-type: none;
}

.menu-wrap ul li{
	color: #000;
	padding: 6px 0px 0px 8px;
	background: url(../images/li_back.gif) no-repeat left 12px;
}


*html .menu-wrap ul li{
	color: #000;
	padding: 2px 0px 0px 8px;
	background: url(../images/li_back.gif) no-repeat left 14px;
}

.menu-wrap ul li div{
	padding-bottom: 7px;
	border-bottom: 1px solid #AF9679;
}

*html .menu-wrap ul li div{
	padding-bottom: 4px;
	border-bottom: 1px solid #AF9679;
}

.menu-wrap ul li a {
	color: #000;
	font: 12px Arial;
	text-decoration: none;
}

.menu-wrap ul li a:hover {
	text-decoration: underline;
}

.menu-wrap ul li ul {
	padding-left: 15px;
	padding-right: 0px;
	list-style-type: none;
	background-color: #EDEAE2;
	display: none;
}

.menu-wrap ul li:hover ul, .menu-wrap ul li.over ul  {
	display: block;
}

.menu-wrap ul li:hover div.li-no-border{
	padding-bottom: 0px;
	border-bottom: 0px;
}

.menu-wrap ul li ul li {
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #CEC0AD;
	background: none;
}

.menu-wrap ul li ul li a {
	color: #767571;
	font: 11px Arial;
	text-decoration: none;
}

.menu-wrap ul li ul li a:hover {
	text-decoration: underline;
}


/*------------------Правый столбец-------------------*/
#right {
	float: right;
	width: 210px;
	background-color: #EDEAE2;
}

#ministr {
	padding: 16px 25px 14px 29px;
	border-bottom: 3px solid #FAF7EE;
}

#ministr img{
	border: 2px solid #fff;
	margin-bottom: 11px;
}

#ministr p#ministr-name{
	color: #767571;
	font: bold 12px Arial;
	margin-bottom: 3px;
}

#ministr p {
	color: #767571;
	font: 11px Arial;
	margin-bottom: 8px;
}

#ministr a {
	color: #000;
	font: 12px Arial;
	margin-top: 5px;
	text-decoration: underline;
}

#ministr a:hover {
	text-decoration: none;
}

#welcome {
	color: #000;
	font: 11px Arial;
	padding: 10px 0px;
}

.anchor, .anchor-last {
	background-color: #777;
	padding: 5px 20px 7px 20px;
	text-align: center;
	border-bottom: 1px solid #B9B9B9;
}

.anchor-last {
	border-bottom: 3px solid #FAF7EE;
}

.anchor a, .anchor-last a {
	color: #fff;
	font: 12px Arial;
	text-decoration: none;
}

.anchor a:hover, .anchor-last a:hover {
	text-decoration: underline;
}

#search {
	color: #767571;
	font: bold 14px Arial;
	padding: 16px 20px 16px 20px;
	border-bottom: 3px solid #FAF7EE;
}

#search input.search-field {
	float: left;
	width: 112px;
	margin-top: 6px;
	color: #000;
	font: 12px Arial;
	padding: 1px 2px 2px 2px;
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	border-bottom: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
}

#search input.submit {
	float: left;
	color: #fff;
	margin-left: 2px;
	font: 12px Arial;
	margin-top: 6px;
	padding: 2px 4px 2px 4px;
	background-color: #767571;
	border: none;
	cursor: pointer;
}

#banners {
	padding-top: 10px;
	background-color: #FAF7EE;
	text-align: center;
}

#banners img {
	margin-bottom: 4px;
}

/*------------------Центральная часть-------------------*/
#middle {
	margin: 0px 210px;
	padding: 0px 12px;
}

.new {
	margin-top: 11px;
	padding-bottom: 14px;
	min-height: 101px;
	border-bottom: 1px solid #A1A3A9;
}

*html .new {
	height: 101px;
}

.news-date {
	font: 10px Arial, Tahoma;
	padding-bottom: 4px;
	color: #7D7B77;
}

.new img {
	float: left;
	margin-right: 11px;
	border: 1px solid #000;
}

.new a {
	position: relative;
	bottom: 3px;
	font: bold 12px Arial, Tahoma;
	//color: #000;
	color: #0060A7;
	text-decoration: underline;
}

.new a:hover {
	text-decoration: none;
}

.new p {
	font: 12px Arial, Tahoma;
	color: #000;
	margin-top: 4px;
}

#all-news {
	padding-top: 3px;
	text-align: right;
}

#all-news a {
	font: 12px Arial, Tahoma;
	color: #000;
	text-decoration: underline;
}

#all-news a:hover {
	text-decoration: none;
}

/*------------------Статичные страницы-------------------*/
.inner-page {
	padding: 10px 0px;
	font: 12px Arial, Tahoma;
	color: #000;
}

.inner-page p {
	margin-bottom: 10px;
}

.inner-page a {
	color: #767571;
	font: bold 12px Arial;
	text-decoration: underline;
}

.inner-page ul {
	list-style-position: inside;
}


.inner-page a:hover {
	text-decoration: none;
}

.inner-page a.back {
	color: #0060A7;
	font: bold 12px Arial;
	text-decoration: underline;
}

.inner-page a.back:hover {
	text-decoration: none;
}


table#guest-book {
	margin: 10px 0px 20px 0px;
	font: 12px Arial, Tahoma;
	color: #0060A7;
}

/*****************************************/
/*--------------------Футер---------------------*/
/*****************************************/
#footer {
	background-color: #7DABCA;
	font: 12px Arial, Tahoma;
	color: #fff;
	margin-top: 12px;
	padding: 4px 22px 0px 8px;
	height: 19px;
}

#copy {
	font: 12px Arial, Tahoma;
	color: #fff;
	width: 50%;
	float: left;
	text-align: left;
}

#logo2be {
	padding-top: 1px;
	width: 50%;
	float: left;
	text-align: right;
}
