@charset "UTF-8";
body  {
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
:focus {
	outline: 0;
}
img {
	border: none;
}
.twoColFixRtHdr #container { 
	width: 951px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	position:relative;
	background:url(../images/template/koru.jpg) no-repeat 435px 0px;
} 

/*
.twoColFixRtHdr #sidebar1 {
	float: right; 
	width: 242px; 
	padding: 0;
}

.twoColFixRtHdr #mainContent { 
	margin: 59px 0px 0 0px; 
	padding: 0 20px 0 0; 
}
*/

.twoColFixRtHdr #sidebar1 {
	float: right; 
	width: 242px; 
	padding: 0;
}
.twoColFixRtHdr #mainContent { 
	margin: 59px 0px 0 0px; 
	padding: 0 20px 0 0; 
}
 
#mainContent h1 {
	size:34px;
	font-weight:normal;
	color:#003d79;
	margin: 0 0 0 -2px;
	font-family: VegurRegular, Arial, sans-serif;
}
.sIFR-hasFlash #mainContent h1 {
	visibility: hidden;
	display: inline;
	font-size:32px;
}
/* edit */
#defaultTplMainContent {
	padding-right:280px;
	padding-left:220px;
}
#defaultTplMainContentNoRightCol {
	padding-left:220px;
}
#standardsTplMainContent {
	padding-left:220px;
	padding-right:0;
}
#standards_inside_artwork {
	margin-left:-25px;
}
.rightCol {
	margin-top:25px;
	margin-left:-43px;
	width:202px;
	background-image:url(../images/bg_top_right.gif);
	background-repeat:no-repeat;
	background-color:#e4f4fd;
	padding:10px 18px 3px 18px;
}
.rightColFooter {
	margin-left:-43px;
	width:238px;
	height:7px;
	background-image:url(../images/bg_bottom_right.gif);
	background-repeat:no-repeat;
}
.rightCol h1 {
	font-weight:normal;
	font-size:22px;
	color:#333333;
}
.rightCol h2 {
	font-weight:normal;
	font-size:18px;
	color:#333333;
}
.rightCol p {
	font-size:11px;
	color:#333333;
}	

#mainContent p,
#mainContent h2, 
#mainContent h3 { 
	line-height:130%;
	color:#333333 !important;
}
#mainContent li {
	color:#333333;
}
/* strong {
	font-weight:normal;
	font-size:16px;
} */
.twoColFixRtHdr #footer { 
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
	margin:41px 0 40px 1px;
	padding:15px 0 20px 0;
	color:#555656;
	font-size:11px;
	position:relative;
}
#iso-9001 {
	position:absolute;
	right:21px;
	top:35px;
	margin-bottom: 15px;
}
#innovit {
	position:absolute;
	right:115px;
	top:35px;
	width: 128px;
	color: #666666;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	margin-top: 14px;
}
#innovit img {
	margin-bottom: 15px;
}
#bizcaps {
	position:absolute;
	right:265px;
	top:35px;
	width: 128px;
	color: #666666;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
}
#bizcaps img {
	margin-bottom: 3px;
}
.twoColFixRtHdr #footer th { 
	font-weight:normal;
}
.twoColFixRtHdr #footer a {
	color:#555656;
	text-decoration:none;
	padding:0 3px;
}

.twoColFixRtHdr #footer a.first {
	padding:0 3px 0 0 !important;
}

.twoColFixRtHdr #footer_links {
	line-height:200%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#sidebar2 { /* this class can be used to float an element left in your page */
	float: left;
	font-size:12px;
	margin:50px 24px 0 0;
}
#sidebar2 #nav { /* this class can be used to float an element left in your page */
	background-image:url(../images/side_navigation/bg.gif);
	background-repeat:repeat-y;
	width:196px;
	color:#fff;
}
#sidebar2 ul li a {
	color:#fff;
	text-decoration:none;
	background-image:url(../images/side_navigation/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 12px;
	display:block;
	padding:11px 0px 13px 45px;
}
#sidebar2 ul li.selecteditem a {
	background-image:url(../images/side_navigation/bullet_selected.gif);
}
#sidebar2 ul li.selecteditem li a {
	background-image:none;
}
#sidebar2 ul li a:hover {
	background-image:url(../images/side_navigation/bullet_on.gif);
	text-decoration:underline;
}

