* { padding:0; 	margin:0;}
img { border: 0; display: block; }
.floatL {float:left; padding:5px 5px 5px 0;}
.floatR {float:right;padding:0 0 5px 5px;}
.clear { display:block; clear:both;	font-size:0; }
.padding10 {padding:10px;}
.hidden {
	position:absolute;
	left:-5000px;
}
.vAlignM {vertical-align: middle;}
.vAlignBL {vertical-align: baseline;}
.vAlignTB {vertical-align: text-top;}
.vAlignT {vertical-align: top;}
.textCenter {text-align:center;}
a {text-decoration:none;}
.clear {height:0;clear:both;	padding:0;	margin:0;	line-height:0px;}
.flR{float:right;}
.flL{	float:left;}
a:active { outline:none;}
a {outline:none;}
.icon {
	background:url('images/links-list-icon.gif') no-repeat 100% 50%;
	padding:0 20px 0 0;
}

/** STRUCTURE **/
html { 	height:100%; }

body { 
	font-size:.8em;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	background:#58595B url('images/body-bg.gif') no-repeat 50% 0;
}

#body {
	width:750px;
	height:100%;
	margin:auto;
/*	background:#D60078; url('images/content-bg.gif') repeat-y 0 0;*/
}

body > #body {
	height:auto;
	min-height:100%;
}
#contentWrapper {
	width:640px;
	padding:0 55px;
	height:300px;
	background:url('images/content-bg.gif') repeat-y 0 0;
}
#body > #contentWrapper {
	height:auto;
	min-height:300px;
}
#content {
	position:relative;
	margin:-50px 0 0 0;
	width:640px;
	background:#fff;
}
#contentWrapper  > #content {
	float:left;
	margin:-50px 0 0 0;
}
#nav {
	height:113px;
	list-style:none;
	width:485px;
	padding:130px 0 0 265px;
	background:#D60078 url('images/body-div-bg.gif') no-repeat 0 0;		
}
.content {
	padding:0 15px;
	height:1%;
	overflow:hidden;
}
#footer {
	height:75px;
	text-align:center;
	width:750px;
	padding:25px 0 0 0;
	clear:both;
	background:#D60078 url('images/footer-bg.gif') no-repeat 0 0;	
}
#footer ul {
	list-style:none;
}
#footer li {
	display:inline;
	padding:0 9px;
	background:url('images/footer-list-dot.gif') no-repeat 100% 50%;
}
#footer li.last {
	background:none;
}
#footer a {
	font-size:.85em;
	color:#E77AB3;
}
#footer a:hover {
	color:#D60078;
}

/** NAV **/
#nav li {
	display:block;
	float:left;
	margin: 0 10px 0 0;
}
#nav a {
	height:17px;
	display:block;
	text-indent:-5000px;
	background-position:0 0;
}
#nav a:hover {
	background-position:0 -17px;
}
#nav a.active {
	background-position:0 -34px;
}
#nav a#navHome {
	width:56px;
	background-image:url('images/nav-home.gif');
}
#nav a#navGlamvan {
	width:81px;
	background-image:url('images/nav-glamvan.gif');
}
#nav a#navBooking {
	width:71px;
	background-image:url('images/nav-booking.gif');
}
#nav a#navGallery {
	width:63px;
	background-image:url('images/nav-gallery.gif');
}
#nav a#navLinks {
	width:48px;
	background-image:url('images/nav-links.gif');
}
#nav a#navContact {
	width:67px;
	background-image:url('images/nav-contact.gif');
}
/** ELEMENTS **/
h1, h2, h3 {
	font-family:Georgia,Verdana;	
	color:#D60078;
	font-style:italic;
	font-weight:normal;
}
h1 {
	margin: 0 0 10px 0;
	font-size:2em;
}
h2 {
	color:#58595B;
	font-weight: bold;
	font-size:1.3em;
	margin: 0 0 0 0;
}
#stdForm h2 {
	color:#D60078;
	font-style:italic;
	font-weight:normal;
	font-size:1.4em;
}
h3 {
	color:#58595B;
	font-style:normal;
	font-size:1.3em;
	margin:0 0 5px 0;
}
#stdForm h3 {
	margin: 0 0 10px 0;
}
p {
	padding: 0 0 10px 0;
}

