/* ===============================================
--- Advanced Support Products
=================================================*/

@import "default.css";
body {
	background: #e6e5e5 url(../images/body-bg.gif) left 300px repeat-x;
	/* Thin Safari Text */
	-webkit-text-stroke:1px transparent;
	margin: 0;
	padding: 0;
}
/* Thin Mobile Safari Text */
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

/* !typography ============================== */
h1 {
	margin: 7px 0;
	color: #f00404;
	font-size: 1.8em;
	font-weight: bold;
}
h2 {
	font-weight: bold;
}

p {
	margin: 10px 0;
	font-size: 1.2em;
	color: #222;
}
a, a:active {
	color: #f00404;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #f00404;
}
li {
	font-size: 12px;
}
/* !buttons ============================== */
a#rfq-btn {
	display: block;
	margin: 7px auto;
	width: 244px;
	height: 55px;
	background: transparent url(../images/rfq-btn.png) top left no-repeat;
	text-indent: -9999px;
	margin-top: 32px;
}
	a#rfq-btn:hover {
		background-position: 0 -55px;
	}

/* !structure ============================== */
#main-wrapper {
	background: transparent url(../images/header-bg.gif) top repeat-x;
}
#header {
	position: relative;
	padding-bottom: 1px;
}
#content-wrapper {
	background: #fff url(../images/content-bg.gif) top repeat-x;
	padding-bottom: 15px;
}
	#sidebar-left {
		margin-top: 20px;
	}
#footer-wrapper {
	/* margin-top: 15px; */
	height: 95px;
	background: #000 url(../images/footer-bg2.gif) top left no-repeat;
	border-top: 5px solid #a5a5a5;
}

/* !global navigation ============================== */
ul#global-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 300px;
}
	ul#global-nav li {
		margin: 0;
		padding: 0;
	}
		ul#global-nav li.first {
			border-left: none;
		}
			ul#global-nav li.first a {
				width: 60px;
				text-align: right;
				padding-left: 5px;
				padding-right: 5px;
				background: transparent url(../images/global-nav-bg-first.gif) top left no-repeat;
				border-left: none;
			}
		ul#global-nav li.last {
			border-right: none;
		}
			ul#global-nav li.last a {
				width: 60px;
				text-align: left;
				padding-left: 10px;
				padding-right: 10px;
				background: transparent url(../images/global-nav-bg-last.gif) top right no-repeat;
				border-right: none;
			}
	ul#global-nav li a {
		display: block;
		width: 70px;
		padding: 5px 0 4px;
/* 		font-size: 1.2em; */
		text-align: center;
		color: #fff;
		text-decoration: none;
		background: transparent url(../images/global-nav-bg.gif) top repeat-x;
		border-right: 1px solid #969696;
		border-left: 1px solid #3c3c3c;
	}
	ul#global-nav li a:hover {
		background-position: 0 -25px;
	}
	ul#global-nav li.last a:hover {
		background-position: right -25px;
		
	}

/* !header elements ============================== */
a#logo {
	display: block;
	float: left;
	margin: 15px 0;
	width: 520px;
	height: 87px;
	background: transparent url(../images/logo.png) no-repeat;
}	
p#phone-num	{
	float: right;
	margin-top: 27px;
	color: #333;
	font-family: "Myriad Pro", Helvetica, Arial;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2;
}
	p#phone-num span {
		color: #bc2025;
	}

form#search {

}
	form#search fieldset {
		padding: 2px 0 2px 25px;
		background: transparent url(../images/search-magnify.gif) left center no-repeat;
	}	
	form#search input[type=text] {
		padding: 3px;
		font-size: .9em;
		border: 1px solid #cdcdcd;
	}
	form#search input[type=submit] {
		padding: 0;
		width: 65px;
		height: 18px;
		color: #fff;
		text-transform: uppercase;
		font-size: .9em;
		border: 0;
		background: transparent url(../images/btn-submit.gif) no-repeat;
	}
	
/* !primary navigation ============================== 
	first level navigation */
	
ul#primary-nav {
	list-style: none;
	clear: both;
}
	ul#primary-nav li {
		float: left;
		position: relative;
		/* width: 186px; */
	}
		ul#primary-nav li a{
			padding: 10px 0;
			height: 14px;
			display: block;
			font-size: 1.2em;
			font-family: "Myriad Pro", Helvetica, Arial;
			letter-spacing: .1em;
			text-align: center;
			color: #f6f6f6;
			text-decoration: none;
			background: transparent url(../images/primary-nav-bg.gif) top left no-repeat;
			/*width: 186px;  "*/
			width: 155px;
		}
		ul#primary-nav li.last {
		border-right: 1px solid #858484;
		}
		ul#primary-nav li.last a {
			border-right: 1px solid #444343;
		}
		ul#primary-nav li a:hover, ul#primary-nav li a.hover {
			background-position: 0 -34px;
		}
	
