/* ========== GLOBAL RESET ========== */
* {
	padding: 0;
	margin: 0;
}

a img {
	border: 0;
}
body {
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	color: #5C5E5F;
	background-image: url(../_img/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;

}
#container {
	width: 838px;
	position: relative;
	/* margin-left: 16px; */
	margin: 0 auto;

	background: #fff url(../_img/logo_and_top.gif) no-repeat left top;

}

/* ================================================= */
/* =============== GLOBAL NAVIGATION =============== */
/* ================================================= */
#globalnav {
	list-style: none;
	height: 32px;
	padding-bottom: 38px;
	padding-bottom: 13px;
	padding-bottom: 0;
}
#globalnav li {
	float: left;
}
#globalnav li a {
	display: block;
	height: 32px;
	text-indent: -3333px;
	text-decoration: none;
	outline: none;
}
/* nav image replacement, English */
.eng #globalnav li#gn-home  {
	background-image:url(../_img/nav-eng/home.gif);
	background-repeat:no-repeat;
	width: 70px;
}
.eng #globalnav li#gn-event  {
	background-image:url(../_img/nav-eng/event.gif);
	background-repeat:no-repeat;
	width: 86px;
}
.eng #globalnav li#gn-visit {
	background-image:url(../_img/nav-eng/visit.gif);
	background-repeat:no-repeat;
	width: 77px;
}
.eng #globalnav li#gn-exhibit  {
	background-image:url(../_img/nav-eng/exhibit.gif);
	background-repeat:no-repeat;
	width: 86px;
}
.eng #globalnav li#gn-press {
	background-image:url(../_img/nav-eng/press.gif);
	background-repeat:no-repeat;
	width: 110px;
}
.eng #globalnav li#gn-exlist  {
	background-image:url(../_img/nav-eng/ex_list.gif);
	background-repeat:no-repeat;
	width: 101px;
}
.eng #globalnav li#gn-travel  {
	background-image:url(../_img/nav-eng/travel.gif);
	background-repeat:no-repeat;
	width: 66px;
}
.eng #globalnav li#gn-contact {
	background-image:url(../_img/nav-eng/contact.gif);
	background-repeat:no-repeat;
	width: 68px;
}


/* nav image replacement, Deutsch */
.de #globalnav li#gn-home  {
	background-image:url(../_img/nav-de/home.gif);
	background-repeat:no-repeat;
	width: 70px;
}
.de #globalnav li#gn-event  {
	background-image:url(../_img/nav-de/event.gif);
	background-repeat:no-repeat;
	width: 81px;
}
.de #globalnav li#gn-visit {
	background-image:url(../_img/nav-de/visit.gif);
	background-repeat:no-repeat;
	width: 89px;
}
.de #globalnav li#gn-exhibit  {
	background-image:url(../_img/nav-de/exhibit.gif);
	background-repeat:no-repeat;
	width: 93px;
}
.de #globalnav li#gn-press {
	background-image:url(../_img/nav-de/press.gif);
	background-repeat:no-repeat;
	width: 104px;
}
.de #globalnav li#gn-exlist  {
	background-image:url(../_img/nav-de/ex_list.gif);
	background-repeat:no-repeat;
	width: 93px;
}
.de #globalnav li#gn-travel  {
	background-image:url(../_img/nav-de/travel.gif);
	background-repeat:no-repeat;
	width: 66px;
}
.de #globalnav li#gn-contact {
	background-image:url(../_img/nav-de/contact.gif);
	background-repeat:no-repeat;
	width: 68px;
}

#globalnav li:hover,
#globalnav li.sfhover {
	background-position: 0 -32px;
}




/* =============================== */
/* ->> GLOBAL  SUBNAV <<< ----- */
/* =============================== */
#globalnav li ul { 
	position : absolute;
	z-index: 300;
	top: -3333px;
	width: auto;
	border: 2px solid #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	list-style: none;
}
#globalnav li ul li  {
	float: none;
	display: inline;
}

#globalnav li ul li a  {
	text-indent: 0px;
	background: #808285;
	background-image: none;
	height: auto;
	padding: 1px 4px;
	color: #fff;
	text-decoration: none;
	font: bold 11px/15px "Arial Narrow", Arial;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}
#globalnav li ul li a:hover {
	background: #C61D23;
}
/* individual widths for the sub-navs  */
#globalnav li#gn-event ul li a { width: 165px; }
#globalnav li#gn-visit ul li a { width: 140px; }
#globalnav li#gn-exhibit ul li a { width: 170px; }
#globalnav li#gn-press ul li a { width: 140px; }
#globalnav li#gn-conferences ul li a { width: 150px; }
#globalnav li#gn-travel ul li a { width: 150px; }
#globalnav li#gn-contact ul li a { width: 132px; }


