/* all styling at start of doc, organized by section. Page format/layout at end of doc */

body {
	margin: 0;
	padding:0;
	text-align:left;
	min-width:1010px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	background-color:#ffffff;
}
#pagewrapper {
	text-align:left;
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}
#pagetop{ 
	width:1010px;
	height:20px;
}
#pagemiddle{
	width:1010px;
	height:100%;
}
#pagebottom{ 
	width:1010px;
	height:10px;
}

/* right column styling */
.boxright {
	width:115px;
	text-align: center;
}
.boxright img, .boxright a {
	margin: 0 auto;
}
.rhline {
	width:125px; 
	height: 1px; 
	line-height:1px; 
	background-color:#666666; 
	margin: 10px 0 10px -15px; 
}
#contentright h1{
    font-size:12px;
    background-color:transparent;
    text-align:center;
}
#contentright h3{
	font-size: 12px;
	font-weight: bold;
	color:#ff3333;
	text-align: left;
	margin: 15px 0 -10px 0;
}
#contentright p{
	color: #003366
}
.captionright{
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	margin: 0px 0 10px 0;
	padding: 5px 5px 0 0;
	color: #003366; 
}
#contentright a.videobutton:link, #contentright a.videobutton:active, #contentright a.videobutton {
	display: block;
	width: 100px;
	height: 25px;
	background-image: url('images/video_button.jpg');
	background-repeat: no-repeat;
}	

#contentright a.videobutton:hover {
	background-position: bottom right;
}


/* body content styling */
#crumbtrail{
	background-color:#FFFFFF;
 	color:#666666; 
 	font-size:10px;
 	width:900px;
 	margin-left:30px;
}
#crumbtrail a:link, #crumbtrail a:visited{
 	color:#666666;
 	text-decoration:none;
} 
#crumbtrail a:hover, #crumbtrail a:active{
 	color: #006699;
 	text-decoration:underline;
} 
#contentbody h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
	
#contentbody h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff3333;
	font-weight: bold;
}

#contentbody h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#contentbody p, #contentbody li{
	line-height: 18px;
}

/* top of page images */
.imgleft {
	float: left;
	padding: 0 25px 10px 0;
}
.imgright {
	float: right;
	padding: 0 25px 10px 0;
}

/* body copy images */
.bdyimgleft {
	float: left;
	padding: 20px 20px 20px 0;
}
.bdyimgright {
	float: right;
	padding: 20px 0 20px 20px;
}
.bdyimgcenter {
	display: block;
	margin-left:auto;
	margin-right:auto;
	padding: 20px 0 20px 0;
}

#contentbody ul{

	list-style-type: none;
	list-style-image: url(images/logobullet.gif);
}
#contentbody ul li {
	line-height: 20px;
	padding-left: 5px;
}

#contentbody ul.nobullet li {
	padding: 0 10px 7px 0;
	list-style-image: none;
}

.bodyline {
	width:600px;
	height: 1px;
	line-height:1px;
	background-color:#666666;
	margin:-5px 0 0 -45px;
}
.videobox {
	padding: 20px 0;
	height: 300px;
}
.video {
	float:right;
	padding: 0 0 0 20px;
}

table {
 	border-collapse: collapse;
}

.trade tr {
	height: 40px;
}

td {
	border-bottom:1px solid #666666;
}
table.noborder tr {
	height:25px;
}
table.noborder td {
	border: none;
}
table.alloys {
	background-color: #f7f7f7; 
	width:100%;
}
.alloys thead {
	border-bottom:1px solid #666666;
	font-weight: bold;
}

.alloys thead td {
	vertical-align: top;
}
.alloys tr {
	height: 30px;
}
.alloys td {
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
}
#contentbody .caption{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

/* Home Page styling */
.contenthome p{
	line-height: 18px;
}
.contenthome h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff3333;
	font-weight: bold;
}
	
