/* ************************ */
/* © 2007 APC Coatings **** */
/* Style Sheet for Printing */
/* ************************ */
@media print
	{
	body						{font-family: times, serif; font-size: 12pt; text-align: left; margin: 0px auto; padding: 0px;}
	h1, h2, h3					{display: inline; font-family: arial, sans-serif;}
	h1							{font-size: 18pt; text-align: left;}
	h2							{font-size: 16pt;}
	h3							{font-size: 12pt; color: gray;}
	img							{border: 0px;}
	ul							{list-style-type: square;}
	table						{font-size: 12pt; width: 650px;}
		th						{background-color: black; color: white; border: 1px solid black; text-transform: uppercase;}
		td						{border: 0px; border: 1px solid gray;}
		tfoot					{color: white; background-color: gray;}
	div.header					{display: none;}
	div.spacer-left				{display: none;}
	div.spacer-middle			{display: none;}
	div.submenu					{display: none;}
	div.cookiecrumbmenu			{display: none;}
	div.spacer-right			{display: none;}
	div.backtotop				{display: none;}
	div.footer					{display: none;}
	div.image-caption-left		{border-right: 1px solid gray; color: black; font-size: x-small; float: left; margin-right: 10px; padding-right: 10px; margin-bottom: 5px;}
	div.image-caption-left p	{margin: 0px; padding-top: 5px;}
	div.image-caption-right		{border-left: 1px solid gray; color: black; font-size: x-small; float: right; margin-left: 10px; padding-left: 10px; margin-bottom: 5px;}
	div.image-caption-right	p	{margin: 0px; padding-top: 5px;}
	}
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}
span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	//left: auto !important;
	top: auto !important;
}
