body
{
	margin:20px 0 0 0;
	padding:0px 0 0 0;
	background:url(../design_images/bg.jpg) #000 repeat-x;
	font-size:11px;
	line-height:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#bababa;
}

body.subpage
{
	background:url(../design_images/bg_sub.jpg) #000 repeat-x;
}

body.white
{
    background:none;
}

html { overflow-y: scroll; }

ul, ol, li
{
	list-style:none;
	margin:0px;
	padding:0px;
}

p
{
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-bottom:10px;
}

a
{
	color:#c9c9c9;
	text-decoration:none;
}

img
{
	border:0px;
}

#container
{
	width:100%;	
	float:left;
	background:url(../design_images/banner_photo.jpg) no-repeat center top;
}

.subpage #container
{
	background:url(../design_images/banner_photo_sub.jpg) no-repeat center top;
}

.show #container
{
	background:none;
}

#inner_container
{
	width:990px;
	margin-left:auto;
	margin-right:auto;

}

#content
{
	background:#000;
	float:left;
	width:990px;
	margin-top:2px;
	padding-bottom:20px;
	padding-top:38px;
}

.subpage #content, .show  #content
{
	padding-top:28px;
    width:990px;
	margin-left:auto;
	margin-right:auto;
	float:none;
}

#left
{
	width:435px;
	float:left;
	
}

.subpage #left
{
	padding-top:40px;
	padding-bottom:30px;
	width:920px;
	float:left;
	min-height:300px;
	height:auto!important;
	height:300px;

}

.subpage #left .text
{
	width:520px
}

.subpage #left .text img
{
    width:expression(document.body.clientWidth > 500? "500px": "auto" );
    max-width:500px;
    width:expression(document.body.clientWidth < 500? "auto": "auto" );
}


.subpage #left .overview
{
    width:500px;
    margin-top:5px;
    margin-bottom:20px;
    float:left;
}

.subpage #left .overview img
{
    float:left;
    border:2px solid #c9c9c9;
    margin-right:20px;
}

.subpage #left .overview a
{
    text-decoration:none;
}

.subpage #left .overview h3
{
    margin-top:8px;
    margin-bottom:5px;
    width:385px;
    float:left;
    font-size:12px;  
}

.subpage #left .overview p
{
    float:left;
    width:385px;
    margin:0px;
    padding:0px;
}

#nav
{
    float:left;
    margin-top:15px;
	width:500px;
}

#next
{
    float:right;
}

#previous
{
    float:left;
}

.text ol, .text ul
{
    margin-top:10px;
}

.text ol li
{
    margin-left:30px;
    margin-bottom:8px;
    list-style-type:decimal;
}

.text ul li
{
    margin-left:30px;
    margin-bottom:8px;
    list-style-type:disc;
}

.text li li
{
    margin-left:15px;
}

#gallery
{
    float:left;
    margin-top:20px;
}

#gallery img
{
    border:2px solid #c9c9c9;
    margin-right:15px;
    margin-bottom:15px;  
}

#right
{
	width:475px;
	margin-left:80px;
	float:left;
}

h1
{
	margin:0px;
	padding:0px;
	font-size:20px;
	font-variant:small-caps;
	margin-bottom:20px;
	font-family:Georgia;
	font-weight:normal;
	color:#f0f0f0;
}

h2, h3
{
	margin:0px;
	padding:0px;
}

h1 span, h2 span
{
	display:none;
}

h1.about
{
	background:url(../design_images/ttl_About.png) no-repeat top left;
	width:155px;
	height:28px;
}

h1.show
{
	background:url(../design_images/ttl_theshow.png) no-repeat top left;
	width:155px;
	height:28px;
}

h1.venue
{
	background:url(../design_images/ttl_thevenue.png) no-repeat top left;
	width:155px;
	height:28px;
}

h1.enquiry
{
	background:url(../design_images/ttl_enquiry.png) no-repeat top left;
	width:155px;
	height:28px;
}


.languages
{
	float:left;
	margin-top:4px;
}

.subpage .languages, .show #languages
{
	margin-top:12px;
}

.languages h2
{
	background:url(../design_images/ttl_languages.jpg) no-repeat top left;
	width:217px;
	margin-right:5px;
	float:left;
	height:17px;

}

.languages ul
{
	float:left; 
	width:245px;
	margin-left:5px;
	margin-top:3px;
	margin-bottom:2px;
}

