@charset "utf-8";

/* CSS DOCUMENT */

/* 

********************************************************************************************

____________________________________________________________________________________________

Edited by T. Swettenham March 2009.
____________________________________________________________________________________________

N.B. All sections in this stylesheet are commented and flagged for ease of searching and
identification; i.e. for sections such as design, typography and navigation, each is
named in block capitals and immediately preceded by an 'equal' sign in order to mark it out as
a unique name.

Therefore these are the following flags:
Design:     =DESIGN
Typography: =TYPOGRAPHY
Navigation: =NAVIGATION


 Pressing 'Ctrl+F' then typing in the flag will jump straight to the relevant section.
 
 Please feel free to add more flags for other sections as needed .

********************************************************************************************
*/




/*

----------------------------------------- =DESIGN ------------------------------------------

*/


* {
	margin:0;
	padding:0;
}
	
html {
    min-height: 101%;
	min-width: 0;
}

body {
	background: #efefef;
	text-align:center;
	min-height:98%;
	font: 75% Arial,Helvetica,sans-serif;
	padding:1em 0;
	color:#555555;
}

#siteContainer {
	background: #ffffff;
	border: 1px solid #8a8a8a;
	text-align:left;
	width:950px;
	margin: 0 auto;
	padding:0;
	height: auto;
}

#mainContent,#frontContent,.copyColLeft,.imgColRight,.biogCol{
	float:left;
}


/* Column Structure */

#header {
	padding:0;
	margin: 0;
	height: 204px;
	width: 950px;
}


#wrapper {
	margin:0;
	padding: 0;
	width: 950px;
}


#contentContainer {
	padding:0;
	margin:0;
	width: 950px;
	min-height: 1012px;
	background: #fff url(../images/content_bg.jpg) no-repeat;
}




#mainContent{
	width: 460px;
	min-height: 900px;
	float: left;
	margin:6px 0 20px 0 !important;	
	padding: 0;
	position: relative;
	left: 238px;
	top: 8px;
}


#mainContent a:link, #mainContent a:visited, #rssContentLarge a:link, #rssContentLarge a:visited, #JustDrinksListContent a:link, #PressReleaseListContent a:visited {
	color:#851372;
	text-decoration:underline;
	font-weight: bold;
}


#mainContent a:hover, #mainContent a:active, #rssContentLarge a:hover, #rssContentLarge a:active, #JustDrinksListContent a:hover, #PressReleaseListContent a:active {
	color:#888888;
	text-decoration:none;
}


#newsContainer {	
	width:730px; 
	height: 277px;
	margin: 0;
	padding: 0; 
	position: relative;
	top: 16px;
	left: 1px;
}


#JustDrinksList, #PressReleaseList {
	background: url(../images/small_content_bg_home.gif) no-repeat;
	width: 360px;
	height: 271px;
	position: relative;
	float: left;
	
}


#JustDrinksListContent, #PressReleaseListContent {
	background: #f2eeef;
	position: relative;
	width: 332px;
	height: 254px;
	margin:0;	
	padding: 0 16px 0 0;
	left: 6px;
	top: 5px;
	overflow: auto;
	z-index: 1;
}



#rssContentBoxLarge {
	background: #ccc url(../images/rss_bg_temp_home.gif) no-repeat;
	width:729px; 
	height: 271px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	float: left;
}


#rssContentLarge{
	background: #f2eeef; 
	width: 700px;
	height: 253px;
	margin:0;	
	padding: 0 16px 0 0;
	position: relative;
	left: 7px;
	top: 6px;
	overflow: auto;	
	z-index: 1;
}


#PressReleaseList {
	margin-left: 4px;
}


#secondaryContent{
	width:189px;
	text-align:center;
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
	left: 4px;
}


#secondaryContent a {
	color:#851372;
	text-decoration:underline;
	font-weight: bold;
	font-size: 1em;
}


#secondaryContent a img {
    border: 0;
	margin: 0;
	position: relative;
	left: -2px;
}

#secondaryContent p{
	margin:5px 0;
}


#branding {
	background: none;
	margin:0;
	width:950px;
	height:204px;
	position: absolute;
	z-index:1;

}

div#eventDetails {
	position: absolute;
	top: 50px;
	left: 20px;
	z-index: -1;
}



#print_logo {
	display: none;
}