/* !primary navigation ============================== 
	secondary levels */

ul#primary-nav ul {
	position: absolute;
	background: #000;
	-moz-border-radius: 5px;
	border: 2px solid #666;
	top: 39px;
	display: none;
}
	ul#primary-nav ul li {
		display: block;
		clear: both;
	}
		ul#primary-nav ul li a {
			font-size: 1em;
			display: block;
			background: none;
			text-align: left;
			width: 180px;
			float: left;
			padding: 7px;
		}
		ul#primary-nav ul li a span{
			color: #F00;
		}
		ul#primary-nav ul li.last, ul#primary-nav ul li.last a,
		ul#primary-nav ul ul li.last, ul#primary-nav ul ul li.last a {
			border: none;
		}
		ul#primary-nav ul li.hover a {
			background: #333;
		}

/* !primary nav level 3 ============================== */
ul#primary-nav ul ul{
	background: #333;
	top: 5px;
	left: 176px;
	-moz-border-radius: 5px;
	border: 2px solid #BBB;
	-moz-box-shadow: 0px 0px 5px #000;
	display: none;
	top: 0;
	clear: none;
	width: 389px;
	list-style-type: circle;
}
	ul#primary-nav ul ul li {
		/*
float: none;
		position: static;
		display: block;
*/
	clear:none;
	}
		ul#primary-nav ul ul li a {
			display: block;
			text-align: left;
			background: none;
			float: left;
			font-size: 1em;
/* 			border-right: 1px solid #999; */
		}
		ul#primary-nav ul ul li a:hover {
			background: #DDD;
			color: #333;
		}

/* !banner ============================== */
#banner {
/* 	padding: 40px 0 0; */
	height: 180px;
	background: #000;
	position: relative;
	clear: both;
	z-index:98;
}
	#banner span.title {
		font-size: 2.1em;
		color: #fc0404;
		line-height: 1.4;
		font-weight: bold;
	}
		#banner span.title span {
			display: block;
			color: #fff;
			font-size: .8em;
			font-weight: bold;
		}
	#banner p {
		color: #a2a2a1;
		text-transform: uppercase;
	}
	#homeBanner, #pipesBanner, #telecomBanner, #haydonBanner {
		position: absolute;
		top: 0;
		left: 0;
	}


/* !buckets ============================== */
#buckets {
	clear: both;
	margin: 15px 0 0;
}
	.bucket {
		height: 193px;
		background: transparent url(../images/bucket-bg2.gif) top no-repeat;
	}
	.bucket h3 a {
		display: block;
		margin: 5px 0 0 18px;
		width: 263px;
		height: 27px;
		text-indent: -9999px;
	}
		#pipeline-bucket h3 a {
			background: transparent url(../images/bucket-btn-pipe.gif) no-repeat;
		}
		#telecom-bucket h3 a {
			background: transparent url(../images/bucket-btn-telecom.gif) no-repeat;
		}
		#unistrut-bucket h3 a {
			background: transparent url(../images/bucket-btn-haydon.gif) no-repeat;
		}
		/*
#unistrut-bucket h3 a {
			background: transparent url(../images/bucket-btn-unistrut.gif) no-repeat;
		}
*/
	
	.bucket img {
		position: absolute;
		top: 39px;
		left: 17px;
	}
	
	.bucket ul {
		position: absolute;
		width: 140px;
		top: 50px;
		right: 22px;
		list-style-image: url(../images/bullet-arrow.gif);
	}
		.bucket ul li {
			margin: 4px 0;
			color: #8c0303;
		}
		.bucket ul li a {
			color: #8c0303;
			font-size: 1em;
			text-decoration: none;
		}
		.bucket ul li a:hover {
			text-decoration: underline;
		}

/* !content elements ============================== */
#breadcrumbs {
	margin: 7px 0;
	color: #333;
	font-size: 1.1em;
}
	#breadcrumbs a {
		color: #fc0404;
		text-decoration: none;
	}
#content #home-h1 {
	margin-top: 10px;
}
#content ul, #content ol {
	margin: 7px 0;
	/* font-size: 1.2em; */
	color: #333;
}
	#content ul li, #content ol li {
		margin-bottom: 3px;
	}
