﻿@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #f2f2f2;
}
#maincontainer  {
	width: 100%;
	text-align: left;
	font-size:12px;
	line-height:18px;
	margin: 0 auto;
}

/*HEADER STYLES */
#headercontainer {
	margin:0;
	padding:0;
	background: #000 url(../images/header_bkgrd.jpg) no-repeat left top;
	width: 100%;
}
#header  {
	margin: 0 auto;
	padding: 0;
	height: 100px;
	min-width: 780px;
	width: 65%;
}
#headerphone  {
	width: 150px;
	text-align:right;
	float: right;
}
#banner {
	margin:0 150px 0 0;
	padding:0;
}


/*NAV STYLES */
#navcontainer {
	width: 100%;
	text-align: left;
	font-size:12px;
	line-height:18px;
	margin: 0 auto;
	background: #C00 url(../images/navbkg.gif) no-repeat left;
}
#nav  {
	width: 65%;
	text-align: left;
	min-width: 780px;
	font-size:11px;
	line-height:18px;
	margin: 0 auto;
	font-weight: bold;
	color: #FFF;
	background: #C00 url(../images/home.jpg) no-repeat left;
	height: 30px;
	padding: 0;
}
#nav:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.menu{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}
.menu li{
	display: inline;
	list-style-type:none;
}
.menu li a, .menu li a.sub{
	float: left;
	color: #FFF;
	text-decoration: none;
	padding: 5px 15px;
}
.menu li a.home{
	float: left;
	color: #FFF;
	text-decoration: none;
	padding: 5px 15px;
	margin-left:110px;
	margin-right:15px;
}
.menu li a:hover{
	color: #000;
	text-decoration: none;
}
.menu li a.selected{
	color: #000;
	text-decoration: none;
}
.menu li a:hover.selected{
	color: #000;
	text-decoration: none
}
/*DROP DOWN NAV */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 5px solid #000; /*THEME CHANGE HERE*/
	font-size:11px;
	line-height:18px;
	z-index:100000;
	background-color: white;
	width: 245px;
	visibility: hidden;
	margin-left:5px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 0px;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #CCC;
color: #000;
text-decoration: none;
font-weight: bold;

}


/*CONTENT STYLES */
#container {
	width: 65%;
	text-align: left;
	min-width: 780px;
	font-size:12px;
	line-height:18px;
	margin:0 auto 20px auto;
	padding-top: 20px;
	background: url(../images/body_bkgrd.jpg) no-repeat;
}
#title {
	text-align: left;
	min-width: 740px;
	font-size:12px;
	line-height:18px;
	border: 10px solid #FFF;
	margin: 0 0 20px 0;
	color: #FFF;
	height: 55px;
	padding: 10px;
	background: #666 url(../images/title_bkg.jpg) no-repeat left;
}
#sidebar {
	width: 180px;
	text-align: left;
	font-size:11px;
	line-height:18px;
	margin:0 0 0 20px;
	float: right;
}
#sidebar .itemFirst {
	padding: 0 0 20px 0;
	margin:0;
	border-bottom:1px solid #999;
	width:180px;
}
#sidebar .item {
	padding: 20px 0;
	margin:0;
	border-bottom:1px solid #999;
	width:180px;
}
#sidebar .itemLast {
	padding: 20px 0;
	margin:0;
	border-bottom:none;
	width:180px;
}
#sidebar .search {
	width:130px;
	border: 1px solid #999;
	background:#FFF;
	height:20px;
	color:#666;
	margin: 0;
	padding:0;
}
#sidebar .go {
	background:none;
	color: #C00;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:0;
	margin:0;
	padding:2px;
	cursor:pointer;
}
#sidebar .supportImage  {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}
.dataimage {
	margin-right: 10px;
	padding-bottom: 10px;
}
.charthead {
	padding-top: 10px;
}
#content {
	text-align: left;
	font-size:12px;
	line-height:18px;
	background-color: #FFF;
	padding: 20px;
	margin: 0 200px 0 0;
}
#contentSearch {
	text-align: left;
	font-size:12px;
	line-height:18px;
	background-color: #FFF;
	padding: 20px;
	margin: 0;
}
.locationWrap  {
	margin: 20px 0;
	padding:0;
	width:100%;
	font-size:11px;
}
.locationWrap .productFirst {
	padding:0 10px 0 0;
	margin: 0;
	border-left: 1px solid #FFF;
	position: relative;
	height: 110px;
}
.locationWrap .product {
	padding:0 10px;
	margin: 0;
	border-left: 1px solid #CCC;
	position: relative;
	height: 110px;
}

