@charset "utf-8";
/* global.css : Styles common to all international sites on www.pdcorp.com */
/* Last Updated on 20071220 by chriss */

/* ********************************************************************************************************************************* */
/* Type Selectors - standard element or HTML tags to style */

/* ********************************************************************************************************************************* */
/* Markets Navigation Bar - Healthcare, Leisure & Entertainment, RFID, Law Enforcement, Animal ID, and Mortuary links */

#MarketsNav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	left:0px;
	width:752px;
	height:24px;
	text-align:center;
	border-top: 2px solid #FFFFFF;
}

#MarketsNav tr td {
	margin:0px;
	padding:0px;
	border:1px solid #FFFFFF;
}

#MarketsNav a:link {
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
}

#MarketsNav a:visited {
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
}

#MarketsNavHealthcare a {
	width:186px;
	display:block;
}

#MarketsNavHealthcare:hover {
	background-color:#0066CC;
}

#MarketsNavCrowdControl a {
	width:186px;
	display:block;
}

#MarketsNavCrowdControl:hover {
	background-color:#333399;
	width:186px;
}

#MarketsNavRFID a {
	width:186px;
	display:block;
}

#MarketsNavRFID:hover {
	background-color:#663300;
	width:186px;
}

#MarketsNavAnimalID a {
	width:186px;
	display:block;
}

#MarketsNavAnimalID:hover {
	background-color:#003366;
	width:186px;
}


/* ********************************************************************************************************************************* */
/* HOMEPAGE 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:186px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-healthcare-global.gif);
	background-repeat: no-repeat;
	background-position:top;
	display:block;
}
#HomepageMarketsNavHealthcare a:hover {
	background-color:#0066CC;
	width:186px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-healthcare-global-on.gif);
	background-repeat: no-repeat;
	background-position:top;
}

#HomepageMarketsNavCrowdControl a {
	background-color:#333399;
	width:186px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-crowd-control-global.gif);
	background-repeat: no-repeat;
	background-position:top;
	display:block;
}

#HomepageMarketsNavCrowdControl a:hover {
	background-color:#333399;
	width:186px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-crowd-control-global-on.gif);
	background-repeat: no-repeat;
	background-position:top;
}

#HomepageMarketsNavRFID a {
	background-color:#663300;
	width:186px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-rfid-global.gif);
	background-repeat: no-repeat;
	background-position:top;
	display:block;
}
#HomepageMarketsNavRFID a:hover {
	background-color:#663300;
	width:186px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-rfid-global-on.gif);
	background-repeat: no-repeat;
	background-position:top;
}

#HomepageMarketsNavAnimalID a {
	background-color:#003366;
	width:186px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-animal-id-global.gif);
	background-repeat: no-repeat;
	background-position:top;
	display:block;
}
#HomepageMarketsNavAnimalID a:hover {
	background-color:#003366;
	width:186px;
	padding-top:82px;
	padding-bottom:4px;
	background-image:url(../images/market-animal-id-global-on.gif);
	background-repeat: no-repeat;
	background-position:top;
}


