/*******************************
 *
 *	PRINT.CSS
 *
 *  Version: 1.0
 *
 *	Authors: 
 *	The Roundhouse
 *  Tom Knowles / Paul Lewis / Mike Harris / Gav Dellbridge / Dan Pace / Dan Nisbet
 *
 *  Description:
 *
 *	This CSS strips back all extraneous 
 *  layout/styling information and creates a clean 
 *  and simple printer-friendly layout.
 */

/* Essentials */
 
.hidden
{
	display: none;
}

.right
{
	position: 		relative;
	text-align: 	right;
}

object, embed
{
	display: 		none;
}

.printflash object, .printflash embed
{
	display: 		block;
}

hr
{
	display: 		none;
}

div
{
	float: 			none !important;
	position: 		static !important;
	width: 			auto !important;
}

/* Display none */

#site #util,
#site #area_btns,
#site .btn_more,
#site #strapline,
#site .pagelinks,
#site #routerholder,
#site #navsecondtier,
#site #wrapper.standard #rightcontent .panel-aux,
#site #rightcontent h3,
#site #productsearch,
#site .arrow,
#footer
{
	display:		none;
}

/* Type */ 

html
{
	font-family: 	Arial, Helvetica, sans-serif;
	color: 			#000000;
	font-size: 		100%;
}

#site #bodycontent
{
	margin-bottom: 	1em;
	line-height: 	150%;
	color:			#000000;
}

#site p
{
	margin-bottom: 	1em;
	line-height: 	150%;
	color:			#000000;
}

#site p.intro_blue
{
	font-size:		130%;
}

#site p.intro_grey
{
	font-size:		110%;
}

#site h2
{
	font-size: 		180%;
	font-weight: 	bold;
	color:			#000000;
}

#site h3
{
	font-size: 		140%;
	font-weight:	bold;
	color:			#000000;
}

#site .inner_aux h3
{
	font-size: 		110%;
	font-weight:	bold;
	color:			#000000;
	display:		block !important;
}

#site h4
{
	font-size: 		120%;
	font-weight: 	bold;
	color:			#000000;
}

#site h5
{
	font-size: 		110%;
	font-weight: 	bold;
	color:			#000000;
}

 /* Content */

#site .featuredcontentsummary,
#site .companylistingsummary,
#site .pressreleasesummary,
#site .peoplesummary,
#site #leftcontent .panel-aux
{
	margin-bottom:	40px !important;
}

#site #bodycontent
{
	margin-bottom:	30px !important;
}

#site .btn_findoutmore.right
{
	text-align:		left;
}

#site #btn_usa
{
	margin-bottom:	40px !important;
}

#site #btn_europe
{
	margin-bottom:	40px !important;
}

#site #btn_fareast
{
	margin-bottom:	40px !important;
}

/*#site #header h1,
#site #header h1 a
{
 	width:			222px !important;
	height:			52px !important;
	display:		block !important;
}

#site #header h1
{
	background-image:		url(../z_images/layout/bg/bg_logo_print.jpg) !important;
	background-repeat:		no-repeat !important;
}*/


/* 
 * This presents URLS next to their associated link text when the page is printed
 */
 
a:link:after, a:visited:after 
{
      content: " (" attr(href) ") ";
      font-size: 90%;
}

html.noted a:link:after,
html.noted a:visited:after 
{
      content: '';
}
 
 
/* 
 * This is the print CSS to hide the Flash headlines 
 * from the browser... regular browser text headlines will now print as normal 
 */


.sIFR-flash 
{
	display:	 	none !important;
	height: 		0;
	width: 			0;
	position: 		absolute;
	overflow: 		hidden;
}

.sIFR-alternate 
{
	visibility: 	visible !important;
	display: 		block !important;
	position: 		static !important;
	left: 			auto !important;
	top: 			auto !important;
}