@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic&subset=latin,cyrillic-ext);


object, div, p, h1 {
	outline:none;
	margin: 0px;
	padding: 0px;
}
.contents p {
	padding-bottom:10px;
	
}

body {
	margin: 0px;
	padding: 0px;
}
.container {
	background-image: url(../img/background_and_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #1b1612;
	text-shadow: 1px 1px 3px #000000;
}
body, .bottom_line {
	background-color: #211E1E;
}

.top_line {
	background-image: url(/img/top_line.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 35px;
}

.bottom_line {
	height: 70px;
	background-image: url(/img/bottom_line.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin-top: 130px;
}

.menu, .promo, .contents {
	margin-right: auto;
	margin-left: auto;	
}
.promo {
	height: 430px;
	width: 1000px;
	background-image: url(/img/promo_shadow.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 120px;
	left: 53px;
}
.promo_cont {
	background-color: #FFF;
	height: 350px;
	width: 930px;
	margin-top: 14px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.btm_margine430 {
	margin-bottom: 430px;
}
.btm_margine30 {
	margin-bottom: 30px;
}

.bottom_txt {
	font-family: 'Open Sans Condensed', sans-serif;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 35px;
	color: #9d8274;
	text-decoration: none;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	position: relative;
}

a:link {
	text-decoration: none;
	color: #9d8274;
  }

.contacts {
	font-size: 18px;
	color: #FFF;
	text-align: left;
	display: block;
	width: 200px;
	position: absolute;
	letter-spacing: 0em;
	top: -100px;
}
.contacts_col_1 {
	right: 370px;
	font-size: 27px;
	width: 100px;
}
.contacts_col_2 {
	right: 180px;
	width: 150px;
}
.contacts_col_3 {
	right: -10px;
}