/* ----------- OPENING TIMES --------------*/


#opening_times {
	background:url(../images/opentimes_bg.jpg) no-repeat; 
	font-size: 1.1em;
	position: relative;
	width: 169px;
	height: 162px;
	margin-top: -17px;
	margin-left: 6px;
	padding: 0;
}

#opening_times h3 {
	text-transform:uppercase;
	padding: 14px 0 0 0;
	color: #725f5f;
	font-size: 1.2em;
	margin-left: -4px;
}

#opening_times dl {
	padding: 0;
	font-size: 0.9em;
	margin-top: -2px;
	margin-left: -6px;
}

#opening_times dt, dd {
	margin: 0 2px 0 6px;
	padding: 1px 0;
	color: #725f5f !important;
}






/*----------- Press admin -------------*/

.pressArea {
	width:430px;
}

.pressTxt {
	width:300px;
}

.pressArea img{
	float:right;
	clear:both;
	margin:5px 10px 5px 10px;

}

/* -------------- end of Press admin ---------------- */






/*

----------------------------------------- =NAVIGATION for horizontal menu  -----------------------------------------



*/ 


#menuContainer {
	position:relative;
	left:0;
	width:950px;
	height:44px;
	background: url(../images/menu_bg.jpg) repeat-x;
	z-index: 99;
}


#menubar {
	width:950px;
	position: absolute;
	z-index: 99;
	display:block;
	left: 150px;
	top: 4px;
}




#skip{
	/* hide from visual user agents */
	position:absolute;
	left:-999999px;
}



/* -------------------------------------END NAVIGATION STYLES---------------------------------- */



.topPadding{
	padding-top:5px;
}



.rightImg{
	float:right;
	margin:0 auto;
	width:180px;
}

.rightImg img{
	padding-bottom:5px;
	padding-left: 4px;
	text-align: center;
	margin:0;
}

.rightImg p {
	font:bold 0.8em Arial,Helvetica,sans-serif;
	margin-bottom:10px;
	color:#000;
}

.right{
	float: right; 
	clear: right;
	padding-right: 16px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 3px;
}

.left{
	float: left; 
	clear: left;
	clear: top;
	padding-right: 8px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
}


.indent {
	padding-left:60px;
}


/* used in the visiting sections */

dl.table-display {
	margin: 1em 0.6em;
	padding: 0;
	width:35em;
}

.table-display dt {
	float: left;
	margin: 2px 0 2px 0;
	padding-top: .5em;
	width: 22em;
	font-weight: bold;
}


.table-display dd {
	float: left;
	margin: 2px 0 2px 0;
	padding-top: .5em;
	width: 8em;
}


/* used in the visiting sections */



.seminarList ul {
    margin: 2px 0 26px 18px;	
}


.seminarList li {
    padding: 0 0 0 16px;
	line-height: 8px;
    background:url(../images/bullet_point.gif) no-repeat center left;	
}



table.seminar {
	margin: 10px auto 20px auto;
	border: 1px solid #861473;
	width: 440px;
	border-collapse: collapse;
	height: auto;
}



table.seminar caption {
	padding: 10px 0 0 0;
	margin-left: 4px;
	text-align: left;
	font-weight: bold;
	color: #861473;
	font-size: 1.3em;
}




table.seminar tr {
	vertical-align: top;
}




table.seminar th {
	padding: 4px 5px;
	background: #861473;
	font-size: 1.2em;
	color: #ffffff;
	font-weight:bold;
}


table.seminar th span {
	font-weight: normal;
	font-size: 0.8em;
}


table.seminar td {
	padding: 4px 5px;
}


table.seminar p {
	margin-left: 0;	
	margin-top: 0;
}


table.seminar td h4 {
	margin-top: 0;
	margin-left: 0;
	cursor: pointer;
}


td.seminarTime {
	background: #f7ecf5;
	font-weight: normal;
	width: 20%;
	font-size: 1.1em;
	margin-left: 10px;
}



table.seminar h4.subtitle, table.seminar h4.noDetail {
	cursor:text !important;
	color: #57565b;
	width: auto;
}



p.seminar_top {	
	width: 95%;
	padding-left: 10px;
}


p.synopsis {
	font-style: italic;
}


.seminarTitle {
	font-weight: bold;
	text-align: left;
	color: #57565b;
}



