@charset "utf-8";
/* CSS Document */


body {
	background-color:#fdeaa8;
    font-family: Arial;
    font-size: 100%;
	margin-top:0;
}
.top {
	background-color:#fefbda;
	background-image:url(img/bg_hider_top.gif);
	color:#724c00;
	height:30px;
	line-height:30px;
	text-align: right;
	padding-right: 15px;
	
}
.footer {
	background-image:url(img/bg_footer.gif);
}

.main {
	background: none;
}

.main_content {
	padding: 1.2em;
}
h1, h2.title{
	background:url(img/bg_title.png) repeat-x;
	color:#874b00;
	font-size:30px;
	margin: 30px 0;
	box-shadow: 0 1px 1px #000;
	padding:3px 25px;
}
h2.title, h3{
	text-align:center;
}
h3{
	font-size: 25px;
	color:#874b00;
	margin: 20px 0;
}
div#trostnik{
	background:url(img/bg_form.jpg) no-repeat;
	overflow:hidden;
	width:960px;
	height:360px;
}
#trostnik #contacts{
	color:#fdeaa8;
	font-size: 60px;
	font-weight:bold;
	text-shadow: 5px 5px 5px #000;
	padding:220px 0 0 25px;
	position: relative;
	float:left;
}
#contacts p, #price_trostnik p{
	margin:0;
}
#contacts span{
	padding:0 0 0 200px;
}
#trostnik #form{
	float:right;
	margin:10px 10px 0 0;
	background:rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	font-size: 16px;
	color: #6d3613;
	text-align: center;
	font-weight:bold;
	height: 337px;
	overflow: hidden;
}
#form p span{
	text-transform:uppercase;
}
.zvonok{
	padding:0 10px;
}
.zvonok input{
	font-size: 14px;
	border-radius: 10px;
	padding: 7px 10px;
	border: 1px solid #767c7e;
	color: #777;
	width: 245px;
	margin: 5px 0;
}
input#button{
	background:url(img/bg_btn.png) repeat-x;
	font-weight:bold;
	color: #50291a;
	width:180px;
	cursor:pointer;
}
div.podrob{
	margin: 50px 0;
	text-align:center;
}
div#price_trostnik{
	background:url(img/fon_trostnik.png) no-repeat;
	width:960px;
	height:370px;
	position:relative;
}
#price_trostnik p{
	font-size: 57px;
	text-shadow: 2px 2px 2px #000, -2px -2px 2px #000;
	color: #e0b177;
	font-weight:bold;
	position:absolute;
	bottom: 20px;
	right:0;
}
ul.perfect{
	list-style:none;
	margin: 0;
	padding:0;
	font-size: 30px;
	color: #874b00;
}
ul#left{
	float: left;
}
ul#left li{
	background:url(img/mark.png) no-repeat center left;
	padding: 5px 0 5px 40px;
}
ul#right{
	float: right;
	text-align:right;
}
ul#right li{
	background:url(img/mark.png) no-repeat center right;
	padding: 5px 40px 5px 0;
}
a.podrob{
	background: url(img/bg_podrob.png) repeat-x;
	color:#65560a;
	font-size:30px;
	font-weight:bold;
	text-decoration:none;
	padding: 13px;
	text-align:center;
	border-radius: 15px;
	box-shadow:1px 3px 7px #555;
	text-shadow: -1px -1px 1px #fff;
}
a{
	color:#4C3C18;
}


.main_border {
	background: none;
}

a.hover {
	text-decoration:none;
}