/* ========== 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: 0 auto;
	background: #fff url(../_img/logo2013.png) no-repeat right top;
	overflow: auto;
}
/* ================================================= */
/* =============== GLOBAL NAVIGATION =============== */
/* ================================================= */
#globalnav {
	list-style: none;
	height: 25px;
	padding-bottom: 0;
	position: absolute;
	left: 0px; top: 0px;
	z-index: 200;

}
#globalnav li {
	float: left;
	height: 30px;
	padding: 0 7px;
	border-right: 5px solid #C61D23;
}
#globalnav li:hover {
	height: 28px;
	border-top: 2px solid #C61D23;
	color: #008F9E;
}
#globalnav li a {
	display: block;	
	text-indent: 0;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 9px;
	color: #58595B;
	height: 30px;
}
#globalnav li a:hover {
	color: #C61D23;
}
/* no border on last nav item */
#globalnav li#gn-contact {
	border-right: 0;
}
/* =============================== */
/* ->> GLOBAL  SUBNAV <<< ----- */
/* =============================== */
#globalnav li ul { 
	position : absolute;
	z-index: 900;
	top: -3333px;
	width: auto;
	list-style: none;
	background: transparent;
	border: 0;
	padding: 0 0;
	border: 1px solid #666;
	border-bottom: 0 !important;
}
#globalnav li ul li  {
	float: none;
	display: inline;
	border: 0 !important;
	height: auto !important;
	padding: 0; margin: 0;
}
#globalnav li ul li a  {
	display: block;
	color: #fff;
	text-decoration: none;
	border: 0;
	height: auto !important;
	padding: 0; margin: 0;
	background: #ededed;
	opacity: 0.95;
	font-weight: normal;
	color: #444 !important;
	padding: 3px 13px;
	border-bottom: 1px solid #666 !important;
}
#globalnav li ul li a:hover {
	border: 0;
	opacity: 1;
	background: #fff !important;
}
#globalnav li:hover ul {
	top: 35px;
}

/* 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,
.travel #globalnav li#gn-travel,
.contact #globalnav li#gn-contact  {
	height: 28px;
	border-top: 2px solid #C61D23;
	color: #008F9E;
}
.home #globalnav li#gn-home a,
.event #globalnav li#gn-event a,
.visit #globalnav li#gn-visit a,
.exhibit #globalnav li#gn-exhibit a,
.press #globalnav li#gn-press a,
.travel #globalnav li#gn-travel a,
.contact #globalnav li#gn-contact a {
	color: #C61D23;
}

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


/* Main Page header (not logo, but tagline) */
 h1 {
	clear: both;
	background: url(../_img/tagline-eng.png) no-repeat;	
	width: 520px;
	height: 104px;
	text-indent: -3333px;
	margin-left: 16px;
	margin-top: 0;
	margin-bottom: 26px;
	position: relative; top: 26px;
	
}
.de h1 {
	background: url(../_img/tagline-de.png) no-repeat;	
}
#print_logo {
	display: none;
}

/* Main Page Image Montage */
/* Main Page Image Montage */
#main_image {
	text-align: right;
	padding-top: 59px;
	position: relative;

}
#main_image img {
	border: 6px solid #C71D23;
	border-right: 0;
}

#main_image #flasher {
	position: absolute;
	left: 23px;
	top: 65px;
	display: block;
	width: 815px;
}

/* ================================================= */
/* =============== MAIN CONTENT AREA =============== */
/* ================================================= */
#content {
	margin-left: 16px;
	margin-top: 25px;
	width: 820px;
}
#left_column {
	width: 520px;
	float: left;
	display: inline;
	position: relative;

}
#right_column {
	float: left;
	display: inline;
	width: 197px;
	margin-left: 79px;
	border-left: 2px solid #C71D23;
}
#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 ======================= */
/*================================================================ */