.languages li
{
	float:left;
	margin-right:9px;
}

.menu
{
	width:475px;
	float:left;
	margin-top:20px;
	margin-bottom:10px;
	border-top:1px solid #232323;
	border-bottom:1px solid #232323;
	line-height:195%;
	padding-top:15px;
	padding-bottom:10px;
	text-align:center;
}

.subpage .menu, .show .menu
{
	width:830px;
	padding-left:80px;
	padding-right:80px;
	border-bottom:0px;

}

#left .submenu a
{
    display:inline-block;
    margin-right:8px;
	border-right:1px solid #c9c9c9;
	padding-right:8px;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:15px;
	text-decoration:none;
}

#left .submenu a.current
{
    text-decoration:underline;
}


.menu a
{
    margin-bottom:15px;
    line-height:11px;
    display:inline-block;
	padding-left:6px;
	border-right:1px solid #c9c9c9;
	padding-right:10px;
	padding-left:13px;
	margin-left:10px;
	background:url(../design_images/arrow_small.png) no-repeat left;
}

a.last, #left .submenu a.last
{
    border-right:0px;
}

#left a.back
{
    text-decoration:none;
}

.links
{
	margin-top:5px;
	padding-left:31px;
	padding-right:31px;
	float:left;
}

.subpage .links, .show  .links
{
	margin-top:0px;
	float:right;
	padding-right:0px;
}

.links li
{
	float:left;
}

#footer_container
{
	width:100%;
	padding-top:1px;
	float:left;
	background:url(../design_images/bg_bottom.jpg) repeat-x #000 top;
}

#footer_bg
{
	width:100%;
	float:left;
	background:url(../design_images/banner_photo_bottom.jpg) no-repeat top center;
}

#footer
{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	padding-top:8px;
}
#footer img
{
	margin-left:-22px;
}

a:active, a:focus { 
   outline:  none; 
   ie-dummy: expression(this.hideFocus=true); 
}

.highlight
{
	font-size:16px;
	padding-bottom:5px;
	padding-top:5px;
	font-variant:small-caps;
	font-weight:normal;
	line-height:120%;
}

.contact
{
	padding-top:30px;
}

.contactform
{
	background: url(../design_images/black.png);
	width:700px;
	padding:30px;
	padding-left:0px;
	float:left;
	padding-right:0px;
	padding-bottom:10px;
	margin-top:10px;
}

.contactform div
{
	text-align:right;
	width:332px;
	float:left;
	margin-bottom:12px;
}

.contactform div.col
{
	float:left;
	width:285px;
	margin-bottom:0px;
}

.contactform div.colone
{
	float:left;
	width:335px;
	margin-right:50px;
}

.contactform div.col div
{
	width:285px;
}

.contactform span
{
	vertical-align:top;
	padding-right:4px;
}

input, select, textarea
{
	font-size:11px;
	
	background:url(../design_images/black.png);
	border:1px solid #2b2b2b;
	width:180px;
	vertical-align:top;
	color:#bababa;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	scrollbar-face-color:#000;
	scrollbar-arrow-color:#FFF;
	scrollbar-track-color:#0d0d0d;
	scrollbar-shadow-color:#0d0d0d;
	scrollbar-highlight-color:#000;

}

textarea
{
	height:45px;
	overflow:auto;
	
}

select
{
	background:#000;
}

input.button
{
	width:auto;
	height:auto;
	background:url(../design_images/btn_submit.png);
	border:0px;
	cursor:pointer;
	width:80px;
	height:35px;
}

select
{
	width:185px;
}

#left a
{
	text-decoration:underline;
}

.iconlogo
{
    float:left;
    width:150px;
}

#otherlinks
{
    float:right;
    font-size:10px;
    font-weight:bold;
    padding-top:10px;
}

#otherlinks a
{
    padding-left:5px;
    padding-right:5px;
}

#EUlinks
{
    float:left;
	width:100%;
	text-align:center;
	border-top:1px solid #691d1f;
	margin:10px 0 0 0;
}

#buttons
{
     position:absolute; 
     top:190px; 
     left:50%; 
     margin-left:340px;
}

#buttons div
{
     margin-left:90px;
}

.euLogo{
	width:188px;
	height:51px;
	position:absolute;
	right:10px;
	top:10px;
	}
