/* CSS Document */
* {
	margin: 0;
	padding:0;
}
/* remove firefox dotted borders */
a {
	outline: none;
}
.clear {
	clear:both;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../images/body/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.main #container {
	color: #3d3d3d;
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/body/bg_big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main #mainheader {
	width: 960px;
	height:132px;
	margin: 0 auto;
	background-image: url(../images/body/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main #logo {
	height:106px;
	cursor:pointer;
	width:118px;
	float: left;
	background-image: url(../images/body/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.main #mainphoto {
	width: 960px;
	height:390px;
	margin: 0 auto;
	text-align: center;
	/*vertical-align: top;*/
	background-image: url(../images/body/bg_photo.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.main #loader {
	width: 960px;
	height:390px;
	margin: 0 auto;
	text-align: center;
	/*vertical-align: top;*/
	background-image: url(../images/body/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
}
.main #bg_p {
	width: 908px;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/body/bg_p.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	display: inline-block;
}
.main #bg_p_top {
	width: 908px;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/body/bg_p_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
}
.main #bg_p_bottom {
	width: 908px;
	background-image: url(../images/body/bg_p_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: inline-block;
	clear:left;
}
.main #left_col {
	width: 234px;
	float: left;
	text-align: left;
	vertical-align: top;
}
.main #right_col {
	width: 674px;
	float: right;
	text-align: left;
	vertical-align: top;
}

.main .wide {
	width: 900px!important;
}

/*MAIN CONTENT*/
.main #right_col_h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	color: #593013;
	font-weight: normal;
	margin:15px 30px 0px 21px;
	background-image: url(../images/body/bg_h1.gif);
	background-repeat: repeat-x;
	background-position: left 35px;
	display: block;
	height:40px;
}


/*duplicate of above style to display the <hr> in other spans*/
.main #BookNow{
	font-size: 170%;
	color: #593013;
	font-weight: normal;
	margin:5px 30px 0px 0px;
	background-image: url(../images/body/bg_h1.gif);
	background-repeat: repeat-x;
	background-position: left 35px;
	display: block;
	height:40px;
}

/*this style is for the book now button without the hr image below it, */
.main #BookNow2{
	width:40px;
	margin-top:5px;
	margin-left:28%;
	margin-right:50%;
	display: block;
}

.main #BookNow3{
	margin:5px 00px 0px 0px;
	background-image: url(../images/body/bg_h1.gif);
	background-repeat: repeat-x;
	background-position: left 35px;
	display: block;
	height:40px;
}

