@charset "utf-8";
body {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-image: url('../images/background-fade.gif');
	background-position: center top;
	background-repeat:repeat-x;
	background-color: #e095a9;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #7d7d7d;
	padding:0;
}
.twoColFixLtHdr #banner { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:176px;
}

#wrapper{
	background:url(../images/wrapper_bg.png) repeat-y top center;
	}

.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#ffffff;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*.twoColFixLtHdr #header { 
	padding: 0px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.
} */
/*.twoColFixLtHdr #header h1 {
	margin: 0; zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div
} */


#logo{
	float:left;
	width:224px;
	}
	
#header_right{
	float:right;
	width:360px;
	padding:12px 16px 0 0;
	text-align:right;
	}
	
#header_right ul{
	padding:0 0 12px 0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#header_right ul li{
	padding:0;
	margin:0;
	display:inline;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
#header_right ul li em{
	padding:0 2px 0 5px;
	font-style:normal;
	}
	
#header_right ul li a:link, #header_right ul li a:visited{
	text-decoration:none;
	color:#fff;
	}
	
#header_right ul li a:hover{
	text-decoration:underline;
	}
	
#header_text{
	padding:0 0 12px 0;
	margin:0;
	font:normal 15px "Trebuchet MS";
	color:#b3b3b3;
	letter-spacing:1px;
	line-height:130%;
	}
	
.ph{
	padding:0 0 6px 0;
	margin:0;
	font:normal 18px Verdana, Arial, Helvetica, sans-serif;
	color:#e095a9;
	line-height:100%;
	}
	
.mail{
	padding:0;
	margin:0;
	font:normal 15px Verdana, Arial, Helvetica, sans-serif;
	color:#b8b8b8;
	line-height:100%;
	}
	
.mail a:link, .mail a:visited{
	text-decoration:none;
	color:#b8b8b8;
	}
	
.mail a:hover{
	text-decoration:underline;
	color:#b8b8b8;
	}

.horizontalcssmenu {
	z-index: 99;
	position:absolute;
	top:143px;
}
div#promo-banner {
	z-index: 98;
	position:absolute;
	top:15px;
	margin-left: 20px;
	border:1px solid #ccc;
}
#special-offers {
	z-index: 97;
	position:absolute;
	top:217px;
	margin-left: 567px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px 0;
}
.twoColFixLtHdr #mainContent {
	float:left;
	width: 730px;
	margin: 0px 0px 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 30px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#content_1st{
	padding:0 0 10px 0;
	}
	
#content_1st p{
	padding:0 0 18px 0;
	margin:0;
	color:#7d7d7d;
	line-height:130%;
	}
	
#content_1st p a{
	color:#444;
	}
	
#content_1st_left{
	float:left;
	width:335px;
	padding:0 44px 0 0;
	}
	
#content_1st_right{
	float:left;
	width:335px;
	}
	
.cleardiv{
	clear:both;
	font-size:0;
	}

.twoColFixLtHdr #mainContent p.big_text{
	font:normal 15px Verdana, Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	line-height:130%;
	}
	
.big_text a{
	color:#444;
	}

.twoColFixLtHdr #mainContent h1{
	/*	margin-top: 10px;
	margin-bottom: 5px; */
	font:bold normal 16px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
}
.twoColFixLtHdr #mainContent h2{
	font:bold normal 16px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0 0 10px 0;
	padding:9px 0 0 17px;
	background:url(../images/heading_long.jpg) no-repeat 0 0;
	width:722px;
	height:29px;
	line-height:100%;
}

.twoColFixLtHdr #mainContent #bottom_content_right h2{
	color:#fff;
	margin:0 0 10px 0;
	padding:9px 0 0 17px;
	background:url(../images/heading_bg.jpg) no-repeat 0 0;
	width:520px;
	height:29px;
	line-height:100%;
	}
		

