/* CSS Document */
/*Typography
------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: verdana, tahoma, sans-serif;
	font-size: 62.5%;
	background: url(../images/bg.gif) repeat-y #d2d8db center;
}

/*This makes sure that the font size stays the same in nested elements*/
TH, TD, LI LI, LI P, TD P, BLOCKQUOTE P {
	font-size:1em
	}

form {
	margin: 0;
	padding: 0;
	}	
	
img {
	border:0px;
	}

/*This sets the font size at 11px [but still allows font scaling*/
#content{
	font-size: 1.1em;
	min-height: 340px;
	}
p	{
	padding:0px;
	margin:0 0 10px 0;
	line-height: 1.4em;
	}
h1, h2, h3, h4{
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #fff;
	}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 11px;
}
h6{
	color: #a8e0ff;
	font-size: .9em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	}
h6 span {
	color:#FFFFFF;
	font-size:11px;
	
	
}

A, A:active, A:visited   {
	COLOR: #a8e9ff;
	text-decoration: none;
	outline: none;
	
}
A:hover {
	COLOR: #DBF3FD;
	text-decoration: underline;
}
#footer A, #footer A:active, #footer  A:visited   {
	COLOR: #fff;
	text-decoration: none;
	padding-right: 15px;
}
#footer A:hover {
	COLOR: #fff;
	text-decoration: underline;
}
input, select{
	font-size:10px;
	}

a.btnTop:link, a.btnTop:visited {
	display: block;
	width: 100px; 
	height: 26px;
	background: url(../images/top.jpg) no-repeat;
	}	
a.btnTop:hover { background-image: url(../images/top_rollover.gif); }

a.btnRestaurant:link, a.btnRestaurant:visited {
	display: block;
	width: 127px; 
	height: 26px;
	background: url(../images/btn_restaurant.gif) no-repeat;
	}	
a.btnRestaurant:hover { background-image: url(../images/btn_restaurant_rollover.gif); }


a.btnBackToEvents:link, a.btnBackToEvents:visited {
	display: block;
	width: 151px;
	height: 26px;
	background: url(../images/backtoevents.jpg) no-repeat;
}
a.btnBackToEvents:hover { background-image: url(../images/backtoevents_rollover.gif); }

a.btnPrint:link, a.btnPrint:visited {
	display: block;
	width: 94px;
	height: 26px;
	background: url(../images/printpage.gif) no-repeat;
}
a.btnPrint:hover { background-image: url(../images/printpage_rollover.gif); }

a.btnPrintPDF:link, a.btnPrintPDF:visited {
	display: block;
	width: 94px;
	height: 26px;
	background: url(../images/printpdf.gif) no-repeat;
}
a.btnPrintPDF:hover { background-image: url(../images/printpdf_rollover.gif); }

a.btnEcardPreview:link, a.btnEcardPreview:visited {
	display: block;
	width: 111px;
	height: 31px;
	background: url(../images/butt_ecard_preview.gif) no-repeat;
}
a.btnEcardPreview:hover { background-image: url(../images/butt_ecard_preview_rollover.gif); }

a.btnEcardSend:link, a.btnEcardSend:visited {
	display: block;
	width: 99px;
	height: 31px;
	background: url(../images/butt_ecard_send.gif) no-repeat;
}
a.btnEcardSend:hover { background-image: url(../images/butt_ecard_send_rollover.gif); }

a.btnNext:link, a.btnNext:visited {
	display: block;
	width: 101px;
	height: 31px;
	background: url(../images/search_nextPage.gif) no-repeat;
}
a.btnNext:hover { background-image: url(../images/search_nextPage_rollover.gif); }

a.btnPrev:link, a.btnPrev:visited {
	display: block;
	width: 123px;
	height: 31px;
	background: url(../images/search_prevPage.gif) no-repeat;
}
a.btnPrev:hover { background-image: url(../images/search_prevPage_rollover.gif); }


	
/*Structure
------------------------------------------------------------------*/
#header{
	position:relative;
	background-position: center top;
	text-align: left;
	}
#nav{
	width:760px;
	/*margin: 0 95px;*/
	background-color: #FFF;
	padding-top: 10px;
	}
#content{
	position:relative;
	width:728px;
	/*margin: 0 95px;*/
	text-align: left;
	background-color: #25b1df;
	padding: 7px 16px 10px 16px;
	}
#sidebarL, #sidebarR{
	position: absolute;
	top: 0;
	height: 356px;
	width: 17px;
	background-repeat: no-repeat;
	}
#sidebarL{
	left:0;
	background-image:url(../images/sidebar_left.jpg);
	}
#sidebarR{
	right:0;
	background-image:url(../images/sidebar_right.jpg);
	}
