@charset "utf-8";
body {
	margin: 0px;
	background-image:url(/images/head.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #000;
}
#maine {
	position:relative;
	width:98%;
	height:auto;
	z-index:1;
}
#head_info {
	position:relative;
	width:95%;
	height:90px;
	z-index:2;
	float: left;
	padding-top: 40px;
}
.logo {
	float: left;
	margin-top: 10px;
	margin-left: 40px;
}
.telefon {
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	float: right;
	margin-top: 25px;
}
.index_tel {
	color: #fe9627;
}
#menu_block {
	position:relative;
	width:99%;
	height:50px;
	z-index:2;
	float: left;
}
#content {
	position:relative;
	width:98%;
	height:auto;
	z-index:2;
	float: left;
	margin-top: 620px;
	margin-left:1%;
	
}
#left {
	position:relative;
	width:75%;
	height:auto;
	z-index:2;
	float: left;
	text-align: left;
}
#rigth {
	position:relative;
	width:25%;
	height:auto;
	z-index:2;
	float: left;
	padding-top: 20px;
}
#footer {
	position:relative;
	width:100%;
	height:80px;
	z-index:2;
	float: left;
}
#left p {
	text-align: justify;
	color: #000;
	margin-right:1%;
}
#left h1 {
	font-size: 18px;
	color: #000;
}
#left h2 {
	font-size: 16px;
	color: #000;
}
.orange_block {
	position:relative;
	width:100%;
	height:40px;
	z-index:2;
	float: left;
	background-color: #fe9627;
	text-align: left;
}
#rigth .orange_block h2 {
	color: #FFF;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12%;
}
.bloc_news {
	position: relative;
	float: left;
	height: auto;
	width: 95%;
	margin-left: 4%;
	margin-bottom: 10px;
}
.news_text {
	float: left;
	width: 100%;
	position: relative;
	color: #000;
	text-align: justify;
	padding-top: 20px;
	height: auto;
}
.news_text p {
	margin: 2px;
}
#f_l {
	position:relative;
	width:6px;
	height:70px;
	z-index:2;
	float: left;
	background-image: url(/images/f_l.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#f_c {
	position:relative;
	width:99%;
	height:80px;
	z-index:2;
	background-image: url(/images/f_c.jpg);
	background-repeat: repeat-x;
	float: left;
}
#f_r {
	position:relative;
	width:6px;
	height:70px;
	z-index:2;
	float: right;
	background-image: url(/images/f_r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.more, .more a  {
	float: right;
	color: #ffb600;
	font-weight: bold;
}
.clients {
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffb600;
	font-weight: bold;
	text-align: left;
	float: left;
}
#counters {
	position:relative;
	width:20%;
	height:70px;
	z-index:2;
	float: left;
}
#footer_info  {
	position:relative;
	width:50%;
	height:auto;
	z-index:2;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	text-decoration:none;
	float: left;
}
#footer_info p, #footer_info a{
	color: #FFF;
	font-weight: bold;
	margin:2px;	
	text-decoration:none;
}

#menu_block ul li {
	font-weight: bold;
	color: #FFF;
	list-style-type: none;
	display: block;
	float: left;
}

#menu_block ul li a:link, #menu_block ul li a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
}

#menu_block ul li a:hover   {
	font-size: 16px;
	font-weight: bold;
	color: #fea227;
	text-decoration:none;
}

#menu_block ul li a.active {	
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
}

.menu_sep {
	margin-right: 4px;
	margin-left: 2px;
}
#search {
	position:relative;
	width:95%;
	height:auto;
	z-index:2;
	float: left;
	margin-left: 3%;
}
#sb {
	background-image: url(/images/bt.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}
#search #text {
	height: 26px;
	width: 95%;
	color: #000;
	font-size: 14px;
	padding-top: 2px;
}