html, body{ 
	color: #333; 
	height: 100%;
	margin: 0;
	padding: 0;
	text-align:center;
	/* background: url(images/bg.gif) top left repeat-x #fff; */
	background: url(images/bg1.gif) top center repeat-x #fff;
	
}

body, p, ol, ul, td {
  font-family: Verdana, Tahoma, Arial, helvetica, sans-serif,"Lucida Grande", "Lucida Sans Unicode";
  font-size:   11px;
  line-height: 18px;
}

img {border: none;}

form, p{ padding:0; margin:0;}
fieldset{border:solid 1px #ccc; margin-bottom:10px;}

input, select, textarea{
	font-size:11px;
	font-family:Tahoma, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding:3px;
	color:#333333;
	border:solid 1px #ccc;
}

input[type=image]{
	border:none;
	padding:0;
	margin:0;
}

input.simple{
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding:8px;
	color:#757575;
	width:380px;
	border:solid 1px #e9e9e9;
}

option{padding:0 5px;}
label{font-size:11px;}
legend{	
	font-weight:bold;
	font-family: Verdana, Tahoma, Arial, helvetica, sans-serif,"Lucida Grande", "Lucida Sans Unicode";
	font-size: 11px;
	color:#444;
}

.date_input{
	background:url(images/calendar.png) top right no-repeat;
	width:85px;
}

textarea.simple{
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding:8px;
	color:#757575;
	width:380px;
	height:100px;
	border:solid 1px #e9e9e9;
}

small{
	font: 11px verdana, tahoma, arial;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

h1{
	font-family: Verdana, Tahoma, arial, helvetica, sans-serif,"Lucida Grande", "Lucida Sans Unicode";
  	font-size:   16px;
	line-height: 20px;
}

h2{
	font-family: Tahoma, arial, helvetica, sans-serif,"Lucida Grande", "Lucida Sans Unicode";
  	font-size:   16px;
	line-height: 18px;
}

h3{
	font-family: Tahoma, arial, helvetica, sans-serif,"Lucida Grande", "Lucida Sans Unicode";
  	font-size:   14px;
	line-height: 12px;
}

a { color: #9d7943; text-decoration:none; }
a:visited { color: #9d7943; }
a:hover { color: #9d7943; text-decoration:underline;  }

.clear{clear:both; height:5px;}
.clear-block{clear:both; height:15px;}

.read-more{
	background:url(images/read.gif) no-repeat top right;
	padding-right:8px;
}

.main-div {
	width: 996px;
	margin: 0 auto;
	text-align: left;
	background:url(images/body-home-bg.gif) top center no-repeat #fff;
}

.main-div #main-container{
	padding:0 10px;
}

.home-block{
	background:url(images/home-bg.png) top left repeat-x;
	position:absolute;
	z-index:999;
	height:110px;
	width:977px;
}

.online-reservation{
	background:url(images/booking.gif) top left no-repeat #fff;
	width:237px;
	height:135px;
	float:left;
	margin-right:3px;
}

.online-reservation-left{
	background:url(images/online_reservation.gif) top left no-repeat;
	padding-top:40px;
}

.online-reservation label{
	font-size:10px;
}

.accomodations{
	background:url(images/accomodation.png) top left no-repeat;
	width:352px;
	height:131px;
	float:left;
	margin-right:3px;
	padding:2px;
}

.halls{
	background:url(images/restaurants.png) top left no-repeat;
	width:357px;
	height:135px;
	float:left;
	padding:2px;
	width:353px;
	height:131px;
}

a.btn-booknow { display:block; background:url(images/booknow.gif) bottom no-repeat; width:93px; height:23px; text-decoration:none; } 
a.btn-booknow:hover { background-position:top; } 
a.btn-booknow span { visibility:hidden; }

a.btn-next { display:block; background:url(images/next.gif) bottom no-repeat; width:93px; height:23px; text-decoration:none; } 
a.btn-next:hover { background-position:top; } 
a.btn-next span { visibility:hidden; }

a.btn-forward { display:block; background:url(images/forward.gif) bottom no-repeat; width:93px; height:23px; text-decoration:none; } 
a.btn-forward:hover { background-position:top; } 
a.btn-forward span { visibility:hidden; }

a.btn-submitsend { display:block; background:url(images/submit_send.gif) bottom no-repeat; width:93px; height:23px; text-decoration:none; } 
a.btn-submitsend:hover { background-position:top; } 
a.btn-submitsend span { visibility:hidden; }


.btn-send{display:block; background:url(images/submit_send.gif) bottom no-repeat; width:93px; height:23px; text-decoration:none;border:none;}
.btn-send:hover { background-position:top; cursor:pointer } 

#left{
	float:left; 
	width:200px; 
}

#full-content{
	float:right; 
	width:770px;
}

#right{
	float:right; 
	width:162px;
}

#content{
	float:right; 
	width:598px;
	margin-right:10px;
}