/* !landing (wayfinder) ============================== */
ul#landing-wf {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}
	ul#landing-wf li {
		margin-bottom: 20px;
	}
	ul#landing-wf a img{
		margin-right: 10px;
		border: none;
		float: right;
	}
	ul#landing-wf h3 a {
		color: #333;
		font-weight: bold;
		text-decoration: none;
		font-size: 12px;
		float: left;
	}
	ul#landing-wf h3 a:hover {
		text-decoration: underline;
	}
	ul#landing-wf p {
		font-size: 11px;
		width: 170px;
		line-height: .8em;
		padding-bottom: 5px;
		float: left;
	}
	ul#landing-wf a.learn-more, ul#landing2-wf a.learn-more {
		width: 71px;
		height: 16px;
		background: url(../images/learn-more-btn.gif) no-repeat;
		text-indent: -9999px;
		display: block;
		clear: right;
		margin: 5px 25px 0 0;
		float: right;
	}
	ul#landing-wf a.learn-more:hover, ul#landing2-wf a.learn-more:hover {
		background-position: bottom;
	}

ul#landing2-wf.alt {
	overflow: auto;
	padding: 0;
}
	ul#landing2-wf.alt li {
		margin: 0;
		padding: 0  12px 10px 12px;
	}
	ul#landing2-wf.alt li.first {
		border: none;
	}
	
/* !landing2 (wayfinder) ============================== */
h2.landing {
	display: block;
	border-bottom: 1px dashed #BBB;
	padding-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
}
ul#landing2-wf {
	list-style: none;
	margin: 0;
	padding: 20px 0;
}
	ul#landing2-wf li {
		width: 169px;
		float: left;
		position: relative;
		margin: 10px 24px 0 0;
	}
	ul#landing2-wf li.last {
		margin-right: 0;
	}
	ul#landing2-wf h3 a {
		color: #666;
		font-size: 14px;
		text-decoration: none;
		float: left;
		padding-bottom: 3px;
	}
	ul#landing2-wf h3 a:hover {
		color: #fc0404;
	}
	ul#landing2-wf a img {
		border: 0;
	}
	ul#landing2-wf p {
		font-size: 11px;
		display: block;
		line-height: 1.2em;
		padding-bottom: 5px;
	}
	ul#landing2-wf a.learn-more {
		margin: 0;
	}
/* !landing3 (wayfinder) ============================== */
#landing3-wrapper {
	margin: 20px 0;
	position: relative;
	height: 300px;
}
	#landing3-wrapper .images, #landing3-wrapper .links {
		float: left;
	}
	#landing3-wrapper .images {
		width: 230px;
	}
	#landing3-wrapper .links {
		width: 300px;
	}
ul#landing3-images {
	list-style: none;
	position: relative;
}
	ul#landing3-images li {
		margin: 0;
		position: absolute;
		top:0;
		left: 0;
		display: none;
	}
	ul#landing3-images li.first {
		display: block;
	}
		ul#landing3-images li img {
			width: 220px;
			border: 2px solid #BBB;
		}
		ul#landing3-images li span {
			display: block;
			text-align: center;
			margin-top: 4px;
			font-weight: bold;
		}

ul#landing3-wf {
	list-style: none;
}
	ul#landing3-wf li {
		margin: 0;
		padding-left: 14px;
		background: url(../images/landing3-arrow-wf.gif) left center no-repeat;
	}
			ul#landing3-wf li a{
				color: #fc0404;
				font-size: 12px;
				padding: 4px 0;
				display: block;
				text-decoration: none;
			}
			ul#landing3-wf li a:hover {
				font-weight: bold;
				color: #333;
			}
/* !landing4 ============================== */
#specs-wrapper {

}
	#specs-wrapper div {
		float: left;
	}
		#specs-wrapper div.right {
			margin-left: 30px;
			width: 230px;
		}
#specs-wrapper img.product-img {
	width: 220px;
	border: 2px solid #bbb;
	float: left;
	margin-bottom: 5px;
}
h3#specs-title{
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #666;
	border-bottom: 1px dashed #BBB;
	padding-bottom: 10px;
	margin-top: 20px;
}
table#specs-table {
	width: 300px;
	color: #222;
	clear: left;
}
table#specs-table td {
	padding: 5px;
	font-size: 13px;
	vertical-align: top;
}
	table#specs-table td.leftb {
		font-weight: bold;
		width: 100px;
		text-align: right;
	}
	table#specs-table td.prodright {

	}
a.pdf-cutsheet, a.word-cutsheet {
	background: url(../images/pdf-cutsheet.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 131px;
	height: 20px;
	margin: 0 0 5px 0;
	float: left;
}
a.word-cutsheet {
	background-image: url(../images/word-cutsheet.gif);
	margin-left: 20px;
}

/* !Downloads Section ============================ */
ul.downloads li {
	font-size: 14px;
	font-weight: bold;
}
#content ul.downloads li.row {
	font-size: 12px;
	clear: both;
	width: 350px;
	background: #EEE;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
}
#content ul.downloads li.even {
	background: #FFF;
}
ul.downloads li a {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	color: #E00;
}

