@charset "windows-1251";
/* CSS Document */

* {margin:0px; padding:0px;}
a img {border:none;}
body, html {text-align:center; height:100%; background-color:#e3cead;}

#all_page {
	width:800px;
	margin:0px auto;
	}

#top {
	width:100%;
	height:364px;
	background:url(graphics/backgr1.png) no-repeat;
	}

#middle {
	width:680px;
	background:url(graphics/backgr2.png) repeat-y;
	min-height:312px;
	padding:0px 60px 10px 60px;
	display:block;
	overflow:hidden;
	text-align:left;
	}

#bottom {
	width:100%;
	background:url(graphics/backgr3.png);
	height:154px;
	overflow:hidden;
	text-align:center;
	}

#bottom p {
	font:12px Arial, Helvetica, sans-serif;
	margin-top:30px;
	}

/*Форматирование меню*/

ul#menu {
	display:block;
	position:relative;
	top:268px;
	left:50px;
	}
	
ul#menu li {
	display:block;
	float:left;
	}
	
#menu li a {
	display:block;
	padding:17px 13px 34px;
	margin:10px 15px 0px 0px;
	font:16px Arial, Helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
	
#menu li a:hover {
	background:url(graphics/menu_active.png) center top no-repeat;
	}

.selected {
	color:#000000;
	background:url(graphics/menu_active.png) center top no-repeat;
	}

.nonselected {
	color:#996633;
	background:url(graphics/menu_nonactive.png) center top no-repeat;
	}
	
/*Форматирование заголовков и текста*/

h1 {
	font:16px Arial, Helvetica, sans-serif;
	font-weight:600;
	text-align:center;
	margin:0px 0px 15px;
	}

h2, .subtitle {
	font:12px Arial, Helvetica, sans-serif;
	font-weight:600;
	text-align:left;
	margin:20px 0px 10px;
	clear:both;
	}
	
.text {
	font:12px Arial, Helvetica, sans-serif;
	text-align:justify;
	margin:0px 0px 15px;
}

#middle ul {list-style-image:url(graphics/marker.png);}

#middle ul li {margin-left:35px;}

#middle ol {
	margin-left:35px;
	}

.rozetka {
	display:block;
	margin:20px auto;
	}

.end-of-section {
	display:block;
	margin:5px auto;
	}
	
hr {
	color:#b2946c;
	width:300px;
	margin:15px auto;
	}
		
/*Форматирование галереи*/

.daGallery a {
	display:inline-block;
	margin:11px;
	border:solid 2px #b2946c;
	padding:2px;
	}
	
.daGallery a div {
	width:134px;
	height:100px;
	overflow:hidden;
	text-align:center;
	background:#CCCCCC;
	}
	
.daGallery a:hover {border:solid 2px #dd8f43;}

/*Схема территории*/
.daGallery .territory_scheme div {
	width:134px;
	height:148px;
}
.territory_scheme {
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	color:#996633;
	font-weight:bold;
	text-decoration:none;
}

/*Стили для формы заказа*/

form {
	margin-left:50px;
	}
	
label, legend, input, textarea, .form {
	font:12px Arial, Helvetica, sans-serif;
	}

p.form, table.form tr td {padding:3px 3px;}

legend {padding:0px 10px;}
label, #rooms p label input {margin-right:10px;}

#contacts tr td input {
	float:right;
	}

table#contacts, fieldset {
	margin:10px 0px;
	padding:10px;
	border:solid 2px #b2946c;
	}
table#contacts {width:573px;}
fieldset {width:550px;}

#submit {
	display:block;
	margin:10px auto;
	padding:10px;
	}

.link {
	font:12px Arial, Helvetica, sans-serif;
	text-align:justify;
	margin:0px 0px 15px;
	color:black;
	text-decoration:none;
}
a.link:hover {text-decoration:underline;}
 