.main #right_col h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #392416;
	font-weight: normal;
	margin:0px 30px 10px 21px;
}
.main #right_col h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #876331;
	font-weight: normal;
	margin:0px 20px 15px 21px;
}
.main #right_col h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #603e22;
	font-weight: normal;
	margin:0px 20px 5px 21px;
}
.main #right_col p {
	font-size: 80%;
	vertical-align: top;
	margin:0px 30px 10px 21px;
	color:#3d3d3d;
}
.main #right_col ul li {
	padding: 0 0 4px 50px;
	background-image: url(../images/body/bullet_1.gif);
	background-repeat: no-repeat;
	background-position: 3em 0.5em;
	list-style-type: none;
	font-size: 80%;
}
.main #right_col ul {
	padding: 0 0 10px 0;
}
.main #right_col a:link, .main #right_col a:visited {
	color: #3d3d3d;
}
.main #right_col a:active, .main #right_col a:hover, .main #right_col a.active {
	color: #976e25!important;
}
/*TOP MENU*/
.main #topmenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #d1c390;
	text-decoration: none;
	height:26px;
	width:502px;
	margin: 0 auto;
	text-align: center;
	display: table;
}
.main #topmenu ul {
	padding: 2px 0 0 0;
	list-style: none;
	margin: 0;
	text-align: left;
	line-height:16px;
}
.main #topmenu ul li {
	display: inline;
	list-style: none;
	margin: 0;
}
.main #topmenu ul li a, .main #topmenu ul li a:link, .main #topmenu ul li a:visited {
	color: #d1c390;
	text-decoration: none;
}
.main #topmenu ul li a:hover, .main #topmenu ul li a:active, .main #topmenu ul li a.active {
	color: #c09751!important;
	text-decoration: none;
}
.main #topmenu ul li a#t1 {/*Specials & Packages*/
	background-image: url(../images/body/bullet_top.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	list-style-type: none;
	padding-left:20px;
}
.main #topmenu ul li a#t2 {/*Email Offers Sign-up*/
	background-image: url(../images/body/bullet_top.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	list-style-type: none;
	padding-left:20px;
}
.main #topmenu ul li a#t3 {/*Contact Us*/
	background-image: url(../images/body/bullet_top.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	list-style-type: none;
	padding-left:20px;
}
/*MAIN MENU TOP*/
.main #mainmenu_top {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #d1c390;
	text-decoration: none;
	width:408px;
	float: left;
	height:26px;
	text-align: left;
}
.main #mainmenu_top ul {
	margin: 0;
	padding: 4px 0 0 0;
	float:left;
	line-height:16px;
}
.main #mainmenu_top ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	float:left;
}
.main #mainmenu_top ul li a, .main #mainmenu_top ul li a:link, .main #mainmenu_top ul li a:visited {
	color: #d1c390;
	text-decoration: none;
}
.main #mainmenu_top ul li a:hover, .main #mainmenu_top ul li a:active, .main #mainmenu_top ul li a.active {
	color: #c09751!important;
	text-decoration: none;
}
.main #mainmenu_top ul li a#m0 {/*Home*/
	padding-left:40px;
}
.main #mainmenu_top ul li a#m1 {/*Our Inn*/
	background-image: url(../images/body/bullet_main_top.gif);
	background-repeat: no-repeat;
	background-position: 0.6em 0.5em;
	list-style-type: none;
	padding-left:20px;
}
.main #mainmenu_top ul li a#ma {/*Area Guide*/
	background-image: url(../images/body/bullet_main_top.gif);
	background-repeat: no-repeat;
	background-position: 0.6em 0.5em;
	list-style-type: none;
	padding-left:20px;
}
.main #mainmenu_top ul li a#mm {/*Maps*/
	background-image: url(../images/body/bullet_main_top.gif);
	background-repeat: no-repeat;
	background-position: 0.6em 0.5em;
	list-style-type: none;
	padding-left:20px;
}
/*MAIN MENU*/
.main #mainmenu {
	width: 960px;
	height:28px;
	background-image: url(../images/body/bg_main_menu);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	text-align: center;
	display: table;
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	color: #d1c390;
}
.main #mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
	color: #80561b;
	text-align: center;
	line-height:16px;
}
.main #mainmenu ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding:0;
}
.main #mainmenu ul li a#m2 {
	list-style: none;
	background-image:none;
	list-style-type: none;
	margin: 0;
	padding:0;
}
.main #mainmenu ul li a, .main #mainmenu ul li a:link, .main #mainmenu ul li a:visited {
	color: #d1c390;
	text-decoration: none;
	cursor:pointer;
	background-image: url(../images/body/bullet_main_top.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.5em;
	list-style-type: none;
	padding:0 0 0 10px;
}
.main #mainmenu ul li a:hover, .main #mainmenu ul li a:active, .main #mainmenu ul li a.active {
	color: #c09851!important;
	text-decoration: none;
	cursor:pointer;
	background-image: url(../images/body/bullet_main_top.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.5em;
	list-style-type: none;
	padding:0 0 0 10px;
}
.main #mainmenu ul li a#m2 {
	list-style: none;
	background-image:none;
	list-style-type: none;
	margin: 0;
	padding:0;
}
/*FOOTER*/
.main #bg_footer {
	width: 960px;
	height:65px;
	background-image: url(../images/body/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	text-align: center;
	display: table;
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	color: #d1c390;
}
/*FOOTER MENU*/
.main #bg_footer ul {
	list-style: none;
	margin: 0;
	padding:20px 0 0 275px;
	text-align: left;
}
.main #bg_footer ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding:0px 5px 0 5px;
}
.main #bg_footer ul li a, .main #bg_footer ul li a:link, .main #bg_footer ul li a:visited {
	color: #603e22;
	text-decoration: none;
}
.main #bg_footer ul li a:hover, .main #bg_footer ul li a:active, .main #bg_footer ul li a.active {
	color: #976e25!important;
	text-decoration: none;
}
.main #bg_footer_grape {
	width: 960px;
	height:150px;
	background-image: url(../images/body/bg_footer_grape.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	display: table;
}
.main #footer_text {
	width: 300px;
	float: left;
	text-align: left;
	vertical-align: top;
	display: block;
	overflow:hidden;
	padding-left:280px;
}
.main #footer_logo {
	width: 270px;
	float: right;
	text-align: right;
	vertical-align: top;
	padding-right:30px;
}
.main #footer_text p {
	margin: 0;
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #9a8d70;
	text-align: left;
	vertical-align: top;
}
.main #footer_text span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #6b5f46;
}
.main #footer_text a:link, .main #footer_text a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6b5f46;
	font-size: 90%;
}
.main #footer_text a:active, .main #footer_text a:hover, .main #footer_text a.active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9a8d70;
	font-size: 90%;
}
/*SUB MENU*/
.main #submenu {
	width: 180px;
	float: right;
	margin:5px 0 10px 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.main #submenu ul {
	margin: 0;
	padding: 0;
	float:left;
}
.main #submenu ul li {
	margin:0;
	padding:0;
	overflow:hidden;
	padding:0 0 4px 10px;
	background-image:none;
	font-size: 80%;
}
.main #submenu ul li a, .main #submenu ul li a:link, .main #submenu ul li a:visited {
	color: #391d0c;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/body/bullet_s1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	display: block;
}
.main #submenu ul li a:hover, .main #submenu ul li a:active, .main #submenu ul li a.active {
	color: #976e25!important;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/body/bullet_s2.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	display: block;
}
/*SUB MENU HEADER*/
.main #submenu ul li#submenuheader {
	margin:0;
	padding:0;
	font-size: 80%;
	color: #391d0c;
	text-decoration: none;
	padding:0 0 10px 0px;
	background-image: none;
}
.main #submenu ul li#submenuheader a, .main #submenu ul li#submenuheader a:link, .main #submenu ul li#submenuheader a:visited {
	color: #391d0c;
	text-decoration: none;
	background-image: none;
}
.main #submenu ul li#submenuheader a:hover, .main #submenu ul li#submenuheader a:active, .main #submenu ul li#submenuheader a.active {
	color: #976e25!important;
	text-decoration: none;
	background-image: none;
}
/*TABELES*/
.table {
	padding:0px 30px 20px 21px;
}
.table p {
	padding:6px 0px 0px 0px;
}
.tablepdf {
	padding:5px;
}
.bg_table1 {
	background-color:#f5efe4;
	height:30px;
	
}
.bg_table2 {
	background-color:#f9f6f1;
	height:30px;
    
}
.bg_table_h {
	background-color:#dccfbd;
}
.red {
	font-size: 80%;
	color: #FF0000;
}
/*RESERVATION*/
#reservations {
	width: 213px;
	background-image: url(../images/body/bg_res.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-left:21px;
	display:table;
}
#reservations_top {
	width: 213px;
	height:44px;
	background-image: url(../images/body/bg_resbox_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:21px;
	clear:both;
}
#reservations_bottom {
	width: 213px;
	height:65px;
	background-image: url(../images/body/bg_resbox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:21px;
	padding-top:13px;
	line-height:20px;
}
.reservationselect {
	color:#727272;
	font-size: 60%;
	width:55px;
	margin:0 2px 0 0;
}
.Arrival {
	float:left;
	padding:7px 0 0 19px;
	font-size: 70%;
}
.ArrivalDate {
	float:left;
	padding-left:19px;
}
.Nights {
	float:left;
	font-size: 70%;
	display:block;
	width:61px;
	padding:10px 0 0 0;
}
.Adults, .title {
	float:left;
	font-size: 70%;
	display:block;
	width:61px;
	padding:10px 0 0 0;
}
.Children {
	float:left;
	font-size: 70%;
	display:block;
	width:55px;
	padding:10px 0 0 0;
}
.nac {
	float:left;
}
.submit {
	background-image: url(../images/buttons/submit.gif);
	background-repeat: no-repeat;
	display:block;
	width:123px;
	height:27px;
	margin:0 0 0 45px;
 	font-size: 0px;
	line-height:0;
	text-indent:-1000px;
	overflow:hidden;
}
.submit:hover {
	background-image: url(../images/buttons/submit_over.gif);
	background-repeat: no-repeat;
	display:block;
	width:123px;
	height:27px;
	margin:0 0 0 45px;
	font-size: 0px;
	line-height:0;
	text-indent:-1000px;
	overflow:hidden;
}
.promo input {
	width:48px;
	margin-right:5px;
}
#reservations_bottom a:link.bestrate, #reservations_bottom a:visited.bestrate {
	background-image: url(../images/buttons/best_rate_a.gif);
	background-repeat: no-repeat;
	display:block;
	width:123px;
	height:20px;
	margin:0 0 0 45px;
}
#reservations_bottom a:hover.bestrate, #reservations_bottom a:active.bestrate {
	background-image: url(../images/buttons/best_rate_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#reservationstext {
	width: 160px;
	padding:10px 0 0 26px;
	font-size: 90%;
	text-align: center;
	vertical-align: top;
	font-style: italic;
}
#reservationstext a, #reservationstext a:visited {
	color:#8b461e;
	text-decoration:none;
}
#reservationstext a:hover, #reservationstext a:active {
	color:#3d3d3d;
}
/*FEATURED*/
#featured {
	width: 213px;
	height:15px;
	background-image: url(../images/body/featured.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:4px;
	margin-top:15px;
	clear:both;
	visibility:hidden;
}
#featuredtext {
	width: 160px;
	/*padding:10px 0 100px 46px;*/
	font-size: 80%;
	text-align: center;
	vertical-align: top;
	font-style: italic;
	visibility:hidden;
}
#featuredtext a, #featuredtext a:visited {
	color:#8b461e;
	text-decoration:none;
}
#featuredtext a:hover, #featuredtext a:active {
	color:#3d3d3d;
}
#featuredtext span {
	font-size: 160%;
}
/*FORMS*/
DIV.formseparator {
	height: 1px;
	background-color:#c3b39b;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin:10px 0 10px 0;
}
.formbody {
	margin-left:21px;
	width: 625px;
	font-size: 80%;
	line-height:16px;
}
.form_main {
	color: #494949;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:270px;
	font-size: 90%;
}
.form_main_small {
	color: #494949;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:80px;
}
.form_main_half {
	color: #494949;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:120px;
}
.red {
	font-size: 80%;
	color: #FF0000;
}
/*FORM BUTTONS*/
.formbutton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #80561b;
	background-color: #dccfbd;
	padding: 7px;
	margin: 0;
	line-height:30px;
	text-decoration: none;
	border:none;
}
a.formbutton:link, a.formbutton:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #80561b;
	background-color: #dccfbd;
	padding: 7px;
	margin: 0;
	line-height:30px;
	text-decoration: none;
}
a.formbutton:active, a.formbutton:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #80561b;
	text-decoration: none;
	background-color: #ffffff;
	padding: 7px;
	margin: 0;
	line-height:30px;
}
#googlemap {
	width: 100%;
	margin-left:22px;
	margin-bottom:24px;
	width:620px;
	height: 484px;
	font-size:80%;
}

/* Calendar of Events module */

.calendar-module {
	text-align:center;
	width: 200px;
	margin-left: 22px;
	margin-bottom: 96px;
}

.calendar-module h3 {
	font-size: 96%;
	font-weight:normal;
	color: #603e22;
	text-transform: uppercase;
	margin-bottom: 8px;
	float:none;
	padding-left: 8px;
}
.logos{
	display:block;
	float:left;
	padding-top:10px;
	}
	
#fx {
			width:956px;
			height:390px;
			position:relative;
			margin:0 auto;
}
		
#fx img {
			position:absolute;
			left:0;top:0;
}