span.files {
	width: 42px;
	display: block;
	float: left;
}

ul.downloads a.pdf-cutsheet-dl, ul.downloads a.word-cutsheet-dl {
	width: 17px;
	height: 19px;
	background: url(../images/pdf-download-dl.gif) top left no-repeat;
	text-indent: -99999px;
	display: block;
	float: right;
}

ul.downloads a.word-cutsheet-dl {
	width: 20px;
	background-image: URL(../images/word-download-dl.gif);
}
/* !contact form ============================ */
form#contact, form#rfq-form {
	width: 200px;
	float: left;
}
	form#contact em, form#rfq-form em {
		padding-bottom: 5px;
	}
	form#contact label, form#contact input, form#contact textarea,
	form#rfq-form label, form#rfq-form input, form#rfq-form textarea{
		display: block;
		width: 200px;
		border: 1px solid #BBB;
	}
	form#contact label,
	form#rfq-form label {
		border: none;
	}
	form#contact input,
	form#rfq-form input {
		font-size: 12px;
	}
	form#contact input.submit,
	form#rfq-form input.submit{
		background: #eee;
		color: #F00;
		font-weight: bold;
		width: 65px;
		margin-top: 10px;
		text-transform: capitalize;
		border-color: #666;
		float: right;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
	}
	form#contact input.submit:hover,
	form#rfq-form input.submit:hover {
		background: #999;
		color: #FFF;
		cursor: pointer;
	}
/* !sidebar-left ============================== */

ul#secondary-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 158px;
	border: 1px solid #999;
}
	ul#secondary-nav li {
		margin: 0;
	}
	ul#secondary-nav > li.parent > a {
		background: transparent url(../images/secondary-nav-dn-arrow.gif) no-repeat scroll 96% center;		
	}
	ul#secondary-nav li.lvl1 {
		background: transparent url(../images/secondary-nav-bg.gif) repeat-x;
	}
		ul#secondary-nav li.lvl1 a {
			height: 23px;
			padding: 7px 13px 0 5px;
			display: block;
			font-size: 11px;
			color: #FFF;
		}
		ul#secondary-nav li.lvl2 a {
			height: auto;
			padding: 0;
		}
		ul#secondary-nav li.lvl2.active > a {
			color: #E00;
		}
ul#secondary-nav li.lvl1 ul {
	list-style: none;
	padding: 5px 0;
	background: url(../images/sideNavBG.gif) #bebebe top left repeat-x;
}
ul#secondary-nav li.lvl2 ul {
	background: none;
}
	
	ul#secondary-nav li.lvl2 {
		padding: 3px 0 3px 8px;
	}
		ul#secondary-nav li.lvl2 a {
			color: #111;
			font-weight: bold;
		}

	ul#secondary-nav li.lvl3 {
		padding: 2px 0 2px 5px;
	}
		ul#secondary-nav li.lvl3 a {
			color: #333;
			font-weight: normal;
		}
		ul#secondary-nav li.lvl3.active a {
			color: #E00;
		}
	
/*ul#secondary-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul#secondary-nav li, ul#secondary-nav li.active.last {
		margin: 0;
		padding: 0;
		background: transparent url(../images/secondary-nav-bg.gif) repeat-x;
	}
		ul#secondary-nav li a {
			display: block;
			padding: 7px 13px 0 5px;
			width: 142px;
			height: 23px;
			color: #fff;
			font-size: 10px;
			text-decoration: none;
		}
		ul#secondary-nav li.first {
			background: transparent url(../images/secondary-nav-first-bg.gif) no-repeat;
		}
		ul#secondary-nav li.last {
			background: transparent url(../images/secondary-nav-last-bg.gif) no-repeat;
		}
		ul#secondary-nav li.active ul {
			display: block;
		}
		ul#secondary-nav ul {
			display: none;
			list-style: none;
		}
		ul#secondary-nav li.parent a {
			background: transparent url(../images/secondary-nav-dn-arrow.gif) no-repeat scroll 96% center;
		}
		ul#secondary-nav li.active ul li.parent a {
			background: transparent url(../images/secondary-nav-dn-arrow.gif) no-repeat scroll 93% center;
		}
		ul#secondary-nav li.active ul li.parent ul li a {
			background: none;
		}
			ul#secondary-nav li.active ul li, ul#secondary-nav li.active ul li.active.last {
				background: #333;
				border-bottom: 1px solid #666;
			}
				ul#secondary-nav li.active ul li a {
					background: none;
					padding-left: 10px;
					color: #BBB;
				}
				ul#secondary-nav li.active ul li.active a {
					color: #f00404;
				}
				ul#secondary-nav li.active.last li.last {
					-moz-border-radius-bottomleft: 5px;
					-moz-border-radius-bottomright: 5px;
				}
				
ul#secondary-nav li.active ul ul {
	display: none;
}
ul#secondary-nav li.active ul li.active ul {
	display: block;
}
	ul#secondary-nav li.active ul li.active ul li, ul#secondary-nav li.active ul li.active ul li.last  {
		background: #555;
		border-bottom: 1px solid #AAA;
	}
	ul#secondary-nav li.active ul li.active ul li.last{
		border: none;
	}
	
		ul#secondary-nav li.active ul li.active ul li a {
			color: #AAA;
		}
		ul#secondary-nav li.active ul li.active ul li.active a {
			color: #FFF;
		}
*/
				
