@charset "utf-8";
*, html {
	margin: 0;
	padding: 0;
}
body  {
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ECE9D8;
	background-image: url(../images/background_tile.jpg);
	background-repeat: repeat-x;
}
.thrColAbsHdr #container {
	position: relative;
	width: 780px;
	background: #FFF;
	margin: 0 auto; 
	border: 1px solid #000;
	text-align: left;
	background-color: #A06F9E;
	border-right: 4px solid #636;
	border-bottom: 4px solid #636;
	border-left: 4px solid #C49EC2;
} 
.fltrt { 
	float: right;
	margin: 2px 0 5px 8px;
	border: 2px solid #FC0;
}
.fltlft { 
	float: left;
	margin: 2px 8px 5px 0;
	border: 2px solid #FC0;
}

/*******************************
**       HEADER STYLES        **
********************************/

.thrColAbsHdr #header {
	height: 170px; 
	background: #a06f9e;
	padding: 0 10px 0 20px; 
}
.thrColAbsHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
#bannerpic {
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 10;
}
#headerlogo {
	position: absolute;
	left: 10px;
	top: 20px;
	border: 0;
}
#stimulate {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 240px;
	top: 2px;
	z-index: 5;
}
#onlineshop {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 20;
}

/*******************************
**       SIDEBAR1 STYLES      **
********************************/

#sidebar1 {
	position: absolute;
	top: 170px;
	left: 4px;
	width: 180px;
	background: #EBEBEB;
	padding: 0 0 10px 10px;
	background-color: #a06f9e;
}
#sidebar1 p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;	
	font-size: 9px;	
}
#googlelink {
	width: 119px;
	height: 61px;
	margin: 25px 0 0 25px;
	background-image: url(../images/infoback.gif);
	background-repeat: no-repeat;
}
#googlelink p {
	width: 65px;
	margin-left: 47px;
	margin-top: 19px;
	line-height: 11px;
	float: left;
}
#googlelink a {
	color: #ECE9D8;
	text-decoration: none;
}
#googlelink a:hover {
	color: #FFF;
	text-decoration: underline;
}
#infosymbol {
	float: left;
	left: 45px;
	top: 250px;
	position: absolute;
}
#addressDetails {
	margin-top: 30px;
	padding-left: 5px;
}
#addressDetails table, #addressDetails td {
	font-size: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#addressDetails p {
	margin-left: 40px;	
	border: 1px dashed green;
}
#addressDetails a {
	color: #ECE9D8;
	text-decoration: none;
}
#addressDetails a:hover {
	color: #FFF;
	text-decoration: underline;
}
#addressDetails img {
	margin-right: 5px;
}
/*******************************
**       SIDEBAR2 STYLES      **
********************************/

#sidebar2 {
	position: absolute;
	top: 170px;
	right: 4px;
	width: 130px;
	background: #EBEBEB;
	padding: 0 5px 15px 5px;
	background-color: #a06f9e;
	height: 400px;
}
#sidebar2 h1 {
	margin: 0 0 -5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 10px;
	color: #FFF;
}
#sidebar2 p {
	font-size: 9px;
	margin: 0;
	padding: 5px 10px 5px 5px;
	line-height: 12px;
	width: 110px;
}
#sidebar2 a {
	color: #6F0;
	text-decoration: none;
}
#sidebar2 p a:hover {
	color: #FFF;
}
#newsbar {
	background: url(../images/greenboxback.gif) repeat-y;
	margin-bottom: 15px;
}
#newsbar h1 {
	background: url(../images/greenboxtop.gif) no-repeat left top;
}
#newsbar p {
}
#eventsbar {
	background: url(../images/greenboxback.gif) repeat-y;
	margin-bottom: 15px;
}
#eventsbar h1 {
	background: url(../images/greenboxtop.gif) no-repeat left top;
}
#eventsbar p {

}
#shopbar {
	background: url(../images/orangeboxback.gif) repeat-y;
}
#shopbar h1 {
	background: url(../images/orangeboxtop.gif) no-repeat left top;
	padding-bottom: 2px;
}
#shopbar p {

}
p#product {
	font-style: italic;
	width: 25px;
	float: left;
}
#shopbar img {
	margin: 0 5px 5px 7px;
	float: left;
	border: 1px solid #FFFF00;
}
.greenline {
	border-bottom: 1px solid #66FF00;
}
.greenboxbottom {
	background: url(../images/greenboxbottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
}
#orangeboxbottom {
	background: url(../images/orangeboxbottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
}
#orangeboxbottom div {
	clear: both;
}

