html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
    }
a {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
li a
{
	font-weight:normal;
}
a:hover {
	color: #F2AB9E;
	
}

.clear {
	clear: both;
}

body {
	background: black;
	text-align: center;
	color: white;
	font: 13px verdana, sans-serif;
}

#body1  {
/* 	width: 1503px; */
}

* html #body1 {
	width: 1703px;
}

#wrapper {
	text-align: justify;
	margin-top: 15px;
	width: 784px;
	/*position: relative;*/
	background: maroon url(images/bg.jpg) repeat-y;
	border: 5px solid #750306;
	float: left;
	margin-left: 20%;
	margin-bottom:20px;
}

* html #wrapper {
	margin-left: 150px;
	width: 804px;
}


#bookmark-popup {
	float:left;
	margin-left:1058px;
	margin-top:-472px;
}

#booking {
	width: 409px;
	height: 510px;
	/*float:right;*/
	/*left: 156px;
	top: 0;
	position: relative;*/
}
#head-2 {
	background: url(images/head_2.jpg) no-repeat;
	width: 156px;
	height: 38px;
	top: 386px;
	left: 622px;
	position: absolute;
}


#gallery img {
	display: block;
}
h1 {
  height: 42px;
  background: url(images/logo.jpg) no-repeat;
  color: black;
  font-weight: normal;
  font-size: 24px;
}
h1 span {
  display: block;
}
h1 em {
  font-style: normal;
  color: white;
  padding-right: 3px;
}
h1 .hone {
  padding: 30px 0 0 58px;
  font: 50px Keaton, "Arial Narrow", "Tahoma", arial, sans-serif;
}
h1 .htwo {
  position: relative;
  top: -0.5em;
  left: 6.5em;
  font-size: 18px;
}
h1 .hthree {
  position: relative;
  top: -1.0em;
  left: 4.5em;
  font-size: 12px;
  letter-spacing: 2px;
  color: #E3C0C1;
}
h2 {
  background: 120px 0.5em url(images/dot_dot_dash.jpg) no-repeat;
  font: 21px verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: black;
  margin-left: 0px;
}
h2 em {
  color: white;
}

h3 {
	-x-system-font:none;
	color:#000000;
	font-family:verdana,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

#body-left {
	float: left;
	width: 75px; /*278*/
	margin-left: 20px;
/* padding-left: 28px; */
}
#gallery {
	border: 1px solid #9F0408;
	background: #750306;
	margin-top: 10px;
	position: relative;
}
.gal {
	background: #9F0408;
	padding: 4px;
	position: absolute;
}
#gzero {
	top: 13px;
	left: 15px;
	width: 221px;
}
#gone {
	top: 200px;
	left: 15px;
	width: 57px;
}
#gtwo {
	top: 200px;
	left: 98px;
	width: 57px;
}
#gthree {
	top: 200px;
	left: 179px;
	width: 57px;
}

#body-right {	
	width: 550px;
	padding: 15px;
	float: right;
	margin-right: 0px;
/* 	margin-top:-363px */
}

#footer {
	text-align: center;
	color: #ffffff;
	font-weight: inherit;
	border-top: 1px solid #983234;
	border-bottom: 1px solid #983234;
	padding: 6px 25px 8px 0px;
	height:225px;
}
#footer img {
	border: 0px;
}

#footer a:hover{
	color: #c4b888;
	text-decoration: underline;
}
#footer2{
	margin-left:25px;
}
#ads{
	padding: 7px 0px;
}

/*
* html #ads {
	height: 500px
}*/

.spacer {
	height: 18px;
}
.im
{
  text-align:center;
  clear:right;
  margin: 20px 0px;
}
div img
{
	border: 1px solid #C4B888;
}
#body-right li
{
	list-style: circle outside;
	color: #FFFFFF;
}

.mainbooking{
width:400px;
background-color:#8D0207;
color:#000;
}

