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

body{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #f5eed5 url(images/bg.png) repeat-x;
}
#menu_wrap{
	position: relative;
	width: 100%;
	height: 46px;
	border-top: 8px solid #666;
	background: url(images/bg_menu.png) repeat-x;
}
#menubar{
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
}
/* menu::base */
ul#topnav {
	margin: 0px;
	padding: 0px; 
	list-style: none;
	clear: both;
	float: left;
}
ul#topnav li{
	margin: 0px; 
	padding: 0px; 
	overflow: hidden; 
	float: left; 
	height:46px;
}
ul#topnav a, ul#topnav span {
	padding: 13px 20px; 
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	float: left; 
	text-decoration: none; 
	color: #fff;
	clear: both;
	height: 18px;
	line-height: 20px;
}
ul#topnav a {	
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
ul#topnav span {
	display: none;
}

ul#topnav.v2 span{
	background: url(images/bg_an_menu.png) repeat-x left top;
}
ul#topnav.v2 a{
	color: #666;
	background: url(images/bg_an_menu.png) repeat-x left bottom;
}
#container_shadows{	
	height: 100%;
	margin: 0 auto;
	width: 1000px;

	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 8px #AAAAAA;
	-webkit-box-shadow:0 0 8px #AAAAAA;
	box-shadow:0 0 8px #AAAAAA;
}
#container{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	background:#FFF;
}
#header_logo{
	position: relative;
	width: 1000px;
	height: 170px;
	background: url(images/bg_header.png) repeat-y;
	margin: 0 auto;
	padding: 0px;
	border-bottom: 4px solid #CCC;
}
#logo{
	margin: 0 auto;
	padding: 0px;
	position: absolute;
	left: 405px;
}
#banner_wrap{
	position: relative;
	width: 1000px;
	height: 360px;
	margin: 0 auto;
	background: #444;
	border-bottom: 4px solid #CCC;
}
#banner_left{
	position: absolute;
	width: 300px;
	height: 340px;
	background: #666;
}
#banner_right{
	position: absolute;
	width: 700px;
	height: 340px;
	margin: 0px;
	padding: 0px;
	left: 300px;
}
#shareme{
	position: absolute;
	width: 300px;
	top: 310px;
}
.socialnetwork{
	padding: 0px;
	margin: 0px;
	color: #666;
}
.socialnetwork img{
	vertical-align: middle;
}
.socialnetwork ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.socialnetwork ul li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 42px;
}
.socialnetwork ul li a{
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 42px;
	margin: 0px;
	padding-left: 4px;
	
}
.socialnetwork ul li a:hover{
	text-decoration: underline;
}
.socialnetwork img{
	border: none;
	line-height: 22px;
}

/*---------------Photo Gallery Layout --------------------*/
#imgbox-loading {
	position: absolute;
	top: 0;
	left: 0;
	background: url('imgbox-spinner.gif') center center no-repeat;
	cursor: pointer;
	display: none;
	z-index: 90;
}

#imgbox-loading div {
	background: #FFF;
	width: 100%;
	height : 100%;
}

#imgbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 80;
}

.imgbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	display: none;
	z-index: 90;
}

.imgbox-img {
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.imgbox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('imgbox-close.png') top left no-repeat;
	cursor: pointer;
	outline: none;
}

.imgbox-title {
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
	font-family: Arial;
	color: #333;
	display: none;
}

.imgbox-bg-wrap {
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
}

.imgbox-bg {
	position: absolute;
	width: 20px;
	height: 20px;
}

.imgbox-bg-n {
	left: 0;
	top: -20px;
	width: 100%;
	background: url(imgbox-bg-n.png) repeat-x;
}

.imgbox-bg-ne {
	right: -20px;
	top: -20px;
	background: url(imgbox-bg-ne.png) no-repeat;
}

.imgbox-bg-e {
	right: -20px;
	top: 0;
	height: 100%;
	background: url(imgbox-bg-e.png) repeat-y;
}

