body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	color: #666666;
	background: #989796 url("../i/bgbody.gif") top left repeat-x;
	padding-top: 10px;
}

h1, h2, h3, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

label {
	display: block;
	margin: 2px 0px;
}

ol, ul {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
}

ul {
	margin-left: 20px;
}

h1, h2, h3 { padding: 8px 0px 5px 0px; }

a { color: #0f7cb5; }

a:hover { text-decoration: none; }

* html img { z-index: 0; }

#site {
	position: relative;
	height: auto !important;
	min-height: 550px;
	height: 550px;
	width: 818px !important;
	width: 746px;
	margin: 0px auto;
	background: white url("../i/shadowTop.png") top left repeat-x;
}

#head a, #head a:link, #head a:visited { color: black; 	font-weight: bold; }
#head .lower span a, #head .lower span a:link, #head .lower span a:visited { color: red; }
#head .lower a, #upper .lower a:link, #head .lower a:visited { font-size: 13px; font-weight: bold; }

#head .lower, #head .middle { position: relative; width: auto !important; width: 100%; }

#head .lower {
	height: 27px;
	padding: 12px 36px;
	color: black;
	font-size: 14px;
	font-weight: normal;
	background: url("../i/menuBg.png") top left repeat-x;
	z-index: 4;
}

#head .middle {
	height: 100px;
	margin-bottom: 1px;
	padding: 10px 36px;
}

#head .middle img {
	float: left;
}

#head .middle .datetime {
	float: right;
	margin-top: 10px;
}

#head span {
	position: absolute;
	top: 15px;
	right: 36px;
}

#content { 
	position: relative;
	min-height: 175px;
	z-index: 1;
	padding: 0px 36px 50px 36px;
	width: auto !important;
	width: 100%;
}

#content h1 {
	color: #0f7cb5;
	display: block;
	font-size: 20px;
	border-bottom: 1px dotted #666;
	margin-bottom: 7px;
}

#content h2,
#content h2 a,
#content h2 a:link,
#content h2 a:visited {
	color: #0f7cb5;
	font-size: 14px;
	text-decoration: none;
}

#content p { margin: 0px 0px 5px 0px; }

#content .leftSitePart {
	position: absolute;
	left: 5px;
	top: 0px;
	width: 160px;
	z-index: 5;
}

#content .rightSitePart {
	text-align: justify;
	overflow: hidden;
}

#content img.brd {
	padding: 5px;
	border: 1px solid #eee;
}

#naviMain {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 2;
}

#naviMain li {
	position: relative;
	margin-right: 1px;
	list-style-type: none;
	float: left;
	z-index: 3;
}

#naviMain li a,
#naviMain li a:link,
#naviMain li a:visited {
	color: #999;
	display: block;
	height: 24px;
	line-height: 28px;
	padding: 0px 15px;
	margin-right: 15px;
	text-align: center;
	float: left;
	z-index: 4;
	text-decoration: none;
}

#naviMain li a:hover,
#naviMain li a.this,
#naviMain li a:link.this,
#naviMain li a:visited.this {
	z-index: 4;
	color: #0f7cb5;
}

#naviMain li ul {
	position: absolute;
	display: none;
	margin: 0px;
	padding: 0px;
	top: 24px !important;
	top: 24px;
	left: -1px;
	border: 1px solid #999;
	background: white;
	z-index: 5;
	width: 155px;
}

ul#naviMain li ul li {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 140px;
	background: white;
	z-index: 6;
}

ul#naviMain li ul li a,
ul#naviMain li ul li a:link,
ul#naviMain li ul li a:visited {
	width: 140px;
	text-align: left;
	padding: 0px 0px 0px 15px;
	z-index: 7;
}

#naviMain li:hover ul, #naviMain li.itemhover ul { display: block; }

#naviMain li.sublevel ul {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
	margin-left: -158px;
	width: 156px;
}

ul#naviMain li.sublevel ul li {
	margin: 0px;
	padding: 0px;
	border: none;
	width: auto;
	padding-left: 20px;
}

#siteMap {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#siteMap a,
#siteMap a:link,
#siteMap a:visited {
	color: #0f7cb5;
	text-decoration: none;
	font-weight: bold;
}

#siteMap a:hover {
	text-decoration: underline;
}

#siteMap li { margin: 0px 0px 7px 0px; }

#siteMap li ul {
	padding: 0px;
	margin: 0px;
}

#siteMap li ul a,
#siteMap li ul a:link,
#siteMap li ul a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

#siteMap li ul a:hover {
	text-decoration: none;
}

#siteMap li ul li {
	padding: 0px 7px 0px 0px;
	margin: 0px 7px 0px 0px !important;
	margin: 0px 10px 0px 0px;
	border-right: 1px solid #666;
	display: inline;
}

#siteMap li ul li.last {
	border-right: none;
}

#contact {
	border: 1px solid #666;
	width: 330px;
	padding: 10px;
}

#contact textarea { width: 100%; }
#contact label { font-weight: bold; }

.error {
	margin: 5px 0px;
	color: red;
	font-weight: bold;
	text-align: left;
}

.error span {
	color: #666;
}

#subfooter {
	height: 56px;
	clear: both;
}

#footer {
	position: relative;
	padding: 10px 36px 5px 36px;
	height: 40px;
	text-align: center;
	z-index: 15;
	line-height: 20px;
	background: #989796 url("../i/shadowBottom.png") top right repeat-x;
	width: 746px;
	margin: -55px auto 0px auto;
	color: #333;
	font-size: 11px;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #333;
	font-size: 11px;
	text-decoration: none;
}	

#footer a:hover { text-decoration: underline; }

.path,
.path a,
.path a:link,
.path a:visited {
	font-size: 16px;
}

.lang {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
	-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}