.productWrap  {
	margin: 20px 0 0 0;
	padding:0;
	width:100%;
	font-size:11px;
}
.productItem, .productItem1 {
	width:25%;
	margin:0;
	padding:0;
	float:left;
}
.locationitem {
	width:33%;
	margin:0;
	padding:0;
	float:left;
}
.productFirst {
	padding:0 10px 0 0;
	margin: 0;
	border-left: 1px solid #FFF;
	position: relative;
	height: 380px;
}
.product {
	padding:0 10px;
	margin: 0;
	border-left: 1px solid #CCC;
	position: relative;
	height: 380px;

}
#contentimages {
	width: 100%;
	margin:0;
	background: url(../images/contentimage.jpg) no-repeat center;
	height: 150px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#contentimages2 {
	width: 100%;
	margin:0;
	background: url(../images/bulk.jpg) no-repeat center;
	height: 150px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#contentimages3 {
	width: 100%;
	margin:0;
	background: url(../images/powder.jpg) no-repeat center;
	height: 150px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#contentimages4 {
	width: 100%;
	margin:0;
	background: url(../images/saw.jpg) no-repeat center;
	height: 150px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
/*FOOTER STYLES */
#footercontainer {
	width: 100%;
	background-color: #000;
	clear: both;
	margin: 0 auto;
	padding: 0;
}
#footer  {
	width: 65%;
	text-align: left;
	min-width: 780px;
	font-size:10px;
	line-height:30px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0;
}
#footer .red {
	color:#C00;
}

/*TEXT STYLES */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFF;
	padding: 0;
	margin-top: 5px;
	font-weight: bold;
	line-height: 30px;
}
h1.oneLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFF;
	padding: 0;
	margin-top: 5px;
	font-weight: bold;
	line-height: 45px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	padding: 0;
	margin-top: 0;
	font-weight: normal;
	margin-bottom: 20px;
	line-height:28px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	padding: 0;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 10px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 0px;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
}
.downloadContainer h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 0px;
	border-bottom:0;
	padding-bottom:0;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 10px;
}
a {
	color:#C00;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color:#C00;
	font-weight: bold;
	text-decoration:underline;
}
#datawrapper {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	margin-top: 10px;
	padding-top: 20px;
}
#data {
	float: left;
	width: 49%;
	margin-bottom: 20px;
}
#datafirst {
	float: left;
	width: 49%;
	margin-bottom: 20px;
	padding-right: 10px;
}
.row {
	background-color: #CCCCCC;
	margin-top: 10px;
}
.download {
	margin-right: 5px;
}
.chart {
	width: 100%;
	margin: 0;
	padding: 0px;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.chart th {
	background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	padding: 5px;
}
.chart td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.chart    tr.bkg    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	background-color: #EAEAEA;
}
.chart td.unit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.chart2 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
.chart2 th {
	background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
}
.chart2 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
}
.chart2 tr.bkg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	background-color: #EAEAEA;
}
.chart2 td.unit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.wFormContainer {
	padding: 0px;
}
.chartLeft {
	padding-right:5px;
}
.chartRight {
	padding-left:5px;
}
.contentLeft {
	margin: 0 185px 0 0;
	padding-right:20px;
}
.contentRight {
	width:165px;
	float:right;
	margin: 0 0 10px 0;
	font-size:11px;
	border-left: 1px solid #CCC;
	padding-left: 20px;
	}
