@charset "utf-8";
/* CSS Document */

/* Zero Browser Styles (YUI Reset) */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

/* IE 6 all styles 
*{ margin: 0; padding: 0; }*/

/* Generic Styles */

html, body { 
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 100%; 
	font-weight: normal; 
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	height: 100%; 
	width: 100%;
}

h1, h2, h3 { padding: 4px 0 2px 0; letter-spacing: 1px; }
h1 { font-size: 1.25em;  }
h2 { font-size: 1.1em; }
h3 { font-size: 1em;  }

b, .bold, strong { font-weight: bold; }

a:link {
	color: #0000CC;
}

a:visited {
	color: #4C4C4C;
}

a:hover {
	color: #666666;
}

a.backToTop {
	height: 17px;
	float: right;
	font-size: 90%;
	margin-right: 4px;
	text-indent: 10px;
	padding-right: 14px;
	text-decoration: none;
	vertical-align: middle;
	background-position: center right;
	background: url('/images/backtotop.gif') no-repeat;
}

ol,ul,dl {
	margin-left:2em;
}

ul li, ul li ul li, ul.noicon li ul li, ul.circle li ul li {
    padding: 5px 0px;
	list-style-position: outside;
	list-style-type: disc;
}

ul.noicon li, li.noicon {
	list-style-type: none;
}

ul.circle li {
	list-style-type: circle;
}

img.FLeft {
	float: left;
	margin-top: 4px;
	margin-right: 4px;
}

img.FRight {
	float: right;
	margin-top: 4px;
	margin-left: 4px;
}

p { margin-left: 5px; }

.silver { color: #777777; }
.comment {
	color: #A8A8A8;
	font-size: 90%;
}
.centeredText { text-align: center; }
.underline { text-decoration: underline; }
.bold { font-weight:bold; }

/* Specific Styles */

#Border {
	width: 950px;
	height: 100%;
	margin: 0 auto;
	font-size: 1em;
}

#Banner {
	width: 100%;
	height: 82px;
	background: url('/images/template/header_bg.png') no-repeat top left;
}

#Banner a.Logo{
	width: 195px;
	border: none;
	float: left;
}

#Banner a.Logo img {
	margin: 12px 0px 0px 22px;
	float: left;
}

#Banner a#top{
	display: none;
}


/* Primary Navigation - Begin */

#Nav {
	float: right;
	position: relative;
	top: 20px;
	right: 20px;
	width: 675px;
	height: 36px;
	background: none;
	z-index: 2000;
}

#PNav { /* top list */
	padding: 0;
	margin: 0;
	list-style: none;
	
	top: 0px;
	left: 0px;
	z-index: 1;
	clear: left;
	width: 100%;
	height: 100%;
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	background: none;
}

#PNav li { /* top list items */
	height: 100%;
	float: left;
	z-index: 15;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative !important;
	background: none;
}

#PNav li h1 { /* top list items */
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
}

#PNav li.spacer { /* the spacer between main items */
	width: 5px;
	height: 100%;
	background: url('/images/template/main_nav_spacer_bg.png') no-repeat top center;
}

* html #PNav a {
	width:1%; /* IE WIN Holly Hack to make entire tab clickable */
}

#PNav li a { /* top list item links */
	height: 100%;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background: none;
/*	-x-background-x-position: right;
	-x-background-y-position: top;*/
	padding: 0px 9px;
	margin-right: 0;
	line-height: 36px;
}

#PNav li:hover a, #PNav li.over a, #PNav li.active a { /* list item link hover */
	color: #000;
	background: url('/images/template/main_nav_hover_bg.png') repeat-x left top;
}

#PNav li ul { /* drop down list */
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	z-index: 1500;
	display: none;
	list-style: none;
	position: absolute;
	background: #FFF;
	border: #6B6BA7 2px solid;
	
/* will position to the top right of the containing li, rather than bottom left */
	top: 36px;
	left: 0;
}

/* each drop down list has a custom width */
#PNav li ul.divisions { 
	width: 225px;
}

#PNav li ul.processes { 
	width: 265px;
}

#PNav li ul.aboutus { 
	width: 165px;
}

#PNav li:hover ul, #PNav li.over ul { /* show drop down list */
	display: block;
}

#PNav li li { /* drop down list items */
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: #000 1px solid;
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	overflow: hidden; 
	list-style: none;
	z-index: 1000;
}

