html {
	height: 100%;
	margin: 0;
    padding: 0;
	}
body {
	background: url("images/background.gif");
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 100%;	
}

#outer {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    background: url("images/back-shade.gif") top repeat-x;
    }


#center { 
	display: table; height: 100%; width: 910px; margin: 0 auto; overflow: hidden; }

#inner { display: table-cell; vertical-align: middle; }

#header {
	background: url("images/header.gif");
	height: 95px;
}
#container {
	width: 900px;
	height: 330px;
	background: url("images/back-content.gif");
	border-left: 5px solid #EF0096;
	border-right: 5px solid #EF0096;
}
#left-content {
	width: 485px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}
#content {
	width: 415px;
	float: right;
}
#footer {
	background: url("images/footer.gif");
	height: 95px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
#address {
	font-size: 9px;
	padding: 35px 0 0 25px;
	color: #ef0096;
	float: left;
}
#footer a {
	color: #fc4aba;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}

#nav {
	padding: 39px 0 0 43px;
	width: 655px;
	margin: 0 0 15px 0;
	font-size: 11px;
	float: left;
}
#logo {
	float: right;
	width: 155px;
	height: 84px;
	margin-top: 5px;
	padding-right: 50px;
	}
#logo img {
	border: 0;
	width: 155px;
	height: 84px;
	}
#menu {
	font-size: 11px;
	width: 380px;
	height: 50px;
	background: url(images/menu-line.gif) repeat-x;
}
#menu ul {
	margin: 0;
	padding: 29px 0 0 0;
}
#nav li, #sub-nav li {
	display: inline;
	font-weight: bold;
}
#nav li a, #sub-nav li a {
	color: #FE3DBE;
	padding:0 6px 0 7px;
	background: url("images/bullet.gif") no-repeat;
	text-decoration: none;
}
#nav li a:hover, #nav li a.active, #sub-nav li a:hover, #sub-nav li a.active {
	color: white;
	background: url("images/bullet_r.gif") no-repeat;
}
#mailing-list {
	float: right;
	height: 22px;
	width: 175px;
	padding-right: 30px;
	padding-top: 32px;
}
#mailing-list .input {
	background: transparent;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 3px;
	padding-left: 9px;
	padding-right: 9px;
	margin: 0;
	width: 113px;
	height: 18px;
	border: 0px;
	color: #ffffff;
}
#mailing-list #field {
	background: url("images/mailing-input.gif") no-repeat;
}
#mailing-list .button {
	height: 22px;
	float: right;
}
#field {
	float: left;
}
#copyright {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 50px;
	padding-right: 50px;
	height: 16px;
	color: #660033;
}
#copyright a {
	font-weight : bold;
	color : #ffffff;
	padding-left: 7px;
	padding-right: 9px;
	background-image: url("images/bullet_r.gif"); background-repeat: no-repeat;
	text-decoration: none;
}
#copyright a:hover {
	font-weight : bold;
	color : #ffffff;
	text-decoration: underline;
}
a.toplink {
	color : #ffffff;
	text-decoration: none;
}
a.toplink:hover {
	color : #fe3dbe;
	text-decoration: underline;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
legend {
	display: none;
}
#textbox { font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	     font-size: 11px;
		 line-height: 15px;
		 width: 350px;
		 height: 200px;
		 padding-bottom: 15px;
		 margin-top: 50px;
		 color: #ffffff;
		 overflow: scroll;
}
#textbox td { font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	     font-size: 11px;
		 line-height: 15px;
		 color: #ffffff;
}
#eventbox { font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	     font-size: 11px;
		 line-height: 15px;
		 width: 390px;
		 height: 220px;
		 vertical-align: bottom;
		 padding-bottom: 15px;
		 margin-top: 30px;
		 margin-bottom: 5px;
		 color: #ffffff;
		 overflow: scroll;
}
a img {
	border: 0;
}
#flashcontent img {
	vertical-align: middle; 
}
#scroll {
	display: none;
}
#content p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 15px;
}
.event {
	height: 55px;
	background: url("images/event_bg.gif") left no-repeat;
	margin-bottom: 5px;
}
.event:hover {
	font-weight: bold;
	color: white;
	background: url("images/event_bg_r.gif") left no-repeat;
}
.event-pic {
	width: 171px;
	height: 51px;
	float: left;
	padding: 4px 0 0 4px;
}
.event-txt {
	float: right;
	width: 190px;
	font-size: 11px;
}
.event-txt:hover {
	background: none;
}
.event-txt a {
	font-weight: bold;
	color: #FE3DBE;
	text-decoration: none;
}
.event-txt a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.divider {
	clear: both;
}
#textbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#textbox li {
	padding: 0 0 4px 10px;
	line-height: 15px;
	background: url("images/bullet.gif") no-repeat;
}
#textbox a, #formscrollbox a {
	color: #FE3DBE;
	font-weight: bold;
	text-decoration: none;
}
#textbox a:hover, #formscrollbox a:hover {
	color: #FFFFFF;
}
#textbox li p {
	padding: 0;
	margin: 0;
}
#imagecontent {
	text-align: center;
	padding: 15px 0 0 0;
	margin: 0;
	font-size: 0px;
	/*width: 455px;
	height: 300px;
	overflow: hidden;*/
}
#panocontent {
	text-align: center;
    padding: 0;
    margin: 0;
	font-size: 0px;
}


