@charset "UTF-8";
/* CSS Document */
	*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}

	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
		
	body {
		background:#fff url(imgs/src/tile.gif) repeat 0 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:62.5%;
		color:#000;
		text-align:center;
	}
	
	p {
		margin:0 0 18px 0;
		line-height:1.5em;
	}
	form#mailing {
		padding-top:4px;
	}
	form#mailing label {
		font-size:1.2em;
	}
	form#mailing input {
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.2em;
		margin:0 6px;
	}
	form#mailing input.btn {
		margin:0;
	}
	
	a:link { color:#000; text-decoration:underline; }

	div#container {
		width:764px;
		height:auto;
		background:#fff;
		margin:0 auto;
	}
		div#wrapper {
			background:url(imgs/src/wrapper.gif) repeat-y 0 0;
			border-bottom:2px solid #fff;
		}
		div.gutter {
			text-align:left;
			padding:18px;
		}
			div#header {
				width:760px;
				margin:0 auto;	
			}
				div#header img {
					display:block;
				}
				div#header div {
					padding:10px;
					border-bottom:8px solid #aed61e;
					margin-bottom:2px;
				}
					div#header div div {
						float:right;
						display:inline;
						border-bottom-width:0;
						padding:0; margin:0;
					}	
						div#header div div form {
							text-align:right;
							font-size:0.8em;
							margin-top:6px;
						}
						div#header div div form input {
							margin-right:6px;
						}					
			h1#logo {
				width:76px; height:45px;
				float:left; display:inline;
				background:url(imgs/src/logo.gif) no-repeat 0 0;
				text-indent:-9999px;
				margin:0; padding:0;
			}
			
			/* ----- MAIN MENU ----- */
			
			ul#main {
				position:relative;
				height: 29px; width: 760px;
				margin:0 auto 2px auto;
				background:url(imgs/src/nav.gif) no-repeat;
			}
	
			ul#main li {
				float: left;
				list-style: none;
				font-size:1.15em;
				line-height:29px;
				text-transform:uppercase;
				font-weight:bold;
				margin-left:16px;
				margin-right:16px;
			}
			ul#main li#main-cart {
				float:right;
				margin-right:10px;
			}
			
			ul#main li#main-cart a {
				background:url(/imgs/src/cart.gif) no-repeat 100% 50%;
				padding-right:32px;
			}
		
			ul#main li a {
				background:url(/imgs/src/arrow.gif) no-repeat 0 50%;
				padding-left:18px;
				text-decoration: none;
				color:#fff;
			}
			ul#main li a:hover {
				color:#aed61e;
			}
			ul#main li a.active {
				color:#aed61e;
				background:url(/imgs/src/arrow-on.gif) no-repeat 0 50%;
			}
						
			/* ----- SUB MENU ----- */
			
			/* ----- NEW ONE ----- */
			
			ul.sub-menu {
				background:#fff;
				border-top:5px solid #0095d9;
				text-align:left;
				color:#0095d9;
			}

			ul.sub-menu li a, ul.sub-menu li span {
				font-size:1.1em;
				font-weight:bold;
				text-decoration:none;
				display:block;
				border-bottom:1px solid #ccc;
				border-left:1px solid #ccc;
				border-right:1px solid #ccc;
				padding:4px;
				
			}
			ul.sub-menu li span {
				color:#0095d9;
				font-size:1.2em;
				padding:6px 4px;
				background:url(imgs/src/shine.gif) repeat-x 0 0;
			}
			ul.sub-menu li a {
				background:url(imgs/src/shine.gif) repeat-x 0 -10px;
				color:#666;
			}
			ul.sub-menu li a:hover {
				background-position:0 -20px;
				color:#0095d9;
			}
			ul.sub-menu li.first {
				border-top:1px solid #ccc;
				margin-top:2px;
			}
			
			ul.sub-menu li a.active {
				background:url(imgs/src/active.gif) no-repeat 96% 50%;
				color:#0095d9;
			}
			
			/* OLD ONE */
			
			ul#sub {
				position: relative;
				height:139px; width:199px;
				background:url(imgs/src/subnav.gif) no-repeat;
			}
	
			ul#sub li {
				float: left;
				list-style: none;
			}
		
			ul#sub li a {
				position: absolute;
				text-indent: -9999px;
				text-decoration: none;
				border: none !important;
				left: 0; width: 199px; height:22px;
			}

			ul#sub li#sub-where a { 
				top:15px; 
				background: url(imgs/src/subnav.gif) 0 -15px no-repeat;
			}
			ul#sub li#sub-fooddrink a { 
				top:37px;
				background: url(imgs/src/subnav.gif) 0 -37px no-repeat;
			}
			ul#sub li#sub-whatdo a { 
				top:59px;
				background: url(imgs/src/subnav.gif) 0 -59px no-repeat;
			}
			ul#sub li#sub-whaton a { 
				top:81px;
				background: url(imgs/src/subnav.gif) 0 -81px no-repeat;
			}
			ul#sub li#sub-special a {
				top:103px;
				background: url(imgs/src/subnav.gif) 0 -103px no-repeat;
			}	
	
			ul#sub li#sub-where a:hover,
			ul#sub li#sub-where a.active 			{ background-position: 0 -154px; }
			
			ul#sub li#sub-fooddrink a:hover,
			ul#sub li#sub-fooddrink a.active 		{ background-position: 0 -176px; }
			
			ul#sub li#sub-whatdo a:hover,
			ul#sub li#sub-whatdo a.active  			{ background-position: 0 -198px; }
			
			ul#sub li#sub-whaton a:hover,
			ul#sub li#sub-whaton a.active			{ background-position: 0 -220px; }
			
			ul#sub li#sub-special a:hover,
			ul#sub li#sub-special a.active  		{ background-position: 0 -242px; }
			
			a#visit-shop {
				display:block;
				width:199px;
				height:40px;
				background:#fff url(imgs/src/visit-shop.gif) repeat-x 0 0;
				text-indent:-9999px;
			}
			a#visit-shop:hover {
				background-position:0 -40px;
			}
			

		div#panels {
			float:left;
			width:199px;
			margin-right:18px;
			margin-left:2px;
		}
			div#panels div.partition {
				border-bottom:2px solid #fff;
			}
				div#panels div.partition img {
					display:block;
				}
				.partition h2.whyvisit {
					width:94px; height:22px;
					text-indent:-9999px;
					background:url(/imgs/src/whyvisit.gif) no-repeat 0 0;
					margin:12px;
				}
				#panels blockquote {
					background:url(/imgs/src/wrapper.gif) repeat -2px 0;
					text-align:left;
					border:2px solid #87c200;
					-moz-border-radius:3px;
					-webkit-border-radius:3px;
					-khtml-border-radius:3px;
					border-radius:3px;
				}
				#panels blockquote p {
					font-weight:bold;
					font-size:1.2em;
					color:#fff;
					padding:0 12px 12px 12px;
					margin:0;
				}
				#panels blockquote p cite {
					display:block;
					margin:6px 0 0 0;
					font-size:0.8em;
				}
				
		div#main-body {
			float:left;
			width:543px;
			height:auto;
			text-align:left;
		}
		
		div#main-body h1 {
			font-size:1.3em;
			padding:3px;
			color:#fff;
			font-weight:bold;
			text-align:left;
			padding-left:12px;
		}
		
		div#main-body p {
			font-size:1.2em;
			line-height:1.5em;
		}
		
		img#logo {
			margin:0 0 0 10px;
			float:left;
		}
		
		div.cluster {
			background-image:url(imgs/src/swoosh.png);
			background-repeat:no-repeat;
			background-position:bottom left;
			padding-bottom:8px;
			margin-bottom:2px;
		}
		div.last {
			margin-bottom:0;
		}

			div.cluster-text {
				width:423px;
				float:left;
				display:inline;
				text-align:left;
				color:#fff;
			}
			div.cluster-text p {
				margin:12px 0 0 0;
			}
			
			div.category1 {
				background-color:#768f86;
			}
			
				div.cluster-text h2 {
					margin:12px 12px 6px 12px;
					font-size:1.5em;
					font-weight:bold;
					background-repeat:no-repeat;
					background-position:0 0;
				}
				
				div.cluster-text h2 a { 		color:#fff; text-decoration:none; }
				div.cluster-text h2 a:hover {	text-decoration:underline; }
				
					/* page header colours */
					h1.accom { background-color:#339966; }
					h1.whattodo { background-color:#6666CC; }
					h1.photos, div.pagenav { background-color:#336699; }
					
					h1.press { background-color:#339999; }
					h1.travel { background-color:#672E5F; }
					h1.about { background-color:#AED61E; }
					h1.legal { background-color:#666666; }
					h1.contact { background-color:#339966; }
								
					h1.press a { color:#fff; text-decoration:none; }
					h1.press a:hover { color:#fff; text-decoration:underline; }
				
					.default 					{ background-color:#333; }
					.welcome					{ background-color:#990000; }
					.Heritage, .heritage		{ background-color:#be392b; }
					.Golf, .golf				{ background-color:#4a7756; }
					.Events, .events			{ background-color:#768f86; }
					.Activities, .activities 	{ background-color:#774b4b; }
					.FoodDrink, .fooddrink		{ background-color:#465b8b; }
					div.Shop					{ background:url(imgs/src/shine.gif) repeat-x 0 0; border:1px solid #ccc; padding-bottom:0; }
					.Shop, .shop				{ background-color:#444; }
					
					div.Shop div.cluster-text { color:#666; width:417px; }
					div.Shop div.cluster-text h2 a { color:#444; }
					
				/* Static icons */
				
				.accom { background-image:url(imgs/src/icons/accom.gif); }

				div.cluster-text p {
					margin:0 18px 0 12px;
					font-size:1.1em;
					font-weight:bold;
				}
			
			div.cluster-image {
				float:left;
				width:120px; display:inline;
			}
				div.cluster-image img {
					display:block;
				}
				
			div.pagenav {
				padding:2px;
				margin:8px 0 0 0;
			}
			div.pagenav a {
				text-decoration:none;
				color:#fff;
				display:block;
				float:left;
				font-weight:bold;
				font-size:1.1em;
				padding:3px 6px;
				margin:0 3px 0 0;
				text-align:center;
			}
			div.pagenav a:hover, div.pagenav a.active {
				background-color:#FF6633;
			}
		
		div#footer {
			width:760px;
			margin:0 auto;
			padding:8px 0;
			color:#fff;			
		}
		ul#bottom-menu {
			float:left;
			text-align:left;
		}
		ul#bottom-menu li {
			display:inline;
		}
		#footer a {
			color:#fff;
		}
		span#designby {
			float:right;
			display:inline;
			text-align:right;
		}
			
	/* ----- FORMS ------ */
	
	form#newsletter {
		background:#c0d744 url(imgs/src/1px2dash.gif) repeat-x bottom;
		padding:0 0 1px 0;
	}
		form#newsletter fieldset {
			padding:8px;
		}
		form#newsletter fieldset fieldset {
			padding:0;
		}		
			form#newsletter input {
			
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:90%;
			
				border:2px solid #aacf0f;
				margin:0 0 4px 0;
				padding:4px 2px;
				width:176px; !important
				width /**/:184px;
				
				color:#606f46;
			}
			
			form#newsletter input.btn {
				display:block;
				width:auto;
				background:#5b7d34;
				color:#fff;
			}
			
			form#newsletter label, #questionnaire-panel p {
				font-family:Georgia, "Times New Roman", Times, serif;
				display:block;
				font-size:110%;
				font-weight:normal;
				padding:3px;
				margin:4px 0;
				color:#fff;
			}
			form#newsletter label a {
				display:block;
				font-size:100%;
				color:#fff;
				margin:6px 0 3px 0;
			}

			
			
			
			
			
	/* ----- LISTING PAGE ------ */	
	
	ul.listing {
		border-bottom:1px solid #c8cac8;
	}
	ul.listing li a.main {
		padding:7px;
		display:block;
		text-decoration:none;
		font-size:1.1em;
		color:#333;
	}
	ul.listing li a.main:hover {
		color:#000;
		text-decoration:underline;
	}
	ul.listing li {
		
		min-height:0;
		background:#fff url(imgs/src/shine.gif) repeat-x top left;
		border-top:1px solid #c8cac8;
		border-left:1px solid #c8cac8;
		border-right:1px solid #c8cac8;
	}	
	
	ul.listing li.odd {
	}
	
	/* ----- BOOKING FORM ------ */
	
	div#main-body p#outputMsg {
		color:#0095d9;
		background-color:#fff;
		display:block;
		padding:2px;
		font-size:1.1em;
		font-weight:bold;
	}
	.book-now {
		background:#fff url(imgs/src/shine.gif) repeat-x top left;
		border:1px solid #ccc;
		margin-bottom:12px;
	}
	.book-now input, .book-now select, .book-now textarea {
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.2em;
		margin:1px;
	}
	.book-now select {
		width:200px;
	}
	.book-now textarea {
		width:200px;
	}
	.book-now option {
		padding-right:12px;
	}
	.book-now fieldset {
		padding:10px;
	}
	.book-now fieldset fieldset {
		padding:1px;
		margin-bottom:2px;
	}
	div#main-body .book-now h1, div#main-body .book-now h2 {
		color:#0095d9;
		font-weight:bold;
		font-size:1.5em;
		border-bottom:1px dotted #ccc;
		margin:0; padding:10px;
		background:url(imgs/src/star.gif) no-repeat 98% 10px;
	}
	div#main-body .book-now h2, div#main-body div#searchResults h2 {
		background:url(imgs/src/shine.gif) repeat-x 0 0;
		border-top:1px solid #ccc;
		font-size:1.2em;
		padding:5px 10px;
	}
	div#main-body div#searchResults h3 {
		border-bottom:1px dotted #ccc;
		font-size:1.1em;
		color:#0095d9;
		font-weight:bold;
		padding:5px 0;
		margin:10px 0;
	}

	div#main-body fieldset.rooms {
		padding:3px;
	}
	div#main-body fieldset.added {
		background:#efefef url(imgs/src/tick.gif) no-repeat 6px 50%;
		padding-left:24px;
	}
	div#main-body fieldset.rooms label {
		font-weight:bold;
		width:75%;
	}
	div#main-body fieldset.rooms label span {
		font-weight:bold;
		color:#0095d9;
		font-size:1.1em;
	}
	div#main-body fieldset.rooms input {
		float:right;
	}
	.book-now fieldset.purchase-options span {
		color:#0095d9;
		font-size:1.3em;
		font-weight:bold;
	}
	span.find, span.add {
		color:#0095d9;
		margin-left:6px;
		text-decoration:underline;
		cursor:pointer;
		font-weight:bold;
		font-size:1.1em;
	}
	span.add {
		float:left; display:inline;
	}
	span.find:hover {
		text-decoration:none;
	}
	.book-now fieldset.purchase-options label {
		color:#000;
	}
	.book-now fieldset.purchase-options {
		line-height:1.3em;
	}
	.book-now fieldset.purchase-options div {
		margin-bottom:6px;
	}
	.book-now fieldset.purchase-options div span {
		font-size:1.1em;
	}
	.book-now fieldset.hidden_vars {
		margin:0; padding:0;
	}
	.book-now fieldset.hidden_vars input {
		border-width:0;
		display:none;
		visibility:hidden;
	}
	.book-now label {
		padding-top:3px;
		color:#333;
		font-weight:bold;
		font-size:1.1em;
		float:left; display:inline;
		width:200px;
	}
	.book-now input {
		float:left;
		display:inline;
	}
	.book-now input.btn {
		background:#fff url(imgs/src/shine.gif) repeat-x top left;
		border:1px solid #ccc;
		width:auto;
		padding:2px;
		margin:0;
	}
	
	div#main-body p.pleaseNote span {
		color:#0595d9;
	}
	div#main-body p.pleaseNote {
		font-size:1em;
		padding:0 12px;
	}
	
	
	a.enquiry {
		display:block;
		text-align:right;
		font-size:1em;
		font-weight:normal;
		color:#333;
		background:url(imgs/src/enquiry.gif) no-repeat 100% 50%;
		margin:4px 0;
		padding:4px 24px 4px 0;
		text-decoration:none;
	}
	a.enquiry:hover {
		color:#999;
	}
	
	
	input.radio {
		display:block;
		width:13px;
		height:13px;
		overflow:hidden;
	}
	
	.book-now input.check {
		float:left;
		border:0;
		width:auto;
		margin:0;width:13px;height:13px;overflow:hidden;
	}

	.book-now fieldset label.checklabel {
		float:left;
		padding:0 12px;
		font-size:1.1em;
		width:auto;
		font-weight:normal;
	}
	
	.book-now fieldset label.checklabel span {
		color:#0095d9;
		font-weight:bold;
	}
	.book-now fieldset.borderedSet {
		border-top:1px solid #ccc;
		padding:6px 12px 12px 12px; margin:18px 0 0 0;
	}
	.book-now fieldset.borderedSet fieldset {
		padding:6px 0 0 0; margin:0;
	}
	.book-now fieldset.borderedSet legend {
		padding:0 6px;
		color:#0095d9;
		font-weight:bold;
		font-size:1.1em;
	}
	.book-now dl dt {
		float:left; display:inline;
		width:auto;
		margin-right:6px;
	}
	.book-now dl dd {
		float:left; display:inline;
		width:420px;
	}
	.book-now dl dd div {
		color:#333;
		font-size:1.1em;
	}
	.book-now dl dd div span {
		color:#0095d9;
		font-weight:bold;
		font-size:11px;
	}
	div#total {
		margin-bottom:12px;
	}

	.toggle {
		cursor:pointer;
	}
	
	p.notice {
		color:#0095d9;
		font-weight:bold;
		font-size:1.1em;
		padding:12px;
		border:1px dotted #0095d9;
	}
	
	/* book accommodation */
	
	a.show_button {
		background-color:#fff;
		color:#0095d9;
		font-size:1.1em;
		font-weight:bold;
		cursor:pointer;
		padding:4px 18px 4px 12px;
		border:1px solid #fff;
		text-decoration:underline;
	}
	a.show_button:hover {
		text-decoration:none;
	}
	a.show_button_active {
		background:url(/admin/imgs/src/active-arrow.gif) no-repeat right 60%;
		text-decoration:underline;
	}
	a.show_button_loading {
		background:url(/imgs/src/bouncing-loader.gif) no-repeat right 60%;
	}
		
	
	
	/* ----- CLUSTER PAGE ------ */	
	
	div.cluster-end {
		width:100%;
		height:20px;
	}
	
	div.cluster-description {
		margin-bottom:12px;
		padding-bottom:12px;
		background:url(imgs/src/1px.gif) repeat-x bottom left;
	}
	span.promo {
		font-weight:bold;
		display:block;
		margin:12px 0 0 0;
		font-size:1.3em;
	}
	
	div.business {
		margin:0 0 12px 0;
		font-size:1.1em;
		background:url(imgs/src/1px.gif) repeat-x bottom left;
	}
	div.list-element {
		padding:12px;
		display:block;
		margin:0;
		background:none;
	}
	div.business img {
		float:right;
		margin:0 0 6px 12px;
		padding:3px;
		border:1px solid #ccc;
		background:#fff;
		
	}
	div.business h2 {
		margin:0 12px 3px 0;
		font-size:1.4em;
	}
	div.business h3 {
		font-size:1em;
		font-style:italic;
		margin:6px 0;
		line-height:1.4em;
		color:#666;
	}
	div.business span {
		display:block;
		margin:12px 0 0 0;
		background:#fff url(imgs/src/shine.gif) repeat-x 0 0;
		color:#999;
		border:1px solid #aaa;
		padding:2px 3px;
		
	}
	div.business a {
		color:#000;
		text-decoration:none;
	}
	div.business a:hover {
		color:#666;
	}
	
	/* ----- PHOTOS PAGE ------ */	
	
	table#gallery {
		margin:0 0;
	}
	table#gallery  td {
		text-align:center;
	}
	table#gallery td img {
		padding:2px;
		border:1px solid #aaa;
		margin:8px 27px 8px 0;
	}
	
	/* ----- MEMBERS AREA PAGE ------ */	
	
	dl#downloads {
		margin:12px 0;
	}
	dl#downloads dt {
		font-size:135%;
		margin:0 0 12px 0;
		padding:12px 0 0 0;
		background:#fff url(imgs/src/1px.gif) repeat-x top;
	}
	dl#downloads ul {
		margin:0 0 12px 0 ;
	}
	dl#downloads ul li {
		float:left;
		background:#fff url(imgs/src/download.gif) no-repeat 0 50%;
		padding:6px 18px 6px 23px;
		font-size:1.1em;
	}
	form#membersLogin {
		margin:12px 0 0 0;
		padding:8px;
	}
	form#membersLogin label {
		float:left;
		width:100px;
	}
	form#membersLogin input {
		float:left;
	}
	form#membersLogin input {
			
				font-family:Verdana, Arial, Helvetica, sans-serif;
				padding:2px;
				font-size:1.2em;
				width:176px; !important
				width /**/:184px;
	}
			form#membersLogin input.btn {
				width:auto;
			}
			form#membersLogin fieldset {
				margin:0 0 8px;
			}
			form#membersLogin label {
				display:block;
				font-size:110%;
				font-weight:normal;
			}
	
	/* ----- PRIVACY PAGE ------ */
	
	ol.legal {
		margin:16px 16px 48px 16px;
	}
	ol.legal li {
		list-style:lower-roman;
		margin:0 0 6px 0;
	}
	
	/* ----- ABOUT US PAGE ------ */
	
	table.stakeholders {
		margin:12px 0 0 0;
	}
	table.stakeholders td {
		padding:8px;
	}
	
	.required { font-size:1.2em; color:#00959d; }