ul {
	padding: 5px 0 10px 0;
	list-style:none;
}
#content ul li {
	background:url('images/links-list-icon.gif') no-repeat 0 6px;
	padding: 0 0 0 17px;
}
a {
	color:#D60078;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/** FORM **/
fieldset {
	border:none;
}
#stdForm {
	width:610px;
	background:#FBE8F3 url('images/roundbox-light-pink-top.gif') no-repeat 0 0;
	padding:15px 0 0 0;
	margin:10px 0;
}

#stdForm form {
	background:url('images/form-bg.gif') no-repeat 5px 45%;
}
#stdForm form fieldset, #stdForm .close {
	padding: 5px 42px 25px 42px;
	background:url('images/roundbox-light-pink-bottom.gif') no-repeat 0 100%;
}
#stdForm form.enquiryForm fieldset {
	padding: 5px 60px 25px 60px;
}
.formErrorMessage {
	color:#D60078;
	font-size:1em;
}
.inputRow, .inlineRow {
	overflow:hidden;
	height:1%;
	font-size:.85em;
}
label {
	width:95px;
	float:left;
	padding: 0 0 5px 0;
}
.inlineRow label {
	float:left;
	padding: 0 0 5px 0;
	width:190px;
}
.inlineRow span {
	width:40px;
	padding: 0 0 3px 0;
	float:left;
}
input.checkbox, input.radioInput, select, input.submit {
	width:auto; 
	border:none;
}
.submit {
	float:right;
	display:block;
	text-indent:-5000px;
	padding:0;
	border:none;
	margin:15px 0 0 0;
	width:61px;
	height:17px;
	cursor: pointer;
	background:url('images/submitStates.gif') no-repeat 0 0;
}

.submit:hover {
	background:url('images/submitStates.gif') no-repeat 0 100%;
}
input.checkbox, input.radioInput{ border:none}

input {
	width:144px;
	border:1px solid #E872B4;
	padding:1px; font-size:1em;
	height: 16px;
}

textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #E872B4; font-size:1em;
}
select {
	height:1.6em;
	width:auto;
	margin: 0 2px 0 0;
}
.inlineRow select {
	float:left;
	margin:0;
}
option {
	padding: 0 1px;
}
.inputArea {
	float:left;
	width:155px;
	margin: 0 0 2px 0;
	padding: 0 0 2px 0; 

}
#stdForm textarea {
	width:208px;
	height:118px;
}
#stdForm p {
	font-size:.85em;	
	padding: 0 0 5px 0;
}
#stdForm p.intro {
	padding:10px 0 5px 0;
}
#stdForm .inputRow p {
	font-size:1em;
}
form .leftCol {
	float:left;
	width:250px;
}
form .rightCol {
	float:right;
	width:250px;
}
form.enquiryForm .leftCol {
	float:left;
	width:260px;
	padding: 0 10px 0 0;
}
form.enquiryForm .rightCol {
	float:right;
	width:210px;
}
/** PAGE CONTENT **/
#feature {
	background: url('images/border.gif') no-repeat 0 100%;
	margin:0 0 15px 0;
}
#featureInner {
	width:610px;
	height:210px;
	display:block;
	margin:0 auto 13px auto;
}
#homeContent {
	width:340px;
	float:left;
}
.booking-options {
	width:223px;
	float: right;
	background: url('images/home-box-top.gif') no-repeat 0 0;
}
.booking-options h2 {
	color:#D60078;
	font-size:1.3em;
	font-weight:normal;
	text-align:center;
	padding:15px 0;
}
.booking-options p {
	padding: 10px 15px 0 15px;
}
.booking-options ul {
	text-decoration:none;
	margin:0;
	padding:10px 0;
	list-style:none;
	background: url('images/home-box-bottom.gif') no-repeat 0 100%;
}
#content .booking-options li {
	background:none;
	padding:0;
}
.booking-options li a {
	display:block;
	width:180px;
	font-size:.85em;
	color:#fff;
	text-align:center;
	margin:0 auto 10px auto;
	height:18px;
	line-height:18px;
	background:url('images/button-bg.gif') no-repeat 0 0;
}
.booking-options li a:hover {
	background:url('images/button-bg-hover.gif') no-repeat 0 0;
	text-decoration:none;
}

