
body {
    font-family: 'arial',sans-serif;
    margin: auto;
    overflow-x: hidden;
}
ul {
    margin: 0;
}
a {
    text-decoration: none;
}
img{
	border: 0;
}
#container{
	width: auto;
	margin: auto;
}
.header-container{
	width: 100%;
	background-color: #241e20;
	height: 80px;
	margin: auto;
}
.header{
	width: 1172px;
	background-color: #241e20;
	height: 80px;
	margin: auto;
}
.logo{
	background: url('../img/logo.png') no-repeat;
	width: 202px;
	height: 72px;
	display: block;
	float: left;
}
ul.menu{
	float: left;
}
ul.menu li{
	float: left;
	list-style-type: none;
}
ul.menu li a{
	color: #fff;
	padding: 0 20px;
	line-height: 80px;
	height: 80px;
	display: block;
}
ul.menu li a:HOVER{
	background: #c08833;
}
.banner-bg{
	background: #393436;
	width: 100%;
	height: 414px;
}
.banner{
	width: 1172px;
	background: url('../img/banner.jpg');
	margin: auto;
	height: 490px;
}
.content{
	width: 1172px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	background: #c08833;
	min-height: 150px;
	color: #fff;
}
.slider{
	width: 1172px;
	margin: 160px auto auto;
	left: 0;
	right: 0;
	color: #fff;
	top: 140px;
	margin-bottom: 20px;
}
.text-bg{
	width: 100%;
	height: auto;
	display: table;
	background: url('../img/bg-rezanec.jpg');
	position: relative;
	margin-top: -24px;
}
.text{
	position: absolute;
	width: 1172px;
	min-height: 223px;
	left: 0;
	right: 0;
	background-position: center;
	top: -100px;
	margin: auto;
}
.bgfooter{
	width: 100%;
	background: #393436;
	min-height: 30px;
}
.footer{
	background: #393436;
	width: 1172px;
	min-height: 30px;
	margin: auto;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
}
.footer a{
	color: #c08833;
	font-weight: bold;
}
.flagsbg{
	height: 30px;
	width: 100%;
	background: #fff;
}
.flags{
	width: 1172px;
	margin: auto;
	text-align: right;
}