/*Общие теги*/
* {
	margin: 0;
	padding: 0;
	outline-style: none;
}

table {
	border: 0;
	border-collapse: collapse;
}

table tr td{

}
table tr.odd {
	background-color: #f2f2f2;
}
table td {
	padding: 10px 15px;
	color: #7d7d7d;
	font-size: 14px;
}
strong {
	color: #4d4d4d;
	font-weight: normal;
}


html, body, p, input, textarea{
	font-family:Arial,sans-serif;
}

html, body {
	height: 100%;
	font-size: 14px;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}
/*\Общие теги*/
/*Общие классы*/
.cl {
	clear: left;
}

.cr {
	clear: right;
}

.ca {
	clear: both;
}

.hide {
	display: none;
}


.clearfix { zoom: 1; display: block; }
.clearfix:after  {
	content: '.';
	clear:both;
	display: block;
	width: 0; height: 0;
	overflow: hidden;
	font-size: 0;
}
/*\Общие классы*/
/*структура*/
body {	
	background: url('../i/site_bg.jpg') right 0 no-repeat #fff;
	background-size: 100%;
	min-width: 980px;
}

#index {
	min-height: 100%;
	position: absolute;
	height: auto;
	margin: 0 auto;
	width: 100%;
	
	background: url('../i/site_bg.png') 0 bottom no-repeat;
	background-size: 100%;
	min-width: 980px;
}

#top {
	position: relative;
	width: 980px;
	margin-bottom: 190px; /*высота футера с учетом наезда-отступа*/
	min-height: 0px; /*Минимальная высота контента*/
	margin-left: auto;
	margin-right: auto;
}

#sr_header_bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../i/head_bd.png');
	height: 53px;
	z-index: -1;
}
#header {
	height: 53px;
	position: relative;
	width: 980px;
	margin: 0 auto;
	z-index: 2;
}
#header .logo {
	width: 297px;
	height: 159px;
	top: 0;
	left: -7px;
	background: url('../i/logo.png');
	position: absolute;
}
#header .contacts {
	position: absolute;
	top: 5px;
	right: 0;
	height: 46px;
	text-align: right;
	color: #fff;
	font-size: 15px;
}
/* заголовок */

/* контент */
#top {
	margin-top: 66px;
}
#top h1 {
	color: #12525c;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 2px;
	padding-right: 2px;
	width: 500px;
	float: right;
}

#content  {
	overflow: hidden;
}
#content .menu {
	float: left;
	width: 284px;
	margin-top: 24px;
}
#content .menu a {
	color: #305c72;
	font-size: 30px;
	text-decoration: none;
	font-style: italic;
}
#content .menu li {
	list-style : none;
	margin: 0 0 11px 10px;
}
#content .menu a.active,
#content .menu a:hover {
	color: #244454;
}
#content .content {
	float: left;
	width: 650px;
	margin: 32px 0 0 18px;
	color: #193134;
	font-size : 13px;
}
#content .content h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
	color: #444;
}
#content .content h2:first-child {
	margin-top: 0;
}
#content .content ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
#content .content li,
#content .content p {
	margin-bottom: 5px;
	line-height: 19px;
}
#content .content a {
	color: #1744a0;
}
#content .news .new,
#content .projects .project {
	margin-bottom: 20px;
}
/* footer */

#foot {
	bottom: 0px;
	position: absolute;
	height: 100px; /*высота футера*/
	width: 100%;
}

#foot .foot-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.files {
	margin-top: 20px;
}
.photos {
	margin: 20px 0;
}
.photos a {
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0 5px 5px 0 ;
	display: inline;
}
.photos a:hover {
	border-color: #aaa;
}
#content .projects .project h2 {
	font-size: 14px;
}
h3 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #444;
}

#content.no-h1 h1 {
	display: none;
}
#content.no-h1 {
	padding-top: 32px;
}

#content .content li {
	list-style: none;
	background: url('../i/list_ico.png') 0 8px no-repeat;
	padding-left: 10px;
	line-height: 19px;
}
#content .content li  sup {
	position: absolute;
	margin: -2px 0 0 1px;
}

#content .menu p {
	font-family:Arial,sans-serif;
}