.contenthome h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.contenthome h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.contenthome h2.body {
	color: #ff3333;
}
.contenthome h2.gray {
	background-color: #666666; 
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding:5px 0;
	margin:0 0 0 -20px;
	text-align: left;
	text-indent: 25px;
}
.contenthome h2.none {
	background-color: #cccccc; 
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding:0;
}
.contenthome ul{
	margin:0; 
	line-height: 25px; 
	padding:10px 0 10px 20px;
	list-style-type: none
}
.contenthome ul li {
	background: url(images/logobullet_home.gif) left center no-repeat; 
	padding-left: 20px;
}

/* footer styling */
#footer p {
	color: #cccccc;
	line-height: 20px;
	text-align:left;
	padding: 0;
	margin:0;
}
#footer a:link, #footer a:visited{
	color: #cccccc; 
	text-decoration:underline;
}
#footer a:hover, #footer a:active{
	color: #ffffff; 
	text-decoration:underline;
}

/* styling all sections */
.clearline{ 
	clear:both;
}

a:link, a:visited{
	color: #333333; 
	text-decoration:underline;
}
a:hover, a:active{
	color: #3C76AF; 
	text-decoration:underline;
}

a img {
	border: none;
}
.iso {
	position: relative;
	bottom: 100px;
   	left: 52px;
   	z-index: 12;
}
.wemold {
	position: relative;
	bottom: 100px;
	left: 740px;
	z-index:12;
}

/* Page Layout */

#header{	
	width:970px;
	height:110px;
	position:relative;
	top:0px;
	left:10px;
	margin-left: 10px;
	z-index:99;
	background-color: #666666;
	background-image: url(images/header_photo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#headerlogo{
	position:relative;
	top:8px;
	left:0px;
	width:208px;
}	
#headercornernav{
	position:absolute;
	right:0px;
	top:-28px;
	width:120px;
	height:22px;
	padding: 8px 0 0 0;
	font-size: 10px; 
	color: #ffffff;
	text-align: right;
	border: 1px solid #666666;
	border-bottom: 0px solid #666666;
	z-index:100;
}

#headercornernav a:link, #headercornernav a:visited {
	color: #999999; 
	text-decoration:none;
	font-weight:bold;
	padding: 0 16px 0 0;
}

#headercornernav a:hover, #headercornernav a:active {
	color: #666666; 
	text-decoration:none;
	font-weight:bold;
	padding: 0 16px 0 0;
}
#headersubnav{
	position:absolute;
	right:16px;
	top:85px;
	width:220px;
	height:22px;
	font-size: 10px; 
	color: #ffffff;
	text-align: right; 
	z-index:100;
}
#headersubnav a:link, #headersubnav a:visited {
	font-size: 14px; 
	color: #cccccc; 
	text-decoration:none;
	text-align:right;
	font-weight:bold;
	padding: 0 0 0 25px;
}
#headersubnav a:hover, #headersubnav a:active {
	font-size: 14px; 
	color: #444444; 
	text-decoration:none;
	font-weight:bold;
}
#headersubnav .filesend a, #headersubnav .filesend a:visited{
	color: #6699CC; 
}
#headersubnav .filesend a:hover, #headersubnav .filesend a:active{
	color: #444444; 
}

#headernav{
	position: absolute;
	top: 83px;
	left: 0px;
	background-color:#666666;
	width:970px;
	height:27px;
	text-align:left;
	z-index:99;
   	font-size: 14px;
   	font-weight: bold; 
	color: #ffffff; 
}	
#content{
	position:relative;
	top:0px;
	left:10px;
	margin-top:0px;
	z-index:10;
	width:970px;
	margin-left:10px;
    background-color: #cccccc;
    background-image: url(images/LHlines.jpg);
	background-repeat: repeat-y;
}	
#contentleft{
	float:left;
	width:151px;
	background-color:transparent;
	margin-left:0px;
	margin-bottom: 75px;
	padding-left:20px;
}	
#contentright{
	float:right;
	width:130px;
	background-color:transparent;
    padding:150px 5px 5px 5px;
    border-left: 1px solid #666666;
    margin-bottom: 75px;

}
#contentright.notoppix {
    padding:50px 5px 5px 5px;
}
#contentright.empty {
    border-left: none;
}

