html, body {
	height: 100%;
	margin: 0;
	background: #c9b18b;
}
html>body {
	min-height: 100%;
	height: auto;
}
body {
	position: relative;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 89px;
	background: url("img/footer.gif") center center no-repeat;
}
#main {
	padding-bottom: 50px;
}

.furniture{
	min-height:470px;
}

.furniture2{
	min-height:470px;
	margin: 25px;
}

.furniture4{
	min-height:300px;
}

#header, #footer {
	color: white;
}
#header {
	height: 120px;
}
.content {
	width: 1000px;
	margin: 0 auto;

}
.slogan {
	background: url("img/slogan.gif") right center no-repeat;
}
.clear {
	height: 0;
	line-height: 0;
	font-size: 1px;
	clear: both;
}
.menu {
	float: left;
	margin: 50px 0 0 15px;
	width: 285px;

}
h2 {
	padding: 0;
	margin: 10px 0 0 0;
}
h2.menutext1, h2.menutext2, h2.menutext3, h2.menutext4, h2.menutext5, h2.menutext6, h2.menutext10, h2.menutext20, h2.menutext30, h2.menutext40, h2.menutext50, h2.menutext60 {
	width: 274px;
	height: 40px;
	position: relative;
}

h2.menutext1 span, h2.menutext2 span, h2.menutext3 span, h2.menutext4 span, h2.menutext5 span, h2.menutext6 span, h2.menutext10 span, h2.menutext20 span, h2.menutext30 span, h2.menutext40 span, h2.menutext50 span, h2.menutext60 span {
	position: absolute;
	width: 100%;
	height: 100%;
}
h2.menutext1 span {
	background: url("img/1.gif");
}
h2.menutext2 span {
	background: url("img/2.gif");
}
h2.menutext3 span {
	background: url("img/3.gif");
}
h2.menutext4 span {
	background: url("img/4.gif");
}
h2.menutext5 span {
	background: url("img/5.gif");
}
h2.menutext6 span {
	background: url("img/6.gif");
}
h2.menutext10 span {
	background: url("img/1_1.gif");
}
h2.menutext20 span {
	background: url("img/2_1.gif");
}
h2.menutext30 span {
	background: url("img/3_1.gif");
}
h2.menutext40 span {
	background: url("img/4_1.gif");
}
h2.menutext50 span {
	background: url("img/5_1.gif");
}
h2.menutext60 span {
	background: url("img/6_1.gif");
}



.content .content {
	float: left;
	width: 700px;
}
.galery {
	font-family: Trebuchet MS, Helvetiva, Arial, Tahoma, sans-serif;
	color: #676767;
	font-size: 14px;
	min-height: 290px;
	margin: 0;
	padding: 0;
	background: #e0d1ba;
}

.galeryindex {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	min-height: 285px;
	margin: 25px;
	padding: 10px;
}

.galery a{
	font-family: Trebuchet MS, Helvetiva, Arial, Tahoma, sans-serif;
	color: #676767;
	}

.galery h2{
	font-family: Trebuchet MS, Helvetiva, Arial, Tahoma, sans-serif;
	font-size: 30px;
	color: #554840;
	}

.galery p{
	font-family: Trebuchet MS, Helvetiva, Arial, Tahoma, sans-serif;
	font-size: 13px;
	color: #565656;
	}

.colon1{
	float: left;
	padding: 14px 0 14px 13px;
}
.colon2{
	float: left;			
	padding: 14px 13px 14px 2px;
}
table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
}
.text {
	padding: 20px;
}
.textinfo {
	padding: 0 20px 0 0;
}
.menu1 {
	position: absolute;
	height: 10px;
	top: 366px;
	margin: 0 0 0 78px;
}
.menu2 {
	position: absolute;
	height: 10px;
	top: 451px;
	margin: 0 0 0 229px;
}
.menu3 {
	position: absolute;
	height: 10px;
	top: 462px;
	margin: 0 0 0 259px;
}
.menu4 {
	position: absolute;
	height: 10px;
	top: 462px;
	margin: 0 0 0 339px;
}
.menu5 {
	position: absolute;
	height: 10px;
	top: 472px;
	margin: 0 0 0 301px;
}
.menu6 {
	position: absolute;
	height: 10px;
	top: 490px;
	margin: 0 0 0 276px;
}
.menu7 {
	position: absolute;
	height: 10px;
	top: 450px;
	margin: 0 0 0 228px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 10px; /* Width of Menu Items */
	color: #c9b18b;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 10px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 250px;
	z-index: 10;
	background: #ff0000;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff url(img/city.gif) center center; /* IE6 Bug */
	padding: 5px;
	border-bottom: 0;
	}
ul li ul a {
	color: #4a3905;
	background: #c9b18b;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #c9b18b; background: #4a3905; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */