@charset "UTF-8";
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background-color: #CC9;
}
header, nav, section, article, aside, footer {
	display: block; /* Для старых браузеров */
	position: relative;
}
.clr {
	clear: both;
}
/****************************** Shadow ******************************/
body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
.content, .table {
	min-height: 100px;
	width: 300px;
	padding: 0;
	position: relative;
	background: #CC9;
	/*background: -webkit-gradient(linear, 0% 20%, 0% 100%, from(#CC9), to(#CC9), color-stop(.2, #FFC));
	background: -moz-linear-gradient(0% 0% 360deg, #CC9, #FFC 20%, #CC9 );*/
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
/****************************** Layout ******************************/
.container {
	min-height: 100%;
	position: relative; /* чтобы дочерние элементы позиционировались относительно этого блока */
}
header {
	height: 200px; /* Высота шапки */
	background: #663 url(../img/header.jpg) no-repeat center top;
}
.header-contact-wrapper {
	width: 400px;
	margin: 0 auto;
}
.header-contact {
	width: 300px;
	float: right;
	margin: 170px 0 0 0;
	color: #600;
	font-style: italic;
	text-shadow: 1px 1px 3px #333;
	font-size: 14px;
}
nav {
	margin: 0;
	background-color: #663;
	background-image: -moz-linear-gradient(#663, #330);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#663), to(#330));
	background-image: -webkit-linear-gradient(#663, #330);
	background-image: -o-linear-gradient(#663, #330);
	background-image: -ms-linear-gradient(#663, #330);
	background-image: linear-gradient(#663, #330);
	-moz-box-shadow: 0 1px 1px #663, 0 1px 0 #330 inset;
	-webkit-box-shadow: 0 1px 1px #663, 0 1px 0 #330 inset;
	box-shadow: 0 1px 1px #663, 0 1px 0 #330 inset;
}
.content {
	width: 960px;
	margin: 1px auto 0 auto;
	padding: 40px 20px 140px 20px;
}
.table {
	width: 100%;
	margin: auto;
	padding: 40px 0 140px 0;
}
.map_b {
	width: 100%;
	margin: auto;
	padding: 40px 0;
}
.footer {
	height: 100px;
	position: absolute;
	background: #663 url(../img/footer.jpg) no-repeat center top;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
* html .footer {
bottomy:expression(parentNode.offsetHeight % 2 ? style.bottom="-1px" : style.bottom="0px"); /* хак для IE6 со смещением на 1px */
}
/****************************** Navigation ******************************/
#main {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#main:before, #main:after {
	content: "";
	display: table;
}
#main:after {
	clear: both;
}
#main {
	zoom: 1;
}
#main li {
	float: left;
	position: relative;
}
#main a {
	float: left;
	padding: 6px 16px 6px 16px;
	color: #cc9;
	text-transform: lowercase;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
#main li:hover > a, #main li a.selected {
	background-color: #cc9;
	background-image: -moz-linear-gradient(#cc9, #663);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cc9), to(#663));
	background-image: -webkit-linear-gradient(#cc9, #663);
	background-image: -o-linear-gradient(#cc9, #663);
	background-image: -ms-linear-gradient(#cc9, #663);
	background-image: linear-gradient(#cc9, #663);
	color: #330;
	-moz-box-shadow: 0 1px 1px #663, 0 1px 0 #330 inset;
	-webkit-box-shadow: 0 1px 1px #663, 0 1px 0 #330 inset;
	box-shadow: 0 1px 1px #663, 0 1px 0 #330 inset;
}
*html #main li a:hover {
	background-color: #cc9;
	background-image: -moz-linear-gradient(#cc9, #663);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cc9), to(#663));
	background-image: -webkit-linear-gradient(#cc9, #663);
	background-image: -o-linear-gradient(#cc9, #663);
	background-image: -ms-linear-gradient(#cc9, #663);
	background-image: linear-gradient(#cc9, #663);
	color: #330;
}
#main ul {
	/*margin: 20px 0 0 0;*/
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 9999;
	-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#main li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#main ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0;
	-moz-box-shadow: 0 1px 0 #000, 0 2px 0 #333;
	-webkit-box-shadow: 0 1px 0 #000, 0 2px 0 #333;
	box-shadow: 0 1px 0 #000, 0 2px 0 #333;
	background-color: #663;
	background-image: -moz-linear-gradient(#663, #330);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#663), to(#330));
	background-image: -webkit-linear-gradient(#663, #330);
	background-image: -o-linear-gradient(#663, #330);
	background-image: -ms-linear-gradient(#663, #330);
	background-image: linear-gradient(#663, #330);
	-moz-box-shadow: 0 1px 1px #663, 0 1px 0 #330 inset;
	-webkit-box-shadow: 0 1px 1px #663, 0 1px 0 #330 inset;
	box-shadow: 0 1px 1px #663, 0 1px 0 #330 inset;
}
#main ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: 0 1px 1px #663, 0 1px 0 #330 inset;
	-webkit-box-shadow: 0 1px 1px #663, 0 1px 0 #330 inset;
	box-shadow: 0 1px 1px #663, 0 1px 0 #330 inset;
}
#main ul a {
	padding: 6px 10px;
	width: 170px;
	_height: 10px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	text-align: left;
}
#main ul a:hover {
	background-color: #cc9;
	background-image: -moz-linear-gradient(#cc9, #663);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cc9), to(#663));
	background-image: -webkit-linear-gradient(#cc9, #663);
	background-image: -o-linear-gradient(#cc9, #663);
	background-image: -ms-linear-gradient(#cc9, #663);
	background-image: linear-gradient(#cc9, #663);
}
#main ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#main ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
}
#main ul li:first-child a:hover:after {
	border-bottom-color: #999;
}
#main ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
/****************************** Fonts & Links ******************************/
a img {
	border: none;
}
a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #330;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #330;
}
.content p {
	font-size: 12px;
	color: #330;
}
.copyright p {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #330;
}
.copyright a, .content a, .map_b a {
	color: #330;
	font-weight: bold;
	font-style: italic;
}
.copyright a:hover, .content a:hover, .map_b a:hover {
	color: #FFC;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px 1px #330;
}
/****************************** Images ******************************/
.img_right {
	float: right;
	padding: 20px 0 20px 40px;
}
.map_center {
	width: 960px;
	margin: 20px auto;
}
.map_b_center {
	width: 1733px;
	margin: 20px auto;
}
.book {
	float: left;
	width: 300px;
}
/****************************** Elements ******************************/
.content ul {
	float: left;
	margin: 0 0 20px 50px;
	font: 12px/2 Arial, Helvetica, sans-serif;
	color: #330;
}
.copyright {
	width: 300px;
	margin: 25px auto;
}
.table table {
	width: 100%;
	border-collapse: collapse;
	margin: 40px 0;
	text-align: left;
	font-size: 12px;
	color: #330;
}
.table table td {
	border: 1px dotted #330;
	padding: 10px;
}
.table table .tbl_section {
	font-style: italic;
	text-align: center;
	font-weight: bold;
	background-color: #996;
}
.table table .tbl_red_header {
	font-style: italic;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #600;
}
.sources {
	float: left;
	margin: 0 0 20px 50px;
	font: 12px/2 Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #330;
}
.grid-4x1 {
	float: left;
	width: 200px;
	height: 200px;
	margin: 16px 0 16px 32px;
}
