/*
-----------------------------------------------
Williams Industries global CSS file for print media
FileName:    print.css
Version:     2005.5.19
----------------------------------------------- 
*/


body {
  margin:.5in;
  padding:0;
  font: small Verdana, sans-serif;
  }
  
p {
	color: #000;
	margin: 0 0 2em 0;
	padding: 0;
	line-height: normal;
}


div {
	background: #fff;
}



#header {
  margin:0;
  }
#header #logo {
  margin:0 0 0 -5px;
  }



hr, #ahem, .skip, .topicon, h1 a span, #tagline, #logo img, #headernav, #searchform, #customer-tools, #tools-img-h, #products-img-lg-b, #secondarynav, #crumbtrail, #footernav, #regions, #iso-cert {
  display:none;
  }


/* Things To Show */

#logo {
	background: url(../img/logo-print.gif) top left no-repeat;
	width: 3in;
	height: 1in;
	display: block;
}

#products-box {
	background: #fff;
}

#address, #copyright {
	font-size: 80%;
	text-align: center;
}

#address {
	margin: 3em 0 0 0;
}

#copyright {
	margin-top: 0.5em;
}	


/* Headings
----------------------------------------------- */
h2, h3 {
  margin:1em 0;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  clear: both;
  } 


h2 {
  font-size: 140%;
  }

h3 {
  font-size: 125%;
  }


a {
  color:black;
  text-decoration:none;
  }
a img {
  border-width:0;
  }
  
  
p img {
margin: 0 0.125in 0 0;
float: left;
}  