/* ===============================================
---
==================================================
--------------------------------------------------
BACKGROUND      #c4e0f0;

P NAV NORMAL	#;
P NAV HOVER		#;
=================================================*/

@import "default.css";

body {
	background: #010404;
}



/* !buttons ============================== */
a.rfq-btn {
	display: block;
	float: right;
	width: 205px;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/rfqBtn.png) top no-repeat;
	margin: 4px 5px 0px 0px;
}
a.rfq-btn:hover {
	background-position: 0 -51px;
}
#sidebar-right a.rfq-btn {
	margin: 0 auto;
	float: none;
}
a.browse-btn {
	display: block;
	width: 49px;
	height: 17px;
	text-indent: -9999px;
	background: url(../images/btn-browse.png) top no-repeat;
}

input.submit {
	margin: 5px 0;
	width: 61px;
	height: 21px;
	text-indent: -9999px;
	background: url(../images/btn-submit.png) top no-repeat;
	border: none !important;
	cursor: pointer;
}
p.contact-callout {
        border: 1px solid #b0b0b0;
        clear: both;
        color: #393939;     
        font-size: 12px;  
        font-weight: 700;
        line-height: 1.2;
        padding: 0.5em;
        text-align: center;
        width: 80%;
        margin: 15px 20px 10px;
        display: block;
        float: left;
}
        p.contact-callout a.emphasis {
               color: #000;
               display: block;
               text-decoration: underline;
               text-transform: uppercase;
        }


/* !structure ============================== */
#main-wrapper {
	padding: 0 0 15px;
	background: #c4e0f0 url(../images/bg.png) top repeat-x;
}

#header {
	z-index: 10;
}

#sidebar-left {
	margin-bottom: 15px;
	background: #d1e7f4 url(../images/sidebar-left-bg.png) top repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content {

}	


/* !typography ============================== */ 
#content h1 {
	font-family: "Arial Narrow", "Lucida Console", Arial, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	color: #494e57;
	text-shadow:0 1px 0 #FFFFFF;
}
#content h2 {
	margin: 7px 0;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	letter-spacing: .1em;
	color: #4698ea;
}
#content h3 {
	margin: 7px 0;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #494e57;
}

#content p {
	margin: 10px 0;
}

#content ul , #content ol {
	font-size: 1.2em;
}
#content ul {
	list-style-image: url(../images/content-list-style.png);
	list-style-position: outside;
}
#content ul li, #content ol li {
	margin-left: 25px;
	padding: 3px 2px;
}
#content a {
	color: #0e5bd0;
}
#content a:hover {
	color: #1170ff;
}

#sidebar-right h3 {
	padding: 5px;
	margin: 10px 0 0;	
	border-top: 2px solid #6cadec;
	font-size: 1.8em;
}


a#logo {
	float: left;
	margin: 48px 0 0 12px;
	width: 276px;
	height: 53px;
	background: url(../images/logo.png) no-repeat;
}
p#phone-number {
	float: right;
	clear: right;
	margin: 55px 0 10px;
	padding: 5px 45px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #6c7585;
	background: url(../images/icon-call.png) left center no-repeat;
	text-shadow:0 0 3px rgba(17, 112, 255, 0.35);
}
	p#phone-number span {
		color: #4698ea;
	}

/* !forms ============================== */
form {
	margin: 15px 3px;
	padding: 0 5px 5px;
	background-color: #ebf4fc;
}
	form > em {
		display: block;
		padding: 5px 0;
	}
	form legend {
		margin: 0;
		padding: 12px 5px 12px 50px;
		font-family: Arial, sans-serif;
		font-size: 1.4em;
		font-weight: bold;
		color: #4d4d4d;
		background: url(../images/icon-pencil.png) left center no-repeat;
	}
	form label {
		display: block;
		width: 94%;
		margin-top: 6px;
		color: #757f89;
	}
	form input[type=text], form textarea {
		width: 96%;
		padding: 5px 3px;
		border: 1px solid #cbe2f1;
	}
	form select {
		margin: 5px 0 6px;
	}



