@charset "utf-8";
/* company.css : Styles common to Company pages of www.pdcorp.com */
/* Last Updated on 20071219 by chriss */

/* ********************************************************************************************************************************* */
/* Type Selectors - standard element or HTML tags to style */

body {	
	background-color:#666666;
}

h1 {
	color:#666666;
}
h2 {
	color:#666666;
}

h3 {
	color:#666666;
	/* padding/margins removed for Environment section*/
	padding-bottom:2px;
	margin-bottom:0px;
}

/* Links used on Product Index, Product Attribute Searching */
h3 a {
	color:#666666;
}

h4 {
	color:#666666;
	border-bottom:1px solid #666666;
}

/* ********************************************************************************************************************************* */
/* Markets Navigation Bar - Healthcare, Leisure & Entertainment, RFID, Law Enforcement, Animal ID, and Mortuary links */
/* See 'common.css' for full properties of these styles */
#MarketsNav {
	top:171px;
}

#MarketsNavHealthcare {
	background-color:#0066CC;
}

#MarketsNavCrowdControl {
	background-color:#333399;
}

#MarketsNavLawEnforcement {
	background-color:#669966;
}

#MarketsNavRFID {
	background-color:#663300;
}

#MarketsNavAnimalID{
	background-color:#003366;
}

/* ********************************************************************************************************************************* */
/* Breadcrumb Trail */
#Breadcrumb {
	top:208px;
}

/* ********************************************************************************************************************************* */
/* Side Navigation Bar */
#SideNav {
	background-color:#e0e0e0;
}

#SideNav h3 {
	background-color:#666666;
}

#SideNav ul li {
/* Border color is equivalent to 36% transparency of market color scheme */
	border-top:1px solid #C8C8C8;
}

#SideNav a:link {
	color:#666666;
}

#SideNav a:hover {
	color:#000000;
}

#SideNav a:active {
	color:#000000;
}

#SideNav a:visited {
	color:#666666;
}

#SideNav a.activeSection {
/* Distinguishes the active section in the side navigation */
	color:#000000;
}

/* ********************************************************************************************************************************* */
/* Page Content - All main body content goes in this layer */
#PageContent {
	position:absolute;
	top:240px;
	left:0px;
	width:752px;
	/*width:990px;*/
	margin:0px;
	padding:0px;
}

#Content {
	padding-left:12px;
}

/* ********************************************************************************************************************************* */
/** News & Announcements for Homepage **/
#news a {
	font-size:8pt;
	color:#0066FF;
}

#news ul {
	display:block;
	list-style:none;
	margin-top:8px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}

#news ul li{
	display:block;
	margin:0px;
	padding:4px;
}

/* ********************************************************************************************************************************* */
/** RSS Feed Link for Homepage **/
.rss {
	font-size:8pt;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

/* ********************************************************************************************************************************* */
/** Intro Paragraph for Homepage **/
#intro {
	line-height: 200%;
	text-align:justify;
	margin-right:12px;
	padding-right:12px;
	border-right:1px solid #CCCCCC;
}

/* ********************************************************************************************************************************* */
/** Table Headings for Events, etc. **/
.table-heading {
	color:#FFFFFF;
}


/* ********************************************************************************************************************************* */
/* Ordering Info & Shopping Cart Buttons */
/* See 'common.css' for full properties of these styles */
.buyNow {
	color:#666666;
	background-image: url(../images/buy-now-button-company.gif);
}

.moreInfo {
	background-color:#b2a8cb;
	color:#666666;
}

a.updateCart {
	background-image:url(../images/update-cart-button-company.gif);
	color:#666666;
}



/* ********************************************************************************************************************************* */
/* the company.css is also used for the 'cart' subdirectory */
/* these styles are specific to the cart pages */
.cart_frame{
	border: 1px solid #999999;
}
.cart_image{
	background-color:#5DBED1;
}
.cart_bar{
	background-color:#2F279E;
	text-align: left;
}

.cart_headline{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

a.cart_help {
	color:#FFFFFF;
	font-size: 9pt;	
}

.cart_required {
	color:#FFFFFF;
	font-size: 9pt;	
}

.cart_text{
	font-size: 9pt;	
}

.cart_legend {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 9pt;
	font-weight: bold;
}

.cart_totals {
	background-color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
}
.cart_row {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 9pt;
}
.cart_rowalt {
	background-color: #EEEEEE;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 9pt;
}

