body {
	margin: 20px 0; 	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #444;
	background: #22406F;
	text-align: center;	
	height: 100%;	
}

* html body {
	font-size: 1em;
}

/* links */
a { background: inherit; color: #993333; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

li{ list-style:none;}

li.class {
	align: center;
}

img {
border:0;
}

/* images */

div.coordinate{
	position: absolute;
	left:250px;


}



img.float-right {
  margin: 5px 0px 5px 15px;
  border: 1px solid #DDD; 
  padding: 5px;
  background-color: #EFE0D1;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
  border: 1px solid #DDD; 
  padding: 5px;
  background-color: #EFE0D1;
}

img.banner{float:left; margin:0px; text-align:center;}

div.banner{margin-left:55px;}

div.clear{clear:both;}
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 3px 5px; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #666666;	
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 770px;
	margin: 0 auto;
	background: #EFE0D1 url(wrap-bg.jpg) repeat-y;
	float: left;
}

#bookingEngine {
	float:left;
	width: 216px;
	margin: 0px 0px 0px 15px;
}

#page {
	width: 1024px;
	margin: auto;
}

/* header */
#header {
	position: relative;
	height: 200px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #EFE0D1;
}
.header-photo {
	position: absolute;
	right: 15px ; top: 15px;
	width: 320px;
	height: 210px;
	background: #2F527F;
}
#logo-box {
	position: absolute;
	left: 15px ; top: 15px;
	width: 740px;
	height: 180px;
	background: #2F527F;
}
#logo-box h1#logo {
	position: absolute;	
	font: bold 50px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFFFFF;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 25px; left: 34px;
}
#logo-box h1#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
#logo-box #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #EFE0D1;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 88px; left: 60px;
}

/* header menu */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 770px;		
	background: #EFE0D1 url(wrap-bg.jpg) repeat-y;
	float: left;
}
#menu ul {
	font: bolder 14px 'Trebuchet MS', sans-serif;
	width: 740px;
	color: #EFE0D1;
	background-color: #2F527F;		 	
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #EFE0D1;
	float: left;
}


* + html #menu ul {
	margin: 0;
}


#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding-top: 5px;	
	color: #FFFFFF;	
	text-decoration: none;	
	width:185px;
}
#menu li a:hover {
	background: #C8935D;
	color: #FFFFFF;
}
#menu li a#current  {
	background: #993333;
	color: #EFE0D1;
}

/* booking engine*/
#booking ul {
 	background-color:#5f8baa;
 	margin: 0 15px;
 	color: #FFFFFF;
}
#booking li{
	text-align:center;
 	color: #FFFFFF;
 	margin: 0 150px;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #EFE0D1 url(content.jpg) repeat-y;
}
#content {
	width: 740px;	
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	color: #660000;	
}
.sidebox {
	margin-bottom: 10px;
	text-align: center;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 10px 0 15px 0;
	padding: 0;
	
}

/* Newsletter*/
#col {
/*background:#eaecf9 url("../design/col_bg.jpg") 0 0 repeat-y;*/
}

#col-in {
padding:5px 10px 5px 10px;
font-size:12px;
border: 1px solid #993333;
margin-left:3px;
width:200px;
margin-bottom:5px;
text-align:center;
}

#col-in h3 a {
background-color:#2F527F;
color:#FFFFFF;
margin:0 -10px 15px;
padding:5px 15px 5px 10px;
}

#col-in h3 a:hover {
background-color:#2F527F;
color:#FFFFFF;
margin:0 -10px 15px;
padding:5px 15px 5px 10px;
}

/*commented by giuliano*/
#sidebar ul.sidemenu li {
	padding: 0px 10px;
	text-align: left;
}

#sidebar ul.sidemenu li img{
	float: left; 
	margin: 0px 10px 0px 6px;/* old value: 24px 10px 0px 22px*/
}

#sidebar ul.sidemenu li {
border-bottom:1px dashed #D5D5D5;
color:#333333;
display:block;
font-weight:normal;
height:3em;
line-height:3em;
padding:0.3em 0 0.3em 10px;
text-align:left;
text-decoration:none;
	
	/*text-align: left;/*added by giuliano, end changes*/
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D5D5D5;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #993333;
	color: #993333;		
}

/* main */
#main {
	float: left;
	text-align:left;
	width: 67%;	
	margin: 0 0 10px 15px; padding: 0;	
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; 	
}
#main ul li {
	text-align:justify;
}

