* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #2d0026;
	background: #3f1639 url(../images/bg_header.gif) repeat-x top;
	width: 774px;
	margin: 0 auto 1em auto;
	padding: 0;
}

/* ========== PAGE TITLES ========== */
div.page-title {
	padding: 0 11px;
}
div.page-title h1 {
	display: none;
}
div.page-title img {
	display: block;
	padding: 1em 0;
}

div.page-intro {
	background: #9e858a;
	color: #fff;
	border-bottom: 1px solid #2d0026;
	padding: 8px 18px;
	width: 724px;
}
div.page-intro h1 {
	display: none;
}
div.page-intro p {
	margin: 0;
	float: right;
	width: 360px;
	color: #ffe6fb;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.3em;
	letter-spacing: 1px;
}
div.page-intro p span {
	font-size: 1.4em;
	font-weight: bold;
}
div.page-intro img {
	display: block;
	margin: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	font-weight: normal;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #804076;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
p {
	margin: 1em 0;
	line-height: 1.4em;
}
p, li {
	font-size: 1.0em;
}
img {
	border: 0;
}
img.img-float-left {
	display: block;
	float: left;
	margin: 8px 8px 0 0;
}
img.flash {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #3f1639;
	padding-bottom: 1px;
	background: #fff;
}

div.img-strip {
	padding-top: 10px;
}
div.img-strip img {
	display: block;
	margin-bottom: 10px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #804076;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited {
	color: #804076;
}
a:active, a:hover {
	color: #ad0d2b;
}

/* ========== MAIN PAGE ELEMENTS ========== */
div#header {
	background: transparent url(../images/bg_b_logo.gif) no-repeat bottom right;
	height: 165px;
	width: 760px;
	margin: 0 auto;
}
div#header img {
	display: block;
	padding-top: 8px;
}
div#content-container {
	background: url(../images/shadow_sides.gif) repeat-y;
	margin: 25px 0 0 0;
	width: 774px;
}
div#content-container img {
	display: block;
}
div#content-surround {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 8px;
}
div#footer {
	color: #FEFDCA;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	letter-spacing: 1px;
}
div#footer p {
	margin: 0;
}
div#footer a:link, div#footer a:visited {
	text-decoration: none;
	color: #FEFDCA;
}
div#footer a:active, div#footer a:hover {
	text-decoration: underline;
	color: #FEFDCA;
}

/* ========== NAVIGATION ========== */
div#navbar {
	width: 760px;
	margin: 0 auto;
}
div#navbar ul {
	list-style: none;
	padding: 10px 0 9px 0;
}
div#navbar ul li {
	display: inline;
	background: url(../images/bullet_arrow_gold.gif) no-repeat 0 0.9em;
	padding: 7px 27px 8px 15px;
	letter-spacing: 1px;
}
div#navbar ul li a {
	text-decoration: none;
	font-weight: normal;
}
div#navbar ul li a:link, div#navbar ul li a:visited {
	color: #fff;
}
div#navbar ul li a:active, div#navbar ul li a:hover {
	color: #cd96db;
}
div#navbar ul li a#active {
	color: #cd96db;
}

div#top-nav {
	width: 350px;
	float: right;
	margin-top: 50px;
	text-align: right;
}
div#top-nav {
	list-style: none;
}
div#top-nav ul li {
	display: inline;
	background: url(../images/bullet_arrow_pink.gif) no-repeat 0 0.4em;
	padding: 0 15px 0 9px;
}
div#top-nav a {
	text-decoration: none;
}
div#top-nav a:link, div#top-nav a:visited {
	color: #e1a660;
}
div#top-nav a:active, div#top-nav a:hover {
	color: #CD96DB;
}
div#top-nav img {
	display: block;
	margin-left: auto;
	padding-top: 35px;
}
div#top-nav a#active {
	color: #CD96DB;
}

