	.formsubmit
	{
		display: block;
		margin: 0px;
		padding: 10px;
		border: 1px dotted #999999;
		background: #e6e6e6;
		margin-top: 15px;
		text-align: right;
	}
	
	.header, #header
	{
		display: block;
		width: 800px;
		margin: 0px;
		padding: 0px;
		border-bottom: 1px solid #FFFFFF;
	}
	
	.utilitynav, #utilitynav
	{
		display: block;
		width: 800px;
		height: 32px;
		background: url("../img/bg-utilitynav.gif");
		border-bottom: 0px solid #FFFFFF;
		margin-bottom: 0px;
	}

	ul.utility 
	{
		
		font-family: Tahoma,Arial,Verdana,Sans-serif; 
		font-size: 12px; 
		font-weight: normal; 
		color: #CCCCCC;
		line-height: 32px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 10px;
		margin-left: 10px;
		padding: 0px;
		list-style: none;
		text-align: center;
		text-transform:uppercase;
		display: block;
		float: right;
	}
	 
	ul.utility a
	{
		padding-left: 20px;
		padding-right: 0px;
		color: #CCCCCC;
		text-decoration: none;
		display: block;
		float: left;
	}
	
	ul.utility a:active { display: block; color: #CCCCCC; float: left; text-decoration: none; }
	ul.utility a:visited { display: block; color: #CCCCCC; float: left; text-decoration: none; }
	ul.utility a:hover { display: block; color: #FFFFFF; float: left; text-decoration: none; }
	
	ul.utility li
	{
		display: block; /* Removes gaps in IE/WIN */
		float: left;
	}
	



	.footernav, #footernav
	{
		display: block;
		width: 800px;
		height: 32px;
		background: #666666;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
		border-top: 0px solid #FFFFFF;
		border-bottom: 0px solid #FFFFFF;
	}
	
	ul.footer 
	{
		font-family: Tahoma,Arial,Verdana,Sans-serif; 
		font-size: 12px;
		line-height: 32px;
		font-weight: normal; 
		color: #CCCCCC; 
		margin-left: 15px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
		list-style: none;
		text-align: left;
	}
	 
	ul.footer a:link, ul.footer a:active, ul.footer a:visited
	{
		margin-right: 15px;
		display: inline;
		color: #CCCCCC; 
		text-decoration: none;
	}
	
	ul.footer a:hover 
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	
	ul.footer li
	{
		display: inline; /* Removes gaps in IE/WIN */
	}


	
	.mainnav, #mainnav
	{
		display: block;
		width: 800px;
		height: 170px;
		background: url("/img/bg-home.jpg");
		text-align: left;
		border-bottom: 1px solid #FFFFFF;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.mainnavrfid, #mainnavrfid
	{
		display: block;
		width: 800px;
		height: 170px;
		background: url("/img/bg-rfid.jpg");
		text-align: left;
		border-bottom: 1px solid #FFFFFF;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.mainnavgps, #mainnavgps
	{
		display: block;
		width: 800px;
		height: 170px;
		background: url("/img/bg-gps.jpg");
		text-align: left;
		border-bottom: 1px solid #FFFFFF;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	
	ul.mainnavbuttons
	{
		
		display: block;
		width: 194px;
		font-family: Tahoma, Arial, Verdana, Geneva;
		font-size: 16px;
		font-weight: normal; 
		color: #FFFFFF;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	ul.mainnavbuttons li
	{
		display: block;
		margin-top: 0px;
		margin-bottom: 1px;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	ul.mainnavbuttons li a:link, ul.mainnavbuttons li a:active, ul.mainnavbuttons li a:visited
	{
		background: url("/img/bg-btn-off.png");
		color: #FFFFFF;
		text-decoration: none;
		width: 194px;
		display: block;
		text-indent: 15px;
		line-height: 42px;
		margin-top: 0px;
		margin-bottom: 1px;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	ul.mainnavbuttons li.on a:link, ul.mainnavbuttons li.on a:active, ul.mainnavbuttons li.on a:visited
	{
		background: url("/img/bg-btn-on.png");
		color: #FFFFFF;
		text-decoration: none;
		width: 194px;
		display: block;
		text-indent: 15px;
		line-height: 42px;
		margin-top: 0px;
		margin-bottom: 1px;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	ul.mainnavbuttons li a:hover
	{
		background: url("/img/bg-btn-on.png");
		color: #FFFFFF;
		text-decoration: none;
		width: 194px;
		display: block;
		text-indent: 15px;
		line-height: 42px;
		margin-top: 0px;
		margin-bottom: 1px;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}


	a:link {color: #990000; text-decoration: none; outline: none; }
	a:active {color: #990000; text-decoration: none; outline: none; }
	a:visited {color: #990000; text-decoration: none; outline: none; }
	a:hover {color: #990000; text-decoration: underline; outline: none; }
	
	p, td
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 12px; 
		line-height: 16px;
		font-weight: normal; 
		color: #000000;
		margin-top: 0px;
	}
	
	.callouttext
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 14px; 
		line-height: 18px;
		font-weight: bold; 
		color: #000000;
		margin-top: 0px;
	}
	
	td.error, p.error
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 12px; 
		line-height: 18px;
		font-weight: normal; 
		color: red;
		margin-top: 0px;
	}
	
	div.error
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 14px; 
		line-height: 18px;
		font-weight: normal; 
		color: red;
		margin-top: 0px;
		margin-bottom: 20px;;
		border: 1px solid #CCCCCC; 
		padding: 20px; 
		background-color: #e6e6e6;
		
	}
	
	.tblhdr
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 12px; 
		line-height: 16px;
		font-weight: bold; 
		color: #000000;
		background: #FFFFFF;
		margin: 0px;
		padding-bottom: 5px;
		border-bottom: 1px solid #000000;
	}
	
	.tbldata
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 12px; 
		line-height: 16px;
		font-weight: normal; 
		color: #000000;
		margin-top: 0;
	}
	
	.tblaltdata
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 12px; 
		line-height: 18px;
		font-weight: normal; 
		color: #000000;
		margin-top: 0;
		background: #e6e6e6;
	}
	
	h1
	{
		font-family: Tahoma,Arial,Verdana,Sans-serif; 
		font-size: 20px; 
		line-height: 22px;
		font-weight: normal; 
		color: #000000; 
		margin-top: 0px;
		margin-bottom: 15px;
		padding: 0px;
		/*text-transform:uppercase;*/
	}

	
	h2
	{
		font-family: Tahoma, Arial, Verdana, Geneva;
		font-size: 12px; 
		font-weight: bold; 
		color: #000000;
		line-height: 14px;
		margin: 0;
		padding-bottom: 3px;
	}

	
	h3
	{
		font-family: Arial,Verdana,Sans-serif; 
		font-size: 14px; 
		font-weight: bold; 
		color: #000000; 
		text-decoration: none;
		line-height: 13px;
		margin: 0;
		padding-bottom: 0px;
		padding-bottom: 5px;
		text-transform:uppercase;
	}
	
	ul.subcatlist
	{
		font-family: Tahoma, Arial,Verdana,Sans-serif; 
		font-size: 12px; 
		font-weight: normal; 
		color: #000000; 
		text-decoration: none;
		line-height: 14px;
		margin: 0;
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
	
	ul.subcatlist li
	{
		display: block; /* Removes gaps in IE/WIN */
		padding-bottom: 10px;
	}
	
	ul.subcatlistsmall
	{
		font-family: Tahoma, Arial,Verdana,Sans-serif; 
		font-size: 12px; 
		line-height: 15px;
		font-weight: normal; 
		color: #990000; 
		text-decoration: none;
		margin: 0;
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
	
	ul.subcatlistsmall li
	{
		padding-top: 8px;
		padding-bottom: 8px;
		border-top: 1px dotted #999999;
	}
	
	ul.subcatlistsmall li a
	{
		color: #990000; 
		text-decoration: none;
	}
	
	ul.subcatlistsmall li a:hover
	{
		color: #990000; 
		text-decoration: underline;
	}
	
	#breadcrumb
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 13px;  
		font-weight: normal; 
		color: #990000; 
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	
	#breadcrumb a
	{
		color: #990000; 
		text-decoration: none;
	}
	
	#breadcrumb a:hover
	{
		color: #990000;
		text-decoration: underline;
	}
	
	.textbox
	{
	font-family:  Tahoma, Arial, Verdana, Geneva;  
	font-size: 14px; 
	font-weight: normal; 
	color: #000000; 
	border: 1px solid #CCCCCC; 
	background-color:#FFFFFF;
	height: 28px;
	padding-left: 4px;
	padding-top: 4px;
	}
	
	.button
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 12px; 
		font-weight: normal; 
		color: #000000;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#productlisting
	{
		display: block;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		width: 166px;
		height: 248px;
		background: url("/img/bg-product-single.gif");
	}

#productlisting h1
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 12px; 
		line-height: 14px;
		padding-bottom: 0px;
		font-weight: bold; 
		text-decoration: none;
		margin-left: 10px;
		margin-right: 10px;
		text-transform:none;
		margin-bottom: 5px;
	}

#productlisting p
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 12px; 
		line-height: 14px; 
		padding-bottom: 0px;
		font-weight: normal; 
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		color: #000000; 
	}

#productlistingimg
	{
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}

#productlistingimg_related
	{
		display: block;
		margin-right: 10px;
		margin-bottom: 10px;
		float: left;
	}
	
#productlisting_related
	{
		display: block;
		margin: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top: 1px dotted #cccccc;
		width: 280px;
	}

#productlisting_related h1
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 12px; 
		line-height: 14px;
		padding-bottom: 0px;
		font-weight: bold; 
		text-decoration: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-top: 0px;
		text-transform:none;
	}

#productlisting_related p
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 12px; 
		line-height: 14px; 
		padding-bottom: 0px;
		font-weight: normal; 
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		color: #000000; 
	}
	
	
#resourcelistproducts
	{
		display: block;
		margin-bottom: 20px;
	}

#resourcelistproducts h3
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 12px; 
		padding-bottom: 0px;
		font-weight: normal; 
		text-decoration: none;
		margin-bottom: 10px;
		color: #000000;
		text-transform: uppercase;
	} 
	
#productimg
	{
		display: block;
		text-align: center;
		padding-bottom: 20px;
	}
	
	
#resourceicon
	{
		display: block;
		float: left;
		padding-right: 5px;
	}
	
#resource
	{
		display: block;
		margin: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top: 1px dotted #cccccc;
		width: 280px;
	}
	
#resourcetitle
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 12px; 
		padding-bottom: 5px;
		font-weight: normal; 
		text-decoration: none;
		margin-top: 0px;
	}

#resourcetitle a
	{
		color: #000000;
		text-decoration: none;
	}
#resourcedescription
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 12px;
		font-weight: normal; 
		text-decoration: none;
		margin-top: 0px;
		clear: left;
	}
	
#resourceimage
	{
		display: block;
		float: left;
		padding-right: 10px;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		height: 110px;
	}
	
#resourcelistdownloads
	{
		display: block;
		margin-bottom: 20px;
	}
	
#resourcelistdownloads h3
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 12px; 
		padding-bottom: 0px;
		font-weight: normal; 
		text-decoration: none;
		margin-bottom: 10px;
		color: #000000;
		text-transform: uppercase;
	}
	
#resourcelistimages
	{
		display: block;
		margin-bottom: 20px;
	}
	
#resourcelistimages h3
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 14px; 
		padding-bottom: 0px;
		font-weight: normal; 
		text-decoration: none;
		margin-bottom: 10px;
		text-transform: none;
		color: #000000;
	}