.productContainer {
	width:100%;
	margin:0;
}
.productRow {
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #CCC;
}
.productRowFirst {
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
}
.productRow .image {
	float:left;
	width:50px;
	margin: 0 10px 0 0;
}
.productRow .awardImage, .productRowFirst .awardImage {
	float:left;
	width:80px;
	margin: 0 10px 0 0;
}
.productRow .name {
	float:left;
	width:55%;
	margin: 15px 10px 0 0;
	font-weight:bold;
}
.productRow .awardName, .productRowFirst .awardName {
	float:left;
	width:80%;
	margin: 20px 10px 0 0;
	font-weight:bold;
}
.productRow .link {
	float:left;
	width:20%;
	margin: 15px 5px 0 0;
	font-size: 11px;
}
.downloadContainer {
	width:100%;
	margin:0 0 10px 0;
}
.downloadItem {
	width:70px;
	margin: 0 5px 0 0;
	float:left;
		
}
.downloadItem .image {
	margin:0;
	width:70px;
	float:left;
	text-align:center;	
}
.downloadItem .name {
	font-size:10px;
	float:left;
	width:70px;
	margin:5px 0 0 0;
	text-align:center;	
}

img, a img {
	border:0;
}
.callAction {
	margin-bottom:0;
	font-size:16px;
	line-height:24px;
	border:1px solid #CCC;
	background-color:#F2F2F2;
	padding:10px;
}
.industryContainer {
	margin:20px 0;
	width:100%;
}
.industryColLeft {
	float:left;
	width:50%;
	padding-right:10px;
	border-right:1px solid #CCC;
}
.industryColRight {
	width:45%;
	padding-left:10px;
	margin: 0 0 0 53%;
}
.industryListColLeft {
	float:left;
	width:30%;
}
.industryListColMid {
	margin: 0 30%;
	padding: 0 10px;
	border-right:1px solid #CCC;
	border-left: 1px solid #CCC;
}
.industryListColRight {
	float:right;
	width:28%;
	padding-left: 10px;
}

.jsclass body .randomcontent{ 
display: none;
}
ul.listLinks {
	font-size:11px;
	line-height:20px;
	margin:0;
	padding:0;
}
ul.listLinks li {
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
}
#contentChart {
	text-align: left;
	font-size:12px;
	line-height:18px;
	background-color: #FFF;
	padding: 20px;
	margin: 0;
}
table.compare {
	font-size:11px;
	line-height:16px;
}
table.compare th {
	padding:10px 5px;
	text-align: left;
	border-bottom: 1px solid #CCC;
}
table.compare td {
	padding:10px 5px;
	border-bottom:1px solid #CCC;
	border-left: 1px solid #CCC;
}
table.compare td.img {
	padding-left:0;
	width:150px;
	border-bottom:1px solid #CCC;
	border-left: 1px solid #CCC;
}
.date {
	font-size:11px;
	color:#666;
}
#contentmap {
	width: 100%;
	margin:0;
	background: url(../images/map.jpg) no-repeat center;
	height: 450px;
}
.contentLeft  .productimg {
	float:left;
	width:100px;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 20px;
}
#contenteco {
	text-align: left;
	font-size:12px;
	line-height:18px;
	background-color: #FFF;
	background-image: url(../images/green.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 210px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#productdrop {
	float: right;
	margin-top: 18px;
	z-index:2;
}
.hide {
	display:none;
}
.calloutContainer {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin: 0 0 20px 0;
	text-align:center;
	padding:15px 0 10px 0;
	width:100%;
}
.calloutContainer .img {
	text-align:center;
	height:80px;
	margin: 0 0 10px 0;
}
.calloutContainer .caption {
	text-align:center;
	color:#333;
	font-size:11px;
	margin: 5px 0;
}
.calloutContainer .caption a {

	
}
.calloutContainer .caption .icon {
	padding-right:3px;
	margin-top:-2px;
	
}
.blocks {
	text-align:center;							
}
#cse-search-results iframe {
	width:740px;
}

.gmt {
	width:50px;
	height:50px;
	float:left;
	margin-right:10px;				
}
.gmtcontent {
	width:120px;
	float:left;			
}