ul.links {
	list-style:none;
	padding:0 0 10px 0;
}

#content ul.bookingForms li  {
	background:none;
	padding:0;
	margin:0 0 15px 0;
}
ul.bookingForms {
	padding:10px 0 0 0;
}
ul.bookingForms a {
	display:block;
	width:590px;
	height:30px;
	overflow:hidden;
	padding:10px;
	margin:0 0 0 0;
	background:url('images/booking-form-links.gif') no-repeat 0  0;
}
ul.bookingForms a:hover, ul.bookingForms a.active {
	background:url('images/booking-form-links.gif') no-repeat 0  -50px;
	text-decoration:none;
}
ul.bookingForms a:hover span.formTitle, ul.bookingForms a.active span.formTitle {
	background:url('images/icon_hover.gif') no-repeat 100% 50%;
}
ul.bookingForms span.formTitle{
	font-weight:bold;
	background:url('images/icon.gif') no-repeat 100% 50%;
	padding: 0 20px 0 0;
}
ul.bookingForms span.formDesc {
	display:block;
	color:#58595B;
}

.busySignal {
	position:absolute;
	background:#fff url('images/spinner.gif') no-repeat 50% 50%;
}
ul#galleryList {
	width:155px;
	float:left;
}

ul#galleryList li {
	background:none;
	padding:0;
	margin:0 5px 5px 0;
}
ul#galleryList li a {
	display:block;
	width:125px;
	height:18px;
	color:#fff;
	font-size:.9em;
	padding: 0 5px;
	line-height:18px;
	overflow:hidden;
	margin: 0;
	background:#D60078 url('images/galleryListbg.gif') no-repeat 0 0;
}
ul#galleryList li a:hover {
	background:url('images/galleryListbg.gif') no-repeat 0 -18px;
	text-decoration:none;
}
ul#galleryList li a.active {
	background-position:0 100%;
}
ul#galleryThumbs {
	width:390px;
	float:left;
	height:390px;
	margin: -12px 0 0 40px;
}
ul#galleryThumbs li {
	background:#fff url('images/gallery-thumb-bg.gif') no-repeat 0 0;
	width:96px;
	height:96px;
	padding:0;
	float:left;
}
ul#galleryThumbs a {
	padding:7px 0 0 8px;
	float:left;
}
div.portrait {
	background:#fff url('images/gallery-bg.gif') no-repeat 0 0;
	width:282px;
	height:414px;
	padding:35px 0 0 35px;
	margin: auto;
}
div.landscape {
	width:391px;
	background:#fff url('images/gallery-bg-landscape.gif') no-repeat 0 0;
	height:421px;
	padding:35px  0 0 20px;
	margin: auto;
}
span.portrait {
	display:block;
}
span.landscape {
	display:block;
}

#galleryImageContainer {
	width:450px;
	float:right;
}
div.portrait #galleryNavigation {
	width:112px;
	margin: 25px 0 0 69px;
}
div.landscape #galleryNavigation {
	width:112px;
	margin: 25px 0 0 129px;
}
#galleryNavigation a {
	display:block;
}
#galleryNavigation a:hover {
	text-decoration:none;
	background-position:0 100%;
}

#nextImage {
	width:41px;
	height:24px;
	background:url('images/nextImage.gif') no-repeat 0 0;
	float:right;
}

#previousImage {
	width:41px;
	height:24px;
	float:left;
	background:url('images/previousImage.gif') no-repeat 0 0;
}

#slideshow {
	background:url('images/about-bg.jpg') no-repeat 0 0;
	width:240px;
	height:180px;
	float:right;
	padding:60px 53px 30px 23px;
}
/** JS Window **/
#JsWindow {
	width:800px;
	position:absolute;
	top:185px;
	margin: 0 0 0 80px;
	z-index:1000;
	background:#fff;
}
/*
body > #JsWindow {
	position:fixed;
	top:7%;
}*/

#JsWindowBar {
	
}
#JsWindowBar a.close {
	background: #fff url('images/popup-X.gif') no-repeat 0 0;
	width:26px;
	height:26px;
	display:block;
	float:right;
}