a.seminarLink {
	font-size: 1em;
	font-weight: bold;
	color: #861473;
	border: 1px solid #861473;
	padding: 6px;
	background: #f7ecf5;
}


#may12, #may13, #may14 {
	text-decoration: none;
}


.dayLinks {
	border: 1px solid #861473;
	background: #f1f2f3;
	padding: 4px;
	margin: 4px auto;
	width: 93%;
	text-align: center;
}

.day {
	margin: 2px 40px;
	text-align: center;
	font-weight: bold;
	color: #57565b;
}




table.whatson {
	border: 1px solid #861473;
	width: 500px;
	border-collapse: collapse;
	height: auto;
	
}

table.whatson tr {
	vertical-align: top;
	font-size:1em;
	
}

table.whatson th {
	background: #eed2e9;
	font-weight: bold;
}

td.whatsonTime {
	background: #f7ecf5;
	font-size:0.9em;
	width: 7em;

}


/* =p */

p#skip {
	position: absolute;
	text-indent: -9999px;
}





/* supporters page */

div.paraRight ul {
	margin:16px 0 0 5px;
	padding:0px;
	list-style:none;
	width: 94%;
	border-bottom: 1px dashed #cccccc;
}

div.paraRight ul li{
	display:block;
	width: 500px;
	margin: 0;
	min-height:80px;
	height:80px;
	padding:5px;
	clear: both;
}

div.paraRight ul li span {
	width: 160px;
	height: 55px;
	float:left;
	margin-right:10px;
	margin-bottom:4px;
	
}

div.paraRight ul li p{
	margin-top:3px;
	padding:0;
}

div.paraRight img{
	float:left;
	margin-right:50px;
	margin-bottom:6px;
}


div.outerDiv {
	margin-bottom:20px;
 }
  

div.outerDiv-border {
	border-bottom:dotted 1px #ccc;
	margin-bottom:20px;

 }
  
div.leftDiv{
	float:left;
	padding:10px 0 10px 10px;
}
  
div.leftDiv img {
	padding:0;

}

div.rightDiv {
	float:right;
	padding:10px 0 10px 0;
}
 
 
div.rightDiv img {
	padding:0;

}


.press {
	padding:10px 0 10px 0;
	margin:0;
	border-top:dotted 1px #949b9f;
	border-bottom:dotted 1px #949b9f;

}

.pdf {
	background-image: url(../images/acrobat_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 60% 0 40%;
	padding: 3px 0 3px 25px;
	margin: .4em 0;
}


.content-left-col {
    float: left;
    width: 220px;
    padding: 10px 0 10px 0;
}


.content-right-col {
    float: right;
    width: 240px;
    padding: 10px 0 10px 0;
}



hr {
	border: none; 
	border-top: 1px solid #d5951b;
	width:99%;
	height: 1px;
	text-align: center;
	margin-left: 0;
}


#previous-site {
	width:120px; 
	padding:6px; 
	border: 1px solid #094c90; 
	background-color: #dbf7f6;
	margin: 0 8px 0 12px;
}

/*Programme layout and showcase layout*/


.programme_date, .showcase_header {
	background: #094c90;
	font-weight: bold;
	color: #ffffff;
}
.programme_c1, .programme_c2, .programme_c3, .programme_c4, .showcase_c1, .showcase_c2, .showcase_c3 {
	border-top: 2px solid #ffffff;
}
.programme_wrap, .showcase_wrap {
	background-color: #e2f7ee;
}
.programme_confirm{
	color:#FF0033;
}

.programme_c1, .showcase_c1 {
	font-weight: bold;
	font-size:0.9em;
}

.programme_c2,.programme_c3, .showcase_c2, .showcase_c3{
	font-size:0.9em;
}




/* LATEST NEWS TICKER */

#latest-news, #latest-newsNonScrolling
{
	background: url(../images/news_section.gif) 0 no-repeat;
	height: 160px;
}
#latest-news h2, #latest-newsNonScrolling h2 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em !important;
	color: #555555 !important;
	font-weight: normal;
	text-align: center;
	height: 20px;
}
#stories, #storiesNonScrolling
{
	overflow: auto;
}
#latest-news dl, #latest-newsNonScrolling dl
{
	margin: 0;
}
#latest-news dt, #latest-newsNonScrolling dt
{
	margin: 0;
	padding: 1em 5px 0;
	font-weight: bold;
	color: #555555;
}
#latest-news dd, #latest-newsNonScrolling dd
{
	padding: 0 2px 1em 2px;
	margin: 0;
	font-size:1.1em;
}