h3.bookingtitle{
background-color:#8D0207;
font-size:15pt;
width:370px;
color:black;
}

.bookingcenter{
background-color:#62388C;
margin-left:18px;
margin-right:18px;
color:black;
}

.divbookingtable{
background-color:#62388C;
margin-left:30px;
margin-right:30px;
}

.bookingbutton{
width:52px;
font-size:xx-small;
}





/* Slideshow */
#s3slider {
   width: 260px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; 
   overflow: hidden; 
   margin:75px 0 0 150px;
}

#s3sliderContent {
   width: 260px; /* important to be same as image width or wider */
   position: absolute;
   top: 0; 
   margin-left: 0;
   list-style:none;
}

.s3sliderImage {
   float: left; 
   position: relative;
   display: none; 
}

.s3sliderImage span {
   position: absolute;
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 260px; /* important to be same as image width or wider */
   background-color: #000;
   filter: alpha(opacity=70); 
   -moz-opacity: 0.7; 
   -khtml-opacity: 0.7; 
   opacity: 0.7;
   color: #fff;
   display: none;
   top: 0;   
}

.clear {
   clear: both;
} 
/* END Slideshow */

#img_top {
	height:164px;
	float: right;
	border: none;
	padding:18px 56px;
}

* html #img_top {
width:100%
}

#call{
float:left; margin-bottom: 12px;
text-align: center;
}

* html #call
{
margin-left: 106px
}

/* Infobox ================================================================== */
.infobox_light .infobox_top {
	background: url('../images/infoboxwhite_top.jpg') center top no-repeat;
	height: 6px;
	width: 450px;
	margin: 0px;
	clear: left;
}
.infobox_light .infobox_content {
	width: 450px;
	background: #F2F2F2 url('../images/infoboxwhite_back.jpg') center repeat-y;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 14px;
	color: #000000;
	overflow: auto;
}
.infobox_light .infobox_bottom {
	background: url('../images/infoboxwhite_bottom.jpg') center bottom no-repeat;
	height: 6px;
	width: 450px;
	margin: 0px 0px 0px;
}
.infobox_dark .infobox_top {
	background: url('../images/infoboxdark_top.jpg') center top no-repeat;
	height: 6px;
	width: 450px;
	margin: 0px;
}
.infobox_dark .infobox_content {
	width: 450px;
	background: black url('../images/infoboxdark_back.jpg') center repeat-y;
	margin: 0px;
	padding: 5px 0px;
	color: #ffffff;
	overflow: auto;
	border: 3px #C4B888 solid;
}
.infobox_dark .infobox_bottom {
	background: url('../images/infoboxdark_bottom.jpg') center bottom no-repeat;
	height: 6px;
	width: 450px;
	margin: 0px 0px 0px;
}
* html .infobox_light .infobox_content,
* html .infobox_dark .infobox_content {
	width: 450px;
}
.infobox_light .infobox_content .important_left,
.infobox_light .infobox_content .important_right {
	background: url('../images/important_light.jpg') no-repeat;
}
.infobox_light .infobox_content .important_left:hover,
.infobox_light .infobox_content .important_right:hover {
	background: url('../images/important_light.gif') no-repeat;
}
.infobox_light .infobox_content .important_left,
.infobox_light .infobox_content .important_left:hover {
	background-position: left;
	padding: 4px 0 0 20px;
}
.infobox_light .infobox_content .important_right,
.infobox_light .infobox_content .important_right:hover {
	background-position: right;
	padding: 4px 20px 0 0;
}
.infobox_light .infobox_content h2,
.infobox_dark .infobox_content h2 {
	margin: 0;
}
.infobox_dark .infobox_content h2,
.infobox_dark .infobox_content h2 a {
	color: #DB876B;
}
.infobox_light .infobox_content h3,
.infobox_dark .infobox_content h3 {
	margin: 0 0 0 10px;
}
.infobox_dark .infobox_content h3,
.infobox_dark .infobox_content h3 a {
	color: #DB876B;
}
.infobox_light .infobox_content span.title,
.infobox_dark .infobox_content span.title {
	text-align:center;
	font-size: 12px;
	margin: 0px 10px 3px;
	display: block;
}
.infobox_light .infobox_content span.subtitle,
.infobox_dark .infobox_content span.subtitle {
	margin: 0px 10px;
	display: block;
}
.infobox_light .infobox_content span.title a,
.infobox_light .infobox_content span.title a:visited {
	font-weight: bold;
}
.infobox_dark .infobox_content span.title a,
.infobox_dark .infobox_content span.title a:visited {
	color: #DB876B;
	font-weight: bold;
}
.infobox_light .infobox_content p,
.infobox_dark .infobox_content p {
	margin: 1em 10px 0.5em;
}
.infobox_dark .infobox_content p a,
.infobox_dark .infobox_content p a:visited {
	color: #DB876B;
}
.infobox_light .infobox_content p a.external_link,
.infobox_light .infobox_content p a.external_link:visited {
	background: url('../images/external-link_white.jpg') no-repeat right;
	padding: 4px 17px 0px 0px;
}
.infobox_light .infobox_content p a.external_link:hover {
	background: url('../images/external-link_white.gif') no-repeat right;
}
.infobox_dark .infobox_content p a.external_link,
.infobox_dark .infobox_content p a.external_link:visited {
	background: url('../images/external-link_dark.jpg') no-repeat right;
	padding: 4px 17px 0px 0px;
}