.post {
	margin: 0; padding: 0;	
}
.post .post-footer {
	background-color: #fafafa;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #eee;
}
.post .post-footer .date {
	background: url(clock.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url(comment.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url(page.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	/*height: 45px;*/
	background: url(footer-bg.jpg) no-repeat left bottom;
	color: #666666;
	text-align: center;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

/* screensaver*/
#s3slider {
   width: 400px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 400px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span{
   position: absolute; /* important */
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 20px 13px;
   width: 374px;
   background-color: #000;
   color: #fff;
   display: none; /* important */
   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.top {
top:0;
left:0;
}

.bottom {
bottom:0;
left:0;
}

.clear {
   clear: both; 
}

#londonPass {
	margin-left: 160px;
}

#bookmarks {
	margin:20px 0px 10px;
}

#addBookmarkContainer {
	padding: 2px 0;
}

/* Infobox ================================================================== */
.infobox_light .infobox_top {
	background: url('../images/infoboxwhite_top.jpg') center top no-repeat;
	height: 6px;
	margin: 0px;
	width: 536px;
	clear: left;
}
.infobox_light .infobox_content {
width: 485px;
	background: #ffffff url('../images/infoboxwhite_back.jpg') center repeat-y;
	margin: 0px;
	padding: 5px 0px;
	color: #74653D;
	overflow: auto;
	position: relative;
	left:-9px;
}
.infobox_light .infobox_bottom {
	background: url('../images/infoboxwhite_bottom.jpg') center bottom no-repeat;
	height: 6px;
	width: 536px;
	margin: 0px 0px 5px;
}
.infobox_dark .infobox_top {
	background: url('../images/infobox_top.jpg') center top no-repeat;
	height: 6px;
	width: 536px;
	margin: 0px;
	clear: left;
}
.infobox_dark .infobox_content {
	width: 536px;
	background: #3A4040 url('../images/infobox_back.jpg') center repeat-y;
	margin: 0px;
	padding: 5px 0px;
	color: #ffffff;
	overflow: auto;
}
.infobox_dark .infobox_bottom {
	background: url('../images/infobox_bottom.jpg') center bottom no-repeat;
	height: 6px;
	width: 536px;
	margin: 0px 0px 5px;
}
* html .infobox_light .infobox_content,
* html .infobox_dark .infobox_content {
	width: 510px;
}
.infobox_light .infobox_content h2,
.infobox_dark .infobox_content h2 {
	margin: 0 0 0 10px;
}
.infobox_dark .infobox_content h2 a {
	color: #DB876B;
}
.infobox_light .infobox_content span.title,
.infobox_dark .infobox_content span.title {
	margin: 0px 10px 3px;
	display: block;
}
.infobox_light .infobox_content span.subtitle,
.infobox_dark .infobox_content span.subtitle {
	margin: 0px 10px;
	display: block;
}
.infobox_dark .infobox_content span.title a,
.infobox_dark .infobox_content span.title a:visited {
	font-weight: bold;
	color: #DB876B;
}
.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_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;
}

/* 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: #22406F url('../images/infoboxwhite_back.jpg') center repeat-y;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 14px;
	color: white;
	overflow: auto;
	border: 3px #993333 solid;
}
.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: 426px;
	margin: 0px 40px;
}
.infobox_dark .infobox_content {
	width: 426px;
	background: #22406F url('../images/infoboxdark_back.jpg') center repeat-y;
	margin: 0px 40px;
	padding: 5px 0px;
	color: #ffffff;
	overflow: auto;
	border: 3px #993333 solid;
}
.infobox_dark .infobox_bottom {
	background: url('../images/infoboxdark_bottom.jpg') center bottom no-repeat;
	height: 6px;
	width: 426px;
	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:25px;
 	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:516px;
	height:125px;
	margin-top:10px;
}
.tour .row{
	height:25px;
 	margin-left:108px;
}
.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: 516px;
	background: #22406F center repeat-y;
	margin-left: 0px;
	padding: 5px 0px;
	color: white;
	overflow: auto;
	border: 3px #993333 solid;
}
.infobox_tour .infobox_content span.title {
	margin: 0px 10px 3px;
	display: block;
	text-align: center;
	font-size: 13px;
	font-family: "Arial";
}
/* End Tour Infobox ================================================================ */