
html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	min-width: 1000px;
	/* Полоса прокрутки всегда видна */
	/* В IE 7 прописывать нельзя */
	overflow-y: scroll;
}

h1 {
	color:#F47521;
	font-size:1.8em;
	font-weight:lighter;
}

h2 {
	color:#F47521;
	font-size:1.8em;
	font-weight:lighter;
}

h3 {
	color: #999;
	margin: 0;
	font-size:1.15em;
	font-weight:lighter;
}

h3 A {
	color: #0099D3;
	font-weight:lighter;
}

h4 {
	color:#00438b;
	font-size:1.2em;
	font-weight:bold;
}

h5 {
	color:#7f8f1c;
	font-size:1.2em;
	font-weight:lighter;
	margin: 30px 10px 5px 0;
}

.blue_text {
	color:#00438b;
	font-size: 1em;
}

.green_text {
	color:#7f8f1c;

}

.orange_text {
	color:#F47521;
	font-weight:bold;
}

p, ul, li {
	font-size: 1em;
}

ul {
	list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFdJREFUeNpi3HDETJCBgaEKiOOA+DMQ9wLxbBYgUQ3ExQwQIAbEE4D4NROQCGVABWxA7A+S+MqACb4yQc38jST4DIjnguyYD8QvgDgSiN8D8UIgPgMQYADn6xEYn3dkaAAAAABJRU5ErkJggg==");
	text-align:left;
}

a {
	color: #00438b;
}

a:hover {
	color: #0099D3;
}

#height {
	height: auto !important; /* Для прилипания FOOTER к основанию страницы */
	min-height: 100%; /* Для прилипания FOOTER к основанию страницы */
	margin-bottom: -60px; /* margin-bottom: FOOTER height (75) */
}
#content {
	padding-top: 15px;
	width: 1000px;
	margin: 0 auto;
}

#news-block {
	background-color: #F7F7F7;
	clear: both;
	padding: 10px;
}

#news-block p {
	font-size:0.8em;
}

#menu_2 a {
	margin:0 0.5em 0 0;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #0099D3;
}

#margin-bottom-for-FOOTER {
	height: 145px; /* Пустой блок, отступ перед FOOTER height (75) */
	clear: both;
}

FOOTER {
	text-align: center;
	clear: both;
	height: 45px;
	width: 1000px;
	margin: 0 auto;
	padding: 5px;
}

.h-center {
	width:1000px;
	margin: 0 auto;
}

.h-center-big {
	width:830px;/*900px;*/
	margin: 0 auto;
	text-align:justify;
	padding-right:200px; /*110px;*/
}

.h-center-small {
	width:600px;
	margin: 0 auto;
	text-align:justify;
	padding-right:70px;
}

HEADER {
	overflow: hidden;
}

#sup_entr {
	background-color: #fff;
	border-bottom:3px solid #bfbfbf;
	height:45px;
}

#header {
	width: 1000px;
	height:90px; /*100px*/
	margin: 10px auto; /*15px*/
}

.ProjectTitle {
	display: inline-block;
	padding-left: 145px;
	font-family: 'Jakob-Bold', Arial, Verdana, Sans-Serif;
	font-size:36pt;
	margin:0px;
	color: #0099D3;
	text-decoration: none;

}

#PrSubTitle {
	display: inline-block;
	position: relative;
	top: -10px;
	width: 23em;
	font-size: 1.2em;
	color:#7f8f1c;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

#menu {
	margin-top: 10px;
	background-color:#0099D3;
	text-align:left;
}

#menu a.menuItem {
	display: inline-block;
	border-right: 1px solid #fff;
	font-size: 1em;
	color: #fff;
	line-height: 1em;
	padding: 5px 12px;
	text-decoration: none;
	transition: background-color 1s;
	-o-transition: background-color 1s;
	-ms-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-webkit-transition: background-color 1s;
}

#menu a#IN.menuItem {
	cursor: default;
}

#menu a#IN.menuItem,
#menu a.menuItem:hover {
	background-color:#B0C436;/*#D93600;*/
}

#menu a.menuItem:hover {
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

#menu a.fancybox {
	background-color: #F47521;
}

#menu a.fancybox:hover .play {
	color: #F47521;
}

#DATE {
	width: 1000px;
	margin: -1.5em 0 0 1px;
	position: absolute;
	color: #6D81C0;
	font-size: 0.8em;
}

#DATE #TIME .colon {
	transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

#DATE #TIME.hide .colon {
	transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	-ms-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-webkit-transition: opacity 0.7s;
	opacity: 0;
}

#DATE #TIME SPAN {
	visibility: visible;
}


.action {
	text-align: left;
	margin:20px 0px 10px 0px;
	padding:10px;
	background-color: #f7f7f7;
	transition: background-color 1s;
	-o-transition: background-color 1s;
	-ms-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-webkit-transition: background-color 1s;
	overflow: hidden; /* высота автоматически увеличивается под размер рисунка */
}

.DIV-for-action-logo {
	float: right;
	height: 150px;
	width: 150px;
	line-height: 150px;
	margin: 5px 10px;
	text-align: center;
	clear: both;
}

.DIV-for-action-logo IMG {
	vertical-align: middle;
	text-decoration: none;
}

.DIV-for-action-logo.MAP {
	margin-bottom: -100px;
	width: 100px;
	height: 100px;
	line-height: 100px;
}

.DIV-for-action-logo.MAP IMG {
	max-width: 100px;
	max-height: 100px;
}

.DIV-for-action-logo.MAP + DIV {
	margin-right: 130px;
}

.action img {
	/* border:1px solid #f7f7f7;
	float:right;
	margin:5px; */
}

.action:hover {
	background-color:#F1F5DC;
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.vcard {
	font-size:0.8em;

}

.links-list {
	text-align:left;
}

.action_p {
	margin: 0.25em 0;

}

.firest-letter p:first-letter {
	font-weight: 700;
	font-style: italic;
	font-size: 1.3em;
}

#AJAX-Status-DIV {
	opacity: 0;
	width: 475px;
	margin: 0 auto;
	padding: 3px 0;
	line-height: 1.5em;
	text-align: center;
	-border: 1px solid;
	-border-radius: 0 0 3px 3px;
	-border-top: none;
	-background-color: #20C4FF;
	transition: opacity 1s;
	-o-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

.JavaScript-BUTTON {
	display: inline-block;
	cursor: pointer;
	line-height: 1.3em;
	padding: 0 7px;
	background-color: #00ADEC;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0.5;
	transition: background-color 0.3s, opacity 0.3s;
	-o-transition: background-color 0.3s, opacity 0.3s;
	-ms-transition: background-color 0.3s, opacity 0.3s;
	-moz-transition: background-color 0.3s, opacity 0.3s;
	-webkit-transition: background-color 0.3s, opacity 0.3s;
}

.JavaScript-BUTTON:hover {
	background-color: #B0C436;
	opacity: 1;
}