/* ========== SECTION BOXES ========== */
div.section-box {
	width: 252px;
	background: #9e858a;
	float: left;
	color: #fff;
}
div.section-box-middle {
	width: 254px;
	background: #9e858a;
	border-width: 0 1px;
	border-style: solid;
	border-color: #2d0026;
	float: left;
	color: #fff;
}
div.section-box p, div.section-box-middle p {
	margin: 0 18px 0.8em 18px;
	line-height: 1.2em;
}
img.section-title {
	display: block;
	padding: 16px 18px;
}
img.section-pic {
	border-width: 1px 0;
	border-style: solid;
	border-color: #2d0026;
}
div.section-box ul, div.section-box-middle ul {
	list-style: none;
	background: #90725a url(../images/bg_section_nav.gif) repeat-x bottom;
	border-bottom: 1px solid #000000;
}
div.section-box ul li, div.section-box-middle ul li {
	background: url(../images/arrow_circle_purple.gif) no-repeat 0.1em 0.8em;
	padding: 12px 0 12px 29px;
	text-transform: uppercase;
	font-size: 0.9em;
}
div.section-box ul a, div.section-box-middle ul a {
	font-weight: bold;
	text-decoration: none;
}
div.section-box ul a:link, div.section-box ul a:visited, div.section-box-middle ul a:link, div.section-box-middle ul a:visited {
	color: #2d0026;
}
div.section-box ul a:active, div.section-box ul a:hover, div.section-box-middle ul a:active, div.section-box-middle ul a:hover {
	color: #fefdca;
}

div#content-decoration {
	background: url(../images/bg_conent_decoration.gif) repeat-x top;
	clear: both;
	padding: 0 0 1px 0;
}

/* ========== TWO COLUMN LAYOUT ========== */
div#left-column {
	width: 368px;
	float: left;
	background: url(../images/bg_column_divide.gif) no-repeat top right;
	padding-right: 8px;
}
div#right-column {
	width: 377px;
	float: left;
	padding-left: 7px;
}
div#left-column p, div#right-column p {
	font-size: 0.9em;
	/*margin: 0 11px 1em 11px;*/
}

/* alternative column layouts */
div#left-block {
	width: 367px;
	float: left;
	padding: 0 5px 0 8px;
}
div#right-block {
	width: 367px;
	float: left;
	padding: 0 8px 0 5px;
}
div#left-block p, div#right-block p {
	font-size: 0.9em;
}


div#left-block-thin {
	width: 299px;
	float: left;
	padding: 0 5px 0 8px;
}
div#right-block-wide {
	width: 435px;
	float: left;
	padding: 0 8px 0 5px;
}
div#left-block-thin p, div#right-block-wide p {
	font-size: 0.9em;
}

div.block-feature {
	background: #dbd3cc;
	margin-top: 10px;
	width: 100%;
	padding-bottom: 1px;
}
div.block-feature h5 {
	background: #3d1336 url(../images/bg_heading_purple.gif) repeat-x top;
	font-weight: normal;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 10px 7px 10px;
	margin: 0;
}
div.block-feature p {
	margin-left: 10px;
	margin-right: 10px;
}



/* right block split column */
div#right-block-main {
	width: 288px;
	float: left;
	margin: 10px 12px 0 0;
}
div#right-block-side {
	width: 67px;
	float: left;
	margin: 0;
}
div#right-block-side img {
	display: block;
	margin-top: 10px;
}
div#right-block-side h3 {
	text-align: center;
	font-size: 0.9em;
	text-transform: uppercase;
	background: url(../images/bullet_arrow_down.gif) no-repeat bottom;
	padding-bottom: 1em;
	font-weight: bold;
	color: #594E9A;
	margin-bottom: 0;
}

/* ========== BOX STYLES ========== */
div.feature-box {
	background: #dbd3cc;
	width: 100%;
	padding-bottom: 8px;
	margin-top: 9px;
}
div.feature-box h3 {
	background: #3d1336 url(../images/bg_heading_purple.gif) repeat-x top;
	font-weight: normal;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 10px 7px 10px;
	margin: 0;
}
div.feature-item {
	clear: both;
	width: 352px;
	padding: 8px 8px 0 8px;
}
div.feature-item img {
	float: left;
	margin: 0 8px 8px 0;
	display: block;
	border: 1px solid #804076;
}
div.feature-item h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	color: #ad0d2b;
	margin: 0;
}
div.feature-item p {
	line-height: 1.2em;
	margin: 0.8em 0 0 0;
}

/*div.nosh-box {
	width: 172px;
	float: left;
	padding: 8px 8px 0 8px;
}
div.nosh-box img {
	display: block;
	border-width: 1px 0;
	border-style: solid;
	border-color: #804076;
}
div.nosh-box p {
	margin: 0.4em 0 0 0;
}*/
div#nosh-brands {
	margin: 20px 0 11px 0;
}
div#nosh-brands img {
	float: left;
	margin-right: 1px;
}