.shows td{
	width: 155px;
	text-align:center;
}
.shows img{
	text-align:center;
}

/* Theatre Booking Engine ========== */
.theatre {
	width:445px;
	height:125px;
	margin-top:10px;
}
.theatre .row{
	height:28px;
 	margin-left:84px;
}
.theatre .col1{
	width:100px;
	float:left;
	margin:5px 0px;
}
.theatre .col2{
	margin-left:100px;
}
.theatre .button{
	margin-left:140px;
}
/* End Theatre Booking Engine ========== */

/* Tour Booking Engine ========== */
.tour {
	width:450px;
	height:125px;
	margin-top:10px;
}
.tour .row{
	height:28px;
 	margin-left:84px;
}
.tour .col1{
	width:100px;
	float:left;
	margin:5px 0px;
}
.tour .col2{
	margin-left:100px;
}
.tour .button{
	margin-left:140px;
}
/* End Tour Booking Engine ========== */

/* Tour Infobox ================================================================== */
.infobox_tour .infobox_content {
	width: 450px;
	background: black center repeat-y;
	margin-left: 0px;
	padding: 5px 0px;
	color: white;
	overflow: auto;
	border: 3px #C4B888 solid;
}
.infobox_tour .infobox_content span.title {
	margin: 0px 10px 3px;
	display: block;
	text-align: center;
	font-size: 13px;
	font-family: "Arial";
}

.engine {
  float:left;
  margin-left:1114px;
  margin-top:-930px;
  width:258px;
}

/* End Tour Infobox ================================================================ */

ul li a {
	display:inline;
	text-decoration: none;
	line-height:2em;
	height:2em;	
	padding:2 5px
}
/* Booking ================================================================== */
.booking{
}
.booking p{
 	font-size:15px;
	margin:0;
	text-align:center;
}
.booking td{
 	font-size:14px;
	margin:0;
}
.booking_content {
	left:10px;
	top:15px;
	width: 218px;
	background: #8D0207 center repeat-y;
	margin: 0px;
	padding: 5px 0px;
	color:#ffffff;
	overflow: auto;
	position: relative;
/*	left:5px;*/
	border:2px solid #ffffff;
}
/* End Booking ================================================================ */
#addBookmarkContainer{
	float:left;
	margin-left:1058px;
	margin-top:-555px;
}
#accommodation table{
	width:195px;
}