html, 
body {
	font-size: 62,5%;
	color: #1e1e1e;
}

body{
	background:  url(../images/texture.jpg) repeat;
	position: relative;
}

body,
nav {
	min-width: 1000px;
}

.content-area,
nav {
	max-width: 1600px;
	margin: 0 auto;
}

footer {
	width: 96%;
	padding-top: 2em;
	margin: 0 auto;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-shadow: none;
}



/* Меню */
nav,
aside {
	font-family: 'Open Sans', 'Lucida Sans Unicode', sans-serif;
}

	nav .logo {
		text-align: center;
		padding: 10px 0;
	}
	
		nav .logo a {
			text-decoration: none;
			border-bottom: none;
		}

	nav ul {
		position: relative;
		left: 50%;
		float: left;
	}

		nav li {
			position: relative;
			left: -50%;
			float: left;
			padding: 5px 15px 10px 30px;
		}
		
		nav li:first-child {
			background: none;
			padding-left: 15px;
		}
		
		nav .selected {
			color: #919341;
		}

.main-menu {
	overflow: hidden;
	height: 55px;
	font-size: 21px;
}
	
	.main-menu li {
		background: url(../images/spliter1.png) no-repeat 0px 17px;
	}
	
	.main-menu a {
		color: #1e1e1e;
		text-decoration: none;
		border-bottom: 1px solid #9c9c9c;
	}
		
.sub-menu {
	overflow: hidden;
	background: url(../images/spliter2.png) no-repeat center bottom;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 19px;
}

	.sub-menu a {
		color: #707070;
		text-decoration: none;
		border-bottom: 1px solid #ccc;
	}
	
	.sub-menu a.selected {
		color: #919341;
	}

	


/* Тень на все текстовые элементы */
h1, h2, h3, h4, h5, h6,
a, p, li, table td {
	text-shadow: 0 1px 0 #fff5e0;
}




/* Заголовки */
h1, h2, h3, h4, h5, h6, th {
	font-family: 'Open Sans', 'Lucida Sans Unicode', sans-serif;
}

h1 {
	text-align: center;
	color: #bbbc4d;
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: .5em;
}

h5 {
	text-align: center;
	background: url(../images/bg/photoreport.png) no-repeat center 14px;
	font-size: 150%;
	margin: 40px 0 10px 0;
	font-weight: bold;
}




/* Общие стили */
p {
	margin-bottom: .5em;
}

.no-ind {
	margin: 0;
}

.col-wrap {
	overflow: hidden;
}

.page-img {
	position: absolute;
	z-index: -1;
}

.selected {
	text-decoration: none;
	border: none;
}

ol li {
	margin-bottom: .5em;
}

.warning {
	color: red;
}




/* Модульные сетки */
.content-area {
	overflow: hidden;
	padding: 0 40px;
	position: relative;
}

.text-area {
	max-width: 1000px;
}

.grid-wrap {
	overflow: hidden;
	position: relative;
}

.grid1,
.grid2,
.grid3,
.grid5,
.grid6 {
	float: left;
}

.grid1 {
	width: 50%;
}

.grid2 {
	width: 60%;
}

.gris3 {
	width: 40%;
}

.grid4 {
	width: 33%;
	float: none;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
}

.grid5 {
	width: 20%;
}

.grid6 {
	width: 80%;
}




/* Нвовости и анонсы */
.announce {
	max-width: 300px;
	padding: 0 20px;
	margin: 0 auto;
}

	.announce a,
	.announce p {
		color: #1e1e1e;
	}
	
.date {
	text-align: center;
	background: url(../images/announce-bg.png) no-repeat center center;
	font-weight: bold;
}

.img {
	margin-top: 5px;
	max-height: 220px;
	overflow: hidden;
}

	.img img {
		max-width: 100%;
	}

.title a {
	text-decoration: none;
	border-bottom: 1px solid #c0c0c0;
	line-height: 120%;
	font-weight: bold;
}




/* Фильтр по годам */
.years-filter {
	height: 50px;
	font-size: 110%;
	margin-top: 10px;
}

	.years-filter li {
		background: url(../images/bg/spliter3.png) no-repeat 0 18px;
		line-height: 200%;
	}
	
	.years-filter  a {
		text-decoration: none;
		color: #707070;
		border-bottom: 1px solid #ccc;
	}

	.years-filter .selected {
		font-size: 150%;
		line-height: 100%;
		color: #1e1e1e;
	}


	
	
	
/* Галерея */
.gallery {
	display: block;
	float: left;
	max-width: 28%;
	height: 185px;
	overflow: hidden;
	text-decoration: none;
	margin: 20px 30px 20px 0;
	border: none;
}

.gallery img {
	max-width: 100%;
}