/* rules to show the EVENT subnav */
.eng #globalnav li#gn-event:hover ul, .eng #globalnav li#gn-event.sfhover ul { 
		position : absolute;
		left: 82px;
		top: 32px;
}
.de #globalnav li#gn-event:hover ul, .de #globalnav li#gn-event.sfhover ul { 
		position : absolute;
		left: 82px;
		top: 32px;
}
/* rules to show the EXHIBIT subnav */
.eng #globalnav li#gn-exhibit:hover ul, .eng #globalnav li#gn-exhibit.sfhover ul { 
		position : absolute;
		left: 270px;
		top: 32px;
}
.de #globalnav li#gn-exhibit:hover ul, .de #globalnav li#gn-exhibit.sfhover ul { 
		position : absolute;
		left: 250px;
		top: 32px;
}
/* rules to show the VISIT subnav */
.eng #globalnav li#gn-visit:hover ul, .eng #globalnav li#gn-visit.sfhover ul { 
		position : absolute;
		left: 358px;
		top: 32px;
}
.de #globalnav li#gn-visit:hover ul, .de #globalnav li#gn-visit.sfhover ul { 
		position : absolute;
		left: 345px;
		top: 32px;
}
/* rules to show the PRESS subnav */
.eng #globalnav li#gn-press:hover ul, .eng #globalnav li#gn-press.sfhover ul { 
		position : absolute;
		left: 432px;
		top: 32px;
}
.de #globalnav li#gn-press:hover ul, .de #globalnav li#gn-press.sfhover ul { 
		position : absolute;
		left: 432px;
		top: 32px;
}

/* rules to show the TRAVEL subnav */
.eng #globalnav li#gn-travel:hover ul, .eng #globalnav li#gn-travel.sfhover ul { 
		position : absolute;
		left: 545px;
		top: 32px;
}
.de #globalnav li#gn-travel:hover ul, .de #globalnav li#gn-travel.sfhover ul { 
		position : absolute;
		left: 539px;
		top: 32px;
}
/* rules to show the CONTACT subnav */
#globalnav li#gn-contact:hover ul, #globalnav li#gn-contact.sfhover ul { 
		position : absolute;
		left: 609px;
		top: 32px;
}

/* active navs */
.home #globalnav li#gn-home,
.event #globalnav li#gn-event,
.visit #globalnav li#gn-visit,
.exlist #globalnav li#gn-exlist,
.exhibit #globalnav li#gn-exhibit,
.press #globalnav li#gn-press,
.conferences #globalnav li#gn-conferences,
.travel #globalnav li#gn-travel,
.contact #globalnav li#gn-contact  {
	background-position: 0 -32px;
}

/* ================================================= */
/* ============= OTHER STATIC ELEMENTS ============= */
/* ================================================= */



/* Main Page header (not logo, but tagline) */
 h1 {
	clear: both;
	background: url(../_img/tagline-eng.gif) no-repeat;	
	width: 374px;
	height: 58px;
	text-indent: -3333px;
	margin-left: 18px;
}
.de h1 {
	background: url(../_img/tagline-de.gif) no-repeat;	
}
#print_logo {
	display: none;
}

/* Main Page Image (PNG) */
#main_image {
	padding: 0 0 0 18px;
}


/* ================================================= */
/* =============== MAIN CONTENT AREA =============== */
/* ================================================= */
#content {
	margin-left: 18px;
	margin-top: 30px;
	width: 820px;
	background: url(../_img/content_bg.gif) repeat-y;
}

#left_column {
	width: 525px;
	float: left;
	display: inline;
	margin-top: -15px;
	position: relative;
}
#right_column {
	float: left;
	display: inline;
	width: 222px;
	margin-left: 73px;
}
#content #left_column h2 {
	color: #C51D23;
	font: 28px/28px "Arial Narrow", Arial;
	font-weight: bold;
	padding-bottom: 15px;
}
#content #left_column h3 {
	color: #5C5E5F;
	color: #C51D23;
	font: 20px/20px "Arial Narrow", Arial;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 5px;
	clear: both;
}
#content #left_column p {
	padding-bottom: 17px;
}
#content #left_column ul {
	padding-bottom: 17px;
	padding-left: 32px;
}
#content #left_column a {
	color: #C51D23;
	font-style: italic;
}
#content #left_column a:hover {
	color: blue;
}
#content #left_column img.photo_left {
	float: left;
	padding: 0 16px 16px 0;
}
#content #left_column img.photo_right {
	float: right;
	padding: 0 0 16px 16px;
}
/* tables */
#content #left_column table.lineup {
	margin-bottom: 17px;
}
#content #left_column table.lineup td {
	padding-right: 17px;
}
#content #photogallery p {
	float: left;
	padding: 0 15px 15px 0;
}
#content #photogallery p img {
	display: block;
}

