body {
	font-size: 16px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #f4f3f3 url(/css/images/2-0-body.png) repeat-x 0 0;
}

#superwrapper {
	position: relative;	
}

#signedin {
	background-color: #000;
	height: 40px;
}

#signinscreen {
	position: absolute;
	top: 43px;
	left: 628px;
	width: 380px;
	background-color: rgba(0,0,0,0.92);
	z-index: -1;
	padding: 18px 0 0;
	display: none;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#signinscreen h3 {
	text-align: center;
	font-size: 16px;
	color: #d2d2d2;
	padding: 0;
	margin: 0 0 20px;
	font-weight: normal;	
}

#signinscreen h3 span {
	color: #bbb;
	font-size: 20px;
	font-weight: normal;
}

#signinscreen h3 a {
	font-size: 13px;
	color: #fbf775;
	text-shadow: none;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 0 0 2px;
}

#signinscreen h3 a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#signinscreen label {
	color: #888;
	font-size: 15px;
	margin: 0;
	padding: 8px 6px 6px 0;
	float: left;
}

#signinscreen label.remember {
	color: #888;
	font-size: 13px;
	margin: 0 0 18px;
	padding: 0;
	float: none;
	display: block;
}

form.signin {
	margin: 0 auto 0;
	padding: 0 0;
}

form.signin p {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 322px;
}

form.signin input#remember {
	width: auto;
	height: auto;
	margin: 0;
	display: inline;
	padding: 0;
	color: #111;
	font: 15px sans-serif;
	float: none;
}

form.signin input {
	width: 215px;
	margin: 0 auto 18px;
	display: block;
	padding: 6px;
	color: #111;
	font: 15px sans-serif;
	float: right;
}

form.forgot {
	margin: 0 auto 18px;
	padding: 0 0;
	display: none;
}

form.forgot p {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 322px;
}

form.forgot p.instructions {
	margin: 0 0 20px;	
	padding: 0 30px;
	color: #d2d2d2;
	font-size: 14px;
	line-height: 1.4;
}

form.forgot input {
	width: 240px;
	margin: 0 auto 18px;
	display: block;
	padding: 6px;
	color: #111;
	font: 15px sans-serif;
	float: right;
}

#signinscreen h4 {
	margin: 14px auto 18px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

#signinscreen h4 em {
	color: #fbf775;
	text-shadow: none;
	font-weight: normal;
	font-style: normal;
	cursor: pointer;
	text-decoration: none;
	padding: 0 0 2px;
}

#signinscreen h4 em:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#signinscreen p.action {
	padding: 0 0 0;
	overflow: hidden;
	width: 324px;
	margin: 0 auto 0;
}

#signinscreen p.action span {
	text-align: center;
	font-size: 14px;
	margin: 0 auto;
	color: #fff;
	float: right;
	padding: 9px 0 0;
}

#signinscreen p.action button {
	display: block;
	height: 33px;
	border: none;
	text-align: center;
	font-size: 14px;
	margin: 0 auto;
	cursor: pointer;
	line-height: 1;
}

.signin p.action button.signin {
	width: 128px;	
	background: url(images/signin-red.png) no-repeat 0 0;
	color: #fff;
	text-shadow: #000 0 -1px 0;
	float: right;
	padding: 8px 0;
}

.signin p.action button.signin:hover {
	background-position: 0 -33px;
}

.signin p.action button.signin:active {
	background-position: 0 -66px;
}

#signinscreen p.action button.cancel {
	width: 79px;	
	background: url(images/cancel.png) no-repeat 0 0;
	color: #bbb;
	text-shadow: #222 0 -1px 0;
	float: left;
	padding: 8px 0;
}

#signinscreen p.action button.cancel:hover {
	background-position: 0 -33px;
}

#signinscreen p.action button.cancel:active {
	background-position: 0 -66px;
}

.forgot p.action button.send {
	width: 229px;	
	background: url(images/send-red.png) no-repeat 0 0;
	color: #fff;
	text-shadow: #000 0 -1px 0;
	float: right;
	padding: 8px 0;
}

.forgot p.action button.send:hover {
	background-position: 0 -33px;
}

.forgot p.action button.send:active {
	background-position: 0 -66px;
}

#signinscreen .oops,
#signinscreen .yeah {
	padding: 0 30px 0;
	margin: 0 0 12px;
	display: none;
}

#signinscreen .oops p {
	background: #c31615;
	color: #fff;
	font-size: 12px;
	padding: 8px;
	line-height: 1.7;
	border: 1px solid #f81a19;
	width: 304px;
}

#signinscreen .oops p a {
	color: yellow;
}

#signinscreen .oops p a:hover {
	background: #8c0e0e;
	text-decoration: none;
}