.twoColFixLtHdr #mainContent h3{
	color: #C88591;
	font-style:italic;
	margin-top: 7px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent h4{
	color: #a66370;
	font-style:italic;
	margin-top: 5px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent li{
	color: #999999;
	font-style:italic;
}
.main-page-heading{
	height:28px;
	background:url(../images/header-background.gif) no-repeat 0 0;
	font:normal 15px Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	width:710px;
	padding:11px 0 0 20px;
	line-height:100%;
}
#home-page-boxes {
	border: 0px;
	padding-right: 3px;
	padding-bottom:30px;
}
.home-page-box {
	border: 0px;
	margin-left: 3px;
	margin-right: 3px;
}


#bottom_content{
	padding:0 0 15px 15px;
	}
	
#bottom_content_left{
	float:left;
	width:142px;
	padding:0 28px 0 0;
	}
	
#bottom_content_left p{
	padding:0 0 15px 0;
	margin:0;
	line-height:100%;
	}
	
#bottom_content_right{
	float:left;
	width:537px;
	}
	
#bottom_content_right_faq{
	float:left;
	width:710px;
	}
	
.bottom_row{
	width:537px;
	padding:0 0 10px 0;
	}
	
.bottom_row p{
	padding:0 5px 15px 14px;
	margin:0;
	line-height:130%;
	}
	
.bottom_row p a{
	color:#444;
	}

.twoColFixLtHdr #footer {
	background:#3e3e40 url(../images/footer_bg.jpg) repeat-x 0 0;
} 

#footer_left{
	float:left;
	width:500px;
	padding:50px 0 0 33px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#b8b8b8;
	}
	
#footer_right{
	float:right;
	width:300px;
	background:url(../images/footer_right.jpg) no-repeat top right;
	padding:20px 50px 10px 0;
	text-align:right;
	height:55px;
	}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	text-decoration: none;
	color:#777;
}
a:hover {
	text-decoration:underline;
	color:#00F;
}
a img {
	border: 0;
}
.sidebar-insert {
	padding: 0;
	margin-bottom: 10px;
	}

.sidebar-insert_heading{
	background:url(../images/call_heading.jpg) no-repeat 0 0;
	width:200px;
	height:40px;
	}

.sidebar-insert-body {
	background:url(../images/call_bg.jpg) no-repeat 0 0;
	width:176px;
	height:47px;
	padding:6px 0 0 24px;
}

.sidebar-insert-body2 {
	background:#f0f0f0 url(../images/box_bg.jpg) no-repeat left bottom;
	width:195px;
	padding:0 0 5px 5px;
	}
	
.sidebar-insert-body3 {
	background:#fff;
	width:193px;
	padding:10px 0 5px 5px;
	border-left:1px solid #999a9c;
	border-right:1px solid #999a9c;
	}
	
.sidebar-insert-body3_bottom{
	background:url(../images/appeal_bottom.jpg) no-repeat 0 0;
	width:200px;
	height:11px;
	font-size:0;
	}

.sidebar-insert h3 {
	padding:12px 0 0 24px;
	margin:0;
	font:normal 15px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:100%;
	}
	
.right_ph_text{
	padding:0 0 5px 0;
	margin:0;
	font:normal 13px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:100%;
	}
	
.right_ph{
	padding:0;
	margin:0;
	font:normal 19px Verdana, Arial, Helvetica, sans-serif;
	color:#e095a9;
	line-height:100%;
	}

.sidebar-insert form{
	margin:0 0 0 6px;
	padding:0;
}
.sidebar-insert form p {
	font-size:10px;
	font-weight:normal;
	margin:0;
	color:#1a1a1a;
	padding:4px 0 3px 0;
}

.txtbox{
	background:url(../images/txtbox.jpg) no-repeat 0 0;
	width:172px;
	height:18px;
	border:none;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	padding:2px 3px 2px 3px;
	}
	