#latest-news a, #latest-newsNonScrolling a {
    color:#851372;
	text-decoration:underline;
	font-weight: normal;
	font-size:1em;
	margin-left: 3px;
}


.dotboxl {

	width:160px; 
	padding:6px; 
	border: 1px dashed #000000; 
	background-color: #ffffff;
	/*margin: 0 8px 0 12px;*/
	text-align: center;
	

 }
 
 .dotboxr {

	width:160px; 
	padding:6px; 
	border: 1px dashed #000000; 
	background-color: #ffffff;
/*	margin-top:-31px;
	margin-left:250px;*/
	text-align: center;
	

 }
 
 .dotbox2 {

	width:450px; 
	padding:6px; 
	border: 1px dashed #000000; 
	background-color: #ffffff;
	margin:10px;
	/*margin: 0 8px 0 12px;*/
 }
 
 
 
.NewsScroller {
	height:220px;
	width:159px;
}

#localisation_link {
	position: relative;
	top: -2px;
	margin-left: 1px;
	width: 181px;
	height: 58px;
	background: url(../images/flags_bg.jpg) no-repeat;
}

#localisation_link img {
	position: relative;
	top: 12px;
	margin: 0 2px !important;
	border: 1px solid #851372 !important;
}



/* used on the exhibitor Enquiry form */
.spamCatcher {
display:none;
}





#site-info {
    width:910px;
	height:66px;
	margin:0 auto;
	border-top: 1px solid #851372;
}

#site-info p {
	width: auto;
	height: auto;
	padding-right:10px;
	padding-top:12px;
	font-size: 1.1em;
	text-align:left;
    color: #851372;	
	text-align: center;
}

#site-info a {
    color:#851372;
	text-decoration:underline;
	font-weight: bold;
}

#site-info a:hover {
    color:#888888;
	text-decoration:none;
	font-weight: bold;
}


#skip, #menubar h2{

	/* hide from visual user agents */

	position:absolute;
	left:-999999px;

}



#navContainer {
	width: 182px;
	margin:0;
}


/* end of Column Structure */




div#trustLogo {
	width: 100px;
	margin: 48px 0 0 30px;
	padding: 0;
	height: auto;
	float: left;
}


#trustLogo img {
	padding: 0;
	border: none;
}



/* =div */
div.outerDiv {
	clear:both;
	overflow: hidden;
	width: 100%;
}

div.leftDiv{
	width:220px;
}

div.rightDiv {
	width:220px;
}

address { 
	width:240px;
}

.centred {
	text-align: center;
}


.floatright{
  float: right; 
   margin: 4px;
   }

 
 
#logo {
	display: none;
}




div.paraRight ul li{
	width:400px;
}


/* travel page, press gallery page */

div.paraFloatPhoto ul, div.paraFloat ul {
	margin:0;
	padding:0px;
	list-style:none;
}


div.paraFloatPhoto ul li, div.paraFloat ul li {
	display:block;
	margin-right:10px;
	margin-bottom:0;
	min-height:50px;
	border-bottom: dotted 1px #797676;
	padding:5px;
	overflow:hidden;
	clear: both;
	list-style: none !important;
}

div.paraFloatPhoto ul li p, div.paraFloat ul li p, div.paraFloat ul li h3 {
	margin:8px 4px 12px 30px;
	padding:0;
	width: auto;
}


div.paraFloatPhoto img, div.paraFloat img {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	margin-top: -8px;
	border:0;
}



div.paraFloatPhoto ul li {
	min-height: 150px;
	height:150px;
}


div.paraFloatPhoto, div.paraFloat {
	display:block;
}


/* travel page, press gallery page */




.clear{
	clear:both;
}
/* Programme layout and showcase layout */

