@charset "utf-8";
/* home.css : Styles for the Homepage of www.pdcorp.com */
/* Last Updated on 20070501 by chriss */

/* ********************************************************************************************************************************* */
/* Type Selectors - standard element or HTML tags to style */

body {	
	background-color:#666666;
}
h1 {
	color:#493185;
}

/* ********************************************************************************************************************************* */
/* Markets Navigation Bar - Healthcare, Leisure & Entertainment, RFID, Law Enforcement, Animal ID, and Mortuary links */
#HomepageMarketsNav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	top:171px;
	left:0px;
	width:752px;
	height:100px;
	text-align:center;
}

#HomepageMarketsNav tr td {
	margin:0px;
	padding:0px;
	border:1px solid #FFFFFF;
}

#HomepageMarketsNav a:link {
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
}

#HomepageMarketsNav a:visited {
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
}

#HomepageMarketsNavHealthcare a {
	background-color:#0066CC;
	width:150px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-healthcare.gif);
	background-repeat: no-repeat;
	background-position:top;
	display:block;
}
#HomepageMarketsNavHealthcare a:hover {
	background-color:#0066CC;
	width:150px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-healthcare-on.gif);
	background-repeat: no-repeat;
	background-position:top;
}

#HomepageMarketsNavCrowdControl a {
	background-color:#333399;
	width:148px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-crowd-control.gif);
	background-repeat: no-repeat;
	background-position:top;
	display:block;
}

#HomepageMarketsNavCrowdControl a:hover {
	background-color:#333399;
	width:148px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-crowd-control-on.gif);
	background-repeat: no-repeat;
	background-position:top;
}

#HomepageMarketsNavLawEnforcement a {
	background-color:#006633;
	width:148px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-law-enforcement.gif);
	background-repeat: no-repeat;
	background-position:top;
	display:block;
}
#HomepageMarketsNavLawEnforcement a:hover {
	background-color:#006633a;
	width:148px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-law-enforcement-on.gif);
	background-repeat: no-repeat;
	background-position:top;
}

#HomepageMarketsNavRFID a {
	background-color:#663300;
	width:148px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-rfid.gif);
	background-repeat: no-repeat;
	background-position:top;
	display:block;
}
#HomepageMarketsNavRFID a:hover {
	background-color:#663300;
	width:148px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-rfid-on.gif);
	background-repeat: no-repeat;
	background-position:top;
}

#HomepageMarketsNavAnimalID a {
	background-color:#003366;
	width:148px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-animal-id.gif);
	background-repeat: no-repeat;
	background-position:top;
	display:block;
}
#HomepageMarketsNavAnimalID a:hover {
	background-color:#003366;
	width:148px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-animal-id-on.gif);
	background-repeat: no-repeat;
	background-position:top;
}

/* ********************************************************************************************************************************* */
/* Breadcrumb Trail */
#Breadcrumb {
	display:block;
	position:absolute;
	top:264px;
	left:4px;
	height:20px;
	margin:0px;
	padding:0px;
}
#Breadcrumb li {
	display:inline;
}

/* ********************************************************************************************************************************* */
/* Side Navigation Bar */
#SideNav {
	
}

/* ********************************************************************************************************************************* */
/* Page Content - All main body content goes in this layer */
#PageContent {
	position:absolute;
	top:284px;
	left:0px;
	width:752px;
	/*width:990px;*/
	margin:12px;
	padding:0px;
}

/* ********************************************************************************************************************************* */
/* Footer Navigation Bar */
#FooterNavigation {
	margin-left: -12px;
}

/* ********************************************************************************************************************************* */
/** News & Announcements for Homepage **/
#news {
	margin-left:12px;
	margin-right:12px;
	padding-left:12px;
	border-left:1px solid #CCCCCC;
	width:200px;
}

#news ul {
	display:block;
	list-style:none;
	margin-top:8px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	border:none;
}

#news ul li{
	display:block;
	margin:0px;
	padding:4px;
}
#news ul li a {
	font-size:8pt;
	color:#666666;
	text-decoration:none;
}
#news ul li a:hover {
	font-size:8pt;
	color:#0066CC;
	text-decoration:none;
}

/* ********************************************************************************************************************************* */
/** RSS Feed Link for Homepage **/
.rss {
	font-size:8pt;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.rss:hover {
	text-decoration:underline;
}

/* ********************************************************************************************************************************* */
/** Intro Paragraph for Homepage **/
#intro {
	line-height: 150%;
	text-align:justify;
	margin-right:12px;
}


/* ********************************************************************************************************************************* */
/** Special feature links for Homepage **/
a.feature {
	font-size:8pt;
	color:#666666;
	text-decoration:none;
}
a.feature:hover {
	font-size:8pt;
	color:#0066CC;
	text-decoration:none;
}


/* ********************************************************************************************************************************* */
/** Special Info regarding merger **/
.merger {
	background-color:#0066CC;
	color:#FFF;
	padding:12px;
}

.merger h3 {
	padding:0px;
	margin:0px;
}