.txtarea{
	background:url(../images/txtarea_bg.jpg) no-repeat 0 0;
	width:172px;
	height:62px;
	border:none;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	padding:3px;
	overflow:auto;
	}
	
.send_btn{
	margin:6px 0 0 40px;
	}
	
.send_btn2{
	margin:6px 0 0 28px;
	}		

#sidebar-lodge-menu {
	list-style:none;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
}
#sidebar-lodge-menu li {
	margin-top:0px;
	margin-bottom:5px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}

#sidebar-lodge-menu li#btn1{
	background:url(../images/btn1.jpg) no-repeat 0 0;
	width:200px;
	height:39px;
	}
	
#sidebar-lodge-menu li#btn2{
	background:url(../images/btn2.jpg) no-repeat 0 0;
	width:200px;
	height:39px;
	}
	
#sidebar-lodge-menu li#btn3{
	background:url(../images/btn3.jpg) no-repeat 0 0;
	width:200px;
	height:39px;
	}
	
#sidebar-lodge-menu li#btn4{
	background:url(../images/btn4.jpg) no-repeat 0 0;
	width:200px;
	height:39px;
	}
	
#sidebar-lodge-menu li#btn5{
	background:url(../images/btn5.jpg) no-repeat 0 0;
	width:200px;
	height:39px;
	}	
	
#sidebar-lodge-menu li#btn6{
	background:url(../images/btn6.jpg) no-repeat 0 0;
	width:200px;
	height:56px;
	}	

#sidebar-lodge-menu li a{
	display:block;
	text-decoration:none;
	color:#fff;
	padding:12px 0 0 24px;
}
#sidebar-lodge-menu li a:hover{
	text-decoration:underline;
	color:#fff;
}
#lodge-comparison {
	margin-top:20px;
	margin-bottom:10px;
	width:100%;
	text-align:center;
	padding:0px;
	border-collapse:collapse;
	background-color:#ffcccc;
	background-image:url(../images/table-fade.gif);
	background-repeat:repeat-x;
}
#lodge-comparison td {
	height:25px;
	vertical-align:middle;
	border:1px solid #fff;
	padding:4px;
	margin:0px;
	
	}
#lodge-comparison td a {
	font-size:9px;
}
#fitness-classes {
	margin-top:20px;
	margin-bottom:10px;
	width:100%;
	text-align:center;
	padding:0px;
	border-collapse:collapse;
	background-color:#ffcccc;
	background-image:url(../images/table-fade.gif);
	background-repeat:repeat-x;
}
#fitness-classes tr {
	height:25;
	}
#fitness-classes td {
	height:25px;
	vertical-align:middle;
	border:1px solid #fff;
	padding:4px;
	margin:0px;
	}
#fitness-classes td.empty{
	background-color:#FFFFFF;
	}
