in/* CSS Reset Browser Default Code */

body,div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote,th,td,hr { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ol,ul {
	list-style:none;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {	/* get rid of link outlines in firefox */
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}
a:focus {
	outline: none;
}

* { /* Remove Safari/Chrome Input Borders */
	outline: none;
}

/* End CSS Reset Browser Default Code */

/* Start CSS Layout Code */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

div#container {
	position: relative;
	min-height: 100%;
	width: 100%;
	z-index: 1;
	background: #ffffff;
}

/* Start Header Layout */

div#header-container {
	display: block;
	position: relative;
	height: 125px;
	width: 100%;
	border-bottom: 1px solid #929090;
	margin: 0 auto;
	background: #ffffff url(/images/header-container-bg.png) 0 0 repeat-x;
}

div#header-content {
	position: relative;
	display: block;
	height: 125px;
	width: 900px; /* 900px */
	margin: 0 auto;
	padding: 0;
}

img.logo {
	position: absolute;
	top: 14px;
	left: 30px;
	border: none;
}

/* Start Menu Layout - menu styles and layout == Top Menu Nav */

div#menu-container {
	/*
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	height: 43px;
	width: 623px;
	color: #000000;
	margin: 0;
	background: #e6e6e5 url(/images/top-menu-bg.png) 0 0 repeat-x;
	*/	
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	height: 43px;
	width: 705px;
	color: #000000;
	margin: 0;
	background: #e6e6e5 url(/images/top-menu-bg-new.png) 0 0 repeat-x;
}

/* End Menu Layout */

/* End Header Layout */

/* Start Home Ad Rotator Area Styles */

body#home div#rotator-container { 
	display: block;
	position: relative;
	height: 322px;
	width: 100%;
	margin: 0 auto;
	background: #95040f url(/images/home-rotator-container-bg.png) 0 0 repeat-x;
	overflow: hidden;
}

body#home div#rotator-content {
	position: relative;
	display: block;
	height: 322px;
	width: 930px; /* 930px */
	margin: 0 auto;
	padding: 0;
	background: #95040f url(/images/home-rotator-content-bg.png) center bottom no-repeat;
	overflow: hidden;
}

body#home div#rotator-content img{
	height: 322px;
	width: 930px;
}

/* End Home Ad Rotator Area Styles */

/* Start Default Ad Rotator Area Styles */

div#rotator-container { 
	display: block;
	position: relative;
	height: 161px;
	width: 100%;
	margin: 0 auto;
	background: #95040f url(/images/rotator-container-bg.png) 0 0 repeat-x;
	overflow: hidden;
}

div#rotator-content {
	position: relative;
	display: block;
	height: 161px;
	width: 930px; /* 930px */
	margin: 0 auto;
	padding: 0;
	background: #95040f url(/images/rotator-content-bg.png) center bottom no-repeat;
	overflow: hidden;
}

/* End Default Ad Rotator Area Styles */

/* Start Content Layout */

div#copy-container {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0 154px 0;
	z-index: -1;
	background: #ffffff;
}

div#copy-content {
	display: block;
    height: 100%;
	width: 900px; /* 900px */
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: #ffffff url(/images/copy-content-bg.png) right top no-repeat;
}

body#home div#copy-content {
	background: #ffffff;
}

body#home div#copy-panel {
	float: left;
	display: inline; /* IE6 HACK */
	width: 500px; /* 5300px */
	min-height: 396px; /* 422px */
	height: auto !important;
    height: 396px; /* IE6 Hack */
	margin: 0 14px 0 0;
	padding: 26px 0 0 30px;
	background: #ffffff;
}

div#copy-panel {
	float: left;
	display: inline; /* IE6 HACK */
	width: 500px; /* 5300px */
	min-height: 356px; /* 422px */
	height: auto !important;
    height: 356px; /* IE6 Hack */
	margin: 0 59px 0 0;
	padding: 26px 0 40px 30px;
	background: #ffffff;
}

/* Start Right Panel Layout */

div#right-panel-home {
	float: left;
	clear: right;
	width: 356px; /* 356px */
	min-height: 422px;
	height: auto !important;
    height: 422px; /* IE6 Hack */
	padding: 0;
}

div#right-panel-home div#meet-the-team {
	display: block;
	width: 335px; /* 356px */
	height: 170px; /* 196px */
	padding: 26px 0 0 21px;
	background: #ffffff url(/images/meet-the-team-bg.png) right top no-repeat;	
}

div#right-panel-home div#news {
	display: block;
	width: 270px; /* 356px */
	height: 200px; /* 226px */
	padding: 26px 65px 0 21px;
	background: #FFF url('/images/news-bg.png') right top no-repeat;	
	position: relative;
	margin: 0 0 2px 0;
}

div#right-panel-home div#sub-news {
	display: block;
	width: 270px; /* 356px */
	height: 174px; /* 200px */
	padding: 26px 65px 0 21px;
	background: #FFF url('/images/sub-news-bg.jpg') right top no-repeat;
	position: relative;
}

div#right-panel {
	float: left;
	clear: right;
	width: 311px; /* 356px */
	min-height: 356px; /* 422px */
	height: auto !important;
    height: 356px; /* IE6 Hack */
	padding: 26px 0 40px 0;
}

/* End Right Panel Layout */

