/*  ********************** стили дизайна сайта (начало) ********************* */
/* минимальная ширина страницы (установлена для divов) - 970px*/
html, body  {
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	color: #6A6A6A;
	font-family: Verdana, Arial, monospace;
	font-size: 8pt;
}

/* шапка сайта */
#top {
	min-width: 970px;
	min-height: 425px;
}

/* левая колонка сайта */
#left-col {
	width: 250px;
	float: left;
	margin: 0px;
	padding: 30px;
	color: #6A6A6A;
	background-color: inherit;
	font-family: Verdana, Arial, monospace;
	font-size: 8pt;
}

/* рабочая область сайта */
 /* минимальная ширина поля = мин. ширина страницы - (ширина левого столбца+его paddingи) -свои paddingи */
#work-col {
	min-width: 600px;
	padding: 20px 30px 0px 30px;
 	margin-left: 310px;
	text-align: justify;
	color: #6A6A6A;
	background-color: inherit;
	font-family: Verdana, Arial, monospace;
	font-size: 8pt;
}

 /* низ */
 /* минимальная ширина = мин. ширина страницы минус paddingи */
#bottom {
	clear: both;
	padding: 2px 0px 9px 0px;;
	margin: 0px;
	min-width: 970px;
	text-align: center;
	color: #4580A8;
	background-color: inherit;
	font-family: Verdana, Arial, monospace;
	font-size: 7pt;
}

 /* copyright */
  /* минимальная ширина = мин. ширина страницы минус paddingи */
#copyright {
	clear: both;
	padding: 20px 10px 0px 0px;;
	margin: 0px;
	min-width: 960px;
	text-align: right;
	color: #4580A8;
	background-color: inherit;
	font-family: Verdana, Arial, monospace;
	font-size: 7pt;
}
/*  ********************** стили дизайна сайта (конец) ********************** */

/* блок эмблемы */
#logos {
	text-align: right;
	margin: 0px 0px 0px 250px;
	padding: 15px 5px 0px 0px;
	height: 137px;
}

/* бирюзовый фон эмблемы и flash */
#blue {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 250px;
	background-color: #DCECF7;
	text-align: right;
}

#spivakov-photo {
	position: absolute;
	top: 85px;
	left: 35px;
	z-index: 1;
}

#top_menu {
	position: absolute;
	top: 165px;
	left: 320px;
	width: 650px;
	max-width: 650px;
	color: #4580A8;
	background-color: transparent;
	font-family: Verdana, Arial, monospace;
	font-size: 8pt;
}

/* основное меню сайта */
#main-menu {
	margin: 0px;
	padding: 6px 0px 17px 0px;
	text-align: center;
}

/* языковое меню сайта */
#language-menu {
	position: absolute;
	left: 25px;
	top: 60px;
	line-height: 20px;
	z-index: 2;
	}

#picto-menu {
	position: absolute;
	left: 20px;
	top: 128px;
	z-index: 3;
}

#selected-lang {
	font-family: Verdana, Arial, monospace;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #ABABAB;
}

#selected-menu {
	font-family: Verdana, Arial, monospace;
	font-size: 8pt;
	color: #4580A8;
	background-color: inherit;
	text-decoration: none;
}

#selected-top-menu {
	color: #4580A8;
	background-color: inherit;
	font-weight: bolder;
	text-decoration: underline;
}

/* ссылки в основном тексте сайта (начало) */
a:link {
	color: #4580A8;
	background-color: inherit;
	text-decoration: underline;
}
a:visited {
	color: #4580A8;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #4580A8;
	background-color: inherit;
	text-decoration: underline;
}
a:active {
	color: #4580A8;
	background-color: inherit;
	text-decoration: underline;
}
/* ссылки в основном тексте сайта (конец) */

/* ссылки меню сайта (начало) */
a.menu:link {
	font-family: Verdana, Arial, monospace;
	font-size: 8pt;
	color: #4580A8;
	background-color: inherit;
}

a.menu:visited {
	font-family: Verdana, Arial, monospace;
	font-size: 8pt;
	color: #4580A8;
	background-color: inherit;
}

a.menu:hover {
	font-family: Verdana, Arial, monospace;
	font-size: 8pt;
	color: #4580A8;
	background-color: inherit;
}

a.menu:active {
	font-family: Verdana, Arial, monospace;
	font-size: 8pt;
	color: #4580A8;
	background-color: inherit;
}
/* ссылки меню сайта (конец) */


a.text-href:link, a.text-href:visited, a.text-href:active, a.text-href:hover {
	color: #6A6A6A;
	font-family: Verdana, Arial, monospace;
	font-size: 8pt;
	text-decoration: none;
	background-color: inherit;
}


.href-img {
	border: none;
}

input {
	color: #6A6A6A;
	background-color: inherit;
}

.form-search {
	border: 1px solid #3897DF;
	height: 18px;
}

textarea {
	border-color: #4580A8;
	border: 1px groove;
	background-color: #FFFFFF;
	color: #6A6A6A;
	width: 90%;
}

.form-input-comment {
	width: 200px;
	border: 1px solid #8EA5B9;
	background-color: #FFFFFF;
	color: #989490;
}

.comments-block {
	background-color: inherit;
	text-align: center;
	color: #000000;
}

.title-comments {
	background-color: inherit;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	padding: 5px;
	margin-top: 40px;
}

.comments {
}

#news {
	float: left;
	width: 68%;
}

#about_mbf {
	float: right;
	width: 27%;
	max-width: 27%;
	padding: 5px;
	text-align: left;
}

.canvas {
	float: left;
	color: #4580A8;
	background-color: inherit;
	font-family: Verdana, Arial, monospace;
	font-size: 8pt;
	line-height: 20px;
	border: solid 1px #6A6A6A;
	margin: 4px;
	padding: 4px;
}

.photo-gallery {
	float: left;
	color: #4580A8;
	background-color: inherit;
	font-family: Verdana, Arial, monospace;
	font-size: 8pt;
	line-height: 20px;
	border: solid 1px #6A6A6A;
	margin: 4px;
	padding: 4px 4px 8px 4px;
}

.small {
	color: red;
	background-color: inherit;
	font-size: 7pt;
}

.color-text {
	color: #4580A8;
	background-color: inherit;
}

td  {
	background: #FFFFFF;
	color: #6A6A6A;
	font-family: Verdana, Arial, monospace;
	font-size: 8pt;
}

H1 {
	font-family: Verdana, Arial, monospace;
	font-size: 16pt;
	font-weight: bold;
	color: #4580A8;
	background-color: inherit;
	text-indent: 0px;
        text-align: center;
}

H2 {
	font-family: Verdana, Arial, monospace;
	font-size: 13pt;
	font-weight: bold;
	color: #4580A8;
	background-color: inherit;
	text-indent: 118px;
}

H3 {
	font-family: Verdana, Arial, monospace;
	font-size: 11pt;
	font-weight: normal;
	color: #4580A8;
	background-color: inherit;
	text-indent: 24px;
}

 /* красная строка */
p {
	text-indent: 0px;
}

/* подписи у текстов */
.signature {
	font-weight: bold;
	font-style: italic;
	text-align: left;
	padding-bottom: 29px;
	margin-top: -10px;
}
.citation {
	font-style: normal;
}

.top-title {
	font-family: Verdana, Arial, monospace;
	color: #4580A8;
	font-style: oblique;
	font-weight: bold;
}

.news-date {
	color: #4580A8;
	background-color: inherit;
	text-align: right;
}

.zel-site {
visibility: hidden;
}