body { 
	background: #E6E6E6;
	background-image:url(bodyback.jpg);
	background-repeat:repeat-y;
	margin: 0;
	padding: 0;
}

a {
	color: #004594;
	font-size: 11px ;
	text-decoration:none;
	font-family:verdana, arial, helvetica, sans-serif;
}

a:link {
	color: #004594;
}

a:visited {
	color: #004594;
}

a:hover {
	background-color:#9C9AD6;
}

#lefty {
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333333;
	text-align:justify;
	position: absolute;
	top: 62px;
	width: 200px;
	z-index: 3;
}

#left {
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333333;
	text-align:justify;
	position: absolute;
	top: 0;
	width: 200px;
	z-index: 3;
}

#jar {
	right: -1px;
	z-index: 4;
	background-color: #FFFFFF;
	width: 200px;
	height: 100px;
	position: absolute;
	top: 163px;
}

html>body #jar {
	right: 0;
}

#jar1 {
	right: -1px;
	z-index: 4;
	background-color: #FFFFFF;
	width: 200px;
	height: 100px;
	position: absolute;
	top: 93px;
}

html>body #jar1 {
	right: 0;
}

#slice {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	text-align: justify;
	font-size: 9px;
	line-height: 17px;
	padding: 10px 10px 10px 10px;
	width: 180px;
	position: absolute;
	top: 163px;
	right: 0;
	z-index: 5;
}

#slice a {
	font-size:9px;
}
#slice2 {
	font-size:9px;
	right: 0px;
	position: absolute;
	top: 93px;
	width: 180px;
	padding: 10px 10px 10px 10px;
	line-height:17px;
	text-align:center;
	z-index: 5;
} 

#slice2 a {
	font-size: 9px;
}

#block { 
	background: #FFFFFF;
	background-image:url(bodyback.jpg);
	background-repeat:repeat-y;
	width: 100%;
	z-index: 1;
	height: 80%;
}

#iheader { 
	background: #E6E6E6;
	background-image:url(rfidbanner.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 140px; 
	width: 100%;
	margin: 0;
}


#tech {
	background-repeat: repeat-x;
	background-position: left;
	background-color: #E6E6E6;
	padding: 0 0 0 20px;
	background-image: url(techbanner.jpg);
	height: 70px;
}

#method {
	background-repeat: repeat-x;
	background-position: left;
	background-color:#e6e6e6;
	padding: 0 0 0 20px;
	background-image:url(methodbanner.jpg);
	height:70px;
}

#solutions {
	background-repeat: repeat-x;
	background-position: left;
	background-color:#e6e6e6;
	padding: 0 0 0 20px;
	background-image:url(solutionsbanner.jpg);
	height:70px;
}

#pands {
	background-repeat: repeat-x;
	background-position: left;
	background-color:#e6e6e6;
	padding: 0 0 0 20px;
	background-image:url(pandsbanner.jpg);
	height:70px;
}

#pandc {
	background-repeat: repeat-x;
	background-position: left;
	background-color:#e6e6e6;
	padding: 0 0 0 20px;
	background-image:url(pandcbanner.jpg);
	height:70px;
}

#overview {
	background-repeat: repeat-x;
	background-position: left;
	background-color:#e6e6e6;
	padding: 0 0 0 20px;
	background-image:url(overviewbanner.jpg);
	height:70px;
}

#contact {
	background-repeat: repeat-x;
	background-position: left;
	background-color:#e6e6e6;
	padding: 0 0 0 20px;
	background-image:url(contactbanner.jpg);
	height:70px;
}

#content {
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	color: #333333;
	text-align: justify;
	padding: 0 0 0 0;
	margin: 0px 200px;
	position: relative;
	background: #E6E6E6;
	z-index: 5;
}

html>body #content{
	padding: 33px 0 0 0;
}

#ftr {
	font-family: verdana, arial, helvetica, sans-serif;
	color:#595959;
	font-size: 10px;
	padding: 0px 0 2px 0;
	width: 100%;
	height: auto;
	background: #C4C2C4;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #000000;
	margin: 10px 0 0 0;
}

#ftr img {
	margin: 3px 0 0 0;
	border: none;
}

#ftr a {
	color: #5985B9;
	font-family: Maiandra GD, verdana, arial, helvetica, sans-serif;
}

ftr a:hover{
	background-color: #BEBDE4;
}

p {
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	text-align: justify;
	padding: 0 15px;
}

h1 {
	margin: 0px 0px 15px 0px;
	padding: 15px 15px 0px 15px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
	color: #004594;
	text-align:left;
}

h2 {
	background-image:url(h2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #000000;
	margin: 0px 0px 5px 0px;
	font-size:15px;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
	text-align:center;
}

#csctext>h2 {
	padding: 0px 0px 3px 0px;
}


h3 {
	font-size:13px;
	padding: 0 15px;
}

h3 a {
	font-size:13px;
}
#cshowcase {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	margin: 0px auto 0px auto;
	padding: 3px 3px;
	background-color:#A5A2A5;
	height: 150px;
	width: 350px;
}