.imgbox-bg-se {
	right: -20px;
	bottom: -20px;
	background: url(imgbox-bg-se.png) no-repeat;
}

.imgbox-bg-s {
	left: 0;
	bottom: -20px;
	width: 100%;
	background: url(imgbox-bg-s.png) repeat-x;
}

.imgbox-bg-sw {
	left: -20px;
	bottom: -20px;
	background: url(imgbox-bg-sw.png) no-repeat;
}

.imgbox-bg-w {
	left: -20px;
	top: 0;
	height: 100%;
	background: url(imgbox-bg-w.png) repeat-y;
}

.imgbox-bg-nw {
	left: -20px;
	top: -20px;
	background: url(imgbox-bg-nw.png) no-repeat;
}
/*----------End Photo Gallery statement ---------------------*/
/*------------Slide Show Layout------------*/
.number_slideshow{
	border: none;
    line-height: 20px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    position: relative;
    display: none;
}
.number_slideshow img{
	border: none;
}
.number_slideshow .number_slideshow_nav{
    filter: alpha(opacity=60);
    opacity: 0.6;
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.number_slideshow .number_slideshow_nav li{
    box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
    margin-left: 6px;
    position: relative;
    float: left;
}
.number_slideshow .number_slideshow_nav li a{
    padding-left: 8px;
    padding-right: 8px;
}
.number_slideshow ul{
    margin: 0px;
}
.number_slideshow ul li{
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: absolute;
}
.number_slideshow ul li a{
    text-decoration: none;
}
.number_slideshow ul li a img{
    border: none;
}
/*----------End Slideshow Layout -----------------*/
#content{
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}
#content h1{
	color: #c6a000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
#sidebar{
	width: 305px;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: url(images/bg_sidebar.png) repeat-x;
}
#slidebar img{
	border: none;
}
#home{
	width: 700px;
	padding: 10px;
	padding-right: 16px;
	line-height: 20px;
	color:#666;
	background:#FFF;
}
#home a{
	text-decoration: none;
	color: #c6a000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#home a:hover{
	text-decoration: underline;
}
.rooms{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	background: url(images/bg_rooms.png) repeat-x;
	border-top:4px solid #d2c38b;
	border-bottom:1px solid #d2c38b;
	
}
.rooms img{
	border: 4px solid #FFF;
		/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 5px #AAAAAA;
	-webkit-box-shadow:0 0 5px #AAAAAA;
	box-shadow:0 0 5px #AAAAAA;
}
.reviews{
	border-top:4px solid #d2c38b;
	border-bottom:1px solid #d2c38b;
	background: url(images/bg_reviews.png) repeat-x;
	margin-bottom: 12px;
	color: #666;
	padding: 10px;
	line-height: 20px;
}
.reviews h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #db9712;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 5px;
}
.boxsize{
	padding-left: 2px;
	width: 320px;
}
.showmsg{
	width: 96%;
	background:#a89138;
	color: #FFF;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #e9dba6;
}
#photo-gallery{
	width: 100%;
	line-height:30px;
	margin: 0px;
	padding: 0px;
}
#photo-gallery img{
	border: 2px solid #e9dba6;
	margin-left: 5px;
	margin-right: 5px;
}
#photo-gallery img:hover{
	border: 2px solid #e5c95f;
}
.images_border{
	
	border: 4px solid #FFF;
		/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 5px #AAAAAA;
	-webkit-box-shadow:0 0 5px #AAAAAA;
	box-shadow:0 0 5px #AAAAAA;

}
.rooms h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #db9712;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 5px;
}
.rooms h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #db9712;
}
#footer{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 44px;
	border-top: 8px solid #666;
	background: url(images/bg_footer.png) repeat-x;
	color: #FFF;
	text-align: center;
	line-height: 42px;
}
#footer a{
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover{
	text-decoration: none;
}