#navigation{
	background:url(images/navigation-bottom-bg.gif) bottom right no-repeat;
	padding-bottom:6px;
}

#navigation .navigation-info-title{
	font: bold 13px Verdana, Arial, Tahoma;
	text-align:center;
	padding:10px 0;
}

#navigation ul{
	margin:0; padding:0;
}

#navigation li{
	list-style:none;
	padding:8px;
	overflow:hidden;
	border-top:solid 1px #fff;
	margin-right:4px;
	background:url(images/navigation-li.gif) top left repeat-y;
}

#navigation li.selected{
	overflow:hidden;
	font-weight:bold;
	background: #ae936a;
	color:#fff;
}

#navigation td{
	vertical-align:middle;
	line-height:14px;
}

#navigation li.selected a{
	color:#333;
}

#navigation li a:hover{
	text-decoration:none;
}

.info-title{
	font-size:18px;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	padding:20px 0;
}

.info-middle-title{
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#top-block{
	height:128px;
	margin:0 10px;
	background:url(images/top-bg.gif) top left repeat-x;
}

#top-block #top-left{
	bottom:0;left:0;
	height:80px;
	width:220px;
	padding:25px 0 0 30px;
	float:left;
}

#top-block #top-right{
	top:0;right:0;right:10px;
	height:128px;
	width:645px;
	text-align:right;
	float:right;
	/*background:url(images/member.gif) top right no-repeat;*/
}

.links li{
	list-style:none;
	float:right;
	padding:0 5px;
}

input.search-input{
	width:240px;
	padding:4px; margin:0;
	border:solid 1px #efefef;
}

input.search-btn{
	background:url(images/search-btn.gif) no-repeat top left;
	height:25px;
	width:25px;
	padding:0; margin:0;
	border:none;
}

#body-block{
	padding:10px 0;
}	
	
#bottom-block{
	height:161px;
	color:#9d7943;
	background:url(images/footer-bg.gif) bottom center no-repeat;
	text-align:center;
}

#bottom-block * {font-size:11px; }

#bottom-block ul{padding:0; margin:0;}

#bottom-block a{
	color:#9d7943;
	text-decoration:none;
}

#bottom-block a:hover{
	text-decoration:underline;
}

#bottom-block li{
	list-style:none; float:left; padding:0 5px;
}


.corner1{
	background:url(images/br1.gif) no-repeat top left;
	height:4px; width:4px;
}

.corner2{
	background:url(images/br2.gif) no-repeat top right;
	height:4px; width:4px;
}

.corner3{
	background:url(images/br4.gif) no-repeat bottom right;
	height:4px; width:4px;
}

.corner4{
	background:url(images/br3.gif) no-repeat bottom left;
	height:4px; width:4px;
}

