body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var,optgroup{font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}



/*** Style Definitions ***/
html			{ background:#67b2ff url('http://treasureislandplaycentre.co.uk/images/sky_bg.jpg') repeat-x;font-size:0.8em;font-family:Verdana, Arial, Helvetica, sans-serif; }

/*** Clouds ***/
.clouds					{ width:100%; height:262px; overflow:hidden; }
#clouds-small			{ width:5000px; height:100%; background:url('http://treasureislandplaycentre.co.uk/images/bg-clouds-small.png') repeat-x;}
#cloud2					{ position:relative; top:-262px; }
#clouds-big				{ width:6000px; height:100%; background:url('http://treasureislandplaycentre.co.uk/images/bg-clouds-big.png') repeat-x;}

/*** Header ***/
#logo				{position:absolute; top:10px; left:10px; z-index: 999; float:left;}

#menu				{ float:right; position:absolute; top:20px; right:10px; z-index:10; }

#menu a				{ background:#FFF; color:#67b2ff; border:#AAA 3px solid;  text-decoration:none; padding:10px;
						margin-right:10px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
#menu a.booknow			{ color:#ffcc00;font-weight:700;border:3px solid #ffcc00;}
					
#menu a:hover		{ background:#67b2ff; color:#FFF; border:#FFF 3px solid; text-decoration:none; padding:10px;
						margin-right:10px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}

#menu a.selected	{ background:#AAA; color:#FFF; border:#67b2ff 3px solid; text-decoration:none; padding:10px;
						margin-right:10px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
					
#menu li			{ float:left; }

/*** Body Content ***/

#bodyWrap {
background: url('/images/foot_island.jpg') no-repeat bottom center;
width:100%; height:100%; position:absolute; top:0; left:0; overflow:hidden
}

#wrapper	{ width:100%; height:100%; position:absolute; top:0; left:0; overflow:hidden;
}

#mask		{ width:600%; height:100%;}

.box		{ width:16.6%; height:100%; float:left;}
.box p	{ padding: 10px 40px 10px 40px;}




.content {width:60%; height:60%; top:15%; margin: 0 auto; z-index:10; position:relative; background:rgba(255,255,255, 0.3);
				border-radius:35px; -moz-border-radius:35px; -webkit-border-radius:35px; border:5px solid #fff;}

/*.inner { width:95.2%; height:91%; background:rgba(255, 255, 255, 0.3); border-radius:30px; -moz-border-radius:30px;
					-webkit-border-radius:30px; margin:5px; padding:15px; top:5px; position:relative;}*/

					
.textContain {
height: 88%;
}

h1, h2, h3, h4, h5, h5, h6, h7 {
margin: 10px 20px;
color: 			#024F9D;
font-size: 		1.4em;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
}

ul.doList {
list-style-type:circle;
}
#palm {
	float: left;
	margin:0;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index:999;
}
#facebook {
	position: absolute;
	bottom: 15px;
	right: 200px;
	z-index:999;
}
#wifi {
	position: absolute;
	bottom: 70px;
	right: 200px;
	z-index:999;
}
#chest {
	margin: 5px;
	position: absolute;
	bottom: 20px;
	right: 0;
}

#footerContain {
	width: 100%;
	height: 180px;
	position: absolute;
	bottom: 0;
	clear: both;
}


#footerContent {
font-size: 1em;
margin-top: 80px;
text-decoration: none;
position: relative;
}

#footerContent a {
text-shadow: #000 0 0 1px;
color: #FEBE00;
text-decoration: none;
}
#footerContent a:hover{
color: #024F9D;
text-decoration: underline;
text-shadow: none;
}
span.business {
font-size: 0.6em;
color: #000;
}
#smallMap {
width: 425px;
height: 350px;
border: 1px solid #024F9D;
float: right;
margin: 7px;
}
div.opening {
	color:#FF0000;
	text-align: center;
	font-size: 0.8em;
}
.opening span{
font-weight:bold;
text-decoration: underline;
}
.hoursException {
color:#0000FF;
font-weight:bold;
text-decoration: underline;
}
.error {
	color: #FF0000;
	font-weight: bold;
	font-size:0.8em;
}

