@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(../images/main-bg-home.jpg) repeat-x #e3b792;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	text-decoration:none;
	outline:none;
}





#header{
	width:990px;
	margin:0 auto;
	background:url(../images/bg-header.png) 50% 0 no-repeat;
	/*border:1px solid #000;*/
}
#header h1{
	background:url(../images/genesis-hotel-logo.png) 50% 50% no-repeat;
	text-indent:-20000px;
	margin:0;
	padding:23px 0 0 0;
}
#header h1 a{
	width:190px;
	height:116px;
	margin:0 auto;
	display:block;
}
#header .main_nav{
	height:44px;
	line-height:44px;
	color:#f1ead7;
	font-size:11px;
}
#header .main_nav ul{
	margin:0;
	padding:0;
	list-style:none;

}
#header .main_nav ul li{
	display: inline;
	padding:0 15px;
}
#header .main_nav ul li a{
	color:#f1ead7;
}
#header .main_nav ul li a:hover{
	color:#000;
}
#banner{
	width:990px;
	background:url(../images/bg-banner-home.jpg) repeat-x;
	height:409px;
	margin:0 auto;
}
#banner .shadow{
	position:absolute;
	height:22px;
	width:902px;
	margin-left:28px;
	/*border:1px solid #000;*/
	background:url(../images/banner-shadow.png) no-repeat;
}
#banner .paper{
	background:url(../images/bg-paper.png) no-repeat;
	height:409px;
}
#banner .intro_text{
	height:256px;
	width:192px;
	padding:50px 75px 25px 25px;
	background:url(../images/bg-banner-text.png) no-repeat;
	/*border:1px solid #000;*/
	line-height:18px;
	color:#68685c;
	float:left;
}
#banner .intro_text h2{
	font-size:26px;
	color:#58660e;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0;
}
#banner .intro_text a{
	color:#ed912a;
}
#banner .intro_text a:hover{
	color:#000;
}
#banner .frame{
	float:left;
	width:667px;
	height:409px;
}


#bottom_content_container{
	background: url(../images/bg-motif.jpg) #e2ba99;
	width:100%;
}
#bottom_content{
	width:990px;
	margin:0 auto;
	padding:35px 0;
	background:url(../images/banner-shadow.png) 50% 0 no-repeat;
	color:#6a513b;
	line-height:16px;
}
#bottom_content h3{
	font-size:22px;
	font-weight:normal;
	color:#413525;
}
#bottom_content h3, #bottom_content p{
	margin:0 0 14px 0;
	padding:0;
}
#footer_container{
	background: url(../images/bg-footer.jpg) repeat-x #e3b792;
	width:100%;
}
#footer_content{
	width:990px;
	margin:0 auto;
	padding:20px 0 20px 0;
	text-align:center;
	font-size:11px;
	color:#7a5b44;
}
#footer_content ul{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
#footer_content ul li{
	display:inline;
	border-right:1px solid #3f2f23;
	padding:0 15px;
}
#footer_content ul li a{
	color:#3f2f23;
}
#footer_content ul li a:hover{
	color:#fbdfc8;
}
#footer_content ul li.last{
	border:none;
}
.blue_eyes{
	width:131px;
	height:57px;
	margin:0 auto 14px auto;
}











.css_valid, .xhtml_valid{
	display:inline;
	background:#554229;
	color:#FFF;
	font-size:10px;
	padding:2px 6px;
	margin:0 0 0 4px;
}
.css_valid a, .xhtml_valid a{
	color:#FFF;
}
.css_valid a:hover, .xhtml_valid a:hover{
	color:#dfb38e;
}
.read_more{
	background: url(../images/icon-read-more.jpg) 0 50% no-repeat;
	line-height:27px;
	height:27px;
	color:#fafbae;
	padding:6px 14px 6px 24px;
}
.read_more a{
	color:#fafbae;
}
.read_more a:hover{
	color:#000;
}
.halfbox_left{
	width:47%;
	float:left;
	padding:0 20px 0 0;
	text-align:justify;
	background: url(../images/bg-vertical-line.jpg) right 0 repeat-y;
}
.halfbox_right{
	width:46%;
	float:right;
	padding:0 30px 0 15px;
	text-align:justify;
}
.imgleft{
	float:left;
	padding:7px;
	background:#FFF;
	border:1px solid #8e846b;
	margin:0 12px 4px 0;
}
.vertical_line{
	background: url(../images/bg-vertical-line.jpg) right 0 repeat-y;
}
.clear{
	clear:both;
	margin:0;
	padding:0;
	line-height:1px;
}