.programme_outer, .showcase_outer
{
width:100%;
margin-top: 10px;
}
.programme_date, .showcase_header {
width: 450px;
margin-bottom:2px;
margin-top: 10px;
float:left;
padding:5px;
}
.programme_wrap, .showcase_wrap{
width: 100%;
float:left;
}
.programme_c1, .programme_c2, .programme_c3, .showcase_c1, .showcase_c2, .showcase_c3{
float: left;
margin-bottom: 6px;
padding:4px 2px 2px;

}
.programme_c1, .showcase_c1{
width: 70px;
}
.programme_c2, .showcase_c2{
width: 178px;
}
.programme_c3, .showcase_c3{
width: 200px;
}


div.timetable-entry {
    width: 435px;
	padding: 0;
	margin: 0;
	clear: both;
}

.timetable-entry h3 {
	padding: 8px 0 0 26px;
}

.timetable-entry hr.table {
     border: dotted 1px #357e8f; 
	 width:100%; 
	 background-color:#ffffff;   
	 margin: 10px 0 0 0;
	 clear: both;
}



.timetable-time {
    float: left;
    width: 40px;
    padding: 8px 0;
	margin: 0 0 0 8px;

}


.timetable-detail {
    float: right;
    width: 375px;
    padding: 8px 0;

}


.timetable-detail ul {
    padding: 0 0 0 12px;
	margin: 0;
}


.timetable-detail li {
	font-weight: bold;
	color: #003366;
	list-style:disc;
}


.timetable-detail li li {
	padding-left: 3px;
	font-weight: normal;
	list-style:circle inside;
}



#newsTicker {
	margin:10px auto 10px 9px;
}


#newsHeader {
	display: block;
	padding: 2px 0 3px 0;
}

#scroller {
	margin-top: -10px;
}

/* table structure */

table Summary, table Caption {
	width: 28em;
	text-align:left;
	margin: 1em 0.5em;
	font-weight: bold;
	color: #094c90;
    font-size: 1.1em;
}


.tableStyle {
	width: 95%;
	margin: 0.5em 0 0.5em 0.5em;
	/*border: solid #555555;*/
	/*border-width: 1px 0 0 1px;*/
	border-collapse: collapse;
	text-align:left;
	border: 1px solid #851372;
}


.tableStyle caption {
	background-color: #888888;
	width: 96%;
}


.tableStyle th {
	background-color: #eeeeee;
}


.tableStyle th, .tableStyle td {
	border-bottom: 1px solid #851372;
}

.tableStyle th {
	text-align:left;
	padding: 4px 2px 4px 10px;
	vertical-align: top;
	color:#555555;
    font-size:1em;
	font-weight:bold;
	width: 30%;
}

.tableStyle td {
	border-width: 0 0px 1px 0;
	text-align:left;
	padding: 4px 2px 4px 10px;
	vertical-align: top;
	color: #555555;
}

.tableStyle th.company {
	width: 26%;
}


.tableStyle th.stand {
	width: 16%;
}


.tableStyle th.deal {
	width: 58%;
}

.tableStyle th.time {
	width: 16%;
}

/*  for hotel details table  */

.tableStyle th.stars {
	width: 5%;
}

.tableStyle th.hotelName {
	width: 25%;
}

.tableStyle th.rates {
	width: 15%;
}

.tableStyle th.meals {
	width: 20%;
}

.tableStyle th.tube {
	width: 20%;
}

.tableStyle td.noBorder {
	border: none;
}


/*  for hotel details table  */


.tableStyle caption {
	margin: 0 0 -5px 5px;
	padding: 3px 4px 4px 8px;
	font-size: 1.1em;
	color: #ffffff;
}


thead {
	font-size:1.2em;

}



/* end table structure */



/*

---------------------------------------- =TYPOGRAPHY ------------------------------------------

*/


body li {
    list-style:disc;
}
	
body ul.noBullet li {
    list-style: none !important;
	margin-left: -31px;
}


h1{
	font:bold 1.9em Arial,Helvetica,sans-serif;
	color: #434343;
	margin:-8px 5px 0;
}


h2 {
	font:bold 1.8em Arial,Helvetica,sans-serif;
	color:#851372;
	margin:6px 5px 12px 5px;

}


h3 {
	font:bold 1.4em Arial,Helvetica,sans-serif;
	color:#851372;
	margin:20px 0 8px 5px;
}


p {
	margin: 1em 0 1.3em 0.5em;
	font-size: 1.1em;
}


h4{
	font:bold 1.1em Arial,Helvetica,sans-serif;
	color:#851372;
	margin:20px 0 6px 5px;
}


