body, img, a, span, p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, select, textarea
{ 	
	margin: 0; 
	padding: 0; 
}

html, body
{
	background-color: #ff6c15;
}

body
{
	color: #292a2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img, fieldset
{ 
	border: 0; 
}

input, select, textarea
{ 
	color: #999999;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

a
{ 
	color: #1b7de0; 
	text-decoration: none; 
}

a:hover
{
	text-decoration: underline;
}

input:active, input:focus, a:focus
{ 
	outline: none; 
}

.content h1
{ 
	font-size: 24px;
	
	margin: 12px 0;
}

.content h2
{ 
	font-size: 19px; 
	font-weight: normal; 
	
	margin: 12px 0;
}

.content h3
{ 
	font-size: 18px; 
	font-weight: normal; 
}

.content h4
{ 
	font-size: 17px;
	font-weight: normal;  
}

.content h5
{
	font-size: 16px;
	font-weight: normal; 
}

.content ul, ol
{
	list-style-position: inside;
}

.content li
{
	
}

/* Clearing. */

.clear /* For IE/MAC. */
{
	display: inline-block;
}

.clear:after /* For Non-IE browsers. */
{
	clear: both;
	content: "";
	display: block;
	visibility: hidden;

	height: 0;
}

* html .clear /* For IE6 and below, trigger hasLayout. */
{
	height: 1%;
}

.clear /* For IE/Win. */
{
	display: block;
}

/* Layout. */

body
{
	background-color: #ff6c15;
	background-image: url(../images/bg/mainContainer.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

body.index
{
	background-color: #ffffff;
	background-image: url(../images/bg/indexContainer.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.container
{
	min-width: 940px;
	width: 100%;
}

.area
{
	text-align: left;

	margin: 0 auto;

	width: 940px;
}

#topArea
{
	position: relative;

	height: 152px;
}

#logo
{
	position: absolute;
		top: 26px;
		left: 4px;
}

#topArea h1
{
	color: #2c221c;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	
	margin-left: 170px;
	padding: 55px 0 6px 0;
}

#topArea span.dates
{
	color: #2c221c;
	font-size: 16px;
	font-weight: bold;

	margin-left: 170px;
}

#topNavigation
{
	background-position: left top;
	background-repeat: no-repeat;
	color: #f9bf6f;
	font-size: 11px;
	position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	
	height: 35px;
	width: 380px;
}

#topNavigation .canvas
{
	position: relative;
	
	height: 35px;
	width: 380px;
}

#topNavigation .background
{
	background-image: url(../images/bg/topNavigation.png);
	position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	
	height: 100%;
	width: 100%;
}

* html #topNavigation .background
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg/topNavigation.png', sizingMethod='scale');
}

#topNavigation .overlay
{
	position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	
	height: 100%;
	width: 100%;
}

#topNavigation span
{
	float: left;
	
	margin-top: 10px;
}

#topNavigation .overlay a
{
	color: #ffffff;
	float: left;
	
	margin-top: 10px;
	padding: 0 7px;
}

#topNavigation a.first-child
{
	margin-left: 12px;
}

#topNavigation a.drop
{
	background-image: url(../images/icons/topNavDrop.gif);
	background-position: right center;
	background-repeat: no-repeat;

	padding-right: 18px;
	
	width: 38px;
}

#topNavigation .options
{
	display: none;
	position: absolute;
		top: 0;
		left: 0;
	
	width: 75px;
}

#topNavigation .options.visible
{
	display: block;
}

#topNavigation .options ul
{
	background-color: #efe6e2;
	list-style: none;
	
	padding-top: 37px;
}

#topNavigation .options li
{
	padding: 1px 0;
	padding-top: 4px;
}

#topNavigation .options a
{
	color: #7f8187;
	display: block;
	font-size: 11px;
	
	padding-left: 19px;
}

#topNavigation .optionsBottom
{
	background-image: url(../images/visitorType/dropdownBottom.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1px;

	height: 10px;
	width: 75px;
}

* html #topNavigation .optionsBottom
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/visitorType/dropdownBottom.png', sizingMethod='scale');
}

#mainNavigation
{
	list-style: none;
	position: absolute;
		top: 72px;
		right: 0;
		z-index: 1;
	
	height: 40px;
	width: 533px;
}

#mainNavigation li
{
	float: left;
	
	height: 40px;
}

#mainNavigation a
{
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	display: block;
	
	height: 40px;
}

	#mainNavigation #navHome a
	{
		background-position: 0 top;
		
		width: 69px;
	}
	#mainNavigation #navHome a:hover
	{
		background-position: 0 bottom;
	}
	
	#mainNavigation #navAbout a
	{
		background-position: -69px top;
		
		width: 120px;
	}
	#mainNavigation #navAbout a:hover
	{
		background-position: -69px bottom;
	}
	
	#mainNavigation #navWhatson a
	{
		background-position: -189px top;
		
		width: 81px;
	}
	#mainNavigation #navWhatson a:hover
	{
		background-position: -189px bottom;
	}
	
	#mainNavigation #navProducts a
	{
		background-position: -270px top;
		
		width: 106px;
	}
	#mainNavigation #navProducts a:hover
	{
		background-position: -270px bottom;
	}
	
	#mainNavigation #navExhibiting a
	{
		background-position: -376px top;
		
		width: 83px;
	}
	#mainNavigation #navExhibiting a:hover
	{
		background-position: -376px bottom;
	}
	
	#mainNavigation #navTickets a
	{
		background-position: -459px top;
		
		width: 74px;
	}
	#mainNavigation #navTickets a:hover
	{
		background-position: -459px bottom;
	}

#indexContainer, 
#mainContainer
{
	background-image: url(../images/bg/body.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.index #indexContainer
{
	background-image: url(../images/bg/bodyIndex.jpg);
}

#flashArea
{
	height: 340px;
}

#flashObject
{
	font-weight: bold;
	text-align: center;
	outline: none;
}

div#flashObject
{
	padding-top: 150px;
}

#indexArea
{
	background-color: #ffffff;
	background-image: url(../images/bg/indexArea.gif);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;

	margin-top: 78px;
	
	min-height: 560px;
}

* html #indexArea
{
	height: 560px;
}

#getTicketsArea
{
	background-image: url(../images/bg/getTicketsArea.png);
	position: absolute;
		top: -68px;

	height: 87px;
}

* html #getTicketsArea
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg/getTicketsArea.png', sizingMethod='scale');
}

#getTicketsArea .padding
{
	padding: 23px 0 0 85px;
}

#getTicketsArea *
{
	vertical-align: middle;
}

#getTicketsArea h2
{
	color: #ffffff;
	display: inline;
	float: left;
	font-size: 20px; 
	font-style: italic;
	
	padding-right: 20px;
	
	width: 200px;
}

#getTicketsArea a
{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	
	padding-right: 10px;
}

#getTicketsArea a:hover
{
	text-decoration: none;
}

#indexContent
{
	min-height: 580px;
}

* html #indexContent
{
	height: 580px;
}

#introduction
{
	float: left;
	
	border-right: 1px solid #e3e3e3;
	margin-top: 38px;
	padding: 0 23px 0 30px;
	
	min-height: 522px;
	width: 319px;
}

* html #introduction
{
	height: 522px;
}

#introduction p
{
	line-height: 20px;

	margin: 12px 0;
}

/*#introduction a, */
a.bulletedLarge
{
	background-image: url(../images/icons/introduction.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
	padding-left: 20px;
}

.advertisement
{
	padding-top: 30px;
}

#features
{
	float: right;
	
	width: 565px;
}

#features ul
{
	margin-top: 38px;
}

#features li
{
	margin-bottom: 40px;
}

#features .mainImage
{
	float: left;
	
	margin-left: 26px;
}

#features .details
{
	display: inline;
	float: right;
	
	margin-right: 22px;

	width: 220px;
}

#features .details h3
{
	color: #292a2c;
	font-size: 20px;
	
	margin: 2px 0 8px 0;
}

#features .details p
{
	font-size: 11px;
	line-height: 18px;

	margin-bottom: 5px;
}

#features .details a, 
a.bulletedSmall
{
	background-image: url(../images/icons/indexFeature.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	color: #167adf;
	
	padding-left: 17px;
}

#mainArea
{
	margin-bottom: 27px;
}

#sidebar
{
	float: left;
	
	width: 160px;
}

#sideNavigation
{
	background-color: #e35404;
	background-image: url(../images/bg/sidebarTop.gif);
	background-position: top;
	background-repeat: no-repeat;
	
	margin-bottom: 22px;
	
	min-height: 375px;
	width: 160px;
}

* html #sideNavigation
{
	height: 375px;
}

#sideNavigation .bottom
{
	background-image: url(../images/bg/sidebarBottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	
	min-height: 375px;
	width: 160px;
}

* html #sideNavigation .bottom
{
	height: 375px;
}

#sideNavigation ul
{
	list-style: none;
	
	padding: 24px 0 48px 0;
}

#sideNavigation li
{
	background-image: url(../images/bg/sidebarSeparator.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 1px;
}

#sideNavigation li.last-child
{
	background-image: none;
}

#sideNavigation a
{
	color: #ffffff;
	display: block;
	font-size: 12px;
	
	padding: 12px 10px 12px 20px;
}

#sidebar .blobs
{
	position: relative;
	
	height: 360px;
	width: 160px;
}

#sidebar .blob
{
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
}

#sidebar .blob h3
{
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	
	padding: 20px 18px 0 18px;
}

#sidebar .blob span
{
	display: block;
	line-height: 18px;

	padding: 8px 15px 0 15px;
}

#sidebar .blob a
{
	color: #ffffff;
	display: block;
}

#sidebar .blob .canvas
{
	position: relative;
	
	height: 100%;
	width: 100%;
}

#sidebar .blob .background
{
	position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	
	height: 100%;
	width: 100%;
}

#sidebar .blob .overlay
{
	position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	
	height: 100%;
	width: 100%;
}

#nextExhibition
{
	background-image: url(../images/bg/nextExhibition.png);
	position: absolute;
		top: 0;

	height: 180px;
	width: 160px;
}

* html #nextExhibition
{
	background-image: none;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg/nextExhibition.png', sizingMethod='scale');*/
}

* html #nextExhibition .background
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg/nextExhibition.png', sizingMethod='scale');
}

#nextExhibition span
{
	font-size: 16px;
	font-weight: bold;
}

#getTickets
{
	background-image: url(../images/bg/getTickets.png);
	position: absolute;
		bottom: 0;

	height: 199px;
	width: 160px;
}

* html #getTickets
{
	background-image: none;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg/getTickets.png', sizingMethod='scale');*/
}

* html #getTickets .background
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg/getTickets.png', sizingMethod='scale');
}

#getTickets h3
{
	margin-top: 19px;
}

#mainSection
{
	background-color: #ffffff;
	background-image: url(../images/bg/mainSectionTop.gif);
	background-position: top;
	background-repeat: no-repeat;
	float: right;
	
	min-height: 729px;
	width: 780px;
}

* html #mainSection
{
	height: 729px;
}

#mainSection .bottom
{
	background-image: url(../images/bg/mainSectionBottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	
	padding: 0 30px 40px 30px;
	
	min-height: 689px;
	width: 720px;
}

* html #mainSection .bottom
{
	height: 716px;
}

#mainSection .content p
{
	line-height: 20px;

	margin: 12px 0;
}

#mainSection h2.mainTitle
{
	color: #292a2c;
	font-size: 26px;

	margin: 28px 0 0 0;
}

#mainSection .breadcrumb
{
	margin: 14px 0;
}

#mainSection .breadcrumb a
{
	color: #7f8187;
	float: left;
	font-size: 11px;
}

#mainSection .breadcrumb span
{
	background-image: url(../images/icons/breadcrumb.gif);
	float: left;
	font-size: 1px;
	
	margin: 1px 6px;
	
	height: 11px;
	width: 12px;
}

#mainSection .mainImage
{
	margin: 0 0 12px 0;
}

#upperFooterContainer
{
	background-color: #ffffff;
	background-image: url(../images/bg/upperFooterContainer.gif);
	background-position: top;
	background-repeat: repeat-x;
	
	min-height: 160px;
}

* html #upperFooterContainer
{
	height: 160px;
}

#siteMap
{
	list-style: none;
	
	padding-bottom: 22px;
}

#siteMap li
{
	float: left;

	margin-right: 30px;

	width: 130px;
}

#siteMap li.last-child
{
	margin-right: 0;
	
	width: 140px;
}

#siteMap dt
{
	color: #7a7e81;
	font-style: italic;
	font-weight: bold;

	border-bottom: 1px solid #e0e0e0;
	margin: 24px 0 6px 0;
	padding-bottom: 6px;
}

#siteMap a
{
	color: #7a7e81;
	font-size: 11px;
	line-height: 19px;
}

#siteMap dd a
{
	
}

#lowerFooterContainer
{
	background-color: #e4e4e4;
	background-image: url(../images/bg/lowerFooterContainer.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #8e9194;
	font-size: 10px;
	
	height: 138px;
}

#lowerFooterContainer a
{
	color: #8e9194;
}

#affiliates .affiliate
{
	display: inline;
	float: left;
	
	margin-right: 30px;
	padding-top: 25px;
}

#affiliates .affiliate.last-child
{
	margin-right: 0;
}

#affiliates .affiliate span
{
	clear: both;
	display: block;

	/*padding-right: 5px;*/
	padding-bottom: 10px;
}

#affiliates .affiliate a
{
	float: left;
	
	padding-right: 18px;
	padding-bottom: 10px;
}

#affiliates .affiliate *
{
	vertical-align: middle;
}

#affiliates .affiliate span a
{
	display: inline;
	float: none;
	
	padding: 0;
}

/* Popup */

.popupOverlay
{
	background-color: #000000;
	opacity: 0.2;
		filter: alpha(opacity=20);
	position: absolute;
		z-index: 998;
	
	min-width: 940px;
	width: 100%;
}

.popupCanvas
{
	position: absolute;
		top: 200px;
		z-index: 999;
	
	min-width: 940px;
	width: 100%;
}

.popup
{
	background-color: #ff6d16;
	background-image: url(../images/visitorType/background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	opacity: 0.95;
	position: relative;

	border: 4px solid #292a2c;
	margin: 0 auto;
	
	height: 351px;
	width: 550px;
}

* html .popup
{
	filter: alpha(opacity=95);
}

.popup .button
{
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	position: absolute;
		bottom: 30px;
	
	height: 88px;
	width: 225px;
}

.popup  p
{
	color: #292a2c;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	
	padding: 180px 22px 0 22px;
}

#buttonGeneral
{
	background-image: url(../images/visitorType/general.png);
	right: 41px;
}

* html #buttonGeneral
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/visitorType/general.png', sizingMethod='scale');
}

#buttonTrade
{
	background-image: url(../images/visitorType/trade.png);
	left: 41px;
}

* html #buttonTrade
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/visitorType/trade.png', sizingMethod='scale');
}
.mainstage td {
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcb31;
}