#signinscreen .yeah p {
	background: #117c1b;
	color: #fff;
	font-size: 12px;
	padding: 8px;
	line-height: 1.7;
	border: 1px solid #1ac12b;
	width: 304px;
}

#signinscreen .yeah p a {
	color: yellow;
}

#signinscreen .yeah p a:hover {
	background: #0a4a10;
	text-decoration: none;
}

#tophat {
	width: 1044px;
	margin: 0 auto;
	position: relative;
	background: #fff url(images/2-0-logo.png) no-repeat 0 0;
	height: 75px;
}

#tophat.urwelcome {
	background: #fff url(images/2-0-logo-welcome.png) no-repeat 0 0;
}

h1 a {
	width: 500px;
	height: 75px;
	display: block;
	text-indent: -9000px;
}

#welcome {
	position: absolute;
	top: 54px;
	right: 33px;
	text-align: right;
	font-size: 11px;
	background-color: #dcdcdc;
	padding: 4px 1px 6px 5px;
	border-top: 1px solid #84a0b4;
	border-right: 1px solid #84a0b4;
	border-left: 1px solid #84a0b4;
}

#welcome p.hello {
	color: #242424;
}

#welcome p.hello a {
	color: #f31b19;
	padding: 4px 4px;
}

#welcome p.hello a:hover {
	color: #000;
	padding: 4px 4px;
	text-decoration: none;
}

#site-search {
	position: absolute;
	top: 29px;
	left: 794px;
	width: 218px;
	height: 21px;
}

.urwelcome #site-search {
	top: 20px;
}

#question {
	width: 167px;
	height: 13px;
	border: 0;
	padding: 4px 10px 4px 10px;
	color: #555;
	font-size: 11px;
	float: left;
	line-height: 1;
	background-color: transparent;
	display: block;
}

#search-button {
	width: 29px;
	height: 21px;
	outline: none;
	border: 0;
	float: left;
	display: block;
	text-indent: -9000px;
	cursor: pointer;
	background-color: transparent;
}

/* @group Main Nav */

#navigation {
	position: absolute;
	top: 75px;
	left: 0;
	width: 100%;
	z-index: 1000;
	height: 48px;
}

#navbox {
	position: relative;
	width: 1044px;
	height: 48px;
	margin: 0 auto;
}

#main {
	width: 1008px;
	overflow: hidden;
	height: 48px;
	margin: 0 auto;
}

#main li {
	display: inline;
}

#main a {
	background: url(/css/images/2-0-1-nav.png) no-repeat 0 0;
	float: left;
	display: block;
	width: 132px;
	height: 48px;
	text-indent: -9000px;
}

#main .home a {
	width: 148px;
	background-position: 0 0;
}

#main .home a:hover {
	background-position: 0 -48px;
}

#main .home a.here,
#main .home a.here:hover {
	background-position: 0 -96px;
}

#main .home a:active {
  background-position: 0 -144px; 
}

#main .markets a {
	background-position: -148px 0;
}

#main .markets a:hover {
	background-position: -148px -48px;
}

#main .markets a.dd {
	background-position: -148px -48px;
}

#main .markets a.here.dd {
	background-position: -148px -96px;
}

#main .markets a.here,
#main .markets a.here:hover {
	background-position: -148px -96px;
}

#main .markets a:active {
  background-position: -148px -144px; 
}

#main .products a {
	background-position: -280px 0;
}

#main .products a:hover {
	background-position: -280px -48px;
}

#main .products a.dd {
	background-position: -280px -48px;
}

#main .products a.here.dd {
	background-position: -280px -96px;
}

#main .products a.here,
#main .products a.here:hover {
	background-position: -280px -96px;
}

#main .products a:active {
  background-position: -280px -144px; 
}

#main .services a,
#main .capabilities a {
	background-position: -412px 0;
}

#main .services a:hover,
#main .capabilities a:hover {
	background-position: -412px -48px;
}

#main .services a.dd,
#main .capabilities a.dd {
	background-position: -412px -48px;
}

#main .services a.here.dd,
#main .capabilities a.here.dd {
	background-position: -412px -96px;
}

#main .services a.here,
#main .services a.here:hover,
#main .capabilities a.here,
#main .capabilities a.here:hover {
	background-position: -412px -96px;
}

#main .services a:active,
#main .capabilities a:active {
  background-position: -412px -144px; 
}

#main .about a {
	background-position: -544px 0;
}

#main .about a:hover {
	background-position: -544px -48px;
}

#main .about a.dd {
	background-position: -544px -48px;
}

#main .about a.here.dd {
	background-position: -544px -96px;
}

#main .about a.here,
#main .about a.here:hover {
	background-position: -544px -96px;
}

#main .about a:active {
  background-position: -544px -144px; 
}

#main .contact a {
  width: 155px;
	background-position: -676px 0;
}