table.tariff {
	width: 100%;
	text-align:center;
	font-size:10px;
}
table.tariff td.year{
	background-color:#DDD;
}
table.tariff table {
	width: 100%;
}
table.tariff table td.month{
	background-color:#DDD;
}
table.tariff table td.day{
	background-color:#DDD;
}
table.tariff table td.low-season{
	background-color:#BBF;
}
table.tariff table td.mid-season{
	background-color:#F9F;
}
table.tariff table td.high-season{
	background-color:#FF9;
}
table.tariff table td.peak-season{
	background-color:#BFB;
}
table.tariff table td.christmas-season {
	background-color:#FB9;
}
div.package_banner {
	display:block;
	margin-top: 5px;
	width:730px;
	height:100px;
}
div.package_banner a img {
	display:block;
	width:730px;
	height:100px;
}
div.package_banner a {
	display:block;
	width:730px;
	height:100px;
}
div.package_banner a:hover img {
	display:block;
	visibility:hidden;
	width:730px;
	height:100px;
}
table#prices {
	width: 100%;
	text-align: center;
}
table#prices td.price {
	width: 20%;
	font-size:18px;
	font-weight:bold;
}
table#prices td.price span.small {
	font-size:10px;
}
table#prices td.label {
	width: 20%;
	font-size:10px;
	font-weight:bold;
}
table#prices td.info {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	background-color:#CCC;
}
table#prices td.low {
	background-color:#BBF;
}
table#prices td.mid {
	background-color:#F9F;
}
table#prices td.high {
	background-color:#FF9;
}
table#prices td.peak-season {
	background-color:#BFB;
}
table#prices td.christmas {
	background-color:#FB9;
}
.hen-flyer {
	float:right;
	margin: 20px 0 0 20px;
}
div#html-sitemap {
	display:block;
	width:690px;
	background-color:#ffcccc;
	background-image:url(../images/table-fade.gif);
	background-repeat:repeat-x;
	padding: 20px;
	font-size:14px;
	line-height:20px;
	margin: 10px 0 0 0;
}
div.special-offer {
	display:block;
	background-image:url(../images/sun-glow.jpg);
	margin-left:7px;
	margin-right:7px;
	margin-top:10px;
	padding-bottom: 5px;
	width:350px;
	float:left;
	height:400px;
}
.twoColFixLtHdr #mainContent div.special-offer h2{ 
	display:block;
	height: 40px;
	line-height:40px;
	background-image:url(../images/header-background.gif);
	margin:0;
	font-size:16px;
	text-align:center;
	color:#FFF;
}
.twoColFixLtHdr #mainContent div.special-offer p{
	margin: 15px;
	text-align:center;
	color:#000;
}
div.recruitment {
	display:block;
	background-image:url(../images/newspaper.jpg);
	margin-left:7px;
	margin-right:7px;
	margin-top:10px;
	padding-bottom: 5px;
	width:350px;
	float:left;
	height:150px;
}
.twoColFixLtHdr #mainContent div.recruitment h2{ 
	display:block;
	height: 40px;
	line-height:40px;
	background-image:url(../images/header-background.gif);
	margin:0;
	font-size:16px;
	text-align:center;
	color:#FFF;
}
.twoColFixLtHdr #mainContent div.recruitment h4{ 
	display:block;
	height: 40px;
	line-height:40px;
	background-image:url(../images/header-background.gif);
	margin:0;
	font-size:16px;
	text-align:center;
	color:#FFF;
}

.twoColFixLtHdr #mainContent div.recruitment p{
	margin: 15px;
	text-align:center;
	color:#000;
}
#donations td{
	text-align:center;
}





/*new css*/

#mainContent h1#new_heading{
	background-color:#1a171b;
	width:710px;
	height:26px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#fefbfb;
	line-height:100%;
	padding:14px 0 0 20px;
	margin:0;
	text-transform:uppercase;
	}
	
#new_content{
	width:730px;
	padding:20px 0 0 0;
	}
	
#new_content_inside{
	width:730px;
	}
	
#new_leftcol{
	float:left;
	width:420px;
	padding:0 0 0 13px;
	}
	
#new_leftcol p.blue_text{
	padding:0 0 10px 0;
	margin:0;
	font:normal 17px Arial, Helvetica, sans-serif;
	color:#006cae;
	line-height:120%;
	}

.blue_bold{
	font:bold 18px Arial, Helvetica, sans-serif;
	}
	
#new_leftcol p.text{
	padding:0 0 10px 0;
	margin:0;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:130%;
	}
	
#new_rightcol{
	float:right;
	width:271px;
	}
	
.rightbox{
	text-align:right;
	padding:0 0 0px;
	}
	
#rightbox2{
	background:url(../images/rightcol_bg.jpg) no-repeat 0 0;
	width:216px;
	padding:55px 0 0 55px;
	}
	
.surfing{
	padding:0 0 20px 0;
	}

#new_rightcol p.text2{
	padding:0 0 10px 2px;
	margin:0;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:140%;
	}
	
	
	
/*new css for soecial offer page*/	