/* End Content Layout */

/* Start Footer Layout */

div#footer-container {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 154px;
	width: 100%;
	overflow: hidden;
	margin: 0;
	background: #383838 url(/images/footer-container-bg.png) center top repeat-x;
	border-top: 1px solid #d1d1d1;
}

div#footer-content {
	display: block;
	height: 154px; /* 154px */
	width: 900px; /* 900px */
	margin: 0 auto;
	padding: 0;
	position: relative;
}

div#footer-menu {
	position: absolute;
	display: block;
	top: 27px;
	left: 30px;
	width: 840px;
	height: 46px;
	padding: 0;
	margin: 0;
	background: #383838 url(/images/footer-menu-bg.png) 0 0 no-repeat;
}

/* End Footer Layout */

/* End CSS Layout Code */

/* Start Top Menu Nav */

div#cat_470800_divs {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
}
	
#nav_470800, #nav_470800 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 2;
}

#nav_470800 li {
	float: left;
	margin: 0;
	list-style: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	/* width: 10em; /* width needed or e*/
}

#nav_470800 li a {
	display: block;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: 800;
	margin: 0;
	padding: 0;
	height: 46px; /* 46px */
	line-height: 49px;
	vertical-align: middle;
	text-align: center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

#nav_470800 li a:hover {
	color: #ac0017;
}

#nav_470800 li#nav-home {
	width: 91px;
}

#nav_470800 li#nav-people {
	width: 129px;
}

#nav_470800 li#nav-capabilities {
	width: 130px;
}

#nav_470800 li#nav-specialisations {
	width: 161px;
}

#nav_470800 li#nav-news {
	width: 79px;
}

#nav_470800 li#nav-contact {
	width: 112px;
}

body#home li#nav-home a, body#people li#nav-people a, body#capabilities li#nav-capabilities a, body#specialisations li#nav-specialisations a, body#contact li#nav-contact a {
	color: #ac0017;
}

/* Start Sub Menu's */

#nav_470800 li ul {
	position: absolute;
	width: 229px;
	left: -999em;
	padding: 15px 0 10px 0;
	margin: 0 0 0 5px;
	background: url(/images/menu-sub-bottom.png) left bottom no-repeat;
}

#nav_470800 li:hover ul, #nav_470800 li.sfhover ul { /* lists nested under*/
	left: auto;
}

#nav_470800 li ul#navsub_470800_241524 li a, #nav_470800 li ul#navsub_470800_241525 li a, #nav_470800 li ul#navsub_470800_241526 li a, #nav_470800 li ul#navsub_470800_241527 li a, #nav_470800 li ul#navsub_470800_241528 li a, #nav_470800 li ul#navsub_470800_241529 li a {
	display: block;	
	width: 193px; /*229px */
	height: 26px;
	color: #272425;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    text-align: left;
	line-height: 24px;
	vertical-align: middle;
	text-decoration: none;	
	padding: 0 18px;
	margin: 0;
	background: url(/images/menu-sub-bg.png) 0 0 repeat-y;	
}

#nav_470800 li ul#navsub_470800_241524 li a:hover, #nav_470800 li ul#navsub_470800_241525 li a:hover, #nav_470800 li ul#navsub_470800_241526 li a:hover, #nav_470800 li ul#navsub_470800_241527 li a:hover, #nav_470800 li ul#navsub_470800_241528 li a:hover, #nav_470800 li ul#navsub_470800_241529 li a:hover {
	background: url(/images/menu-sub-hover.png) 0 0 repeat-y;
} 

body.shows li#menu-shows, body.entertainment li#menu-entertainment, body.movies li#menu-movies, body.rooms li#menu-rooms, body.packages li#menu-packages, body.tour li#menu-tour, body.hilights li#menu-hilights, body.impressions li#menu-impressions, body.bungarribee li#menu-bungarribee, body.tingha li#menu-tingha, body.buffet li#menu-buffet, body.sports-cafe li#menu-sports-cafe, body.zest li#menu-zest, body.bingo li#menu-bingo, body.raffles li#menu-raffles, body.general li#menu-general, body.facilities li#menu-facilities, body.holiday li#menu-holiday, body.sporting li#menu-sporting, body.become li#menu-become, body.benefits li#menu-benefits, body.special li#menu-special  {
	background: url(/images/menu-sub-hover.png) 0 0 repeat-y;
} 

/* Start Footer Menu's */

div#cat_470803_divs {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
}
	
#nav_470803, #nav_470803 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 2;
}

#nav_470803 li {
	float: left;
	margin: 0;
	list-style: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

#nav_470803 li a {
	display: block;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 800;
	margin: 0;
	padding: 0;
	height: 46px; /* 46px */
	line-height: 44px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif
}

#nav_470803 li a:hover {
	color: #ac0017;
}

#nav_470803 li#footer-home {
	width: 58px; /* 68px */
	padding-left: 10px;
}

#nav_470803 li#footer-people {
	width: 85px;
}

#nav_470803 li#footer-capabilities {
	width: 89px;
}

#nav_470803 li#footer-specialisations {
	width: 110px;
}

#nav_470803 li#footer-contact {
	width: 84px;
}

#nav_470803 li#footer-sitemap {
	width: 84px;
}

/* End Footer Menu Styles */