/* CSS reset */
.nav div, .nav ol, .nav ul, .nav li, .nav form {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	-moz-margin-before: 0;
	-moz-margin-after: 0;
	-moz-margin-start: 0;
	-moz-margin-end: 0;
	-moz-padding-start: 0;
}

.nav ol, .nav ul, .nav li {
	list-style: none;
}

/* Import fonts */

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=d4e8e150-5c94-428e-9c56-e15867a82f6e");
@font-face{
font-family:"UniversLTW01-47LightCn";
src:url("fonts/296c59c2-74b0-41c1-bcfd-23d22a713f86.eot?#iefix");
src:url("fonts/296c59c2-74b0-41c1-bcfd-23d22a713f86.eot?#iefix") format("eot"),url("fonts/609beecf-8d23-4a8c-bbf5-d22ee8db2fc9.woff") format("woff"),url("fonts/a6595b8d-d4a3-4f01-bf21-0b53617d4b1c.ttf") format("truetype"),url("fonts/1cd9ef2f-b358-4d39-8628-6481d9e1c8ce.svg#1cd9ef2f-b358-4d39-8628-6481d9e1c8ce") format("svg");
}
@font-face{
font-family:"UniversLTW01-57Condense 723821";
src:url("fonts/aefefc4e-9cb8-4e8e-8599-dda705456734.eot?#iefix");
src:url("fonts/aefefc4e-9cb8-4e8e-8599-dda705456734.eot?#iefix") format("eot"),url("fonts/1eaf27c0-f4de-4273-9f4c-1b3236ad2f3c.woff") format("woff"),url("fonts/9b913baf-b1f0-47d2-8c76-42f59650058f.ttf") format("truetype"),url("fonts/0abcce12-2274-4ee7-b6d5-0066b5f5f670.svg#0abcce12-2274-4ee7-b6d5-0066b5f5f670") format("svg");
}
@font-face{
font-family:"UniversLTW01-67BoldCn";
src:url("fonts/076b8d7a-91b5-4c89-86a1-546b980072c7.eot?#iefix");
src:url("fonts/076b8d7a-91b5-4c89-86a1-546b980072c7.eot?#iefix") format("eot"),url("fonts/21decb60-b395-4de2-bd04-e38eb2a56d2f.woff") format("woff"),url("fonts/091058d4-36b2-43f6-80d3-16c88e098061.ttf") format("truetype"),url("fonts/827d22bc-e38b-4ccf-8a21-1f9aaa76e402.svg#827d22bc-e38b-4ccf-8a21-1f9aaa76e402") format("svg");
}
@font-face{
font-family:"Arial W02 Narrow";
src:url("fonts/2a92b4f2-6b5a-44d2-921d-38d665a13ddd.eot?#iefix");
src:url("fonts/2a92b4f2-6b5a-44d2-921d-38d665a13ddd.eot?#iefix") format("eot"),url("fonts/aa46ec60-22b9-4028-a222-e6f1a106b7b1.woff") format("woff"),url("fonts/9c44b4cd-74f9-4788-aba0-962047eb16ce.ttf") format("truetype"),url("fonts/3fe51893-4efe-4ba9-b1d0-54b861366171.svg#3fe51893-4efe-4ba9-b1d0-54b861366171") format("svg");
}


/* Main styles */