#main .contact a:hover {
	background-position: -676px -48px;
}

#main .contact a.here,
#main .contact a.here:hover {
	background-position: -676px -96px;
}

#main .contact a:active {
  background-position: -676px -144px; 
}

#main .webflex a,
#main .webflexdirect a {
	width: 165px;
	background-position: -831px 0;
}

#main .webflex a:hover,
#main .webflexdirect a:hover {
	background-position: -831px -48px;
}

#main .webflex a.here,
#main .webflex a.here:hover,
#main .webflexdirect a.here,
#main .webflexdirect a.here:hover {
	background-position: -831px -96px;
}

#main .webflex a:active,
#main .webflexdirect a:active {
	background-position: -831px -144px;
}

/* @end */

/* @group Dropdown Menus */

.dropdown {
	width: 362px;
	display: none;
	position: absolute;
	z-index: 10000;
}

.dropdown.markets {
	top: 33px;
	left: 30px;
}

.dropdown.products {
	top: 33px;
	left: 160px;
}

.dropdown.services {
	top: 33px;
	left: 290px;
}

.dropdown.capabilities {
	top: 33px;
	left: 290px;
}

.dropdown.about {
	top: 33px;
	left: 420px;
}

.dropdown h3 {
	background: url(/css/images/1-4-dd-top.png) no-repeat 0 0;
	height: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 20px;
	position: relative;
}

.dropdown h3 a {
	position: absolute;
	top: 10px;
	left: 324px;
	display: block;
	height: 28px;
	width: 28px;
	background: url(/css/images/1-4-dd-close.png) no-repeat 0 0;
	text-indent: -9000px;
}

.dropdown .middle {
	background: url(/css/images/1-4-dd-mid.png) repeat-y 0 0;
	overflow: hidden;
	padding: 13px 20px 3px;
}

.dropdown ul {
	width: 151px;
	font-size: 13px;
}

.dropdown ul a {
	color: #3097b9;
	text-decoration: none;
	line-height: 1.5;
	display: block;
}

.dropdown ul a:hover {
	color: #133d4b;
}

.dropdown h4 {
	background: url(/css/images/1-4-dd-bot.png) no-repeat 0 0;
	padding-top: 8px;
	height: 30px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
}

.dropdown h4 a {
	color: #000;
	text-decoration: none;
}

.dropdown h4 a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Horizontal Sub Nav */

#sub {
	background-color: #000;
	border-bottom: 1px solid #002130;
}

#sub ul {
	width: 980px;
	margin: 43px auto 0;
	text-align: right;
	padding: 10px 0 8px;
	display: block;
}

#sub ul li {
	display: inline;
	color: #559cbe;
	font-size: 13px;
	margin-left: 20px;
	margin-right: 18px;	
}

#sub ul li a {
	color: #9abbcb;
	text-decoration: none;
}

#sub ul li a:hover {
	color: #fff;
}

#sub ul li a.here {
	color: #e4ff00;
}

/* @end */

/* @group Common */

.skipto {
	display: none;
}

.holder {
	overflow: hidden;
}

#markets .headliner .biglink {
	position: absolute;
	width: 137px;
	height: 46px;
	background: url(/css/images/1-4-get-lit.png) no-repeat 0 0;
	text-indent: -9000px;
	top: 0;	
	left: 843px;
	border: 0;
	outline: none;
	cursor: pointer;
}

#markets .headliner .biglink:hover {
	background-position: 0 -92px;
}

#markets .headliner .biglink:active {
	background-position: 0 -46px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.clr {
	clear: both;
}

.left-160 {
	float: left;
	width: 160px;
}

.left-210 {
	float: left;
	width: 210px;
}

.left-225 {
	float: left;
	width: 225px;
}

.left-270 {
	float: left;
	width: 270px;
}

.right-270 {
	float: right;
	width: 270px;
}

.left-290 {
	float: left;
	width: 290px;
}

.middle-290 {
	float: left;
	width: 290px;
	margin: 0 35px;
}

.right-290 {
	float: right;
	width: 290px;
}

.left-305 {
	float: left;
	width: 305px;
}

.left-324 {
	float: left;
	width: 324px;
}

.left-348 {
	float: left;
	width: 348px;
}

.right-348 {
	float: right;
	width: 348px;
}

.left-380 {
	float: left;
	width: 380px;
}

.right-380 {
	float: right;
	width: 380px;
}


.left-390 {
	float: left;
	width: 390px;
}

.right-390 {
	float: right;
	width: 390px;
}

.left-405 {
	float: left;
	width: 405px;
}

.right-405 {
	float: right;
	width: 405px;
}

.left-445 {
	float: left;
	width: 445px;
}

.left-450 {
	float: left;
	width: 450px;
}

.right-450 {
	float: right;
	width: 450px;
}

