/********************************************************************/

html, body {
	height: 100%;
	width: 100%;
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #4c4c4c;
	/*line-height: 14px;*/
}

input, textarea, select{
	vertical-align:middle;
	font-family:Arial;
	font-size:14px;
	outline: none;
	border: none;
}

div{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*-webkit-font-smoothing: antialiased;*/
}


.button{
	
}

input:focus, input:hover, input:active, input:checked{
	outline: none!important;
}

a{
	color: #336699;
	text-decoration: none;
	outline:0;
}

a:hover{
	color: #66a8b9;
}


.page{
	min-height: 100%;
	width:100%;
}

.wrap{
	position:relative;
	width: 900px;
	margin: 0 auto;
}

.wrap_content{
	position:relative;
	width: 100%;
}

.layer_1{
	float:left;
	position:relative;
	width:100%;
}

.layer_2{
	float:left;
	position:relative;
	right: 75%;
	width:100%;
	background: #fff;
	border-right: solid 1px #bfbfbf;
	margin: 20px 0px;
}

.sidebar{
	float:left;
	position:relative;
	left: 75%;
	width:25%;
	min-height: 400px;
	background: #fff;
	padding: 0px 20px 0px 0px;
}

.main{
	float:left;
	position:relative;
	left: 75%;
	width:75%;
	padding: 0px 0px 50px 20px;
}


.news_detail table {
  border: 1px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.news_detail table  td, table  th {
  border: 1px solid #000000;
  padding: 5px 4px;
}
.news_detail table  tbody td {
  font-size: 13px;
}
.news_detail table  thead {
  background: #CFCFCF;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  border-bottom: 3px solid #000000;
}
.news_detail table  thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
.news_detail table  tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border-top: 3px solid #000000;
}
.news_detail table  tfoot td {
  font-size: 14px;
}


/*Футер*******************************************************************/
.layer {
	padding-bottom: 140px; /*Ровняется футеру*/
}

.footer {
	height: 140px;
	margin-top: -140px;
	width: 100%;
}

.footer .wrap{
	border-top: solid 3px #ccc;
	padding: 10px 0px;
}

.footer_left {
	float: left;
	width: 25%;
	padding-right: 20px;
}

.footer_right {
	float: left;
	width: 75%;
	padding-left: 20px;
}

.footer_right .right{
	width: 30%;
	min-height: 86px;
	float: right;
	font-size: 12px;
	color: #66a8b9;
	text-align: right;
	background: url('images/hat.jpg') no-repeat bottom left;
	padding-top: 45px;
	padding-right: 10px;
}

.footer_right .right a {
	color: #66a8b9 !important;
}

.footer_right .left{
	width: 70%;
	float: left;
	font-size: 12px;
	color: #66a8b9;
}

.counters{
	width: 100%;
	position: relative;
}

.licens{
	width: 100%;
	position: relative;
	font-size: 9px;
	color: #66a8b9;
	margin-top: 10px;
}


/*Шапка*******************************************************************/


.header{
	position:relative;
	width: 100%;
}

.header_top{
	width: 100%;
	height: 20px;
}

.header_bottom{
	width: 100%;
	height: 150px;
}

.header_bottom .wrap{
	background: url('images/top.jpg') no-repeat center;
	height: 150px;
}

.header_bottom .wrap .merzost{
	width: 173px;
	height: 70px;
	position: absolute;
	top: 35px;
}

.header_bottom .wrap .merzost a img{
	max-width: 100%;
	max-height: 100%;
}