#PNav li li.heading { /* drop down list item headings */
	padding: 5px 0px 0px 5px;
	clear: both;
	width: 98%;
}

#PNav li li a { /* drop down list item links */
	width: 100%;
	height: 100%;
	display: block;
	padding: 4px 0 4px 10px;
	color: #000000;
	text-align: left;
	text-decoration: none;
	background: #CDCDCD !important;
	line-height: normal;
}

#PNav li li a:hover { /* drop down list item links hover */
	background: #6B6BA7 !important;
	color: #FFFFFF;
}

/* Primary Navigation - End */


/* Secondary Navigation - Begin */

ul.SNav {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #FFF;
	border: #404040 1px solid;
	border-bottom: none;
}

/* Company Name */
ul.SNav li {
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: bold;
	list-style: none;
	text-align: left;
	line-height: auto;
	background: none;
	border-bottom: #404040 1px solid;
}

ul.SNav h1 {
	font-size: 100%;
	padding: 0px;
}

ul.SNav img {
	float: left;
	margin-right: 3px;
}

ul.SNav li.last {
	border-bottom: none;
}

/*
* html ul.SNav a {
	height:1%;  IE WIN Holly Hack to make entire tab clickable 
}*/

/* Company links */
ul.SNav a { /*, ul.SNav a:link, ul.SNav a:visited*/
	color: #000;
	line-height: 40px;
	display: block;
	width: 98%;
	margin: 0px;
	padding-left: 5px;
	list-style: none;
	text-align: left;
	font-weight: bold;
	background: none;
	text-decoration: none;
}

ul.SNav a:hover {
	color: #000;
	background: #FFF;
}

ul.SNav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-top: #404040 1px solid;
}

/* Company Navigation */
ul.SNav ul li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	background: #DCDCDC;
	border-bottom: #404040 1px solid;
}

/* Company Navigation link */
ul.SNav ul a {/*, ul.SNav ul a:link, ul.SNav ul a:visited*/
	display: block;
	width: 222px;
	color: #000 !important;
	margin: 0px;
	padding: 5px 0px 5px 20px;
	background: none;
	list-style: none;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}

ul.SNav ul li.active a, ul.SNav ul li a:hover {/*, ul.SNav ul li.active a:link*/
	color: #FFFFFF !important;
	background: #1C56CD url('/images/template/sub_nav_bar.jpg') repeat-x;
}

/* Company Navigation Sub link */
ul.SNav ul ul li {
	margin: 0;
	padding: 0;
	color: #000 !important;
}

ul.SNav ul ul a {/*, ul.SNav ul ul a:link, ul.SNav ul ul a:visited*/
	display: block;
	width: 212px;
	color: #000 !important;
	margin: 0px;
	padding: 2px 0px 2px 30px;
	list-style: none;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	background: #a5a5a5 !important; 
}

ul.SNav ul ul a:hover, ul.SNav ul ul li.active a {
	color: #FFFFFF !important;
	background: #6b6b6b !important;
}

/* Secondary Navigation - End */


#Content {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 10px;
	background: #FFFFFF no-repeat top left;
}


/* One Column layout */

#OneCol {
	width: 930px;
	clear: both;
	height: 100%;
	padding: 10px;
}

/* One Column layout - End */


/* Two Column layout, second nav in little left column */

#LCol {
	float: left;
	width: 149px;
	margin-left: 16px;
	padding-top: 8px;
	background: none;
}

#RCol {
	width: 750px; /*545px*/
	float: right;
	margin-right: 1px;
	padding: 10px 20px 10px 0px;
}

/* Two Column layout - End */

/* Two Column layout */

#ThreeCol div.ColOne, #ThreeCol div.ColTwo, #ThreeCol div.ColThree
{
	float: left;
	width: 33%;
	height: 100%;
}

/* Three Column layout - End */

#Footer {
	float: left;
	clear: both;
	width: 100%;
	height: 80px;
	color: #A8A8A8;
	font-size: .9em;
	padding-top: 0px;
	text-align: center;
	background: url('/images/template/footer_bg.jpg') no-repeat left top;
}


/* -- Special Page Rules -- */

/* About Us Page */

#OneCol.AboutUs .smaller
{
	font-size: 0.75em;
}

#OneCol.AboutUs .blue
{
	color: #1B22B1;
}

#OneCol.AboutUs h1
{
	letter-spacing: 3px;
	font-weight: normal;
	font-size: 1.95em;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #777777;
}