/* ============== RIGHT COLUMN STUFF ================ */

#content #right_column h3#h-why {
	width: 125px;
	height: 28px;
	background: url(../_img/why_exhibit-eng.gif) no-repeat;
	text-indent: -3333px;
}
.de #content #right_column h3#h-why {
	width: 170px;
	background: url(../_img/why_exhibit-de.gif) no-repeat;
}
#content #right_column h3#h-partners {
	width: 154px;
	height: 28px;
	background: url(../_img/media_partners-eng.gif) no-repeat;
	text-indent: -3333px;
}
.de #content #right_column h3#h-partners {
	background: url(../_img/media_partners-de.gif) no-repeat;
}
#partner_logos {
	padding: 14px 0px 42px 8px;
}
#partner_logos img {
	display: block;
}
#content #right_column h3#h-blechevents {
	width: 86px;
	height: 26px;
	background: url(../_img/blech_events.gif) no-repeat;
	text-indent: -3333px;
}
#content #right_column p#blecheventslink {
	padding: 5px 0 16px 16px;
}
#content #right_column p#mackbrooks {
	text-align: right;
	height: 28px;
	overflow:hidden;
	width: 194px;
}


/*================================================================ */
/*===================== TABBED NAVIGATION ======================== */
/*================================================================ */

#content #left_column .thirdnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 6px;
}


#content #left_column .thirdnav li {
	float: left;
	display: inline;
	height: 18px;
	padding: 0;
	margin: 0;
}
#content #left_column .thirdnav li a {
	display: inline;
	float: left;
	height: 18px;
	line-height: 18px;
	padding: 0 10px;
	font-size: 13px;
	margin-right: 2px;
	text-decoration:none;
	outline:none;
	color: #444;
	background: url(../_img/tabnav_back.gif) no-repeat;
	font-style: normal;
}

#content #left_column .thirdnav li a:hover,
#content #left_column .thirdnav li.active a {
 	color: #fff;
	background: #C41C21;
}
#content #left_column .tabbed_content {
	clear: both; 
	padding: 8px 12px 8px 8px;
	border-top: 1px solid #C41C21;
}
#content #left_column hr {
	color: #C51D23;
	background-color: #C51D23;
	height: 1px;
	border: 0;
	margin-bottom: 18px;
}


/* ================================================= */
/* ================= LANGUAGE FLAGS ================ */
/* ================================================= */
#languages b {
	display: none;
}
#languages a {
	position: absolute;
	display: block;
	width: 33px;
	height: 33px;
	top: 80px;
	text-indent: -3333px;
	text-decoration: none;
	outline: none;
}
#languages a:hover {
	background-position: 0 -33px;
}
#languages a#germanflag {
display: block;
	left: 410px;
	background-image: url(../_img/flags/german_flag.gif);
}
#languages a#britishflag {
	left: 443px;
	background-image: url(../_img/flags/british_flag.gif);
}
#languages a#italianflag {
	left: 476px;
	background-image: url(../_img/flags/italian_flag.gif);
}
#languages a#russianflag {
	left: 509px;
	background-image: url(../_img/flags/russian_flag.gif);
}


/* ================================================= */
/* ================== SITE TOOLS =================== */
/* ================================================= */
#site_tools b {
	display: none;
}
#site_tools {
	padding-left: 14px;
	height: 25px;
	padding-bottom: 13px;
}
#site_tools a {
	display: block;
	height: 25px;
	text-indent: -3333px;
	text-decoration: none;
	outline: none;
	float: left;
}
#site_tools a:hover {
	background-position: 0 -25px;
}
.eng #site_tools a#t-printpage {
	width: 60px;
	background-image: url(../_img/printpage-eng.gif);
}
.de #site_tools a#t-printpage {
	width: 78px;
	background-image: url(../_img/printpage-de.gif);
}
.eng #site_tools a#t-zoomtext {
	width: 59px;
	background-image: url(../_img/zoomtext-eng.gif);
}
.de #site_tools a#t-zoomtext {
	width: 72px;
	background-image: url(../_img/zoomtext-de.gif);
}
#site_tools a#t-sitemap {
	width: 51px;
	background-image: url(../_img/sitemap-eng.gif);
}