#sidebar2 ul {
	background-image:url(../images/side_navigation/bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	list-style-type:none;
	margin:0;
	padding:0 0 45px 0;
}
#sidebar2 ul li.first {
	background-image:url(../images/side_navigation/bg_top.gif);
	background-repeat:no-repeat;
	padding:20px 10px 0 0;
}
#sidebar2 ul li {
	background-image:url(../images/side_navigation/bg_li.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0 10px 0 0;
}
/* Left nav children */
#sidebar2 ul li ul {
	background:none;
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar2 ul li ul li.first {
	background:none;
	padding:0 0 0 0;
}
#sidebar2 ul li ul li {
	background:none;
	margin:0;
	padding:0;
	font-weight:normal;
}
#sidebar2 ul li ul li a {
	color:#fff;
	text-decoration:none;
	background:none;
	display:block;
	padding:0 0 10px 45px;
}
#sidebar2 ul li ul li a:hover {
	background:none;
}
/* Left nav grandchildren */
#sidebar2 ul li ul li ul li a {
	color:#fff;
	text-decoration:none !important;
	background:none;
	display:block;
	padding:0 18px 10px 65px;
}

/* Left nav great grandchildren */
#sidebar2 ul li ul li ul li ul li a {
	color:#fff;
	text-decoration:none !important;
	background:none;
	display:block;
	padding:0 18px 10px 85px;
}
/* Left nav grear great grandchildren */
#sidebar2 ul li ul li ul li ul li ul li a {
	color:#fff;
	text-decoration:none !important;
	background:none;
	display:block;
	padding:0 18px 10px 105px;
}


/* Nav select state */
#sidebar2 ul li.selecteditem {
	font-weight:bold
}
#sidebar2 ul li ul li.selecteditem {
	background-image:url(../images/side_navigation/subsubnav.gif);
	background-repeat:no-repeat !important;
	background-position:23px -3px;
}
#sidebar2 ul li ul li.haschildren {
	background-image:url(../images/side_navigation/subsubnavselect.gif) !important;
	background-repeat:no-repeat !important;
	background-position:23px -3px;
}
#sidebar2 ul li ul li ul li.haschildren {
	background-image:url(../images/side_navigation/subsubnavselect.gif) !important;
	background-repeat:no-repeat !important;
	background-position:40px -3px;
}
#sidebar2 ul li ul li ul li ul li.haschildren {
	background-image:url(../images/side_navigation/subsubnavselect.gif) !important;
	background-repeat:no-repeat !important;
	background-position:60px -3px;
}


#sidebar2 ul li ul li.selecteditem a {
	text-decoration:underline;
	font-weight:normal;
}
#sidebar2 ul li ul li ul li a {
	text-decoration:none !important;
	font-weight:normal;
}
#sidebar2 ul li ul li ul li.selecteditem {
	background-image:none;
}
#sidebar2 ul li ul li ul li.selecteditem a {
	text-decoration:underline !important;
	font-weight:normal;
}
#sidebar2 ul li ul li ul li.selecteditem ul li a {
	text-decoration:none !important;
	font-weight:normal;
}
#sidebar2 ul li ul li ul li.selecteditem ul li.selecteditem a {
	text-decoration:underline !important;
	font-weight:normal;
}
#sidebar2 ul li ul li ul li.selecteditem ul li.selecteditem ul li a {
	text-decoration:none !important;
	font-weight:normal;
}
#sidebar2 ul li ul li ul li.selecteditem ul li.selecteditem ul li.selecteditem a {
	text-decoration:underline !important;
	font-weight:normal;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1.header_logo {
	margin:0;
	float:left;
}
div.strapline {
	padding:35px 0 0 226px;
}
div.utility_nav {
	position:absolute;
	top:5px;
	right:0;
	color:#fff;
	font-size:11px;
	width:260px;
}
div.compact_search {
	padding-top:20px;
}
input {
	font-size:11px;
}
div.utility_nav a {
	color:#fff;
	text-decoration:none;
}
div.primary_links {
	padding:22px 0 0 217px;
}
div.primary_links ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
div.primary_links ul li {
	float:left;
	position:relative;
	background-repeat: no-repeat;
}
div.primary_links ul li a {
	height:48px;
	display:block;
	text-indent:-9999px;
}

#nav_home {
	background-image:url(../images/topnav/b_Home.gif);
	width:52px;
}
li.menu_hover #nav_home { background-image:url(../images/topnavhover/b_Home.gif); }
li.selecteditem #nav_home { background-image:url(../images/topnavselected/b_Home.gif); }

