@charset "utf-8";
/* animal-id.css : Styles common to Leisure & Entertainment pages of www.pdcorp.com */
/* Last Updated on 20070529 by chriss */

/* ********************************************************************************************************************************* */
/* Type Selectors - standard element or HTML tags to style */

body {	
	background-color:#003366;
}


h1 {
	color:#003366;
}

h2 {
	color:#003366;
}

h3 {
	color:#003366;
}

/* Links used on Product Index, Product Attribute Searching */
h3 a {
	color:#003366;
}

h4 {
	color:#003366;
	border-bottom:1px solid #003366;
}

/* ********************************************************************************************************************************* */
/* 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:#666666;
}

#MarketsNavCrowdControl {
	background-color:#666666;
}

#MarketsNavLawEnforcement {
	background-color:#666666;
}

#MarketsNavRFID {
	background-color:#666666;
}

#MarketsNavAnimalID{
	background-color:#003366;
}

/* ********************************************************************************************************************************* */
/* Breadcrumb Trail */
#Breadcrumb {
	top:208px;
}

/* ********************************************************************************************************************************* */
/* Side Navigation Bar */
#SideNav {
	background-color:#ccd6e0;
}

#SideNav h3 {
	background-color:#003366;
}

#SideNav ul li {
/* Border color is equivalent to 36% transparency of market color scheme */
	border-top:1px solid #A3B5C8;
}

#SideNav a:link {
	color:#003366;
}

#SideNav a:hover {
	color:#000000;
}

#SideNav a:active {
	color:#000000;
}

#SideNav a:visited {
	color:#003366;
}

#SideNav a.activeSection {
/* Distinguishes the active section in the side navigation */
	color:#000000;
}

/* ********************************************************************************************************************************* */
/* Page Content - All main body content goes in this layer.  SideNav and Content layers go in here */
#PageContent {
	position:absolute;
	top:240px;
	left:0px;
	width:752px;
	/*width:990px;*/
	margin:0px;
	padding:0px;
}

#Content {
	padding-left:12px;
}

/* ********************************************************************************************************************************* */
/** Part Number Detail **/
.partNumber {
	color: #003366;
}

/* ********************************************************************************************************************************* */
/* Ordering Info & Shopping Cart Buttons */
/* See 'common.css' for full properties of these styles */
.buyNow {
	color:#003366;
	background-image: url(../images/buy-now-button-animal-id.gif);
}

.moreInfo {
	background-color:#b2a8cb;
	color:#003366;
}

a.updateCart {
	background-image:url(../images/update-cart-button-animal-id.gif);
	color:#003366;
}