.table-list{ border:none; background-color:#B3B3B3; }
.table-list th{	border:none; background-color:#E3E3E3; padding:3px; color:#000; text-align:center;}
.table-list td{ border:none; background-color:#fff; padding:0px 3px 0px 3px; color:#000;}
.table-list tr:hover td{background-color:#E3E3E3; border-color:#E3E3E3;}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd; }
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324; }
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/*  Style for Pagination  */
.digg_pagination { background: white; }
.digg_pagination a, .digg_pagination span { padding: .2em .5em; display: block; float: left; margin-right: 1px; }
.digg_pagination span.disabled { color: #999; border: 1px solid #DDD; }
.digg_pagination span.current { margin:0; padding:0; font-weight: bold; background: #918787; color: white;  }
.digg_pagination a { text-decoration: none; color: #454545; border: 1px solid #b3b3b3; }
.digg_pagination a:hover, .digg_pagination a:focus { color: #003; border-color: #003; }
/*  end of Pagination  */



/*  jQuery Lightbox thumbs   */

/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #fbf7ef;
	padding: 0px;
}
#gallery ul { margin:0; padding:0; list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 2px solid #ae936a;
}
#gallery ul a:hover img {
	border: 2px solid #f7efdf;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

/*  end of jQuery Lightbox   */


/*  jQuery Menu  */

/* 
	LEVEL ONE
*/

ul.dropdown                         { margin: 0; padding: 0; position: relative; text-align:left; font-size:11px; }
ul.dropdown li                      { float: left; zoom: 1; background: #fff; list-style: none; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #fff;
	 								  color: #b49970; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #fff; color: black; position: relative; }
ul.dropdown li.hover a              { color: #505050; text-decoration:none }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ margin:0; padding:0; width: 180px; visibility: hidden; position: absolute; top: 100%; left: 0; z-index:99999; }
ul.dropdown ul li 					{ font-weight: normal; background: #fdfcf8; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 90%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }


/*  jQuery Menu end  */


/*			InfoGrid		*/

#page-wrap { width: 977px; padding:0; margin: 0 auto; overflow: hidden; height: 100%;  }
.info-col { float: left; width: 163px; height: 100%;  }
.info-col h2 { text-align: center; font-weight: bold;  font-size:11px; }

.image { height: 140px; text-indent: -9999px; display: block; border-right: 1px solid white; }

dl { }
dt { padding: 5px; background: #4c443c; color: white; border-bottom: 1px solid white; border-right: 1px solid white; }
dd { margin:0; position: absolute; left: -9999px; top: -9999px; width: 299px; background: #4c443c; padding: 10px; color: white; border-right: 1px solid white; }

dt:nth-of-type(1) { background: #ae936a; }
dd:nth-of-type(1) { background: #ae936a; }

dt:nth-of-type(2) { background: #4c443c; }
dd:nth-of-type(2) { background: #4c443c; }

dt:nth-of-type(3) { background: #656b60; }
dd:nth-of-type(3) { background: #656b60; }

dt:nth-of-type(4) { background: #c2a25c; }
dd:nth-of-type(4) { background: #c2a25c; }

dt:nth-of-type(5) { background: #4c443c; }
dd:nth-of-type(5) { background: #4c443c; }

dt:nth-of-type(6) { background: #656b60; }
dd:nth-of-type(6) { background: #656b60; }

.curCol { -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); z-index: 1; position: relative; }

/*			end of InfoGrif		*/



/* slideshow styles */
.slideShow ul, .slideShow li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.slideShow {
	padding: 0px; display: table;
	clear: both;
	margin-bottom: 0px;
}
.slideShow .navigation {
	margin-top: 10px;
	clear: left;
	display: block;
}
.slideShow .navigation li {
	display: inline;
}
.slideShow .navigation a {
	background-color: #B3B3B3;
	margin: 0px 2px 0px 0px;
	padding: 3px 8px;
	color: #232323;
	display: inline-block;
	text-decoration: none;
	font-size: 0.8em;
}
.slideShow ul.topNavigation {
	margin: 0px 0px 40px 0px;
}
.slideShow .navigation a:hover, .slideShow .navigation a.selected {
	background-color: #929292;
	color: #000000;
}
