/*================================================================================           											
 	Title:          Print Stylesheet
	Site:           Environmental Remediation Resources (www.erraus.com.au)	
	Browser(s):     All    
	Author: 		Kristy Jane Kelly                    
 	Date Created: 	Nov-2008                                                      
   	Version			1.2                                                          
 	Last Modified	01/04/2009 (dd/mm/yyyy)                                        
*================================================================================*/

/*============================================================	
 MAIN LAYOUT/CONTAINERS		
=============================================================*/ 
body{
color: #000;
margin: 2pt;
padding: 0;
font: 10pt/15pt Verdana, Arial, Helvetica, "Helvetica Neue", sans-serif; 
}
html, body, #wrapper, #header, #contentwrapper, #footer, #primarycontent, #secondarycontent{
width: 100%;
background-image: none;
background-color: transparent;
}
#logo{
margin: 0;
padding: 0;
}
#nav{
display: none;
}
#banner{
display: none;
}
#primarycontent, #secondarycontent, #wrapper, #header{
padding: 0 0 5pt 0;
margin: 0;
}
#contentwrapper, #products #contentwrapper{
overflow: visible;
}
#primarycontent{
float: left;
width: 70%;
}
#secondarycontent{
float: right;
max-width: 200px;
}
#footer{
width: 100%;
clear: both;
text-align: center;
font-size: 8pt;
margin-top: 30px;
background-image: none;
clear: both;
}
#footer p{
padding-top: 20pt;
color: #888;
font-size: 7.5pt;
line-height: 12pt;
}
#footer div{
display: none;
}
.copyright{
display: none;
}
/*============================================================	
 TYPOGRAPHY	
=============================================================*/ 
h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter,
h6:first-letter{
text-transform: none;
}
h1#title{
display: none;
}
h2{
margin-top: 20pt;
border-bottom: 1px solid #999;
}
#products h2{
display:none;
}
#products h3{
display: none;
}
h4{
font-size: 11pt;
font-weight: 800;
}
h5{
padding: 0;
font-weight: 600;
font-size: 10pt;
border-bottom: 1px solid #999;
}
h6{
display: none;
}
ol, ul, dl{
margin-left: 20px; 
margin-right: 10px;
}
dt{
font-weight: bold;
}
dd{
color: #777;
margin-left: 0;
}
ol{
list-style: outside decimal;
}
ol ol{
margin: 0 0 0 20px; 
list-style: outside lower-alpha;
}
ol ol ol{
margin: 0 0 0 20px; 
list-style: outside lower-roman;
}
ul{
padding-left: 17px;
list-style: square;
}
ul ul{
margin: 0 0 0 20px;
list-style: circle;
}
ul ul ul{
margin: 0 0 0 20px;
list-style: disc;
} 
ul.downloads{
display:none;
}
.quote, .quotemarks, .quotemarkslarge{
font-family: Georgia, "Times New Roman", Times, serif;
}
.quotemarks{
font-size: 22px;
}
.quotemarkslarge{
font-size: 32px;
line-height: 32px;
}
q:lang(en){
quotes: '\201C' '\201D' "\2018" "\2019";
}
q:before{ 
content: open-quote;
}
q:after{ 
content: close-quote; 
}
q:before, q:after{
font-family: Georgia, "Times New Roman", Times, serif;
}
em, dfn, cite, address{
font-style: italic;
}
del{
text-decoration: line-through;
}
ins{
text-decoration: underline;
}
small{ 
font-size: 9pt; 
margin: 1.777em 0;
}
strong{
font-weight: normal;
}
sup, sub{
line-height: 0;
font-size: 7pt;
}
abbr, acronym{
border: 0;
}
.error{
display: none;
}
.highlight{
display: none;
}
p.alert{
display: inline;
font-weight: bold;
font-size: 1.091em;
}
.inline{
display: inline;
}
.block{
display: block;
}
.left{
text-align: left;
}
.right{
text-align: right;
}
.centre{
text-align: center;
}
.none{
display: none;
}
hr{
display: none;
}
hr.hr-resources{
display: none;
}
#secondarycontent ul{
display: none;
}
#secondarycontent h1,
#secondarycontent h2,
#secondarycontent h3,
#secondarycontent h4,
#secondarycontent h5,
#secondarycontent h6{
display:none;
}
/*============================================================	
 HYPERLINKS	
=============================================================*/
a:link, a:visited{
color: #000;
text-decoration:none; 
border-bottom: 1px solid #888;
}
a:visited:after{
content: "";
}
a.name{
text-decoration: none;
border: 0;
outline: 0;
}
ul.breadcrumbs{
margin: 0;
list-style: none;
padding-left: 0;
display: inline;
}
.breadcrumbs li{
display: inline;
}
.breadcrumbs li a, .breadcrumbs li a:visited{
text-decoration: none; 
border-bottom: 0;
padding: 0 0 1px 0;
font-size: 9pt;
color: #888;
}
a.print{
display: none;
}
a.top{
display: none;
}
p.contentlinks{
display: none;
}
/*============================================================	
 TABLES
=============================================================*/
table{
font-size: 10pt;
border-collapse: separate;
border-spacing: 0;
width: 95%;
margin: 0 auto;
white-space: wrap;
}
thead{
font-weight: normal;
display: table-header-group;
}
tr {
page-break-inside: avoid;
}
thead th, thead td, tfoot th, tfoot td, tbody td, tbody th{
border: 0.5pt solid #999;
}
tbody{
font-weight: normal;
}
tfoot{
display: none;
}
td, th{
padding: 2px;
border: 0.5pt solid #999;
}
tr td:first-child{
text-align: center;
}
#productsindex tr td:first-child, #resources tr td:first-child{
text-align: left;
}
tr ul{
margin-top: 0;
margin-bottom: 0;
}
.equalcol{
width: 100%;
}
.equalcol th, td{
width: 33.33%;
}
.sixcol th, .sixcol td{
width: 16.67%;
text-align: center;
}
.fourcol th, .fourcol td{
width: 25%;
}
.sixtyperc{
width: 60%;
}
.nowrap td, .nowrap th{
white-space: nowrap;
}
.center td{
text-align: center;
}
.compact{
width: 75%;
}
#resources table{
width: 95%;
margin: 1em 1em;
}
#catindex td, #catindex th{
border: 0;
}
#catindex tr{
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
#catindex td:first-child a{
border: 0;
text-decoration: none;
}
/* PHOTOZOOM 3 (credit www.randsco.com)
-------------------------------------------------------------*/
.PZ3-l { float:left; text-align: left; text-align: left;}
.PZ3-r { float: right; direction:rtl; text-align: right;}
.PZ3-c {display:block; margin: 0 auto; direction:rtl; text-align:right; }
  html>/**/body .PZ3-r { position:relative; }