/* !search form ============================== */
form#search {
	position: absolute;
	top: 2.5em;
	right: 0;
	margin: 0;
	width: 280px;
	height: 40px;
	background: url(../images/search-bg.png) no-repeat;
	border: none;
}
	form#search fieldset {
		height: 30px;
		padding: 5px 0 5px 40px;
		background: url(../images/icon-search.png) 10px center no-repeat;
	}
		form#search fieldset input[type=text] {
			float: left;
			margin-top: 5px;
			padding: 0 5px;
			width: 143px;
			height: 22px;
			border: none;
			color: #939ea3;
			background: url(../images/search-input-bg.png) left bottom no-repeat;
		}
		form#search fieldset input[type=text]:focus {
			border: none;
			outline: none;
			color: #53595c;
		}
		form#search fieldset input[type=submit] {
			margin: 5px 0 0 7px;
			width: 61px;
			height: 21px;
			text-indent: -9999px;
			border: none;
			background: url(../images/search-submit-btn.png) no-repeat;
			overflow: hidden;
			cursor: pointer;
		}
		form#search fieldset input[type=submit]:hover {
			background-position: 0 -21px;
		}

/* !quick form ============================== */
form#quick-contact {
	margin: 0 3px 15px;
	padding: 0 5px 5px;
	background: url(../images/quickform-bg.png) bottom repeat-x;
	-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 legend {
		margin: 0;
		padding: 12px 5px 12px 50px;
		font-family: Arial, sans-serif;
		font-size: 1.4em;
		font-weight: bold;
		color: #4d4d4d;
		background: url(../images/icon-pencil.png) left center no-repeat;
	}
	form#quick-contact label {
		display: block;
		width: 94%;
		margin-top: 6px;
		color: #757f89;
	}
	form#quick-contact input[type=text], form#quick-contact textarea {
		width: 96%;
		padding: 5px 3px;
		border: 1px solid #cbe2f1;
	}

/* !banner ============================== */
#banner {
	margin-bottom: 15px;
	height: 141px;
/* 	background: url(../images/banner-internal.png) top center no-repeat; */
	z-index: 1;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#banner-home {
	height: 240px;
	background: url(../images/banner-home.jpg) top center no-repeat;
	z-index: 1;
}
#banner-home.screens {
	background: url(../assets/images/banners/banner-home-screens.jpg) top center no-repeat;
}
#banner-home.connectors {
	background: url(../assets/images/banners/banner-home-connectors.jpg) top center no-repeat;
}
#banner-home.tubes {
	background: url(../assets/images/banners/banner-home-tubes.jpg) top center no-repeat;
}

	#banner-home h1, #banner h1 {
		margin: 40px 0 7px 25px;
		width: 460px;
		font-family: "Arial Narrow", Tahoma, Arial, sans-serif;
		font-size: 2.2em;
		font-weight: bold;
		text-transform: uppercase;
		color: #444749;
	}
	#banner h1 {
		position: absolute;
		top: 0;
		left: 0;
	}
		#banner-home h1 span, #banner h1 span {
			display: block;
			font-size: .7em;
			color: #8c8c8c;
			font-weight: normal;
		}
	#banner-home p, #banner p {
		margin: 22px 0 7px 25px;
		width: 420px;
		color: #5b6167;
	}
#banner-below {
	height: 59px;
	background: url(../images/rfq-below-banner.png) top center no-repeat;
}
	#banner-below p {
		margin: 0;
		padding: 10px;
		color: #929292;
		width:690px;
		float:left;
	}
		#banner-below p a {
			text-decoration: underline;
			color: #5a758f;
			font-weight: bold;
		}
		#banner-below p a:hover {
			color: #4a9bdc;
		}

#breadcrumbs {
	margin: 0 0 10px;
	padding: 10px;
	background: url(../images/breadcrumb-bg.png) left repeat-y;
	color: #9e9f9f;
	font-size: 1.2em;
}
	#breadcrumbs a {
		color: #69b6ed;
		font-weight: bold;
		text-decoration: none;
	}

/* !navigation ============================== */
ul#global-nav {
	float: right;
	margin-top: 7px;
	list-style: none;
}
	ul#global-nav li {
		float: left;
		border-right: 1px solid #a6caec;
	}
	ul#global-nav li.last {
		border: none;
	}
		ul#global-nav li a {
			display: block;
			padding: 0 7px;
			color: #a6caec;
			text-decoration: none;
			text-transform: uppercase;
			font-family: "Arial Narrow", Arial, sans-serif;
			font-size: 1.0em;
		}
		ul#global-nav li a:hover {
			text-decoration: underline;
		}