/* ========== ROOM BOXES ========== */
div.room-box {
	background: #dbd3cc;
	margin-top: 10px;
	width: 367px;
}
div.room-box h5 {
	background: #3d1336 url(../images/bg_heading_purple.gif) repeat-x top;
	font-weight: normal;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 10px 7px 10px;
	margin: 0;
}
div.room-inner {
	width: 347px;
	padding: 0 10px;
}
div.room-inner ul {
	list-style: none;
	font-size: 0.9em;
	margin: 0 0 0 20px;
	padding-bottom: 10px;
}
div.room-inner ul li {
	background: url(../images/bullet_spiral.gif) no-repeat 0 0.7em;
	padding: 0.5em 0 0.3em 18px;
	letter-spacing: 1px;
	/*color: #804076;*/
	color: #594E9A;
	font-style: italic;
}
div.room-inner h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0.4em 0;
	color: #594E9A;
}
img.room-thumb {
	display: block;
	margin: 7px;
	border: 4px solid #b3906d;
	float: left;
}
p.room-detail {
	margin-bottom: 0;
}
p.room-detail a {
	padding: 3px 0 2px 16px;
}
p.room-detail a:link, p.room-detail a:visited {
	background: url(../images/icon_magnify.gif) no-repeat 0 0.3em;
}
p.room-detail a:active, p.room-detail a:hover {
	background: url(../images/icon_magnify_hover.gif) no-repeat 0 0.3em;
}
div.room-box h3 {
	padding: 3px 0 0 45px;
	margin: 0;
	text-transform: uppercase;
	color: #fefefe;
	letter-spacing: 5px;
	font-size: 2.0em;
}
p.room-label {
	margin: 4px 0 0 45px;
	color: #FFB870;
	letter-spacing: 1px;
}
div.room-one {
	background: #3e1537 url(../images/roomlabel_1.gif) no-repeat top left;
	padding-bottom: 9px;
}
div.room-two {
	background: #3e1537 url(../images/roomlabel_2.gif) no-repeat top left;
	padding-bottom: 9px;
}
div.room-three {
	background: #3e1537 url(../images/roomlabel_3.gif) no-repeat top left;
	padding-bottom: 9px;
}
div.room-four {
	background: #3e1537 url(../images/roomlabel_4.gif) no-repeat top left;
	padding-bottom: 9px;
}
div.room-five {
	background: #3e1537 url(../images/roomlabel_5.gif) no-repeat top left;
	padding-bottom: 9px;
}
div.room-six {
	background: #3e1537 url(../images/roomlabel_6.gif) no-repeat top left;
	padding-bottom: 9px;
}
p.room-rate {
	background: #fce8d7;
	margin: 0.8em 0 0 0;
	padding: 3px 10px;
	font-weight: bold;
	color: #AD0D2B;
}
div.room-one a, div.room-two a, div.room-three a, div.room-four a, div.room-five a, div.room-six a {
	font-weight: normal;
}
div.room-one a:link, div.room-two a:link, div.room-three a:link, div.room-four a:link, div.room-five a:link, div.room-six a:link {
	color: #fff;
}
div.room-one a:visited, div.room-two a:visited, div.room-three a:visited, div.room-four a:visited, div.room-five a:visited, div.room-six a:visited {
	color: #fff;
}
div.room-one a:active, div.room-two a:active, div.room-three a:active, div.room-four a:active, div.room-five a:active, div.room-six a:active {
	color: #fff;
}
div.room-one a:hover, div.room-two a:hover, div.room-three a:hover, div.room-four a:hover, div.room-five a:hover, div.room-six a:hover {
	color: #CD96DB;
}

/* ========== PHOTO MONTAGE ========== */
table.room-montage td {
	vertical-align: top;
}
table.room-montage img {
	display: block;
}
table.room-montage tr td.montage-top {
	border-bottom: 2px solid #bcaea3;
}
table.room-montage tr td.montage-mid1 {
	border-right: 2px solid #bcaea3;
}
table.room-montage tr td.montage-bottom {
	border-top: 2px solid #bcaea3;
}
table.room-montage tr td.montage-msg {
	border-top: 2px solid #bcaea3;
	background: #EBDED1;
}
table.room-montage tr td.montage-msg p {
	margin: 7px 10px;
}

/* ========== TARIFF TABLE ========== */