#footer{
	width:740px;
	/*margin: 0 95px;*/
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	vertical-align:bottom;
	text-align: left;
	height: 40px;
	padding: 0px 0 0 20px;
	}

/*Homepage stuff
------------------------------------------------------------------*/
.row01 {
	float: left;
	height: 246px;
	width: 720px;
	}
.row02 {
	padding-top: 10px;
	float: left;
	height: 246px;
	width: 720px;
	}

.live {
	width: 234px;
	height: 246px;
	float: left;
	padding-right: 9px;
	background:url(../images/home/live.jpg) no-repeat;
	}
.live a.link {
	width: 234px;
	height: 194px;
	display: block;
	text-indent: -9999px;
	}
	
.work {
	width: 234px;
	height: 246px;
	float: left;
	padding-right: 9px;
	background:url(../images/home/work.jpg) no-repeat;
	}
.work a.link {
	width: 234px;
	height: 194px;
	display: block;
	text-indent: -9999px;
	}
	
.play {
	width: 234px;
	height: 246px;
	float: left;
	background:url(../images/home/play.jpg) no-repeat;
	}
.play a.link {
	width: 234px;
	height: 164px;
	display: block;
	text-indent: -9999px;
	}
	
.stay {
	width: 234px;
	height: 246px;
	float: left;
	background:url(../images/home/stay.jpg) no-repeat;
	padding-right: 9px;
	}
.stay a.link {
	width: 234px;
	height: 216px;
	display: block;
	text-indent: -9999px;
	}
	
.news {
	width: 234px;
	height: 246px;
	float: left;
	background: url(/images/home/bg.jpg) no-repeat;
	padding-right: 9px;
	}
	
.news ul {
	margin: 8px 13px 0 13px!Important;
	padding: 0!Important;
	list-style: none!Important;
	}
.news li {
	margin: 0!Important;
	padding: 0 0 12px 12px!Important;
	list-style: none!Important;
	background: url(/images/home/arrow.gif) 0 4px no-repeat!Important;
	}
.news li a {
	font-weight: bold;
	}			
	
	
.featureRest {
	width: 234px;
	height: 246px;
	float: left;
	background:url(/images/home/DiningBars.jpg) no-repeat;
	}	
.featureRest .thumb {
	float: left;
	margin: 6px 0 0 12px;
	background: url(/images/bg_frame_sm.gif) no-repeat;
	}
.featureRest .thumb img {
	padding: 0 8px 10px 2px!important;
	}	
.featureRest p {
	float: left;
	width: 98px;
	margin: 6px 0 0 0;	
	}
.featureRest p a {
	margin: 0!important;
	padding: 0!important;
	}		
.featureRest .link {
	float: left;
	margin: 0 0 0 15px;	
	}		
					
.mailingList form {
	margin:  0;
	padding: 0;
	}


/*.hpCell{
	background-color: #1fa5d7;
	width: 234px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px 0px 1px 0px;
	text-align: center;
	}
#hpNews {
	background-color: #84DAF3;
	background-image: url(../images/news_bott.gif) center bottom no-repeat;
	padding: 0 10px 5px 10px;
	width: 214px;
	color: #006ca6;
	height: 208px;
}
#hpNews A, #hpNews A:active, #hpNews A:visited   {
	COLOR: #1690d1;
	text-decoration: none;
	
}
#hpNews A:hover {
	COLOR: #008DD9;
	text-decoration: underline;
}
#hpNews ul{
	padding:0px !important;
	margin:0px !important;
	}
#hpNews li{
	margin:0px;
	background-image: url(../images/bullet_news.gif) !important;
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding: 0px 0px 12px 15px;
	list-style-type: none;
	}
.imageBox{
	background-image: url(../images/img_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
	}
#hpWhatsOn{
	color: #a8e9ff;
	}
#hpWhatsOn ul {
	padding:0px;
	margin:0px;
	text-align: left;
	margin: 0 13px;
	}
#hpWhatsOn  li {
	margin: 0px;
	background-image: url(../images/bullet_whatson.gif) !important;
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding: 0 0 5px 15px !important;
	list-style-type: none;
	}
#hpWhatsOn  A, #hpWhatsOn  A:active, #hpWhatsOn   A:visited   {
	COLOR: #fff;
	text-decoration: none;
	}
#hpWhatsOn  A:hover {
	COLOR: #fff;
	text-decoration: underline;
	}
	*/	
	
#mailingList{
	background-image: url(../images/mailinglist_bottom.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #1fa5d7;
	text-align:center;
	width: 234px;
}
.MLFF{
	width: 134px !important;
	height: 20px;
	margin: 8px 0 0 10px;
	padding: 0px;
	color: #fff;
	background-color: transparent;
	border: none;
	}
	
	
	
	