/*******************************
**     MAIN CONTENT STYLES    **
********************************/

#mainContent {
	position: relative;
	min-height: 480px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	cursor: default;
}
#mainContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
}
#mainContent h2 {
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	margin: 10px 0;
}
#mainContent h3 {
	font-size: 10px;
	font-style: italic;
	color: #C9F;
	margin-top: 2px;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #F8F83F;
	margin: 10px 0;
}
#mainContent p a {
	text-decoration: none;
	color: #FC0;
}
#mainContent p a:hover {
	text-decoration: underline;
	color: #FFF;
}
#highlights {
	margin-top: 30px;

}
#highlights img {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
#highlights p {
	margin-left: 70px;
}
#highlights h2 {
	font: bold 14px "Trebuchet MS", Helvetica, sans-serif;
}
#attractionpics {
	margin-top: 30px;
}
#attractionpics img {
	border: 0;
	margin: 0 1px;
}

/****  attraction page rollover buttons  *****/
.rollbox {
	position: absolute;
}
.rollbox .hotspot {
	position: absolute;
}
.rollbox .link {
	position: absolute;
}
.rollbox a {
	text-decoration: none;
}
#rollbox1, #rollbox5 {
	top: 30px;
	left: 50px;
	width: 220px;
	height: 200px;
}
#rollbox1 .hotspot, #rollbox5 .hotspot {
	bottom: 0;
	right: 0;
	width: 178px;
	height: 177px;
	background: url(../images/mazebutton.jpg) no-repeat left bottom;
	z-index: 5;
}
#rollbox5 .hotspot {
	background: url(../images/retailbutton.jpg) no-repeat left bottom;
}
#rollbox1 .link, #rollbox5 .link{
	top: 30px;
	left: 5px;
	z-index: 10;
	text-decoration: none;
}
#rollbox1 a:hover .link p, #rollbox5 a:hover .link p {
	color: #FFF;
}
#rollbox2, #rollbox6 {
	top: 30px;
	right: 50px;
	width: 200px;
	height: 220px;
}
#rollbox2 .hotspot, #rollbox6 .hotspot {
	bottom: 0;
	left: 0;
	width: 158px;
	height: 198px;
	background:  url(../images/golfbutton.jpg) no-repeat left bottom;
	z-index: 5;
}
#rollbox6 .hotspot {
	background: url(../images/online-button.jpg) no-repeat left bottom;
}
#rollbox2 .link, #rollbox6 .link {
	top: 20px;
	right: 25px;
	z-index: 10;
}
#rollbox3, #rollbox7 {
	top: 240px;
	left: 50px;
	width: 230px;
	height: 200px;
}
#rollbox3 .hotspot, #rollbox7 .hotspot {
	top: 0;
	right: 0;
	width: 206px;
	height: 165px;
	background: url(../images/illusionbutton.jpg) no-repeat left bottom;
}
#rollbox7 .hotspot { 
	background: url(../images/lolly-button.jpg) no-repeat left bottom;
}
#rollbox3 .link, #rollbox7 .link {
	bottom: 10px;;
	left: 0;
}
#rollbox4, #rollbox8 {
	top: 260px;
	right: 50px;;
	width: 200px;
	height: 200px;
}
#rollbox4 .hotspot, #rollbox8 .hotspot {
	top: 10px;
	left: 0;
	width: 178px;
	height: 170px;
	background: url(../images/puzzlebutton.jpg) no-repeat left bottom;
}
#rollbox8 .hotspot {
	background: url(../images/choc-button.jpg) no-repeat left bottom;
}
#rollbox4 .link, #rollbox8 .link {
	bottom: 20px;
	right: 0;
}
#rollbox1 a:hover .hotspot, #rollbox2 a:hover .hotspot, #rollbox3 a:hover .hotspot, #rollbox4 a:hover .hotspot, #rollbox5 a:hover .hotspot, #rollbox6 a:hover .hotspot, #rollbox7 a:hover .hotspot, #rollbox8 a:hover .hotspot {
	background-position: left top;
}
#rollbox1 a:hover .link p, #rollbox2 a:hover .link p, #rollbox3 a:hover .link p, #rollbox4 a:hover .link p, #rollbox5 a:hover .link p, #rollbox6 a:hover .link p, #rollbox7 a:hover .link p, #rollbox8 a:hover .link p {
	color: #fff;
}
ul {
	list-style: none;
	margin-left: 40px;	
}
li {
	font: normal 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
li a {
	text-decoration: none;
}
li a:link {
	color: #FF0;
}
li a:visited {
	color: #C9F;
}
li a:hover {
	color: #636;
}
li a:active {
	color: #FFF;
}
h2#nextback {
	font: normal 10px "Franklin Gothic Demi Cond", Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0;
	right: 0;
	color: #636;
}
h2#nextback a {
	color: #636;
	text-decoration: none;
}
h2#nextback a:hover {
	color: #F8F83F;
}
table#prices {
	width: 540px;
}
table#prices caption {
	font: normal 10px "Franklin Gothic Demi Cond", Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