#offer_content{
	width:730px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	}
	
#offer_content p{
	padding:0 0 15px 0;
	margin:0;
	line-height:135%;
	}
	
#offer_content ul{
	padding:0 0 15px 0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#mainContent #offer_content ul li{
	padding:0 0 0 12px;
	margin:0 0 4px 0;
	background:url(../images/bullet.jpg) no-repeat 0 6px;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#7d7d7d;
	}
	
#offer_content_left{
	float:left;
	width:358px;
	}
	
#offer_box_first{
	width:360px;
	padding:0 0 16px 0;
	}
	
#offer_box_first_inside{
	background:#ece0cd url(../images/offer_bg1.jpg) repeat-x 0 0;
	width:313px;
	padding:17px 20px 0 25px;
	}
	
#offer_box_second_inside{
	background:#d2ebf3 url(../images/offer_bg3.jpg) repeat-x 0 0;
	width:313px;
	padding:17px 20px 0 25px;
	}
	
#offer_box_third_inside{
	background:#daedea url(../images/offer_bg2.jpg) repeat-x 0 0;
	width:313px;
	padding:17px 20px 0 25px;
	}
	
#offer_content_right{
	float:right;
	width:358px;
	}
	

#drop_outer{
	position:absolute;
	z-index:1000;
	top:0;
	margin:20px 0 0 330px;
	}

#dropinboxv2cover{
width: 260px; /*change width to desired */
height: 108px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 260px; /*change width to above width-20. */
height: 108px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
position:absolute; /*Don't change below 3 rules */
border:2px solid #666;
top:0;
}

#spa_top{
	width:685px;
	padding:10px 20px 20px 25px;
	}
#spa_top_treatments{
	width:665px;
	padding:10px 20px 20px 25px;
	}	
#spa_treatments1{
	width:665px;
	padding:10px 20px 20px 25px;
	}
#spa_treatments2{
	width:665px;
	padding:10px 20px 20px 25px;
	}
	
#spa_treatments3{
	width:665px;
	padding:10px 20px 20px 25px;
	}

#spa_treatments4{
	width:665px;
	padding:10px 20px 20px 25px;
	}
	
#spa_treatments5{
	width:665px;
	padding:10px 20px 20px 25px;
	}
	
.spa_top_row{
	width:685px;
	padding:0 0 14px 0;
	}
	
.spa_top_row2{
	width:685px;
	padding:10px 0 24px 30px;
	}
	
.spa_top_left{
	float:left;
	width:142px;
	padding:0 28px 0 0;
	}
	
.spa_top_left2{
	float:left;
	width:142px;
	padding:0 18px 0 10px;
	}
	
.spa_top_right{
	float:left;
	width:515px;
	}
	
.spa_big{
	padding:0 0 15px 0;
	margin:0;
	font:normal 17px Verdana, Arial, Helvetica, sans-serif;
	color:#6e81a5;
	line-height:130%;
	}
	
.spa_middle{
	padding:0;
	margin:0;
	font:normal 15px Verdana, Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	line-height:130%;
	}
	
.spa_bottom_row{
	width:730px;
	padding:0 0 25px 0;
	}
	
.spa_bottom_cell1 a:link, .spa_bottom_cell1 a:visited{
	float:left;
	text-decoration:none;
	background:url(../images/pool.jpg) repeat-x 0 0;
	width:163px;
	height:23px;
	padding:254px 0 0 12px;
	margin:0 10px 0 0;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	}
	
.spa_bottom_cell1 a:hover{
	text-decoration:underline;
	}
	
.spa_bottom_cell2 a:link, .spa_bottom_cell2 a:visited{
	float:left;
	text-decoration:none;
	background:url(../images/matrix.jpg) repeat-x 0 0;
	width:163px;
	height:23px;
	padding:254px 0 0 12px;
	margin:0 10px 0 0;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	}
	