table.tariff {
	width: 415px;
	margin: 10px;
	border-bottom: 1px solid #bcaea3;
}
table.tariff th {
	text-align: left;
	color: #84006e;
	padding: 0 25px 7px 0;
}
table.tariff td {
	vertical-align: top;
}
table.tariff tr td {
	padding: 7px 25px 7px 0;
	border-top: 1px solid #bcaea3;
}
table.tariff tr td.name {
	text-align: right;
	font-weight: bold;
}
div.room-links {
	background: #EBDED1;
}
div.room-links img {
	float: left;
	margin: 0 20px 15px 10px;
}

/* ========== ENQUIRY FORM ========== */
div#enquiry-form {
	font-size: 0.9em;
	margin: 0 10px 10px 10px;
}
div#enquiry-form label {
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}
div#enquiry-form input.box, div#enquiry-form textarea.box, div#enquiry-form select {
	border: 1px solid #625374;
	width: 198px;
	margin-bottom: 7px;
	background: #ebded1 url(../images/bg_formbox.gif) repeat;
	color: #804076;
}
div#enquiry-form input.button {
	background: #625374;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	border: 0;
	padding: 1px 4px;
	margin: 5px 5px 0 0;
}

div#content-decoration input.button {
	background: #625374;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	border: 0;
	padding: 1px 4px;
	margin: 5px 5px 0 0;
}
div.attributename {
	font-weight: bold;
}
td.attributeinput {
	padding: 0 0 5px 0;
}

ul.list {
	list-style: none;
}
ul.list li {
	padding-bottom: 4px;
}
ul.list b {
	padding-left: 7px;
}

div#content-decoration ul {
	list-style: none;
	font-size: 0.9em;
	margin: 0;
	padding-bottom: 10px;
}
li.list {
	background: url(../images/bullet_spiral.gif) no-repeat 0 0.7em;
	padding: 0.5em 0 0.3em 18px;
	letter-spacing: 1px;
	/*color: #804076;*/
	color: #594E9A;
	font-style: italic;
}

div.required, font.required {
	color: #AD0D2B;
	font-weight: bold;
}

/* ========== OTHER STUFF ========== */
ul.pdf-list {
	list-style: none;
	font-size: 0.9em;
	margin: 0 10px;
}
ul.pdf-list li {
	background: url(../images/bullet_pdf.gif) no-repeat 0 1.2em;
	padding: 1.1em 0 1.2em 20px;
	border-top: 1px solid #bcaea3;
}
div.membership-box {
	width: 170px;
	background: #625374;
	float: right;
	margin: 10px;
	color: #fff;
}
div.membership-box h4 {
	margin: 10px 0 0 10px;
	color: #fff;
}
div.membership-box a:link, div.membership-box a:visited {
	color: #c298f5;
}
div.membership-box a:active, div.membership-box a:hover {
	color: #E5D4FB;
}
span.poweredphplist {
	display: none;
}

address {
	display: inline;
	font-style: normal;
}
div.clear-it {
	clear: both;
	height: 1px;
}
div.clear-it img {
	display: block;
}
div.hr {
	border-top: 1px solid #a99792;
	margin: 0 8px 0 0;
}
div.hr hr {
	display: none;
}
img.float-right {
	float: right;
	margin: 15px 10px;
}
div.img-strip-bottom {
	margin: 20px 0 0 0;
	padding-left: 2px;
	background: #68584b;
}
div.img-strip-bottom img {
	float: left;
	padding: 8px 0;
	margin: 0 7px;
}

/* ========== GALLERY STYLES ========== */
ul.gallery {
	list-style: none;
}
ul.gallery li {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}


div.gallery-cat {
	background: #EBDED1;
	width: 170px;
	float: left;
	margin: 15px 16px 0 0;
}
div.gallery-cat img {
	display: block;
}
div.gallery-cat h4 {
	background: #3d1336 url(../images/bg_heading_purple.gif) repeat-x top;
	font-weight: normal;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 10px 7px 10px;
	margin: 0;
}
div.gallery-cat h4 a {
	font-weight: normal;
}
div.gallery-cat h4 a:link, div.gallery-cat h4 a:visited {
	color: #fff;
}
div.gallery-cat h4 a:active, div.gallery-cat h4 a:hover {
	color: #CD96DB;
}
div.gallery-cat p {
	text-align: right;
	margin: 5px;
}

div.movie {
	text-align: center;
}


/* ========== LIGHTBOX ========== */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	/*font: 10px Verdana, Helvetica, sans-serif;*/
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #804076; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;