body {
height: auto !important;
height: 100%;
min-height: 100%;
position: relative;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
width:1024px;
min-width:1024px;
background:url("images/back_body.png") 0 0 repeat-x #fff;
}

.container{
width:1024px;
margin:0 auto;
position:relative;
}

#header{
width:100%;
height:400px;
position:relative;
background:url("images/back_header.png") center 270px repeat-x;
}
#header .container{
	height:400px;
overflow:auto;	
}


/* разметка для шаблона */
#wrapper{
position: relative;
}


#reception{
	background:url("images/reception.jpg") 0 0 no-repeat;
	width:296px;
	height:400px;
	position:absolute;
	left:0;
	top:0;
}
#reception a{
	width: 200px;
	height: 100px;
	position: absolute;
	left: 60px;
	top: 25px;
}
#door{
	background:url("images/back_door.jpg") 0 0 no-repeat;	
	width:104px;
	height:300px;
	position:absolute;
	left:450px;
	top:69px;
}

#tree1{
	background:url("images/back_tree.png") 0 0 no-repeat;
	width:150px;
	height:160px;
	position:absolute;
left: 310px;
top: 170px;	
}

#tree2{
	background:url("images/back_tree.png") 0 0 no-repeat;
	width:150px;
	height:160px;
	position:absolute;
	left:510px;
	top: 170px;
}

#divan{
	background:url("images/back_divan.png") 0 0 no-repeat;
	width:292px;
	height:156px;
	position:absolute;
	right: 0;
	top: 192px;	
}
#phone1{
	position:absolute;
	left:580px;
	top:100px;
}
#phone2{
	position:absolute;
	left: 790px;
	top: 100px;
}
#time{
	color:#1f1b15;
	width:100px;
	height:30px;
	position:absolute;
	left: 640px;
	top: 210px;
}
#menu_top{
	width: 690px;
	position: absolute;
	left: 300px;
	top: 340px;
	font-size:13px;
}
#menu_top a{
	padding:10px;
	margin:7px;
	text-decoration:underline;
	color:#080808;
}
#menu_top a:hover{
	background-color:#0BA4DD;
	border-radius:20px;
	text-decoration:none;
	color:#fff;
}


#content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#787775;
	float:right;
width:760px;
min-height:500px;
height:auto !important;
height:500px;	
margin-bottom:10px;	
}
#content h1, #content h2, #content h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#1f1b15;
}
#content h2{
	font-size:21px;	
}
#content h3{
	font-size:17px;	
}
#content p{
	margin:0 !important;
	padding:0 0 1em 0 !important;
	text-align:justify;
}

#left{
	width:240px;
	float:right;
	min-height:500px;
	height:auto !important;
	height:500px;	
	margin-bottom:10px;
}
#left h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#1f1b15;
}
#left ul{
	list-style:inside none;
	margin:0 !important;
	padding:0 !important;
}
#left ul li{
	width:218px;
}
#left ul li a{
	display:block;
	float:left;
	width:100%;
	height:22px;
	padding-top:2px;
	color:#787775;
	font-size:12px;
	font-weight:normal;
}
#left ul li a:hover{
	text-decoration:none;
}

#left ul li li{
	padding:0 0 0 10px;
	width:185px;
}
#left > ul > li > a{
	color:#544d42;
	font-size:15px;
	font-weight:700;
	background:url("images/back_menu_left.png") 100% 0 no-repeat;	
	margin-top:10px;
	margin-bottom:10px;
	text-decoration:none;
}
#left > ul > li > a.curr{
	background:url("images/back_menu_left.png") 0 0 no-repeat;	
}
#left ul ul li a.curr{
	color:#000;
}
#left ul ul{
	display:none;
}
#left ul li.curr ul{
	display:block;
}


#footer{
	width:100%;
	height:70px;
	clear:both;
	background-color:#E3E3E3;
	border-radius:10px;
}
#footer div{
	float:left;
}
#footer #copyright{
	margin:10px 0 0 25px;
	width:170px;
	height:40px;
}
#footer #menu_bottom{
	margin:10px 0 0 50px;
	width:550px;
	height:40px;	
}
#footer #menu_bottom a{
	margin:9px;
	color:#5d5d5d;
}
#footer #menu_bottom a:hover{
	text-decoration:none;
}
#footer #counter{
	margin:20px 0 0 0;	
	width:200px;
	height:40px;
}
#footer #counter img{
	float:right;
	margin-right:10px;
}