/* !sidebar-right ============================== */
#sidebar-right {
	margin-top: 50px;
}
form#quick-contact {
	background: url(../images/quick-contact-bg.gif) top left repeat-y;
	border: 1px solid #7b7b7b;
	border-top: none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
	form#quick-contact em {
		padding: 5px 0 5px 4px;
		color: #FFF;
		display: block;
	}
	form#quick-contact fieldset {
		margin-left: 18px;
	}
	form#quick-contact label {
		color: #FFF;
	}
	form#quick-contact input, form#quick-contact textarea {
		background: url(../images/quick-contact-input-bg.gif)top left repeat-x;
		border: 1px solid #e6e5e5;
		display: block;
		width: 120px;
	}
	form#quick-contact input.hidden {
		display: none;
	}
	form#quick-contact textarea {
		background-image: url(../images/quick-contact-textarea-bg.gif);
		height: 58px;
		margin-bottom: 10px;
	}
	form#quick-contact input.submit {
		width: 121px;
		height: 19px;
		background: url(../images/quick-contact-submit-bg.gif) no-repeat;
		text-indent: -9999px;
		border: none;
		margin-bottom: 8px;
	}
/* Testing (Table Formatting) ==================== */
/*
table.tab {
	font-size: 12px;
	border: 1px solid #BBB;
}
table.tab td {
	padding: 5px;
}
table.tab td.bold {
	background: #BBB;
	font-weight: bold;
}
table.tab tr {
	background: #FFF;
}
table.tab tr.lt {
	background: #DDD;
}
*/
table.testing {
	border-collapse: collapse;
	border: 1px solid #BBB;
	width: 750px;
	margin-bottom: 10px;
}
	table.testing tr {
		background: #FFF;
	}
	table.testing tr.even {
		background: #EEE;
		border-bottom: 1px solid #BBB;
		border-top: 1px solid #BBB;
	}
		table.testing td {
			padding: 10px;
			vertical-align: top;
		}
		table.testing td.left {
			border-right: 1px solid #BBB;
			text-align: left;
			width: 210px;
		}
		table.testing td p {
			margin: 0 0 10px 0;
		}
		table.testing td p.title {
			font-size: 12px;
		} 
a.word-download img, a.pdf-download img{
	border: none;
}
a.word-download img {
	margin-right: 10px;
}

/* !footer elements ============================== */
#footer p#address {
	float: right;
	margin: 15px 10px 15px 0;
	color: #FFF;
	font-size: 1em;
	line-height: 1.4;
}
	#footer p#address strong {
		color: #b30202;
		font-weight: bold;
	}

p#credits {

	float: left;
	margin: 20px 0;
	color: #9b9b9b;
}
	p#credits a {
		color: #636363;
	}

ul#footer-nav {
	float: left;
	margin: 15px 0 0;
}
	ul#footer-nav li a {
		display: block;
		padding: 0 5px;
		color: #b30202;
		text-decoration: none;
		border-right: 1px solid #636363;
	}
		ul#footer-nav li.last a {
			padding-right: 0;
			border: none;
		}
	ul#footer-nav li a:hover {
		text-decoration: underline;
	}
	
/* !sitemap ============================== */
#content ul#sitemap {
	list-style-type: disc;
	list-style: disc;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
	#content ul#sitemap li {
	}
#content ul#sitemap li a{

}

/* !translation ============================== */
#translations {
	position: absolute;
	left: 570px;
	top: 60px;
	z-index: 80;
}
	#translations p {
		margin: 0;
	}
	#translations ul {
		display: none;
		background: #FFF;
	}