.spa_bottom_cell2 a:hover{
	text-decoration:underline;
	}
	
.spa_bottom_cell3 a:link, .spa_bottom_cell3 a:visited{
	float:left;
	text-decoration:none;
	background:url(../images/personal.jpg) repeat-x 0 0;
	width:163px;
	height:23px;
	padding:254px 0 0 12px;
	margin:0 10px 0 0;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	}
	
.spa_bottom_cell3 a:hover{
	text-decoration:underline;
	}
	
.spa_bottom_cell4 a:link, .spa_bottom_cell4 a:visited{
	float:left;
	text-decoration:none;
	background:url(../images/fitness.jpg) repeat-x 0 0;
	width:163px;
	height:23px;
	padding:254px 0 0 12px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	}
	
.spa_bottom_cell4 a:hover{
	text-decoration:underline;
	}
	
.spa_bottom_cell5 a:link, .spa_bottom_cell5 a:visited{
	float:left;
	text-decoration:none;
	background:url(../images/health.jpg) repeat-x 0 0;
	width:163px;
	height:23px;
	padding:254px 0 0 12px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	margin:0 10px 0 0;
	}
	
.spa_bottom_cell5 a:hover{
	text-decoration:underline;
	}
	
.spa_bottom_cell6 a:link, .spa_bottom_cell6 a:visited{
	float:left;
	text-decoration:none;
	background:url(../images/spa.jpg) repeat-x 0 0;
	width:163px;
	height:23px;
	padding:254px 0 0 12px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	margin:0 10px 0 0;
	}
	
.spa_bottom_cell6 a:hover{
	text-decoration:underline;
	}
	
.spa_bottom_cell7 a:link, .spa_bottom_cell7 a:visited{
	float:left;
	text-decoration:none;
	background:url(../images/spa_treat.jpg) repeat-x 0 0;
	width:163px;
	height:23px;
	padding:254px 0 0 12px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	margin:0 10px 0 0;
	}
	
.spa_bottom_cell7 a:hover{
	text-decoration:underline;
	}
	
.spa_bottom_cell8 a:link, .spa_bottom_cell8 a:visited{
	float:left;
	text-decoration:none;
	background:url(../images/spa_day.jpg) repeat-x 0 0;
	width:163px;
	height:23px;
	padding:254px 0 0 12px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	}
	
.spa_bottom_cell8 a:hover{
	text-decoration:underline;
	}
	
#footer_top{
	padding:25px 0 5px 40px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#b8b8b8;
	}
	
#footer_top ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#footer_top ul li{
	padding:0;
	margin:0 0 3px 0;
	}
	
#footer_top ul li a:link, #footer_top ul li a:visited{
	text-decoration:none;
	color:#b8b8b8;
	}
	
#footer_top ul li a:hover{
	text-decoration:underline;
	}
	
#footer_cell1{
	float:left;
	width:360px;
	margin:0 65px 0 0;
	line-height:130%;
	}
	
.footer_cell2{
	float:left;
	width:130px;
	margin:0 40px 0 0;
	}
	
#footer_cell3{
	float:left;
	width:160px;
	}
	
#offer_row1{
	width:730px;
	margin:0 0 20px 0;
	}
	
#offer_row1_main{
	width:730px;
	background:url(../images/offer_bg.jpg) repeat-y 0 0;
	}
	
#offer_row2_main{
	width:730px;
	background:url(../images/offer_bg_2.jpg) repeat-y 0 0;
	}
	
#offer_row1_bottom{
	background:url(../images/offer_bottompic1.jpg) no-repeat 0 0;
	width:730px;
	height:22px;
	font-size:0;
	}
	
#offer_row2_bottom{
	background:url(../images/offer_bottompic2.jpg) no-repeat 0 0;
	width:730px;
	height:22px;
	font-size:0;
	}
	
#offer_row1_left{
	float:left;
	width:358px;
	}
	
