body {
	background:url(images/gradient.jpg) repeat-x scroll 0 0 #999999;
	margin: 0;
	padding: 0;
	color: #000;
}

.bodyCopy {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	color: #000000;
}

.wearsMetalGuideTxt {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color: #000000;
}


.wearsMetalHeader {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color: #ffffff;
}

a.dictionary:link{color:#009900; text-decoration:none;}      /* unvisited link */
a.dictionary:visited {color:#F00;text-decoration:none;}  /* visited link */
a.dictionary:hover {color:#666666;text-decoration:none;}  /* mouse over link */
a.dictionary:active {color:#999999;text-decoration:none;}  /* selected link */


ul li a:link {color:#009900}
ul li ul li a:link {color:#009900}
ul li a:visited {color:666666}
ul li ul li a:visited {color:666666}
ul li a:hover {color:#000000}
ul li ul li a:hover {color:#000000}
ul li a:active {color:#999999}
ul li ul li a:active {color:#999999}

img {
border:none;
}

a img {
border:none;
}


#container {
	margin:0 auto;
	width:960px;
	height:auto;
	padding-left:7px;
	padding-right:7px;
	background-image: url(images/containerBG.png);
	background-repeat: repeat-y;
	overflow:hidden;

}
#header {
	background-image: url(../../images/headerBar.png);
	height:128px;
	width: 960px;
}

#logOn {
	height:51px;
    float:right;
    padding-top:58px;
}

#topNav {
    background:url(images/ui-bg_glass_65_cccccc_1x400.png) repeat-x center center;
	height:36px;
	width:auto;
	}
	/*HOLDS THE NAVIGATION ON TOP HEADER*/

	#menu{
	line-height:35px;
		}
	
	.menuLarge{
			
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:16px;
			
		}

	/*END HOLDS THE NAVIGATION ON TOP HEADER*/

#main {
	margin:0;
	width:960px;
	float:left;
	background-image: url(../../images/labcheckBG.png);
	background-repeat: repeat-y;

	
}

#content {
	float: left;
	width:525px;
	height:auto;
	margin-left:10px;
	padding-right:5px;
	padding-bottom:20px;
	padding-top:10px;
}

#contentWearsMetal {
	float: left;
	width:735px;
	height:auto;
	margin-left:10px;
	padding-right:5px;
	padding-bottom:20px;
	padding-top:10px;

}


#contentWearsMetal td
{
border:1px solid #009900;
}


#leftNav {
	width: 210px;
	float:left;
	
}

#rightCol {
	padding-left:7px;
	width:200px;
	height:auto;
	float:right;
}

#footer {
    background:url(images/ui-bg_glass_65_cccccc_1x400.png) repeat-x center center;
	height:20px;
   	width:940px;
	float:left;

}

.copyright{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	padding-left:20px;
	padding-top:8px;			
	}

#accordion ul{
	padding-left:10px;
	
}
	
.heading_15pt {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color: #000000;
	text-transform: uppercase;
}

.heading_16ptWhite {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color: #ffffff;
	text-transform: uppercase;
}

	
.heading_18ptRed {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	color: #ff0000;
	text-transform: uppercase;
}
.bold_14pt {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	color: #000000;
}

/*NAV MAIN LEFT SIDE*/	
.navbuttonLeft{
display: inline-block;
font-size: 15px;
font-weight:bold;
text-decoration:none;
padding-left:10px;
padding-right:10px;
color:#000000;
font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
background:url(images/ui-bg_glass_65_cccccc_1x400.png) repeat-x center center;
height:35px;
float:left;
}

.navbuttonLeft:hover{
background:url(images/ui-bg_glass_65_999999_1x400.png) repeat-x center center;
color:#ffffff;
}

.navbuttonLeft:active{
	background:url(images/ui-bg_glass_75_009900_1x400.png) repeat-x center center;}
/*END - NAV MAIN LEFT SIDE*/		
	

/*NAV MAIN RIGHT SIDE*/	
.navbuttonRight{
display: inline-block;
font-size: 15px;
font-weight:bold;
text-decoration:none;
padding-left:8px;
padding-right:8px;
color:#ff0000;
font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
background:url(images/ui-bg_glass_65_cccccc_1x400.png) repeat-x center center;
height:35px;
float:right;

}

.navbuttonRight:hover{
background:url(images/ui-bg_glass_65_999999_1x400.png) repeat-x center center;
color:#000000;
}

.navbuttonRight:active{
	background:url(images/ui-bg_glass_75_009900_1x400.png) repeat-x center center;}
	
/* END - NAV MAIN RIGHT SIDE*/	
#container #main #contentWearsMetal table {
	text-align: center;
}

#top-link { display:none; position:fixed; right:20px; bottom:40px; color:#ffffff; font-weight:bold; text-decoration:none; border:1px solid #ff0000; background:#009900; padding:10px; }