#nav_aboutus {
	background-image:url(../images/topnav/b_About-GS1.gif);
	width:81px;
}
li.menu_hover #nav_aboutus { background-image:url(../images/topnavhover/b_About-GS1.gif) !important; }
li.selecteditem #nav_aboutus { background-image:url(../images/topnavselected/b_About-GS1.gif); }

#nav_membershipinformation {
	background-image:url(../images/topnav/b_Membership.gif);
	width:93px;
}
li.menu_hover #nav_membershipinformation { background-image:url(../images/topnavhover/b_Membership.gif) !important; }
li.selecteditem #nav_membershipinformation { background-image:url(../images/topnavselected/b_Membership.gif); }

#nav_whatweoffer {
	background-image:url(../images/topnav/b_What-we-offer.gif);
	width:102px;
}
li.menu_hover #nav_whatweoffer { background-image:url(../images/topnavhover/b_What-we-offer.gif) !important; }
li.selecteditem #nav_whatweoffer { background-image:url(../images/topnavselected/b_What-we-offer.gif); }

#nav_sectorsolutions {
	background-image:url(../images/topnav/b_Sector-solutions.gif);
	width:115px;
}
li.menu_hover #nav_sectorsolutions { background-image:url(../images/topnavhover/b_Sector-solutions.gif) !important; }
li.selecteditem #nav_sectorsolutions { background-image:url(../images/topnavselected/b_Sector-solutions.gif); }

#nav_newspublications {
	background-image:url(../images/topnav/b_News-Events.gif);
	width:139px;
}
li.menu_hover #nav_newspublications { background-image:url(../images/topnavhover/b_News-Events.gif) !important; }
li.selecteditem #nav_newspublications { background-image:url(../images/topnavselected/b_News-Events.gif); }

#nav_toolsresources {
	background-image:url(../images/topnav/b_Tools-and-resources.gif);
	width:125px;
}
li.menu_hover #nav_toolsresources { background-image:url(../images/topnavhover/b_Tools-and-resources.gif) !important; }
li.selecteditem #nav_toolsresources { background-image:url(../images/topnavselected/b_Tools-and-resources.gif); }


div.primary_links ul li.has_children ul {
	display:none;
	z-index: 9999;
}

div.primary_links ul li ul {
	position:absolute;
	width:196px;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#dedede;
}
div.primary_links ul li ul li {
	float:none;
	background-image:url(../images/bg_drop_down.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
div.primary_links ul li ul li.drop_down_first {
	background-image:url(../images/bg_drop_down_first.gif);
}

div.primary_links ul li ul li a {
	text-decoration:none;
	height:auto;
	display:block;
	float:none;
	text-indent:0px;
	font-size:12px;
	color:#555657;
	background-image:url(../images/bullet_drop_down.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding:10px 10px 10px 38px;
}
div.primary_links ul li ul li a:hover {
	text-decoration:none;
	background-image:url(../images/bullet_drop_down_hover.gif);
	background-color:#9C9C9C;
	color: #FFFFFF;
}
div.primary_links ul li ul li.drop_down_first a {
	padding:23px 0 14px 38px;
	background-position:0px 23px;
}
div.primary_links ul li ul li ul {
	left: 100%;
	top: 0;
	display: none;
	background-image: none;
}
div.primary_links ul li ul li ul li ul li {
	display:none;
}
/*----Headers-----*/
h2 {
	color:#333333;
	font-weight:normal;
	font-size:18px;
	margin:0.5em 0;
}
#news-holder h2{
	font-size:1.45em;
}
#gs1Rss{
	background-image:url(../images/rss.jpg);
	background-position:152px 10px;
	background-repeat:no-repeat;
	padding:0px 25px 0px 0px;
}
#mainContent #gs1Rss a{
	text-decoration:none;
	color:#333;
	display:block;
	width:170px;
}
h3 {
	color:#333333;
	font-weight:normal;
	font-size:14px;
	margin:0.5em 0;
}
/*----------------*/
p,
.form_table,
#check-digit-form {
	color:#333333;
	margin:0.5em 0;
	font-size:13px;
	line-height:140% !important;
}

.form_table .text_element {
	width: 200px;
}

#check-digit-form {
	float: left;
}

#check-digit-form label {
	font-weight: bold;
	width: 30px;
	display: block;
	float: left;
	clear: left;
}