#offer_row1_content{
	background:url(../images/bootcamp_bg.jpg) no-repeat 0 0;
	width:308px;
	padding:15px 25px 0 25px;
	}
	
#offer_row2_content{
	background:url(../images/boarder_bg.jpg) no-repeat 0 0;
	width:308px;
	padding:15px 25px 0 25px;
	}
	
#offer_row1_right{
	float:right;
	width:358px;
	}
	
#offer_row1_content2{
	background:url(../images/travel_bg.jpg) no-repeat 0 0;
	width:308px;
	padding:15px 25px 0 25px;
	}
	
#offer_row2_content2{
	background:url(../images/eden_bg.jpg) no-repeat 0 0;
	width:308px;
	padding:15px 25px 0 25px;
	}

.text3{
	padding:0 0 12px 0;
	margin:0;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	line-height:140%;
	}
	
.thumb_row{
	width:730px;
	padding:0 0 20px 0;
	}
	
.thumb_cell1{
	float:left;
	width:175px;
	padding:0 10px 0 0;
	}
	
.thumb_cell2{
	float:left;
	width:175px;
	}
	
#polzeath a:link, #polzeath a:visited{
	float:left;
	background:url(../images/polzeath.jpg) no-repeat 0 0;
	width:123px;
	height:50px;
	padding:241px 0 0 15px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	margin:0 10px 0 0;
	}
	
#polzeath a:hover{
	color:#fff;
	}
	
#fistral a:link, #fistral a:visited{
	float:left;
	background:url(../images/fistral.jpg) no-repeat 0 0;
	width:123px;
	height:50px;
	padding:241px 0 0 15px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	margin:0 10px 0 0;
	}
	
#fistral a:hover{
	color:#fff;
	}
	
#eden2 a:link, #eden2 a:visited{
	float:left;
	background:url(../images/eden2.jpg) no-repeat 0 0;
	width:123px;
	height:50px;
	padding:241px 0 0 15px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	margin:0 10px 0 0;
	}
	
#eden2 a:hover{
	color:#fff;
	}
	
#trevone a:link, #trevone a:visited{
	float:left;
	background:url(../images/trevone.jpg) no-repeat 0 0;
	width:123px;
	height:50px;
	padding:241px 0 0 15px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	margin:0 10px 0 0;
	}
	
#trevone a:hover{
	color:#fff;
	}
	
#padstow a:link, #padstow a:visited{
	float:left;
	background:url(../images/padstow.jpg) no-repeat 0 0;
	width:123px;
	height:50px;
	padding:241px 0 0 15px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	}
	
#padstow a:hover{
	color:#fff;
	}
	
#wadebridge a:link, #wadebridge a:visited{
	float:left;
	background:url(../images/wadebridge.jpg) no-repeat 0 0;
	width:123px;
	height:50px;
	padding:241px 0 0 15px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	margin:0 10px 0 0;
	}
	
#wadebridge a:hover{
	color:#fff;
	}
	
#treyarnon a:link, #treyarnon a:visited{
	float:left;
	background:url(../images/treyarnon.jpg) no-repeat 0 0;
	width:123px;
	height:50px;
	padding:241px 0 0 15px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	margin:0 10px 0 0;
	}
	
#treyarnon a:hover{
	color:#fff;
	}
	
#harlyn a:link, #harlyn a:visited{
	float:left;
	background:url(../images/harlyn.jpg) no-repeat 0 0;
	width:123px;
	height:50px;
	padding:241px 0 0 15px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	margin:0 10px 0 0;
	}
	
#harlyn a:hover{
	color:#fff;
	}
	
#rock a:link, #rock a:visited{
	float:left;
	background:url(../images/rock.jpg) no-repeat 0 0;
	width:123px;
	height:50px;
	padding:241px 0 0 15px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	margin:0 10px 0 0;
	}
	
#rock a:hover{
	color:#fff;
	}
	