h5,h6 {
	font-size:1.1em;
	color: #434343;
	margin:12px 5px;
}


strong {
	font-weight: bold;
}


em {
	font-style: italic;
}



.smtext{
	font:normal 0.9em Arial,Helvetica,sans-serif;
}


blockquote {
	margin:1em 2em 1em 2.5em;
}


h1 a {
    color:#434343;
	text-decoration:none;
}


ul li {
	margin:0; 
	padding:0;
}




ul {
	margin:0;
	padding:0;
	list-style-type:circle;
	margin-left:30px;
}

ul ul {
	margin: 0;
}


ul#infList{ 
	margin:0;
	padding:0;
	list-style-type:circle;
	margin-left:30px;
}

ul#infList li { 
	margin:0; 
	padding:0;
}


address { 
	font-style:normal;
}






dt {
	font-weight:bold;
	color:#434343;
}

dd {
	color:#555555;
}

div#trustLogo span {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	vertical-align:top;
	color: #094c90;
}

#previous-site a {
	color: #851372;
	font-weight: bold;
	font-size: 0.9em;
}

.highlight {
	color: #851372;
	font-weight: bold;
}

.errorBox {
	color:#ff0000;
	margin:10px;
	padding:5px;
	border:solid 1px #ccc;
	width:90%;
	font-size:0.9em;
}

.redHighlight {
	color:#ff0000;
}

/* LATEST NEWS TICKER */

#latest-news {
	text-align: left;
}

#latest-news h2 {
	font-size: 1.2em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif ;
}

/* clearing floats */


#wrapper:after,#contentContainer:after,#secondaryContent:after,#venue-desc:after,#dates:after,#venue-dates:after,#secondaryContent:after, #sectionName:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}


.gallery {
	text-align: center;
}

.gallery img {
	padding: 0 4px;
}

.bannerLeft {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.bannerLeft a {
	background: none !important;
	position: relative;
	left: -4px;
}




/* page-specific layouts - conference programme */



div.programme-entry {
    width: 400px;
	padding: 0;
	margin: 0;
	clear: both;
	display:inline;

}

.programme-entry hr {
     border-bottom: solid 1px #d2212f; 
	 border-top:none;
	 border-left:none;
	 border-right:none;
	 width:90%; 
	 background-color:#FFFFFF;   
	 margin: 10px 0 0 0;
	 padding: 10px 0 0 0;
	 clear: both;

} 

.programme-entry hr.pres {
     border-bottom: dotted 2px #fff; 
	 width:100%; 
	 background-color:#FFFFFF;   
	 margin: 10px 0 0 0;
	 padding: 10px 0 0 0;
}

.programme-time {
    float: left;
    width: 80px;
	padding:20px;

}

.programme-detail {
    float: right;
    width: 345px;
	padding:20px;

}

.programme-detail ul.arrowsmUl {
    padding-top: 0;
	margin: -10px 0 0 0;
}





/* Firefox vertical scrollbar jump fix  */


#ffscrollbarfix{
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}

/* end Firefox vertical scrollbar jump fix  */


/* Exhibitor training videos section */


ul#exhibTrainingThumbs {
	list-style: none; 
	width: 460px;
	position: relative;
	left: 17px;
	top: -8px;
}

ul#exhibTrainingThumbs li {
	display: block;
	float: left;
	width: 140px;
	height: 110px;
}


ul#exhibTrainingThumbs li a img {
	border: 1px solid #861473 !important;
}

ul#exhibTrainingThumbs li a img:hover {
	border: 1px solid #545454 !important;
}

#preVideoContent {
	position: relative;
	top: 100px;
	left: 136px;
	z-index: 1;
}

#trainingVideos {
	position: relative;
	z-index: 10;
	left: 40px;
	top: -90px;
}



*html ul#exhibTrainingThumbs {
	list-style: none; 
	position: relative;
	left: 20px !important;
}


#fsContent {
	position: relative;
	z-index: 2;
	left: 20px;
	top: -70px;
}


#eventPartnerFlash, #mediaPartnerFlash {
	position: relative;
	left: -4px;
	top: 0;
}





#timeZones {
	position: relative;
	top: 20px;
	color: #851372;
	padding-bottom: 20px;
	text-align: center;
}