#flashcontent {
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}

#gallerybox { font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	     font-size: 11px;
		 line-height: 15px;
		 width: 400px;
		 height: 240px;
		 vertical-align: bottom;
		 padding-bottom: 15px;
		 margin-top: 11px;
		 margin-bottom: 5px;
		 color: #ffffff;
		 overflow: scroll;
}

/* Gallery */

.thumbs {
	width: 120px;
	height: 92px;
	float: left;
	text-align: center;
	margin: 0 10px 10px 0;
	padding: 0;
}
.pthumbs {
	width: 168px;
	height: 126px;
	text-align: center;
	margin: 0 auto 15px auto;
	padding: 0;
}
.thumbs-r {
	width: 120px;
	height: 92px;
	float: left;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}
.thumbs img, .thumbs-r img, .pthumbs img {
	border: 4px solid #7B1153;
}
.thumbs img:hover, .thumbs-r img:hover, .pthumbs img:hover {
	border: 4px solid #FFFFFF;
}
.form-label {
	float: left;
	width: 140px;
	padding-top: 3px;
}
.form-info {
	height: 25px;
	line-height: 22px;
}
.form-field, .attributeinput, input.attributeinput {
	background: url("images/form_input.gif") no-repeat;
	border: 0;
	color: white;
	float: right;
	width: 250px;
	margin: 0;
	padding: 0 0 6px 0;
}
.form-submit {
	float: right;
	width: 250px;
	margin: 0;
	padding: 3px 0 6px 0;
}
.form-field-s {
	float: right;
	width: 250px;
	height: 90px;
	background: url("images/textarea_pad.gif") no-repeat;
}
#formbox { font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	     font-size: 11px;
		 line-height: 15px;
		 width: 400px;
		 height: 200px;
		 vertical-align: bottom;
		 padding-bottom: 15px;
		 margin-top: 47px;
		 margin-bottom: 5px;
		 color: #ffffff;
		 overflow: hidden;
}
#formscrollbox { font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	     font-size: 11px;
		 line-height: 15px;
		 width: 410px;
		 height: 200px;
		 vertical-align: bottom;
		 padding-bottom: 15px;
		 margin-top: 50px;
		 margin-bottom: 5px;
		 color: #ffffff;
		 overflow: scroll;
}
.attributeinput input, #formbox #name, #formbox #address, #formbox #phone, #formbox #email, #formbox #unemail, #formbox #date, #formbox #people, #formbox #occassion, #formbox #membership-nr, #formscrollbox #name, #formscrollbox #address, #formscrollbox #phone, #formscrollbox #email, #formscrollbox #date, #formscrollbox #people, #formscrollbox #membership-nr, #formscrollbox #occassion, #formscrollbox #addr, #formscrollbox #mobile { 
		 background: transparent;
     font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 11px;
		 padding-top: 2px;
		 padding-left: 9px;
		 padding-right: 9px;
		 width: 212px;
		 height: 16px;
		 line-height: 18px;
		 border: 0px;
	     color: #ffffff;
}
td.attributeinput input {
		height: 16px;
		width: 212px;
		}

#enquiry {
		 background: transparent;
         font-family: Verdana, Arial, Helvetica, sans-serif;
	     font-size: 11px;
		 padding-top: 3px;
		 padding-left: 9px;
		 padding-right: 9px;
		 width: 230px;
		 height: 82px;
		 border: 0px;
	     color: #ffffff;
	     overflow:hidden;
}
.hide {
	display: none;
	}
br {
	height: 15px;
	margin: 0;
	padding: 0;
	}
.sb {
	width: 145px;
	height: 23px;
	background: url("images/sb.gif") no-repeat;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	line-height: 17px;
}