#lodge a:link, #lodge a:visited{
	float:left;
	background:url(../images/lodge.jpg) no-repeat 0 0;
	width:123px;
	height:50px;
	padding:241px 0 0 15px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	}
	
#lodge a:hover{
	color:#fff;
	}
	
#floor_plan{
	width:730px;
	padding:10px 0 10px 0;
	}
	
#floor_left{
	float:left;
	width:230px;
	text-align:center;
	padding:0 10px 0 0;
	}
	
.plan{
	padding:0 0 30px 0;
	}
	
.plan p{
	padding:5px 0 0 0;
	margin:0;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#7d7d7d;
	}
	
.plan p a:link,.plan p a:visited{
	text-decoration:none;
	color:#7d7d7d;
	}
	
.plan p a:hover{
	text-decoration:underline;
	}
	
#floor_right{
	float:right;
	width:485px;
	}
	
#floor_right_inside{
	padding:0 10px 0 15px;
	width:460px;
	}
	
#bottombox{
	width:485px;
	}
	
#bottombox_top{
	background:url(../images/bottombox_top.jpg) no-repeat 0 0;
	width:485px;
	height:20px;
	}
	
#bottombox_middle{
	background:#e7eaf3;
	width:445px;
	padding:0 20px 0 20px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#7d7d7d;
	}
	
#bottombox_bottom{
	background:url(../images/bottombox_bottom.jpg) no-repeat 0 0;
	width:485px;
	height:20px;
	}
	
.list{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
.list li {
	padding:0;
	margin:0 0 2px 0;
	}
	
.text4{
	padding:0 0 15px 0;
	margin:0;
	line-height:145%;
	}
	
#dog_banner a:link, #dog_banner a:visited{
	text-decoration:none;
	display:block;
	background:url(../images/dogmore_bg.jpg) no-repeat 0 0;
	width:307px;
	height:31px;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:56px 0 0 236px;
	}
	
#dog_banner a:hover{
	text-decoration:underline;
	}
	
#easter_banner a:link, #easter_banner a:visited{
	text-decoration:none;
	display:block;
	background:url(../images/easter_banner.jpg) no-repeat 0 0;
	width:248px;
	height:33px;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:130px 0 0 268px;
	}
	
#easter_banner a:hover{
	text-decoration:underline;
	}
	
.red_txt{
	color:#de0029;
	}
	
#dogbox_outer{
	background:#456cae url(../images/dog_blue_bottom.jpg) no-repeat left bottom;
	width:540px;
	padding:0 0 18px 0;
	}
	
#dogbox{
	background:url(../images/dog_blue_top.jpg) no-repeat 0 0;
	width:504px;
	padding:14px 18px 0 18px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	}	
	
#dogbox p{
	padding:0 0 16px 0;
	margin:0;
	line-height:100%;
	font-weight:bold;
	}	
	
#container #dogbox ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#container #dogbox ul li{
	padding:0 0 0 10px;
	margin:0 0 3px 0;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/dogbox_bullet.jpg) no-repeat 0 8px;
	line-height:140%;
	}	
	
#christmasbox_outer{
	background:#456cae url(../images/dog_blue_bottom.jpg) no-repeat left bottom;
	width:540px;
	padding:0 0 18px 0;
	}
	
#christmasbox{
	background:url(../images/dog_blue_top.jpg) no-repeat 0 0;
	width:504px;
	padding:14px 18px 0 18px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
	
	
	
	
	
#treatmentswax1 {
	width: 200px;
}
#treatmentswax2 {
	width: 200px;
}

#fcgallery {
	display:inline-block;
	background-image:url(../images/flowcam-gallery.jpg);
	width:320;
	height:180;
}
#fcwebcam {
	display:inline-block;
	background-image:url(../images/flowcam-webcam.jpg);
	width:320;
	height:180;
}
#fcgallery:hover img{
	visibility:hidden;
}
#fcwebcam:hover img{
	visibility:hidden;
}
