html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{margin-bottom: 0.4em;}caption{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup{vertical-align:baseline;position:relative;top:-0.4em;}sub{vertical-align: baseline;position:relative;bottom:-0.4em;}input,textarea,select,button{font-weight:inherit;}input,textarea,select,button{*font-size:100%;}legend{color:inherit;}html {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}h1{font-size:138.5%;line-height:110%;margin: 0 0.0em 1em;}h2{font-size:123.1%;}h3{font-size:108%;}h2,h3{margin:1.4em 0.0em 0.3em;line-height:110%;}h1,h2,h3,h4,h5,h6{font-weight:bold;}abbr,acronym{border-bottom:1px dotted;cursor:help;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}dl dd{margin-left:1em;}th,td{padding:.5em;}th{font-weight:bold}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}.clr{clear:both;}object,a:active{outline:none;}.nobr{white-space:nowrap;}

/*html {font-size: 81.26%} */
 html {font-size: 81.26%}
/* сюда пишем размер вашего шрифта по-умочанию */
@media all and (min-resolution: 120dpi) {
    html {font-size: 65.01%} /* пропорционально уменьшаем кегль: 68.75/(120/96) */
    html, x:-moz-any-link {font-size: 81.26%} /* тут должен быть размер по-умолчанию */
}

#for-opera927 {/* dont' remove! */}

#wrap {
  scrollbar-track-color:expression(
  this.runtimeStyle.scrollbarTrackColor = "#fff",
  ((screen.deviceXDPI/screen.logicalXDPI) == 1) ? (document.body.style.fontSize = 1/(screen.logicalYDPI/96) +'em') : false
  );
}

html, body {
	height: 100%;
}

* html{filter:expression(document.execCommand("BackgroundImageCache", false, true))}

* html img {
	-behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",this.src = "/images/b.gif"):1),this.pngSet=true));
}

* html .png {
	-behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(
	this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url(','').replace(')',''),this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.origBg + ", sizingMethod='crop')",this.runtimeStyle.backgroundImage = "none",this.pngSet=true
	)));
}

html {
	background: #80d5f1
}
body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #484847;
	background: #80d5f1 url(../images/sky.jpg) center top repeat-x;
	min-height: 700px;
	-height: 700px;
}

.ymap table,
.ymap td {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

a {
	color: #209fda;
}
	a:hover {
		color: #2b9d22;
	}
	a:visited {
		color: #da138d;
	}

h1 {
	font-size: 26px;
	line-height: 110%;
	color: #ff6c00;
	margin-bottom: 0.7em;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	line-height: 115%;
	color: #ff6c00;
	margin-bottom: 0.7em;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	line-height: 115%;
	color: #31a31b;
	font-style: italic;
	font-weight: normal;
}

.newsitem {
	margin-bottom: 2em;
}
	.newsitem .date {
		font-size: 10px;
		font-style: italic;
	}
	.newsitem p {
		margin-bottom: 0.3em;
	}

.content[class] ul {
	margin-left: 1.37em;
}
	.content[class] ul > li {
		text-indent: -1.37em;
		list-style: none;
	}
	.content[class] ul > li:before {
		content: '\2014\a0';
		color: #209fda;
		font-weight: bold;
	}
		.content[class] ul > li:hover:before {
			color: #2b9d22;
		}
	.beforeli {
		content: '\2014\a0';
		color: #209fda;
		font-weight: bold;
	}
	.content[class] ul > li {
		*behavior: expression( !this.before && this.parentNode && 'UL' == this.parentNode.nodeName && this.parentNode.parentNode.className == 'content' ? this.before = this.innerHTML = '<span class="beforeli">&mdash;&nbsp;</span>' + this.innerHTML : '' );
	}
		.content[class] ul > li:hover .bevoreli {
			color: #2b9d22;
		}


img.il {
	float: left;
	margin: 0 10px 0.5em 0;
}
img.ir {
	float: right;
	margin: 0 0 0.5em 10px;
}
img.ic {
	display: block;
	margin: 0 auto 0.5em;
}

.content img {
	border: 1px solid #ccc;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	overflow: hidden;
}

#sun {
	position: absolute;
	left: 50%;
	margin-left: -630px;
	width: 242px;
	height: 232px;
	background: url(../images/sun.png) 0 0 no-repeat;
	-display: none;
}
#birds {
	position: absolute;
	left: 50%;
	top: 96px;
	margin-left: -760px;
	width: 125px;
	height: 50px;
	background: url(../images/birds.png) 0 0 no-repeat;
	-display: none;
}

#header {
	height: 100px;
	width: 1000px;
	margin: 0 auto -5px;
	position: relative;
}
	#logo {
		position: absolute;
		top: 28px;
		left: 10px;
	}

	#nav {
		margin: 0 0 0 0;
		text-align: right;
		
	}
		#nav li {
			display: inline-block;
			*display: inline;
		}
		#nav li a {
			display: inline-block;
			padding: 38px 20px 22px;
			white-space; nowrap;
			font-size: 15px;
			font-style: italic;
			font-weight: bold;
			color: #313131;
			text-decoration: none;

			-moz-border-radius-bottomright: 7px;
			-moz-border-radius-bottomleft: 7px;
			border-bottom-right-radius: 7px;
			border-bottom-left-radius: 7px;
		}
			#nav li a:hover {
				color: #fff;
				background: #14791d url(../images/nav_bg.png) 0 0 repeat-x;
			}
			#nav li a.current {
				color: #fff;
				background: #3e3e3e url(../images/nav_bg.png) 0 -200px repeat-x;
			}

#wrap {
	min-height: 100%;
	position: relative;
	zoom: 1;
}