#contentbody{
	margin:0px 150px 0px 171px;
	padding-left:60px;
	padding-right:10px;
	padding-top:10px;
	background-color:#FFFFFF;
	background-image: url(images/bodylines.jpg);
	background-repeat: repeat-y;
	padding-bottom: 25px; 
}
#footer{
	font-size:10px;
	font-weight:bold;
	width:970px;
	height:75px;
	margin-bottom:20px;
    margin-left: 20px;
	background-color: #666666;
	background-image: url(images/footer_graphic.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	position: relative;
	top: 0;
	left: 0;
}
#footerleft {
	position: absolute;
	top:0;
	left: 0;
	margin-left: 20px;
}
#footerright{
	position: absolute;
	top: 0;
	right: 175px;
}

/*home page layout mods*/
.contenthome { 
	float:left; 
	padding:0; 
	height:100%;
	margin-left: 0px;
	border-top: 1px solid #666666;
}
#contenttopleft{ 
	width:686px;
	background-color:#ffffff;
	margin-left:30px;
	padding: 0 0px 0 0px;
	border-right:1px solid #000000;
	border-top: 0px;
	height: 265px;
	display: inline; /* IE 6 hack for double margin used in 3 left blocks with left margin */
}
#contenttopright{ 
	background-color:#cccccc;
	width:213px;
	padding: 30px 20px 0 20px;
	border-top: 0px;
}
#contentmiddleleft{ 
	width:645px;
	background-color:#ffffff;
	margin-left:30px;
	padding: 10px 21px 10px 20px;
	border-right:1px solid #000000;
	border-top: 0px;
	display: inline;	
}
#contentmiddleright{ 
	background-color:#cccccc;
	width:213px;
	padding: 10px 20px 0 20px;
	text-align: right;
	padding-top: 90px;
}
#contentmiddleright a, #contentmiddleright a.visited,#contentmiddleright a.active {
	display: block;
	color:#ff3333;
	font-size:14px;
	font-weight: bold;
	text-align: right;
}

#contentbottomleft{ 
	width:323px;
	background-color:#cccccc;
	margin-left:30px;
	padding-left: 20px;
	border-right:1px solid #000000;
	height: 200px;
	display: inline;	
}
#contentbottommiddle{ 
	width:322px; 
	background-color:#cccccc;
	padding-left: 20px;
	border-right:1px solid #000000;
	height: 200px;
}
#contentbottomright{ 
	background-color:#cccccc;
	height: 200px;
	width:213px;
	padding:0 20px;
}
#contentbodyleft{ 
	width:645px;
	background-color:#ffffff;
	margin-left:30px;
	padding: 10px 21px 10px 20px;
	border-right:1px solid #000000;
	border-top: 0px;
	display: inline;	
}
#contentbodyright{ 
	background-color:#cccccc;
	width:213px;
	padding: 10px 20px 0 20px;
}

/*end home page mods*/


/* top nav */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


