html {
	height: 100%;
}
body {
	margin: 0px;
	font-family: Arial;
	height: 100%;
	background: url('../img/back.gif');
	background-repeat: repeat;
}
a, a:visited, a:hover {
	text-decoration: inherit;
	color: inherit;
}
.zoom {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -285px;
	z-index: 200;
	display: none;
}
.black_stripe {
	width: 100%;
	height: 5px;
	background: black;
}
.main {
	width: 1000px;
	margin: 0px auto;
	height: 100%;
	display: table;
}
.slogan {
 	width: 100%;
 	font-size: 27px;
 	text-align: right;
 	margin: 0px;
}
.slogan img{
	margin-top: 15px;
	margin-right: 100px;
}
.container {
	display: table;
	padding-bottom: 20px;
}

.container .left {
	width: 185px;
	text-align: center;
	float: left;
	margin-left: 50px;
}
.container .right {
	width: 710px;
	margin-left: 20px;
	float: left;
}
.menu {
	margin-top: 43px;
}
.menu_item {
	font-family: Arial;
	font-weight: bold;
	border-bottom: 1px solid black;
	font-size: 13px;
	padding: 5px 0px;
	margin-bottom: 20px;
	cursor: pointer;
	text-align: left;
	text-indent: 47px;
}
.menu_item:hover {
	color: #ff1a12;
}
.content {
	width: 100%;
	background: white;
	margin-top: 15px;
	padding-bottom: 20px;
	font-size: 11px;
	display: table;
}
.content p {
	color: #4c4c4c;
}
.left_col {
	width: 315px;
	float: left;
}
.right_col {
	width: 315px;
	margin-left: 15px;
	float: left;
}
.col_header {
	width: 100%;
	--border-bottom: 1px solid black;
	padding-bottom: 5px;
}
.news_item_prev {
	margin-top: 10px;
	width: 300px;
	display: table;
}
.news_item_prev p {
	margin-top: 3px;
	margin-bottom: 3px;
}
.quote {
	color: #ff1a12;
}
.date {
	font-weight: bold;
	color: #ff1a12;
}
.footer {
	width: 100%;
	height: 150px;
	background: #4c4c4c;
	margin: 0px;
	padding: 0px;
}
.footer_main {
	width: 1000px;
	margin: 0px auto;
	padding-top: 20px;	
}
.inner {
	margin-left: 260px;
}
.orange {
	background: url('../img/orange.png');
	width: 336px;
	height: 162px;
	position: absolute;
	z-index: 100;
	margin-top: -110px;
	margin-left: 350px;
}
.orange {
	font-size: 12px;
}
.orange_text {
	margin-left: 70px;
	margin-top: 20px;
}
.orange_text a{
text-decoration: underline;
}
.orange_text a:hover{
text-decoration: none;
}
.red_stripe {
	width: 100%;
	height: 8px;
	background: #ff1a12;
}
/*  NEWS  */
.content_inner {
	padding: 30px 30px;
	display: table;
	font-size: 13px;
}
.content_inner li {
	margin-left: 20px;
}
.news_item {
	width: 650px;
	padding-top: 5px;
	display: table;
	border-bottom: 1px solid black;
}
.news_header {
	cursor: pointer;
}
.news_header:hover {
	background: #efefef;
}
.news_text {
	display: none;
}
/* SLIDER */
.big_container {
	position: relative;
	overflow: hidden;
}
.slider_container {
	position: absolute;
	display: table;
}
.slider {
	float: left;
}
.corner {
	float: left;
}
/* CONTACTS*/
div[name='text'] {
	width: 303px;
	height: 100px;
	border: 1px solid #ccc;
}
input[type="text"] {
	width: 300px;
	border: 1px solid #ccc;
}