#main_wrap {
	width: 984px;
	margin: 0 auto;

	-webkit-border-image: url(../images/border_shadow.png) 12 12 12 12 repeat repeat;
	-moz-border-image: url(../images/border_shadow.png) 12 12 12 12 repeat repeat;
	border-image: url(../images/border_shadow.png) 12 12 12 12 repeat repeat;
	border-width: 12px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
#main {
	background: #fff;
	border-radius: 7px;
	padding: 22px 23px;
	zoom: 1;
}

#main .sidebar {
	width: 223px;
	padding: 0 20px 20px;
	margin: 0 -20px;
	float: left;
	font-size: 13px;
	-padding: 0 0 20px;
	-margin: 0;
}
	.mblock {
		background: #eee url(../images/leftmenu_bg.png) right bottom no-repeat;
		margin: 0 -2px 20px;
		padding-bottom: 10px;
		width: 227px;
	}
		.mblock h3 {
			font-weight: normal;
			font-size: 16px;
			color: #fff;
			font-style: italic;
			text-align: center;
			background: #12771d url(../images/leftmenu_bg.png) left top no-repeat;
			height: 41px;
			white-space: nowrap;
			margin: 0;
			line-height: 41px;
		}
		.mblock ul {
			margin: 0;
			list-style: none;
			zoom: 1;
		}
		.mblock li {
			margin: 0;
			zoom: 1;
		}
			.mblock a {
				display: block;
				zoom: 1;
				padding: 4px 10px 4px 23px;
				margin: 0 2px;
				color: #5e5e5e;
				background: url(../images/mblock_dot.png) 13px 11px no-repeat;
			}
			.mblock a:hover {
				background-color: #31a21b;
				color: #fff;
				background-position: -487px 11px;
			}
			.mblock a.current {
				background-color: #494949;
				color: #fff;
				background-position: -487px 11px;
			}

	.sidebar .teaser {
		margin-left: -5px;
		margin-bottom: 17px;
	}

#main .content {
	margin-left: 247px;
	padding: 20px 20px 5px;
	background: #eee;
	border-radius: 7px;
	-moz-border-radius: 7px;
	overflow: hidden;
	width: 651px;
	zoom: 1;
	margin-right: -50px;
}

#mainpic {
	position: relative;
	margin-bottom: 20px;
	width: 938px;
	overflow: hidden;
}
	#mainpic img {
		display: block;
	}
	#mainpic div {
		position: absolute;
		right: 0;
		top: 109px;
		text-align: right;
		width: 285px;
			padding-right: 30px;
		height: 125px;

		background: url(../images/mainpic_overlay.png) right top no-repeat;
		-background: none;
		-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/mainpic_overlay.png, sizingMethod='crop');

/*
		background: rgba(0, 0, 0, 0.55);
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-bottomleft: 7px;
		border-top-left-radius: 7px;
		border-bottom-left-radius: 7px;
*/

		color: #fff;
		font-size: 20px;
	}
	#mainpic h2 {
		color: #fff;
		font-size: 20px;
		margin: 20px 0 10px;
	}
	#mainpic p {
		font-style: italic;
	}
	#mainpic small {
		font-size: 13px;
	}

body.inner #mainpic {
	height: 184px;
}
	body.inner #mainpic i {
		display: block;
		position: absolute;
		left: 0;
		font-size: 1px;
		bottom: 0;
		width: 938px;
		height: 7px;
		background: url(../images/mainpic_ug.png) 0 0 no-repeat;
		-background: none;
		-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/mainpic_ug.png, sizingMethod='crop');
	}
	body.inner #mainpic div {
		top: 61px;
		height: 67px;
		width: 317px;
		line-height: 67px;
		background: url(../images/mainpic_overlay2.png) right top no-repeat;
		-background: none;
		-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/mainpic_overlay2.png, sizingMethod='crop');
	}
	body.inner #mainpic div {
		font-size: 25px;
	}
	body.inner #mainpic small {
		font-size: 16px;
	}
	body.inner #mainpic img {
		margin-top: -25px;
	}



.breadcrumbs {
	font-size: 12px;
	color: #a2a2a2;
	margin-bottom: 1.5em;
	font-style: italic;
}
	.breadcrumbs a:visited {
		color: #209fda;
	}


.clrfooter {
	clear: both;
	*height: 180px;
}

#footer {
	height: 270px;
	width: 100%;
	min-width: 1000px;
	margin-top: -165px;
	background: #1d1f17 url(../images/footer.jpg) center top repeat-x;
	position: relative;
}
	#footer p {
		margin-bottom: 0.5em;
	}
	#footer .wrap {
		width: 940px;
		margin: 0 auto;
		padding-top: 176px;
		height: 94px;
		overflow: hidden;
		font-size: 13px;
		clear: both;
		color: #ddd;
	}
	#footer .nfo {
		float: left;
		width: 645px;
	}
		#footer .nfo .smaller {
			font-size: 11px;
		}
	#footer .counters {
		float: right;
		padding-top: 40px;
	}

.project_table {
	margin: 1em auto;
	width: 50px;
}

/* legacy */


.album_list {
	overflow: hidden;
	margin-right: -100px;
}
	.album_list .item {
		display: block;
		float: left;
		margin-right: 1em;
		text-align: center;
		padding-bottom: 3.5em;
		position: relative;
	}
	.album_list .item .img {
		display: block;
		position: relative;
		width: 150px;
		height: 150px;
	}
		.album_list .item .img img {
			border: 1px solid;
		}
	.album_list .item .name {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 0;
		height: 3em;
	}
table.tbl {
	width:100%;
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;
}
table.tbl td {
	border-width:1px;
	border-style:solid;
	padding-right:7px;
	padding-left:7px;
}

.red, .error {
	color: red;
}

table.form td {
	font-size: 12px;
}