#OneCol.AboutUs div.AboutBack
{
	width: 100%;
	height: 360px;
	background: url('/images/Corporate_Back.jpg') no-repeat;
	color: #777777;
}

#OneCol.AboutUs ul
{
	width: 40%;
	font-size: 1.45em;
	position: relative;
}


#OneCol.AboutUs ul#financial
{
	width: 30%;
	top:  0px;
	left: 0px;
}

#OneCol.AboutUs ul#diverse
{
	width: 30%;
	top:  -83px;
	left: 565px;
}

#OneCol.AboutUs ul#capable
{
	width: 30%;
	top:  -50px;
	left: 0px;
}

#OneCol.AboutUs ul#experienced
{
	width: 30%;
	top:  -181px;
	left: 565px;
}

#OneCol.AboutUs ul li
{
	list-style-type: disc;
}

#OneCol.AboutUs ul ul
{
	width: 100%;
	font-size: .6em;
}

#OneCol.AboutUs ul li li
{
	list-style: url('/images/Dash.jpg') inside;
	*list-style: url('/images/DashIE.jpg') inside;
}

/* End About Us Page */


/* Contact Us Page */

#OneCol.ContactUs h2 {
	font-weight: bold;
	font-size: 1.25em;
}

#OneCol.ContactUs h3 { 
	font-size: 1.1em;
}

#OneCol.ContactUs form tr {
	height: 40px;
}

#OneCol.ContactUs form td.label {
	width: 140px;
}

#OneCol.ContactUs p.MetalLabel {
	float: right;
	width: 685px;
	*width: 670px; /* IE6 hates you! */
	font-size: 1.2em;
	margin-top: 12px;
}

/* End Contact Us Page */


/* Locations Page */

#OneCol.locations div.LocationDiv {
	border: #999999 1px solid;
	border: none;
}

#OneCol.locations img.margin5 {
	margin-left: 50px;
}

#OneCol.locations ul {
	width: 80%;
	height: 100%;
	font-size: .9em;
	margin: 15px auto 0 auto;
}

#OneCol.locations ul li {
	width: 100%;
	clear: both;
	list-style: none;
	margin-bottom: 15px;
	border: #CCCCCC 1px solid;
}

#OneCol.locations ul li.noborder { 
	border: none; 
}

#OneCol.locations ul h2 { 
	font-size: 1.25em;
}

#OneCol.locations ul table {
	width: 95%;
	margin: 10px;
}

#OneCol.locations table.LocationDesc td {
	width: 35%;
}

#OneCol.locations table.LocationDesc td.address {
	width: 65%;
	vertical-align: top;
}

/* End Locations Page */

/* Industries Page */

#OneCol.Industries div.pLeft
{
	width: 100%;
}

#OneCol.Industries div.pLeft p
{
	padding-left: 5px;
}

#OneCol.Industries div.pLeft h2
{
	letter-spacing: 5px;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #1B22B1;
}

#OneCol.Industries ul
{
	clear: none;
	margin-left: 25px;
}

#OneCol.Industries li
{
	clear: both;
	padding-top: 3px;
	list-style-type: none;
}

#OneCol.Industries li li
{
	clear: none;
	list-style-type: disc;
}

#OneCol.Industries div.pRight
{
	width: 300px;
	height: 100%;
	float: right;
	padding-left: 5px;
	margin-bottom: 5px;
}

#OneCol.Industries div.pRight img 
{
	position: relative;
	padding: 0px 0px;
}

/* End Industries Page */

/* Processes Page */


#OneCol.Processes li.heading
{
	clear: both;
	padding-top: 3px;
	margin-left: 0px;
}

#OneCol.Processes li
{
	clear: both;
	padding-top: 3px;
	margin-left: 15px;
}

#OneCol.Processes li a
{
	color: #181E9C;
	text-decoration: none;
}

#OneCol.Processes li a:hover
{
	text-decoration: underline;
}

#OneCol.Processes div.HeadSlogan
{
	float: right;
	width: 680px;
}

#OneCol.Processes div.Plastics
{
	float: left;
	width: 450px;
}

#OneCol.Processes div.Metals
{
	float: left;
	width: 450px;
}



/* End Processes Page */

/* Sitemap Page */

/* nothing here :) */

/* End Sitemap Page */

/* -- End Special Page Rules -- */