.pdf
{
	background-image: url(../images/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 25px;
	margin: .4em 0;
}


.external {

	background: url(../images/externalLink.gif) no-repeat right top;
	padding-right:16px;

}


/* begin airport details in travel page */


div#airport{
	width:450px;
	
}

div#airport ul {
	background-color:#efefef;
	border: 1px solid #851372;
	margin:0 0 0 24px;
	padding:0;
	width:400px;
	list-style:none;
	text-align:left;
}

div#airport ul li{

	height:auto;
	margin: 0 !important;
	padding: 6px 3px 0 14px;
	border:none;
}

div#airport ul li p{
	margin:0;
	padding:0;
}


div#airport ul li p{
	font:1.1em Arial,Helvetica,sans-serif;
	margin: 0 10px 0 0;
}

div#airport ul li p.airportHeader{
	color:#851372;
	font-weight:bold;
	margin: 0 10px 0 0 !important;
}


/* end airport details in travel page */


.imageNoFloat {
	float: none !important;
	margin: 0 8px !important;
	position: relative;
	top: 2px;
}


address { 
	width:auto;
	font-style:normal;
	margin: 5px;
}

ul#standInfo li {
	background-color:#faf5f9;
	border: 1px solid #ab729b;
	margin:0 0 0 4px;
	padding:14px 6px 0 6px;
	width:300px;
	list-style:none;
	text-align:center;
	display: block;
	float: left;
}


ul#pressContacts {
	width: 480px;
	margin: 0 0 0 6px;
}


ul#pressContacts li {
	background-color:#faf5f9;
	border: 1px solid #ab729b;
	margin:0 2px 4px 0;
	padding: 14px 6px 4px 4px;
	width: 222px;
	height: 14em;
	list-style:none;
	text-align:center;
	display: block;
	float: left;
	font-size: 0.9em;
}

ul#agents {
	text-align: left;
	margin-left: 0 !important;
}


ul#agents li {
	background-color:#faf5f9;
	border: 1px solid #ab729b;
	margin:0 0 4px 4px;
	padding:0;
	width:230px;
	height: 12.5em;
	list-style:none;
	text-align:center;
	display: block;
	float: left;
}

ul#pressContacts h4, ul#agents h4 {
	margin-top: 0;
}


/* press show shots */
div#showShots{
	padding-top:10px;
	display:block;
	margin-left:10px;
}

/* end of press show shots */


/* contacts */


ul.contacts {
	margin-left: 6px;	
}

ul.contacts li {
	background-color:#faf5f9;
	border: 1px solid #ab729b;
	margin:0 0 4px 4px;
	padding:24px 9px 0 4px;
	width:128px;
	height: 12.5em;
	list-style:none;
	text-align:center;
	display: block;
	float: left;
}


ul#board li {
	background-color:#faf5f9;
	border: 1px solid #ab729b;
	margin:0 0 4px 4px;
	padding:14px 6px 0 6px;
	width:140px;
	height: 18em;
	list-style:none;
	text-align:center;
	display: block;
	float: left;
}


ul.contactsWorldwide li {
	background-color:#faf5f9;
	border: 1px solid #ab729b;
	margin:0 0 4px 4px;
	padding:14px 6px;
	width:606px;
	height: auto;
	font-size: 1.1em;
	list-style:none;
	text-align:left;
	display: block;
}


ul#partners li {
	background-color:#faf5f9;
	border: 1px solid #ab729b;
	margin:0 0 4px 4px;
	padding:14px 6px 0 6px;
	width:200px;
	height: 12em;
	list-style:none;
	text-align:center;
	display: block;
	float: left;
}

#homeSlideshow {	
	margin: 30px 0 20px 8px;
}

ul.spiritList {
	width: 500px;
	text-align: center;
	display: inline-block;
	margin: 4px 0 4px 12px;
}

ul.spiritList li {
	list-style: none;
	border: 1px solid #ab729b;
	background: #faf5f9;
	margin: 1px;
	width: 140px;
	padding: 4px 8px;
	display: block;
	float: left;
	color: #851372;
	font-weight: bold;
}


p.testimonialName {
	margin-top: -6px;
	margin-bottom: 26px;
	font-style:italic;
	padding-bottom: 16px;
	border-bottom: 1px solid #ab729b;
}

p.testimonialName strong {
	font-style:italic;
}

#guide {
	position: relative;
	left: -2px;
}