.nav {
	background: #000;
	background-image: url(/images/header-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: solid 2px;
	width: 100%;	
	padding: 11px 0 0 0;
	font-family:'UniversLTW01-57Condense 723821';
	text-align: center;
}

.nav .nav-container {
	width: 960px;
	max-width: 960px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	text-align: left;
	display: inline-block; /* IE9 clear-fix */
}

.nav .nav-left {
	float: left;
}

.nav .nav-right {
	float: right;
}

.nav .nav-top {
	clear: both;
	overflow: hidden;
	display: block;
}


/* Logo */

.nav .nav-logo {
	width: 253px;
	margin-top: 25px;
}

.nav .nav-logo a {
	border: none;
	text-decoration: none;
	color: transparent;
}

.nav .nav-logo img {
	border: none;
	text-decoration: none;
	color: transparent;
}


/* Upper nav */

.nav .nav-upper {
	float: right;
	/*margin-bottom: 13px;*/
}

.nav .nav-upper li {
	float: left;
	margin: 0 1px 0 1px;
	padding: 4px 15px 4px 6px;
	border-right: 8px solid transparent;
	background-image: url(/images/icon-arrow-down.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 14px;
	color: #ccc;
}

.nav .nav-upper li a {
	text-decoration: none;
	color: inherit;
}

.nav .nav-upper .link-border {
	background-image: url(/images/icon-border.png);
	background-repeat: no-repeat;
	width: 1px;
	height: 17px;
	margin: 4px 0 0 0;
	padding: 0;
	border: none;
}

.nav .nav-upper .employee-login {
	background-image: none;
	padding: 4px 0px 4px 6px;
}

.nav .nav-upper .employee-login:hover {
	background: transparent;
}

.nav .nav-upper .employee-login a {
	background-image: url(/images/icon-lock.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #999;
	padding-right: 15px;
}

.nav .nav-upper .employee-login a:hover {
	background-image: url(/images/icon-lock-hover.png);
	color: #fff;
	border-bottom: #6395bd 1px solid;
}

.nav .nav-upper .hover {
	background: #333;
	background-image: url(/images/icon-arrow-down-hover.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.nav .nav-upper li:hover {
	background: #333;
	background-image: url(/images/icon-arrow-down-hover.png);
	background-repeat: no-repeat;
	background-position: right center;
}


/* Main nav */

.nav .nav-main {
	float: right;
}

.nav .nav-main li {
	float: left;
	height: 37px;
	padding: 14px 10px 13px 10px;
	font-size: 17px;
}

.nav .nav-main li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.nav .nav-main li a {
	color: #fff;
	text-decoration: none;
	background-image: url(/images/icon-arrow-down.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 13px;
}

.nav .nav-main li a.no-dropdown {
	background-image: none;
	padding-right: 0;
}

.nav .nav-main .hover {
	background-image: url(/images/header-main-nav-hover-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.nav .nav-main .hover a {
	color: #fff;
	text-decoration: none;
	background-image: url(/images/icon-arrow-down-white.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 13px;
}

.nav .nav-main li:hover {
	background-image: url(/images/header-main-nav-hover-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.nav .nav-main li:hover a {
	color: #fff;
	text-decoration: none;
	background-image: url(/images/icon-arrow-down-white.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 13px;
}

.nav .nav-main li:hover a.no-dropdown {
	background-image: none;
	padding-right: 0;
}

.nav .nav-main .search-box {
	background-image: none;
	margin-top: 0;
}

.nav .nav-main .search-box:hover {
	background-image: none;
}

.nav .nav-main .search-box input[type="text"] {
	border: none;
	-webkit-border-top-left-radius: 11px;
	-webkit-border-bottom-left-radius: 11px;
	-moz-border-radius-topleft: 11px;
	-moz-border-radius-bottomleft: 11px;
	border-top-left-radius: 11px;
	border-bottom-left-radius: 11px;
	width: 130px; /* 28px added by padding */
	height: 24px;
	padding-left: 28px;
	margin-right: -6px;
	background-image: url(/images/icon-search.png);
	background-repeat: no-repeat;
	background-position: 6px center;
}

.nav .nav-main .search-box input[type="submit"] {
	border: none;
	background-color: #939598;
	color: #fff;
	height: 26px;
	font-family: 'UniversLTW01-57Condense 723821';
	font-size: 13px;
	-moz-margin-start: 1px !important;
}


/* Upper expanded navigation */

#region-language, #contacts, #careers, #online-tools {
	display: none;
}

.upper-expand {
	position: absolute;
	z-index: 9999;
	margin-top: 25px !important;
	/*margin: 25px 0 0 2px !important;*/
	width: 637px;
	-moz-margin-start: 24px !important;
	-webkit-margin-start: 22px !important;
}

.upper-expand .menu {
	border-top: #333 4px solid;
	border-left: #333 3px solid;
	border-right: #333 3px solid;
	border-bottom: #333 5px solid;
	background: #000;
	padding: 18px 4px 15px 4px;
	overflow: hidden;
	display: inline-block;
	float: right;
	min-width: 500px;
}

.upper-expand #region-language {
	min-width: 491px !important;
}

.upper-expand .menu h1 {
	font-family:'UniversLTW01-67BoldCn';
	color: #5b76ba;
	font-size: 14px;
	margin: 0 0 12px 5px;
}

.upper-expand .menu .menu-column {
	float: left;
	padding-right: 9px;
	border-right: #333 3px solid;
	margin-right: 3px;
	height: 100%;
}

.upper-expand .menu .menu-column:last-child {
	padding-right: 0;
	border-right: none;
	margin-right: 0;
	width: auto;
}

.upper-expand .menu ul {
	float: left;
}

.upper-expand .menu li {
	font-family:'UniversLTW01-57Condense 723821';
	font-size: 14px;
	color: #fff;
	padding: 5px 6px;
}

.upper-expand .menu li:first-child {
	padding: 0 6px 7px 6px;
}

.upper-expand .menu li:hover {
	background: #6881bf;
}

.upper-expand .menu li a {
	color: inherit;
	text-decoration: none;
}

.upper-expand .menu .purple li {
	color: #b9cdff;
}

.upper-expand .menu .purple li:hover {
	background: #333;
	color: #fff;
}


/* Main navigation expanded */

#products, #your-industry, #company {
	display: none;
}

.main-expand {
	position: absolute;
	z-index: 9999;
	margin: 89px 0 0 125px !important;
	width: 710px;
}

.main-expand .menu {
	border-top: #535353 4px solid;
	border-left: #535353 3px solid;
	border-right: #535353 3px solid;
	border-bottom: #535353 5px solid;
	background: #000;
	width: 710px;
	overflow: hidden;
	display: inline-block;
	float: right;
}

.main-expand .menu .menu-container {
	padding: 18px 16px 15px 16px;
	overflow: hidden;
}

.main-expand .menu h1 {
	font-family:'UniversLTW01-67BoldCn';
	color: #5b76ba;
	font-size: 14px;
	margin: 0 0 12px 5px;
}

.main-expand .menu .menu-column {
	float: left;
	padding-right: 9px;
	border-right: #333 3px solid;
	margin-right: 3px;
	height: 100%;
	min-height: 100%;
	bottom: 0;
	/*display: table-cell;*/
}

.main-expand .menu .menu-column:last-child {
	padding-right: 0;
	border-right: none;
	margin-right: 0;
	width: auto;
}

.main-expand .menu .menu-container .single-column {
	overflow: hidden;
	clear: both;
}

.main-expand .menu .menu-container ul {
	float: left;
}

.main-expand .menu .menu-container li {
	font-family:'UniversLTW01-57Condense 723821';
	font-size: 14px;
	color: #fff;
	padding: 5px 6px;
}

.main-expand .menu .menu-container li:first-child {
	padding: 0 6px 7px 6px;
}

.main-expand .menu .menu-container li:hover {
	background: #6881bf;
}

.main-expand .menu .menu-container li a {
	color: inherit;
	text-decoration: none;
}

.main-expand .menu .purple li {
	color: #b9cdff;
}

.main-expand .menu .purple li:hover {
	background: #333;
	color: #fff;
}

.main-expand .menu .alpha-nav {
	clear: both;
	overflow: hidden;
	background: #333;
	padding: 13px 0 0 24px;
}

.main-expand .menu .alpha-nav ul {
	overflow: hidden;
}

.main-expand .menu .alpha-nav li {
	display: block;
	float: left;
	font-family: 'Arial W02 Narrow', Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	padding: 0 3px 7px 3px;
	margin-right: 3px;
	cursor: pointer;
}

.main-expand .menu .alpha-nav li:hover {
	background: #000;
	color: #b9cdff;
}

.main-expand .menu .alpha-nav .hover {
	background: #000;
	color: #b9cdff;
}

.main-expand .menu .alpha-nav li:last-child {
	margin-right: 0;
}

.main-expand .menu .alpha-nav li a {
	color: inherit;
	text-decoration: none;
}

.main-expand .menu .alpha-nav .space {
	width: 7px;
	text-indent: -9999px;
	margin-right: 0;
}

.main-expand .menu .alpha-nav .space:hover {
	background: #333;
}

.main-expand .menu .alpha-nav .home-icon {
	display: block;
	color: transparent;
	text-indent: -9999px;
	width: 11px;
	overflow: hidden;
	background-image: url(/images/icon-home.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.main-expand .menu .alpha-nav .hover .home-icon {
	background-image: url(/images/icon-home-hover.png);
}

.main-expand .menu .by-type {
	width: 228px !important;
}

.main-expand .menu .show {
	display: block!important;
}

.main-expand #products .menu-container {
	display: none;
}

.main-expand .menu .menu-container ul {
	margin-right: 20px;
}

.main-expand .menu .menu-container .menu-column ul:last-child {
	margin-right: 0;
}

.main-expand .menu .menu-container .more-link {
	position: absolute;
	margin-left: 617px;
	margin-top: -12px;
	background-color: #535353;
	background-image: url(/images/icon-more-arrow.png);
	background-repeat: no-repeat;
	background-position: 63px center;
	font-family: 'Arial Narrow', Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 62px;
	padding: 5px 0 5px 15px;
}

.main-expand .menu .menu-container .more-link a {
	color: inherit;
	text-decoration: none;
}


/* assorted fixes */

	/* remove unused alpha-nav items */
	#products-zero-link {
		display: none !important;
	}