/* ============== NEWS PANELS ================ */
.eng #newspanel h3  {
	background: url(../_img/heading_news-eng.png) no-repeat;	
	text-indent: -4500px;
	height: 30px;
}
.de #newspanel h3  {
	background: url(../_img/heading_news-de.png) no-repeat;	
	text-indent: -4500px;
	height: 30px;
}
#newspanel .newsteaser {
	padding: 14px 9px 14px 9px;
	background: #F1F1F2;
	margin-bottom: 9px;
}
#newspanel .newsteaser h4  {
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 4px;
}
#newspanel .newsteaser h4 a {
	color: #BB0020;
	text-decoration: none;
}
#newspanel .newsteaser p  {
	font-size: 12px;
	line-height: 16px;
}
#newspanel .newsteaser p a {
	color: #BB0020;
}
#newspanel .newsteaser p a:hover {
	color: blue;
}
/* ============== CALLOUTS ================ */
#right_column .callout a {
	display: block;
	height: 30px;
	text-decoration: none;
	outline: none;
	text-indent: -5600px;
	margin-top: 18px;
}
.eng #c_bookstand a {
	background-image: url(../_img/c_book-eng.png);
}
.eng #c_request a {
	background-image: url(../_img/c_request-eng.png);
}
.de #c_bookstand a {
	background-image: url(../_img/c_book-de.png);
}
.de #c_request a {
	background-image: url(../_img/c_request-de.png);
}
#right_column .callout a:hover {
	background-position: 0 -30px;
}
/*================================================================ */
/*===================== 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: #fff;
	background-color: #fff;
	height: 1px;
	border: 0;
	border-bottom: 1px dashed #C51D23;
	margin-bottom: 18px;
}


/* ================================================= */
/* ================= LANGUAGE FLAGS ================ */
/* ================================================= */
#languages {
	
}
#languages b {
	display: none;
}
#languages a {
	position: absolute;
	z-index: 20;
	display: block;
	width: 36px;
	height: 30px;
	top: 130px;
	text-indent: -3333px;
	text-decoration: none;
	outline: none;
	background-image: url(../_img/flag_matrix.png);
	background-repeat: no-repeat;
}
#languages a#germanflag {
	left: 11px;
}
#languages a#germanflag:hover {
	background-position: 0 -30px;
}
#languages a#britishflag {
	left: 47px;
	background-position: -36px 0px;
}
#languages a#britishflag:hover {
	background-position: -36px -30px;
}
#languages a#italianflag {
	left: 83px;
	background-position: -72px 0px;
}
#languages a#italianflag:hover {
	background-position: -72px -30px;
}
#languages a#russianflag {
	 left: 119px; 
	/*left: 83px;  for less flags */
	background-position: -108px 0px;
}
#languages a#russianflag:hover {
	background-position: -108px -30px;
}


/* ================================================= */
/* ================== SITE TOOLS =================== */
/* ================================================= */
#site_tools b {
	display: none;
}
#site_tools {
	position: absolute;
	top: 135px;
	left: 169px;
	z-index: 20;
	/* left: 133px; for less flags */
}
#site_tools a {
	display: block;
	text-decoration: none;
	outline: none;
	float: left;
	color: #58595B;
	font-size: 11px;
	line-height: 15px;
	margin-right: 9px;
}
#site_tools a:hover {
	color: #222;
	border-bottom: 1px solid #C61D23;
}



/* ================================================= */
/* ================      FOOTER      =============== */
/* ================================================= */

#footer {
	clear: both;
	padding-bottom: 5px;
	padding-top: 20px;
}
.eng #footer h3 {
	background: url(../_img/f_organised-eng.png) no-repeat;
	height: 21px;
	text-indent: -3000px;
}
.de #footer h3 {
	background: url(../_img/f_organised-de.png) no-repeat;
	height: 21px;
	text-indent: -3000px;
}
#footer p#restecbrooks {
	padding: 0;
	float: left;
}
#footer  p#disclaimer {
	float: left;
	line-height: 28px;
	padding: 1px 0 0 8px;
}
#footer  p#disclaimer a {
	font-size: 13px;
	color: #6D6F71;
	text-decoration: none;
	
}
#footer  p#disclaimer a:hover {
	color: #C51D23;
}
#footer  p#braden {
	padding-top: 15px;
	padding-bottom: 0px;
}
#footer  p#braden a {
	font-size: 11px;
	color: #6D6F71;
	text-decoration: none;
	
}
#footer  p#braden a:hover {
	color: #C51D23;
}

/* ================================================= */
/* ====================== FORMS ==================== */
/* ================================================= */
.formholder {
	padding: 18px;
	border: 1px solid #888;
	background: #F4F5F4;
}

option {
	padding-right: 1em;
}

.submitt {
	font-size: 17px;
}

input, textarea {
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	color: #5C5E5F;
}

#content #left_column table.formtable td,
#content #left_column table.formtable th {
	padding: 4px 14px 4px 10px;
	vertical-align: top;
	text-align: left;
}

#content #left_column table.formtable tr td.req,
#content #left_column table.formtable th {
	padding-left: 0;
}

#f1 label.error { 
	display: none;
	position: absolute;
	left: -5555px;
}
input.inp, textarea.inp {
	border: 1px solid #A5ACB2;
	padding: 1px;
}
input.error, textarea.error {
	border: 1px solid red;
	background-color: #FFFFFF;
	margin: 0px;
	color: red;
}


/* ================================================= */
/* ====================== 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;
}


#content #free_ticket {
	width: 185px;
	float: right;
	height: 75px;
}
#content #free_ticket a {
	display: block;
	text-indent: -33333px;
	text-decoration: none;
	outline: none;
	width: 170px;
	height: 72px;
	margin-left: 15px;
}
.eng #content #free_ticket a {
	background: url(../_img/free_ticket-eng.gif) no-repeat;
}
.de #content #free_ticket a {
	background: url(../_img/free_ticket-de.gif) no-repeat;
}

/*** TEAM PHOTOS ***/
#teamphotos p {
	font-size: 11px;
	line-height: 14px;
	width: 160px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 0;
}
/* ==================== GENERIC ===================== */
.floatright {
	float: right;
}
.clr {
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