#check-digit-form input {
	margin-bottom: 4px;
}

#check-digit-form th,
#check-digit-form td {
	padding: 5px;
}

.calc-link {
	margin-bottom: 30px;
}

#homeRightCol ul,
#sidebar1 ul {
	margin:5px 0 0 0;
	padding:0;
}
#homeRightCol li,
#sidebar1 li {
	margin: 0;
	padding: 0 0 16px 14px;
	list-style:none;
	background-image:url(../images/bg_bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	font-size:12px;
	font-weight:bold;
	color:#053d74;
}
.product_box h2 {
	text-indent:-9999px;
}
.product_box p {
	margin:60px 10px 0 15px;
	font-size:12px;
	color:#333333;
}
.product_box img {
	padding-top:9px;
}
#box-holder {
	float: left;
	margin-bottom: 25px;
}
#product_box_1 {
	background-image:url(../images/artwork/product_box_1.gif);
	width:347px;
	height:209px;
	margin: 14px 17px 17px 0;
	float:left;
}
#product_box_2 {
	background-image:url(../images/artwork/product_box_2.gif);
	width:347px;
	height:209px;
	margin: 14px 0 17px 0;
	float:left;
}
#product_box_3 {
	background-image:url(../images/artwork/product_box_3.gif);
	width:347px;
	height:212px;
	margin: 0 17px 0 0;
	float:left;
}
#product_box_4 {
	background-image:url(../images/artwork/product_box_4.gif);
	width:347px;
	height:212px;
	float:left;
}


/***** NEW STYLES *****/
/* also search for 'edit' */
ul.breadclass {
	font-size:12px;
	color:#666;
	padding:0;
	margin: -39px 0 26px 0;
	width:650px;
}
ul.breadclass li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
}
.breadclass a {
	color:#666 !important;
	background-image:url(../images/bg_breadcrumb.gif);
	background-repeat:no-repeat;
	background-position:0px -2px;
	padding-left: 18px;
	text-decoration:none;
}
.breadclass a.first {
	background:none;
	padding-left: 0px;
}
ul.ticks li {
	list-style: none;
	background: url('../images/tick.gif') no-repeat 0 2px;
	padding-left: 19px;
	padding-bottom: 2px;
}
.smaller {
	font-size: 0.7em;
}
#show-more-1:focus,
#show-more-2:focus {
	outline: 0;
}
#join-col-1,
#join-col-2 {
	float: left;
	width: 320px;
}
#join-col-1 {
	margin-right: 40px;
}
.closed {
	cursor: pointer;
	padding-left: 17px;
	background: url('../images/closed.gif') no-repeat 0 2px;
}
.opened {
	cursor: pointer;
	padding-left: 17px;
	background: url('../images/open.gif') no-repeat 0 2px;
}
#mainContent a {
	color:#eb7429;
}
#homeRightCol a,
#sidebar1 a {
	color:#eb7429;
}
#mainContent ol,
#mainContent ul {
	margin-left:10px;
	padding: 0 0 0 10px;
	font-size:13px;
	line-height:140% !important;
}
#mainContent ul {
	list-style-type:disc;
}
#mainContent ul li ul {
	margin-left:50px;
	padding: 0px;
	font-size:13px;
	line-height:140% !important;
	list-style-type:disc;
}
#mainContent ul.links {
	margin:0;
	padding: 0 240px 0 220px;
	font-size:13px;
	line-height:140% !important;
	list-style-type:none;
}
#mainContent ul.links li {
	margin:0 0 1em 0;
	padding:0 0 0 20px;
	background-image:url(../images/bullet_mainContent.gif);
	background-repeat:no-repeat;
	background-position:5px 3px;
}

ul#library_table {
	margin:1em 0 0 0;
	padding:0;
	xlist-style-type:none;
}
ul#library_table li {
	display:block;
	float:left;
	margin:0;
	padding-right:35px;
	width:200px;
}
ul#library_table li.last {
	padding-right:20px;
	width:215px;
}
ul#library_table li ul {
	padding:0;
	margin:0;
}
ul#library_table li ul li {
	float:none;
	width:auto;
	padding:0;
	margin:0;
}
ul#library_table li ul li a {
	text-decoration:none;
}
ul#library_table h2 {
	font-weight:normal;
	font-size:18px;
}
.expandable {
	cursor:pointer;
	cursor:hand;
}

.addthis_toolbox {
	font-size: 0.75em;
}