.left-469 {
	float: left;
	width: 469px;
}

.left-470 {
	float: left;
	width: 470px;
}

.right-470 {
	float: right;
	width: 470px;
}

.left-490 {
	float: left;
	width: 490px;
}

.right-490 {
	float: right;
	width: 490px;
}

.left-560 {
	float: left;
	width: 560px;
}

.right-560 {
	float: right;
	width: 560px;
}

.right-570 {
	float: right;
	width: 570px;
}

.left-656 {
	float: left;
	width: 656px;
}

.left-690 {
	float: left;
	width: 690px;
}

.right-690 {
	float: right;
	width: 690px;
}

.left-750 {
	float: left;
	width: 700px;
}

.left-820 {
	float: left;
	width: 820px;
}

.pad-20 * {
	padding: 0 20px;
}

.pad-l-20 * {
	padding-left: 20px;
}

.pad-r-20 * {
	padding-right: 20px;
}

.pad-20 a {
	padding: 0;
}

.pad-l-20 a {
	padding-left: 0;
}

.pad-r-20 a {
	padding-right: 0;
}

.ml-25 {
	margin-left: 25px;
}

/* @end */

/* @group Footer */

#footer {
	margin: 0;
	background: #0e0e0e url(images/footernoise.png) repeat 0 0;
	clear: both;
}

#youarehere {
	background: #efefef url(images/youarehere.png) repeat-x left center;
	border-bottom: 1px solid #000;
	overflow: hidden;
	border-top: 1px solid #090909;
}

#youarehere p {
	width: 980px;
	margin: 0 auto;
	font-size: 13px;
	letter-spacing: 1px;
}

#youarehere a {
	float: left;
	display: block;
	text-transform: capitalize;
	padding: 10px 30px 11px 20px;
	text-decoration: none;
	background: url(images/cookie-arrow.png) no-repeat right center;
	color: #d7d7d7;
	text-shadow: #000 0 -1px 0;	
}

#youarehere a:hover {
	color: #8d8d8d;
}

#youarehere a.first {
	padding-left: 0;
}

#youarehere a.last {
	color: #ededed;	
	background: none;
	font-weight: bold;
	text-shadow: #000 0 -1px 0;
	letter-spacing: 0;
}

#shoe {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 20px;
	overflow: hidden;
}

#shoe dl {
	float: left;
	width: 150px;
	margin-left: 15px;
	line-height: 1.4;
}

#shoe dl.first {
	margin-left: 0;
}

#shoe dt {
	font-weight: bold;
	font-size: 13px;
	color: #244251;
}

#shoe dt a {
	text-decoration: none;
	color: #70cdfd;
	display: block;
}

#shoe dt a:hover {
	text-decoration: underline;
}

#shoe dd {
	font-size: 11px;
}

#shoe dd a {
	text-decoration: none;
	color: #386b87;
	display: block;
}

#shoe dd a:hover {
	color: #67bdea;
}

#shoe dd a.ext {

}

#shoe dd a.ext:hover {
	
}

#shoe .left-305 {
	margin-left: 15px;
	line-height: 1.4;
	color: #539bc2;
}

#shoe h5 {
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

#shoe h6 {
	font-weight: bold;
	font-size: 13px;
	color: #244251;
}

#shoe h6 a {
	text-decoration: none;
	color: #70cdfd;
}

#shoe h6 a:hover {
	text-decoration: underline;
}

#shoe p {
	font-size: 11px;
	margin-bottom: 5px;
	color: #386b87;
}

#shoe p a {
	text-decoration: none;
	color: #70cdfd;
}

#shoe p a:hover {
	text-decoration: underline;
}

#polish {
	clear: both;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #101e25 url(images/footerlightnoise.png) repeat 0 0;	
}

#polish .color {
	width: 980px;
	margin: 0 auto;	
	background-image: url(images/polish.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 20px 0 12px;	
}

#polish p {
	font-size: 11px;
	color: #fff;
	padding-bottom: 8px;
}

#polish strong {
	color: #e4db26;
	font-weight: normal;
	width: 65px;
	float: left;
	display: block;
}

#polish a {
	color: #70cdfd;	
	text-decoration: none;
	margin-right: 20px;
}

#polish a:hover {
	text-decoration: underline;
}

#floor {
	clear: both;
	background: #0e0e0e url(images/footernoise.png) repeat 0 0;
	padding: 0 0 5px;
	border-top: 1px solid #101e25;
}

#floor p {
	font-size: 11px;
	color: #386b87;
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
}

#floor p span {
	padding: 0 5px;
}

#floor p a {
	text-decoration: none;
	color: #70cdfd;
}

#floor p a:hover {
	text-decoration: underline;
}

/* @end */

form input[type="hidden"] {
	display: none;
	padding: 0;
	height: 0;
	width: 0;
}