/* ================================================= */
/* ============= BOOK YOUR SPACE BUTTON ============ */
/* ================================================= */
#book_your_space a,
#visitor_reg a {
	position: absolute;
	left: 632px;
	top: 180px;
	z-index: 200;
	display: block;
	text-indent: -3333px;
	width: 201px;
	height: 124px;
	background: url(../_img/book_your_space-eng.gif) no-repeat;
	/*
	background: url(../_img/visitor_reg-eng.gif) no-repeat;
	*/
	text-decoration: none;
	outline: none;
}
#book_your_space a:hover,
#visitor_reg a:hover {
	background-position: 0 -124px;
}
.de #book_your_space a,
.de #visitor_reg a {
	left: 635px;
	top: 190px;
	height: 130px;
	background: url(../_img/book_your_space-de.gif) no-repeat;
	/*
	background: url(../_img/visitor_reg-de.gif) no-repeat;
	*/
}
.de #book_your_space a:hover,
.de #visitor_reg a:hover {
	background-position: 0 -130px;
}
/* ================================================= */
/* ============= FOOTER (clearing only) ============ */
/* ================================================= */

#footer {
	clear: both;
	padding-bottom: 15px;
	padding-top: 20px;
}
#footer h3 {
	font-weight: normal;
	font-size: 10px;
	padding: 0;
	padding-top: 3px;
	float: left;
}
#footer p#mackbrooks {
	padding: 0;
	float: left;
}
#footer  p#disclaimer {
	float: left;
	padding-top: 3px;
	padding-left: 6px;
	/*
	text-align: right;
	line-height: 12px;
	width: 184px;
	padding: 0 5px;
	*/
}
#footer  p#disclaimer a {
	font-size: 10px;
	color: #A3A3A6;
	text-decoration: none;
	
}
#footer  p#disclaimer a:hover {
	color: #C51D23;
}

/* ================================================= */
/* ====================== FORMS ==================== */
/* ================================================= */
.formholder {
	padding: 18px;
	border: 1px solid #888;
	background: #F4F5F4;
}
option {
	padding-right: 0.5em;
}
.submitt {
	font-size: 17px;
}
input, textarea {
	font: normal 13px/20px Arial, Helvetica, sans-serif;
	color: #5C5E5F;
}
#content #left_column table.formtable td {
	padding: 4px 14px 4px 0;
	vertical-align: top;
}

/* ================================================= */
/* ====================== ICONS ==================== */
/* ================================================= */


#content a.pdf, #content a.jpg, #content a.eps {
	background: url(../_img/icons/pdficon.gif) no-repeat;
	height: 32px;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 40px;
	line-height: 36px;
}
#content a.jpg {
 	background: url(../_img/icons/jpgicon.gif) no-repeat;
}
#content a.eps {
 	background: url(../_img/icons/epsicon.gif) no-repeat;
}
#content .download_notes {
	position: relative; 
	left: 40px; 
	top: -8px;
	font-size: 0.9em;
	font-style: italic;
	color: #777;
}

/*================================================================ */
/*======================= EXHIBITOR LIST ========================= */
/*================================================================ */

#content #left_column table.exhibitor_list  {
	width: 520px;
	border-left: 1px solid #BCBDC0;
	border-right: 1px solid #BCBDC0;
	border-bottom: 10px solid #BCBDC0;
}



#content #left_column table.exhibitor_list tr th {
	text-align: left;
	background: #8C8D8F;
	padding: 4px 12px;
	color: #fff;
}

#content #left_column table.exhibitor_list tr td {
	background: #fff;
	border-bottom: 1px solid #8C8D8F;
	line-height: 20px;
	padding: 6px 12px 12px 12px;
}

#content #left_column table.exhibitor_list tr td .exhibitor_stand{
	font-size: 90%;
	font-style: italic;
}

#content #left_column table.exhibitor_list tr td.actions {
	text-align: right;
}

/* View Profile button */

#content #left_column .view_profile {
	background: url(../_img/button_back.gif) repeat-x;
	color: #fff;
	padding: 0 8px;
	line-height: 25px;
	text-decoration: none;
	float: right;
	outline:none;
	white-space: nowrap;
	font-style:normal;
}

#content #left_column .view_profile:hover {
	background-position: 0 -25px;
	color: #444;
}
/* ==================== GENERIC ===================== */
.floatright {
	float: right;
}
.clr {
	clear: both;
}