.menu {
	width:844px; 
	height:27px; 
	position:relative; 
	left: 191px;
	z-index:100; 
	font-family:arial, sans-serif; 
}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:843px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:115px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:115px;
	position:relative;
	padding-left:0px;
	text-align:left;
	border-right:1px solid #FFFFFF;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#FFFFFF; 
	width:105px; 
	height:27px; 
	background:transparent; 
	line-height:29px; 
	font-weight:bold;
	padding-left:10px;
	text-align:left;
	border-right:0px solid #FFFFFF;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:115px; 
	w\idth:108px; 
	color:#FFFFFF;
	padding-left:10px;
	text-align:left;
	border-right:0px solid #FFFFFF;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color:#cccccc;
	text-align:left;
	width: 150px;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#666666; 
	color:#ffffff;
	text-align:left; font-weight:normal;
}
.menu ul ul :hover > a.drop {
	background:#666666; 
	color:#ffffff;
	text-align:left; 
	font-weight:normal;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#666666;
	color: #ffffff;
	text-align:left; 
	font-weight:normal;
	width: 150px;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#cccccc; 
	color:#000000;
	text-align:left; 
	font-weight:normal;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:27px;
	left:0; 
	width:110px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:27px;
	t\op:28px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:170px; 
	top:-1px; 
	width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-170px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#cccccc; 
	color:#000000; 
	height:auto; 
	line-height:1em; 
	padding:10px 10px 5px 10px; 
	width:94px;
	font-weight:normal;
	border-right:1px solid #666666;
	border-bottom:1px solid #ff3333;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:115px;
	w\idth:98px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#ffffff; 
	background:#000000;
	text-decoration:none;
}
/* for some reason the background color must be different for it to work in IE6*/
.menu :hover > a, .menu ul ul :hover > a {
	color:#ffffff; 
	background:#000000;
	text-decoration:none;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}



/* left nav */
#contentleft ul{ 
	padding-left:0px;
	margin-left:0px;
}
#contentleft ul li{ 
	list-style-type:none;
	padding-top:8px;
}
#contentleft ul li ul li{
	padding-left:0px;
	list-style-type:none; 
	line-height:1.5;
	padding-top:0px;
}
#contentleft ul li ul li ul li{
	padding-left:0px;
	list-style-type:none; 
	line-height:1.5;
	padding-top:0px;
}
.lhline {
	width:120px; 
	height: 1px; 
	line-height:1px; 
	background-color:#666666; 
	margin:-5px 0 0 -15px;
}

/* left nav top level */
#contentleft a.leftNav:link, #contentleft a.leftNav:visited {
	display:block;
	color: #003366; 
	text-decoration:none; 
	background-color:transparent; 
	font-weight:bold;
	width:118px;
	padding:4px 0 8px 4px;
}
#contentleft a.leftNav:hover, #contentleft a.leftNav:active {
	display:block; 	
	color:#006699;
	text-decoration:none;
	background-color:transparent; 
	font-weight:bold;
	width:118px;
	padding:4px 0 8px 4px;
}

/* second level */
#contentleft a:link, #contentleft a:visited {
	display:block; 	
	color:#003366; 
	text-decoration:none;
	background-color:transparent;
	width:110px;
	padding:4px 0 4px 16px;
}
#contentleft a:hover, #contentleft a:active {
	display:block; 	
	color: #006699;
	text-decoration:none;
	background-color:transparent;
	width:110px;
	padding:4px 0 4px 16px;
}

#contentleft a.nav2On:link, #contentleft a.nav2On:visited {
	display:block;
	color:#666666; 
	text-decoration:none;
	background-color:transparent;
	width:110px;
	padding:4px 0 4px 16px;
}
#contentleft a.nav2On:hover, #contentleft a.nav2On:active {
 	display:block;
	color:#006699;
	text-decoration:none;
	background-color:transparent;
	width:110px;
	padding:4px 0 4px 16px;
}


/* Body Image Options */
/* If only one image at top of contentbody container, there are some problems
placing the body text since a float:both sees the left hand and right hand
column containers. So, the options are:
If one image aligned on left:
- remove imgleft class in <img>
- add style="padding-bottom: 25px;" to preserve spacing to body content 
If one image aligned on right:
- add div around image with  <div style="padding:0 20px 0 0;text-align: right;">

*/

/* Armstrong color palette
From brochure: Red: pantone 032 EC; Gray" Pantone Cool Gray 11ec
Web safe colors: red: ff3333; gray: 666666
For light gray: cccccc
for medium gray: 999999
*/

/*
To prevent top menu from disappearing behind video, add wmode="transparent" to the embed tag 
*/

/*
In IE 6/7, contentbody may disappear if it is shorter than the right column. To repair, insert 			<div style="height: 50px;">&nbsp;</div> after the content and set height to extend past the right column
*/