#caseStudyTeaser {
	background-image:url(../images/m_casestudy.png);
	width:433px;
	line-height:100%;
	margin-top:1em;
}
#caseStudyTeaser h3 {
	font-size:18px;
	margin:0;
}
#caseStudyTeaser p {
	margin:0;
}
#caseStudyTeaserTop {
	background-image:url(../images/t_casestudy.png);
	width:433px;
	height:17px;
}

#caseStudyTeaserContent {
	padding:0 20px;
}
#caseStudyTeaserBottom {
	background-image:url(../images/b_casestudy.png);
	width:433px;
	height:17px;
} /*
<div id="caseStudyTeaser">
{$case_study_teaser}
</div>
<div id="caseStudyTeaserBottom"></div>
*/

.news-date {
	font-size: 11px;
}

#news-holder {
	float: left;
	width: 100%;
}

#news-col-1,
#news-col-2 {
	width: 340px;
	float: left;
}

#news-col-1 {
	margin-right: 30px;
}

.news-block {
	border-bottom: 1px dotted #888888;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#mainContent .news-block h3 {
	font-weight: bold;
	margin-bottom: 0;
}

#mainContent .news-block p {
	margin: 0;
}

#mainContent .news-block p.date {
	color: #999999!important;
	font-style: italic;
}

.newsteaser {
	margin-bottom: 23px;
}

#all-news-gs1nz {
	width: 121px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	background: url('../images/template/all-news-gs1nz.gif') no-repeat;
}

#all-news-gs1org {
	width: 142px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	background: url('../images/template/all-news-gs1org.gif') no-repeat;
}

#all-news-fmcg {
	width: 121px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	background: url('../images/template/all-news-fmcg.gif') no-repeat;
}

#all-news-rfid {
	width: 121px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	background: url('../images/template/all-news-rfid.gif') no-repeat;
}
/*----Back to top----*/
#backToTop{
	float:right;
	background-image:url(../images/backToTop.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:0px 28px 0px 0px;
}
#backToTop a{
	text-decoration:none;
	color:#EB7429;
}
#people-nav li {
	float: left;
}
#people-nav li a {
	border: 1px solid #FFFFFF;
	display: block;
	height: 104px;
	width: 78px;
}
#people-nav li a.active {
	border: 1px solid #e88419;
}
.ajax-loader {
	margin: 50px 0 0 300px;
}


/*********************COVER FLOW*********************/


#homePageHolder{
	float:left;
	width:100%;
}

#flowTitle{
	margin:0px 0px 0px 310px;
}

#divFlow {
	/*height: 270px; */
	position: relative;
	margin-top: 20px;
	width: 951px;
	height:402px;
}

#divFlow .item {
	position: absolute;
	top: 0px;
}


#divFlow .item img {
	width: 100%;
}


#divFlow .moveleft {
	position: absolute;
	width: 40px;
	height: 39px;
	background: transparent url(../images/coverFlow/moveleft.png) no-repeat scroll 0 0;
	text-indent:-5000px;
	top: 295px;
	left: 75px;
	z-index:1200;
	cursor:pointer;
}
#divFlow .moveright {
	position: absolute;
	width: 40px;
	height: 39px;
	background: transparent url(../images/coverFlow/moveright.png) no-repeat scroll 0 0;
	text-indent:-5000px;
	top: 295px;
	right: 88px;
	z-index:1200;
	cursor:pointer;
}

.reg{
	position:absolute;
	top:250px;
	right:111px;
	display:none;
}

.reg a{
	color:#999;
	font-size:0.8em;
	text-decoration:none;
}

/*********Classes**********/
#divFlow .level3Left{
	width:240px;
	height:101px;
	top:25px;
	left:0px;
	z-index: 200;
}
#divFlow .level2Left{
	width:410px;
	height:173px;
	top:43px;
	left:34px;
	z-index: 300;
}
#divFlow .level1{
	 width:711px;
	 height:300px;
	 top:59px;
	 left:115px;
	 z-index:400;
}
#divFlow .level2Right{
	width:410px;
	height:173px;
	top:43px;
	left:500px;
	z-index:300;
}
#divFlow .level3Right{
	width:240px;
	height:101px;
	top:25px;
	left:710px;
	z-index:200;
	/*
	background-color:#fff;
	*/
}
#divFlow .level4{
	width:240px;
	height:101px;
	top:25px;
	left:710px;
	z-index:199;
	/*display: none;*/
}