/*  tooltips stuff */
a.tooltip span {
display: none;
padding: 2px 3px;
margin-left: 8px;
width: 130px;
}

a.tooltip:hover span{
display: inline;
position: absolute;
background: #ffffff;
border: 2px solid #0054A6;
font: italic bold 12px arial;
text-decoration: none;
color: #000;
z-index: 10000;
}
a.tooltip2 span {
display: none;
width: 168px;
}

a.tooltip2:hover span{
display: inline;
position: absolute;
bottom: -23px;
background: #ffffff;
border: 1px solid #000;
font: italic bold 13px arial;
text-decoration: none;
text-align: center;
color: #0054A6;
}
/* end tooltip stuff */

.text-input {
color: #5EADFC;
border: 1px solid #000;
margin: 2px;
}
.email-error {
color: #ff0000;
font-weight: bold;
font-size: 0.75em;
margin:0;
}

fieldset {
border: 0;
}




/*Main Container*/
.container {
	width:100%;	
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 319px;	
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
}
.date_input{
background: url('/images/date/field.png') no-repeat top left;
border:0;
width:290px;
height:26px;
font-size:1.4em;
color:#0033FF;
cursor: pointer;
cursor: hand;
}
/*party Booking Form */
.booking-error {
	color: #FF0000;
	font-weight: bold;
	font-size:0.9em;
	float:right;
	margin-right:40px;
}

div.partyFormBlock {
border: 3px double #92BBFB;
margin: 6px;
}
label.partyFormLabel {
float:left;
width:200px;
text-align:left;
background: url('/images/formArrow.png') no-repeat center right;
font-size:0.9em;
color: #000;
padding-left:10px;
}
p.partyFormNote {
font-size:0.9em;
color: #024F9D;
font-style:italic;
}
p.partyFormHead {
font-size:1.2em;
color: #024F9D;
font-weight:bold;
}
.partyFormHead span {
font-size:0.75em;
color: #EE3323;
font-weight:normal;
}
table.partyExtras {
border:0;
width: 98%;
margin:0 auto 0 auto;
position:inherit;
}
.partyExtras td{
width:10%;
text-align:center;
border: 3px double #92BBFB;
}
td.extrasOption {
border: 3px double #92BBFB;
width:70%;
text-align:left;
padding:5px;
}
.time {
margin-left: 210px;
font-size:0.9em;
}

.newsletterContain {
width: 250px;
height:150px;
background: url('/images/newsletterForm.png') no-repeat left top;
margin:5px;
float:right;
}
#newsletter-form {
padding:60px 30px 10px 15px;
}
/*end party Booking Form */
div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
	z-index: 2000;
}
.datepickerContainer {
	background: #121212;
	position: absolute;
	top: 10px;
	left: 10px;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url('/images/date/datepicker_t.png');
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	background: url('/images/date/datepicker_b.png');
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url('/images/date/datepicker_l.png');
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url('/images/date/datepicker_r.png');
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url('/images/date/datepicker_tl.png');
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url('/images/date/datepicker_tr.png');
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url('/images/date/datepicker_bl.png');
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url('/images/date/datepicker_br.png');
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #eee;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
	cursor: pointer;
	cursor: hand;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #666;
}
tbody.datepickerDays td.datepickerSelected{
	background: #136A9F;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}

.teatime {
float:right;width:200px;height:250px;background:url('/images/teatime_bg.jpg') no-repeat top left;
}
.teatimeTitle {
margin:45px 15px 0 15px;font-family:Comic Sans MS, cursive;color:#FFFF00;font-size:1.6em;text-align:center;
}
.teatimeDesc {
margin:3px 10px 0 10px;font-family:Comic Sans MS,Geneva, Arial, Helvetica, sans-serif;color:#ffffff;font-size:1.15em;text-align:center;
}