ul#primary-nav {
	clear: both;
	width: 100%;
	background: url(../images/primary-nav-normal-left.png) left top;
	list-style: none;
	z-index: 10;
}

	ul#primary-nav li {
		position: relative;
		float: left !important;
	}
		ul#primary-nav li a {
			display: block;
			height: 14px;
			padding: 13px 11px;
			color: #fff;
			font-size: 1.2em;
			font-family: Arial, sans-serif;
			text-shadow: 0 0 1px #e1f0ff;
			text-decoration: none;
			background: url(../images/primary-nav-normal-left.png) left top no-repeat;
		}
		
		ul#primary-nav li a:hover, ul#primary-nav li.hover a {
			background-position: 0 -40px;
			text-shadow: 0 0 1px #fff;
		}
	
	ul#primary-nav li ul {
		display: none;
		position: absolute;
		left: 0;
		top: 4em;
		z-index: 3;
/* 		border: 1px solid #558edd; */
		border-top: none;
/*
		-moz-box-shadow: 0 2px 5px #558edd;
		-webkit-box-shadow: 0 2px 5px #558edd;
*/
		list-style: none;
	}
		ul#primary-nav li ul li {
			float: none;
			width: 25em;
			background-position: 0 -40px;
			border-top: 1px solid #558edd;
		}
		ul#primary-nav li ul li.first {
			border: none;
		}
			ul#primary-nav li ul li a {
				background: url(../images/primary-nav-normal-left.png) left top no-repeat;
				background-position: 0 -40px;
				padding: 9px 13px;
			}
			ul#primary-nav li ul li a:hover, ul#primary-nav li ul li.hover a {
				background-position: 0 -80px;
				color: #fff;
			}
	
ul#sitemap-nav li a {
	font-size: 12px !important;
}


#sidebar-left h3 {
	margin: 10px 5px 5px 10px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #444749;
}
ul#secondary-nav {
	margin: 3px 0;
	color: #1f8ef1;
	/* background-color: #c3dff1; */
	list-style: none;
}
	ul#secondary-nav li {
		margin: 0;
		padding: 0;
		font-family: Arial, sans-serif;
		font-size: 1.2em;
		background: url(../images/secondary-nav-hover-bg.png) left -29px no-repeat;
		overflow: hidden;
	}
		ul#secondary-nav li a {
			display: block;
			margin: 0;
			padding: 7px 5px 6px 23px;
			text-decoration: none;
			color: #0e568a;
			background: url(../images/secondary-nav-bullet-normal.png) 10px center no-repeat;
		}
		ul#secondary-nav li.active > a {
			color: #000;
			background: url(../images/secondary-nav-bullet.png) 10px center no-repeat;
		}
		ul#secondary-nav li a.hover {
			color: #fff;
			background-color: #62b2f1;
		}
	
	ul#secondary-nav li ul {
		display: none;
		font-size: .8em;
		list-style: none;
	}

	ul#secondary-nav li.active ul, #secondary-nav li.active ul li.active ul {
		display: block;
	}
	ul#secondary-nav li.active ul li ul {
/* 		margin: 0 0 0 15px; */
		display: none;
	}
		ul#secondary-nav li ul li a {
			padding: 6px 5px 5px 40px;
			color: #6d889f;
			background: url(../images/secondary-nav-bullet-normal.png) 27px center no-repeat;
			/* background: none; */
		}
		ul#secondary-nav li ul li.active a {
			color: #000;
			background: url(../images/secondary-nav-bullet.png) 27px center no-repeat;
		}
		ul#secondary-nav li.active ul li.active ul li a {
			background: none;
			color: #666;
		}
		ul#secondary-nav li.active ul li.active ul li a:hover {
			color: #000;
		}
		ul#secondary-nav li.active ul li.active ul li.active a {
			color: #000;
		}

ul.footer-nav {
	padding: 0;
	margin: 0 0 5px;
	float: right;
	clear: right;
	list-style: none;
}
	ul.footer-nav li {
		float: left;
		margin: 0;
		padding: 0;
		border-right: 1px solid #82a3bc;
	}
	ul.footer-nav li.last {
		border: none;
	}
		ul.footer-nav li a {
			display: block;
			margin: 0;
			padding: 0 5px;
			color: #82a3bc;
			text-transform: uppercase;
			text-decoration: none;
		}
/* !landing wayfinder ============================== */
ul#landing-wf {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#landing-wf li {
	background: url(../images/landing-wf-bg.jpg) top left repeat-x;
	clear: both;
	height: 82px;
	margin-left: 0;
}
ul#landing-wf h2 a{
	font-size: .7em;
	margin-bottom: 0;
	text-decoration: none;
	text-shadow:0 1px 1px #FFFFFF;
}
ul#landing-wf h2 a:hover {
	text-decoration: underline;
}
ul#landing-wf li p {
	color: #888;
	font-size: .9em;
	margin: 0;
	padding: 0;
}
ul#landing-wf a.page-icon img {
	border: 2px solid #BBB;
	float: left;
	margin: 8px;
}
ul#landing-wf a.page-icon:hover img {
	border: 2px solid #333;
} 
ul#landing-wf a.browse img{
	border: none;
}
/* !content elements ============================== */
img.content-image {
	float: right;
	padding: 10px 10px 10px 15px;
}