.PZ3zoom { border:1px solid #369; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; border: 0;}
  html>/**/body .PZ3-r a { right:0; }
.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none;
  cursor:default; height:auto; width:auto;
  overflow:visible; border:1px solid #369;
  margin:-1px 0 0 -1px;}
  html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }
.PZ3zoom a img { border:0; height:100%; width:100%; margin-top:0; margin-bottom:0;}
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; margin-top:0; margin-bottom:0;}
a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; 
  font-size: 1em; /* 10px */
  margin-top:-3px; background:#CFCFCF; color:#666;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px;}
.PZ3inr { display:block; padding:2px 5px; }

.noCap a:hover .PZ3cap,
.noCap a:hover .PZ31cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }
.noLnk{text-decoration: none; border: 0;}
/*============================================================	
 IMAGES
=============================================================*/
.PZ3-c, .imgcentre{
margin: 10pt 0;
float: right;
}
.imgcentre{
margin: 0 auto;
}
p.caption{
clear: right;
text-align: center;
display: block;
font-size: 8pt;
}
img{
border: 0;
outline: 0;
text-decoration:none;
}
a img{
outline: 0;
border: 0;
text-decoration: none;
}
/*============================================================	
 IMAGES
=============================================================*/
.contactform{
display: none;
}
form{
display: none;
}

