@charset "utf-8";
/* print.css : Styles for printing all pages of www.pdcorp.com */
/* Last Updated on 20070509 by chriss */

/* ********************************************************************************************************************************* */
/* Type Selectors - standard element or HTML tags to style */

body {
	font-family:EverGreen, Arial Narrow, Arial, Verdana;
	font-size:10pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family:EverGreen, Arial Narrow, Arial, Verdana;
	font-size:14pt;
}

h2 {
	font-family:EverGreen, Arial Narrow, Arial, Verdana;
	font-size:12pt;	
}

h3 {
	font-family:EverGreen, Arial Narrow, Arial, Verdana;
	font-size:11pt;
}

/* ********************************************************************************************************************************* */
/* Printable Header Layer- Header for printed pages.  Do not display online. */
#Printable {
	top:0px;
	left:0px;
	height:60px;
}

/* ********************************************************************************************************************************* */
/* Printed Contact Info - for use with 'print.css' */
.contactPrinted {
	font-family:EverGreen, Arial Narrow, Arial, Verdana;
	font-size:8pt;
}

/* ********************************************************************************************************************************* */
/* Top Navigation Bar for Corporate Links */
#TopNav {
	display:none;	
}

/* ********************************************************************************************************************************* */
/* Masthead and Search Area */
#Masthead {
	display:none;
}

/* ********************************************************************************************************************************* */
/* Country Selection Menu */

#CountrySelection {
	display:none;
}

/* ********************************************************************************************************************************* */
/* Markets Navigation Bar - Healthcare, Leisure & Entertainment, RFID, Law Enforcement, Animal ID, and Mortuary links */
#MarketsNav {
	display:none;	
}

#HomepageMarketsNav {
	display:none;	
}

/* ********************************************************************************************************************************* */
/* Side Navigation Bar */
#SideNav {
	display:none;
}

/* ********************************************************************************************************************************* */
/* Footer Navigation Bar */
#FooterNavigation {
	display:none;
}

/* ********************************************************************************************************************************* */
/* Breadcrumb Trail */
#Breadcrumb {
	display:block;
	position:absolute;
	top:80px;
	left:0px;
	height:20px;
	margin:0px;
	padding:0px;
	color:#999999;
	font-size:8pt;
}

#Breadcrumb li {
	display:inline;
}

#Breadcrumb a:link {
	color:#999999;
	text-decoration:underline;
}

/* ********************************************************************************************************************************* */
/* Page Content - All main body content goes in this layer.  SideNav and Content layers go in here */
#PageContent {
	position:absolute;
	top:104px;
	left:0px;
	width:752px;
	margin:0px;
	padding:0px;
}

#Content {
	padding-left:0px;
}

/* ********************************************************************************************************************************* */
/* Product Group Photo - The main photo area on the page */

#ProductGroupPhoto {
	float: right;
	position: relative;
	width:220px;
	height:200px;
	margin: 8px 0px 8px 8px;
	padding: 8px 0px 8px 8px;
}

/* ********************************************************************************************************************************* */
/* Product Index/Product Attribute Search Results */
.attributes {
	display:inline;
	margin:0px;
	padding:0px;
}