html>body #cshowcase {
	margin: 15px auto 0px auto;
}

#cshowcase img {
	float: right;
	margin:0px 0px 0px 0px;
}

#csctext {
	line-height:9px;
	padding: 7px 10px 0px 10px;
	height: 143px;
	background-color:#ffffff;
	width: 175px; 
	margin: 0px 0px 0px 0px;
}

#cshowcase>#csctext {
	height:130px;
	padding:10px 10px;	
}

#csctext p {
	line-height:11px;
	color: #666666;
	text-align:justify;
}

#Menu{
	font-size:12pt;
	font-weight: bold;
	border-style: none;
	margin:0 0 0 0px;
	position: absolute;
	right: auto;
	color: #000000;
	top: 130px;
	left: 0px;
	float:left;
	width: 180px;
	background-color:#CECFCE;
	padding: 10px 10px 10px 10px;
	line-height:17px;
}

#Menu li {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding:7px 0px 6px 0px;
	list-style: none;
}

#Menu li a {
	color:#000000;
	font-size:12pt;
	padding: 0px 0px;
	font-weight: bold;
}

#Menu ul li {
	border-style: none;
	list-style-image: url(bullet.gif);
}

#Menu ul li a {
	font-size:10pt;
	font-weight: normal;
}

body>#Menu {
	width:180px;
}

#Menu2{
	font-size:12pt;
	font-weight: bold;
	border-style: none;
	margin:0 0 0 0px;
	position: absolute;
	right: auto;
	color: #000000;
	top: 130px;
	left: 0px;
	float:left;
	width: 180px;
	background-color:#CECFCE;
	padding: 10px 10px 10px 10px;
	line-height:17px;
}

#Menu2 li {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding:7px 0px 6px 0px;
	list-style: none;
}

#Menu2 li a {
	color:#000000;
	font-size:12pt;
	padding: 0px 0px;
	font-weight: bold;
}

#Menu2 ul li{
	border-style:none;
	list-style-image: url(bullet.gif);
}

#Menu2 ul li a {
	font-size:10pt;
	font-weight: normal;
}

body>#Menu2 {
	width:180px;
}
#container {
	background-color: #A5A2A5;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #000000;
	width: auto;
	margin: 0 auto;
	height: -23px;
}

body>#container {
	height: 21px;
}

#nav, #nav ul {
	width:39em;
	margin:0px auto 42px auto;
	padding: 5px 0px 0px 22px;
	list-style: none;
	line-height: 11px;
	background-color: #A5A2A5;
	font-weight: bold;
	height:14px;
}

#nav a {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	display: block;
	width: auto;
	w\idth: auto;
	color: #000000;
	text-decoration: none;
	margin:0 0 0 4em;
	padding: 0.25em 0em 0.25em 0em;
}

#nav li {
	float: left;
	width: auto;
}

#nav li ul {
	padding: 0 0 0 0;
	font-weight: normal;
	border-style:solid;
	border-width: 1px;
	border-color: #000000;
	margin: 0em 0em 0em 2.8em;
	height: auto;
	position: absolute;
	width: 140px;
	left: -999em;
	z-index: 6;
}

#nav li ul a {
	margin:0.25em 0 0.25em 2.11em;
	padding: 0 0 0 0;
	font-size: 10px;
}

#nav li:hover ul, #nav li.xhover ul {
	left: auto;
}

#nav a:hover, #nav a.xhover {
	color: #FFFFFF;
	background-color: #A5A2A5;
}

#news {
	margin:35px 0px 0px 0px;
	height:87px;
	background-image:url(rfidnews.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

/*to add a new news section copy and paste one of the old ones below, give it a unique number, and make the changes indicated*/

#news1 {
}

#news2 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 135px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(cargobay.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#news3 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 120px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(rfidtag.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#news4 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 102px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(webinars.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#porc{
	margin:35px 0px 0px 0px;
	height:87px;
	background-image:url(rfidhardware.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#partners {
	margin:35px 0px 0px 0px;
	height:87px;
	background-image:url(rfidpartners.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

/*to add a new partner or client section copy and paste one of the old ones below, give it a unique number, and make the changes indicated*/

#porc0 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 37px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(critel.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#porc1 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 31px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(identec.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#porc2 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 40px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(midsouth.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#porc3 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 37px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(parelec.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#porc4 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 40px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(rsiid.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#porc5 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 47px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(symbol.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#porc6 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 57px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(zebra.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#porc7 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 83px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(alien.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#porc8 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 64px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(impinj.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#porc9 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 70px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(samsys.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#porc10 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 80px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(upm.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#porc11 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 60px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(sato.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#porc12 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 24px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(avery.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#porc13 {
	border-width:0px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	padding: 65px 0px 10px 0px;/*just change the 1st of these  4 numbers to match the height of the new image in pixels*/
	height:auto;
	margin: 10px 0px 0px 0px;
/*the next line is where you change the filename to use a new image (max. width: 180px)*/ 
	background-image:url(tmagic.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