#resourcelistmovies
	{
		display: block;
		margin-bottom: 20px;
	}
	
#resourcelistmovies h3
	{
		font-family: Tahoma, Arial, Verdana, Geneva; 
		font-size: 14px; 
		padding-bottom: 0px;
		font-weight: normal; 
		text-decoration: none;
		margin-bottom: 10px;
		text-transform: none;
		color: #000000;
	} 
	
#blurb
	{
		display: block;
		width: 227px;
		margin-left: 8px;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 10px;
		padding: 0px;
	}
	
#blurbpad
	{
		background: #FFFFFF;
		border-left: 1px solid #bfdaea;
		border-right: 1px solid #bfdaea;
		border-top: 0px solid #bfdaea;
		border-bottom: 0px solid #bfdaea;
		margin: 0px;
		padding: 10px;
	}
	
#blurb h1
	{
		font-family: Tahoma,Arial,Verdana,Sans-serif; 
		font-size: 16px; 
		line-height: 18px;
		font-weight: normal; 
		color: #000000; 
		padding-bottom: 5px;
		margin-top: 0px;
		padding: 0px;
		text-transform:uppercase;
		background: #FFFFFF;
	}
	
#blurb p
	{
		font-family: Tahoma,Arial,Verdana,Sans-serif; 
		font-size: 12px; 
		line-height: 24px;
		font-weight: normal; 
		color: #000000; 
		padding: 0px;
		margin-bottom: 5px;
		background: #FFFFFF;
	}
	
#blurb h4
	{
		width: 227px;
		height: 7px;
		line-height: 7px;
		background: url("/img/rightcolumnblurbtop.gif") no-repeat;
		background-position: top center;
		margin: 0px;
		padding: 0px;
		line-height:100%;
		font-size:6px;
	}
#blurb h5
	{
		width: 227px;
		height: 7px;
		background: url("/img/rightcolumnblurbbottom.gif") no-repeat;
		background-position: bottom center;
		margin: 0px;
		padding: 0px;
		line-height: 7px;
		font-size:6px;
	}