hr {
	margin: 7px 0;
	padding: 0;
	height: 1px;
	background-color: #31405a;
	border: none;
}

/* !charts ============================== */
table.chem {
	background: #FFF;
}
	table.chem td {
		border: 1px solid #ccc;
		padding: 2px 2px;
	}
	
	table.chem td.tops {
		background-color:#0000FF;
		color:#FFFFFF;
		text-align:center;
	}
	
	table td {
		background: #FFF;
		border: #ccc;
		padding: 5px;
	}
	td.sleeveFabrics {
		background: #5BA3E0;
		color: #FFF;
		font-weight: bold;
	}
/* !buckets ============================== */
#buckets {

}
	.bucket {
		height: 26em;
		background: #c4e0f0 url(../images/bucket-bg.png) top repeat-x;
	}	
		.bucket h2 {
			margin: 10px 7px;
			font-family: Tahoma, Arial, sans-serif;
			font-size: 1.4em;
			text-transform: uppercase;
			color: #6c7585;
		}
		.bucket ul {
			margin: 10px 7px;
			padding: 0;
			list-style: none;
			border: 1px solid #d2e0e8;
		}
			.bucket ul li {
				padding: 0;
				margin: 0;
				font-size: 1.2em;
				border-top: 1px solid #d2e0e8;
			}
			.bucket ul li.first {
				border: none;
			}
				.bucket ul li a {
					display: block;
					margin: 0;
					padding: 7px 5px 7px 25px;
					font-family: Tahoma, Arial, sans-serif;
					color: #5a758f;
					text-decoration: none;
					background: url(../images/bucket-li-bg-normal.png) left center no-repeat;
				}
				.bucket ul li a:hover {
					background: url(../images/bucket-li-bg-hover.png) left center no-repeat;
				}

/* !content-buckets ============================== */
ul.content-buckets {
	margin: 0;
	padding: 0;
}
	ul.content-buckets li {
		position: relative;
		margin: 0;
		padding: 10px !important;
		background: url(../images/content-bucket-bg.png) top left no-repeat;
		list-style: none;
	}
	ul.content-buckets li img {
		float: left;
	}
	ul.content-buckets li h2 {
		margin: 0 0 5px 82px !important;
		padding: 0;
	}
		ul.content-buckets li h2 a {
			color: #1f8ef1;
			text-decoration: none;
		}
	ul.content-buckets li p {
		margin: 0 0 5px 82px !important;
		padding: 0;
		font-size: 1em;
		line-height: 1.2;
		color: #636975;
	}
	ul.content-buckets li .browse-btn {
		margin-left: 82px;
	}

/* !Custom Quote Box ===================== */
#custom-quote-box {
	background: url(../images/custom-quote-bg-green.jpg) #6acc5c left top repeat-x;
/* 	background: #7bc9fa; */
	padding: 0 2px 2px 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div#custom-quote-box h3 {
	border: none;
	color: #FFF;
	text-shadow:0 0 3px rgba(255, 255, 255, 0.45);
}

a.custom-quote-link {
	font-size: 1.3em;
	text-decoration: none;
	color: #0E568A;
	background: url(../images/secondary-nav-bullet-normal.png) #FFF no-repeat scroll 10px center;
	display: block;
	padding: 3px 3px 3px 23px;
}
	a.custom-quote-link:hover {
		color: #000;
		background: url(../images/secondary-nav-bullet.png) #FFF no-repeat scroll 10px center;
	}

/* !footer ===================== */	
#footer-wrapper {
	padding: 40px 0 0;
	background: #010404 url(../images/footer-bg.png) top repeat-x;
}		
	#footer {
		margin: 0 auto;
	}
		a#footer-logo {
			display: block;
			float: left;
			margin: 5px 10px;
			width: 130px;
			height: 21px;
			text-indent: -9999px;
			background: url(../images/footer-logo.png) no-repeat;
		}
		#footer p {
			margin: 0;
			color: #82a3bc;
			font-size: 1em;
			line-height: 1.4;
		}
		
		