/*Misc
------------------------------------------------------------------*/
.contactBoxT{ background:url(../images/home/contactBox-top.jpg) top no-repeat; }
.contactBoxM{ background:url(../images/home/contactBox-mid.jpg) top repeat-y; float:right;width: 234px; margin-left: 10px; }
.contactBoxB{ background:url(../images/home/contactBox-btm.jpg) bottom no-repeat; padding:10px;}

.clear{
	clear:both;
	}
.panel{
	background-image: url(../images/panel_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 234px;
	padding-top: 13px;
	}
.panelTtl{
	margin-bottom:15px;
	}
.shazbutt{
	background-image: url(../images/shazbutt-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.shazbutt a:link, .shazbutt a:visited, .shazbutt a:active{
	padding: 10px 10px 10px 5px;
	color: #fff;
	}
.shazbutt a:hover{
	text-decoration: none;
	color: #B5E4F4;
	}
.SBT{
	margin: 10px 0 20px 0;
	}
	
.twoColCell{
	background-image: url(../images/2col_bottom.gif);
	background-color: #1894C8;
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 350px;
	padding: 0 0 10px 9px;
}



.collist{
	width: 100px;
	margin: 15px 0 10px 10px !important;
	margin: 15px 0 10px 5px;
	padding: 0 0 10px 0;
	float:left;
	}
.collist li{
	list-style: none;
	border-left:1px solid #0f79a8;
	margin: 0 0 0;
	padding: 3px 5px 3px 10px ;
	}
.description{
	font-size: 1.1em;
	line-height: 1.3em;
	}
.bonuspadd {
	padding-right: 10px;
	padding-left: 10px;
}
.item{
	background-image: url(../images/swish.gif);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	margin: 0 20px 10px 108px;
	padding: 0 0 15px 0;

}
.thumb{
	float: left;
	background-image: url(../images/box.gif);
	background-repeat: no-repeat;
	padding: 7px;
	margin-left: 7px;
	}
.item h2, .item h6, .item p{
	margin: 0 0 5px 0;
	padding: 0px;
	}
.cell3hdr{
	background-image: url(../images/cell3hdr_top.gif);
	background-repeat: no-repeat;
	width: 356px;
	background-color: #1170A6;
	padding: 5px 10px 1px 10px;
}
.cell3{
	width: 356px;
	background-image: url(../images/cell3_top.gif);
	background-repeat: no-repeat;
	background-color: #1894C8;
	padding: 45px 10px 5px 10px;
	}
.cell4{
	padding-top: 5px;
	background-image: url(../images/cell4_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:346px;
	}
.cell4 .content {
	padding: 1px 10px 10px 10px;
	background-color: #1894C8;

}

.cell4 ul{
	padding: 0px;
	margin: 0px 0px 10px 20px;
	}
.cell4 li{
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}


.cell5  {
	background-image: url(../images/cell5_top.gif);
	background-repeat: no-repeat;
	background-color: #1894C8;
	padding: 10px 15px 5px 15px;
	margin: 0 0 0 1px;
	width: 696px;
	min-height: 347px;
	overflow:hidden;
	}

.cell5 .topright {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 10px;
	background: url() no-repeat top right transparent;
	}
	
.restaurant  {
	background: url(/images/bg_title.gif) no-repeat #1894C8;
	height: 450px;
	}
	
.restaurant .col01 {
	margin-top: 65px;
	width: 320px;
	float: left;
	}
.restaurant h2 {	
	font-size: 2.75em !important;
	}		
.restaurant .col02 {
	margin-top: 65px;
	width: 364px;
	height: 330px;
	float: left;
	background: url(/images/bg_frame_lrg.gif) no-repeat #1894C8;
	}
.restaurant .col02 img {
	padding: 20px 0 0 23px!important;
	}				

.cell6{
 background-image: url(../images/cell5_bott.gif);
 background-repeat: no-repeat;
 background-color: #1894C8;
 padding: 0px 15px 15px 13px;
 margin: 0 ;
 width: 698px;
 background-position: -1px bottom;
 }

.MarinaNav{
 background-color:#2fa2d2;
 margin-left: 1px;
 padding: 0 0 12px 12px;
 width: 183px;
 background-image: url(../images/sn_bottom.gif);
 background-repeat: no-repeat;
 background-position: left bottom;
 }
/*
-------------------------------------
Offer section
-------------------------------------
*/

.twoColCell1{
	background-color: #1894C8;
	width: 372px;
}

.twoColCell2{
	background-color:#199BCF;
	width: 346px;
}


.twoColCellLandscape1{
	background-color: #1894C8;
	width: 448px;
}

.twoColCellLandscape2{
	background-color:#199BCF;
	width: 270px;
}

.twoColCellLandscapeLandscape2{
	background-color:#1A97CD;
	width: 270px;
}
.darkblueleft{
	background-image: url(../images/darkbgbackleft.gif);
	background-color: #1170A6;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	height: 5px;
	width: 5px;
}

.darkblueright{
	background-image: url(../images/darkbgbackright.gif);
	background-color: #1170A6;
	background-repeat: no-repeat;
	background-position: right top;
	float:right;
	height: 5px;
	width: 5px;
}

.lightblueleft{
	background-image: url(../images/lightbgbackleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 4px;
	height: 3px;
}

.lightblueright{
	background-image: url(../images/lightbgbackright.gif);
	background-color: #1894C8;
	background-repeat: no-repeat;
	background-position: right bottom;
	float:right;
	height: 3px;
	width: 4px;
}


.darkbackground{

	background-color: #1170A6;
	padding: 0 0 10px 9px;

}

.wavespacer{
	background-image: url(../images/wavespacer.gif);
	background-color: #1170A6;
	background-repeat: no-repeat;
	background-position: left top;
	height: 39px;
}

.wavespacerLandscape{
	background-image: url(../images/wavespacerLandscape.gif);
	background-color: #1170A6;
	background-repeat: no-repeat;
	background-position: left top;
	height: 39px;
}

.offercontent{
	padding: 0 10px; 10px 9px;
	line-height:20px;
	font-size:110%;

}

.relatedLinks li {
	padding: 3px 0 0 20px !important;
}

#content ul {
	margin: 0;
	padding: 0 20px;
}
#content li {
	margin:0px;
	background-image: url(../images/bullet_relatedlinks.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding: 0px 0px 12px 20px;
	list-style-type: none;
}


/*
-------------------------------------
GUIDE  SECTION
-------------------------------------
*/

.guideBusinessList {
	background-color: #1894C8; 
	padding:10px;
}

.guideBusinessList ul {
	margin:0px !important; 
	padding:0px !important; 
	list-style-type: none;
}

.guideBusinessList li { 
	float: left;
	/* width: 101px;
	padding: 3px 0 0 10px !important;
	background: url(../images/bg_li_business.gif) repeat-y 0 0 transparent !important; */
	width: 112px;
	padding: 0 0 5px 0 !important;
	background-image: none !important;
}

.guideBusinessList li a:link, .guideBusinessList li a:visited { color: #fff; }
.guideBusinessList li a:hover { color: #a8e9ff; }
.guideBusinessList li a.active { 
	color: #a8e9ff; 
	font-weight: normal; 
	text-decoration: underline;
}

ul.inline {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
ul.inline li {
	display: block;
	float: left;
	padding: 0 3px !important;
	background: none !important;
}
twoColCellLandscape1 ul.inline { padding: 0 4px !important; }


ul#searchNav li {
	padding: 0 2px !important;
	line-height: 30px;
}

a#snMap:link, a#snMap:visited {
	display: block;
	width: 142px;
	height: 22px;
	background: url(/images/sn_map.gif) no-repeat top left;
}
a#snMap:hover { background-image: url(/images/sn_map_o.gif); }

a#snInfo:link, a#snInfo:visited {
	display: block;
	width: 142px;
	height: 21px;
	background: url(/images/sn_info.gif) no-repeat top left;
}
a#snInfo:hover { background-image: url(/images/sn_info_o.gif); } 

a#snClub:link, a#snClub:visited {
	display: block;
	width: 142px;
	height: 22px;
	background: url(/images/sn_club.gif) no-repeat top left;
}
a#snClub:hover { background-image: url(/images/sn_club_o.gif); }  

a#snEnq:link, a#snEnq:visited {
	display: block;
	width: 142px;
	height: 22px;
	background: url(/images/sn_enquiry.gif) no-repeat top left;
}
a#snEnq:hover { background-image: url(/images/sn_enquiry_o.gif); }   

div#sidePanel {
	width: 235px; 
	margin: 0;
	padding: 0;
}

div#sidePanel img.multi {
	margin-bottom: 3px;
} 

div.lstColWrap {
	float: left;
	padding-right: 10px;
	background: url(/images/bg_li_business.gif) repeat-y 0 0;
}
div.lstColWrap#cols1 { float: none; }
div.lstColWrap#cols2 { width: 150px; }
div.lstColWrap#cols3 { width: 100px; }
div.lstColWrap a:link, div.lstColWrap a:visited {
	display: block;
	padding: 3px 0 4px 10px;
	color: #fff;
}
div.lstColWrap a.active:link, div.lstColWrap a.active:visited {
	color: #a8e0ff;
	text-decoration: underline;
} 