table#prices thead tr th {
	text-align: center;
	padding-left: 0;
}
table#prices th {
	width: 90px;
	padding: 4px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
table#prices td {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
table#prices tr.odd {
	background-color: #96C;
}
table#prices tr.even {
	background-color: #969;
}
#pano {
	cursor: pointer; 
}
img#geoffsign {
	margin-left: 150px;
}
.newslist li {
	position: relative;
	margin-left: 50px;
}
.newslist li .newsdate {
	position: absolute;
	margin-left: -60px;
	width: 50px;
}
#taploop {
	border: none;
}
.noborderfloatright {
	float: right;
	margin: 2px 0 2px 8px;
}
.noborderfloatleft {
	float: left;
	margin: 2px 8px 2px 0;
}
.buttonlink {
	text-decoration: none;
}
.buttonlink img {
	float: left;
	clear: left;
	border: none;
}
.buttonlink strong {
	color: #FC0;
}
.buttonlink:hover strong {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
.attraction {
	min-height: 100px;
}
.toplink {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #FC0; 
	margin: 5px 0 10px 110px;
	text-decoration: none;
}
.toplink:hover {
	color: #FFF;
}
#contactform {
	margin: 20px 0 20px 50px;
}
#contactform td {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #F8F83F;
}
.buytix a {
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	color: #FF0;
	text-decoration: none;
	border-bottom: 1px dotted #FF0;
}
.buytix a:hover {
	color: #FFF;
	border-bottom: 1px dashed #FFF;
}


/*******************************
**        FOOTER STYLES       **
********************************/

#footer {
	position: relative;
	background:#a06f9e;
	background-image:url(../images/footerright.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	height: 70px;
	width: 780px;
	padding: 0;
	margin: 0;
}
#footer div {
	height: 70px;
	background: url(../images/footerleft.jpg) no-repeat left;
}
#footer p {
	margin: 0;
	padding: 0 0 5px 20px;
	color: #A06F9E;
	font-size: 9px;
	position: absolute;
	bottom: 0;
}
#footer a {
	text-decoration: none;
}
#footer a:link {
	color: #A06F9E;
}
#footer a:visited {
	color: #785376;
}
#footer a:hover {
	color: #CCC;
}
#footer a:active {
	color: #FFF;
}
#credits {
	color: #785376;
	font-size: 9px;
}
#copynotice{
	position: absolute;
	left: 5px;
	margin-top: 5px;
}
#author {
	position: absolute;
	right: 5px;
	margin-top: 5px;
}
#author a:link {
	color: #785376;
	text-decoration: none;
}
#author a:hover {
	color: #471012;
}