@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------
Pump & Machinery Print Stylesheet Stylesheet
version:   1.0
date:      19/03/2009
author:    Peter Koopman
email:    peter@zulu.co.nz

website:   http://www.scribbledesign.co.nz

/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Set up the document
-----------------------------------------------------------------------------*/
body{
	font: 85%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
	background:none;
	color: #000000;	
	text-align:center;
}
#wrapper{ 
	width: 761px; /* Set page width here - you can also use percentage */
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
}

/* Typography
-----------------------------------------------------------------------------*/
h1{font-size: 2.2em; /* Equivalent to 22pt */}
h2{font-size: 2.0em; /* Equivalent to 20pt */}
h3{font-size: 1.8em; /* Equivalent to 18pt */}
h4{font-size: 1.6em; /* Equivalent to 18pt */}
h5{font-size: 1.4em; /* Equivalent to 14pt */}
p, q, cite{font-size: 1.2em; /* Equivalent to 12pt */}
ul, ol, dl{
	list-style: none;
	font-size: 1.2em; /* Equivalent to 12pt */
}
li, dd, dt{
	font-size: 1.2em; /* Equivalent to 12pt */	
}

/* Header
-----------------------------------------------------------------------------*/
#branding{
	height:220px;
	width:600px;
}
#branding object{
	display:none;
}
#branding h1{
	display:block;
	text-indent:0px;
}
#headerRotator{
	display:none;	
}


/* Mini Navigation
-----------------------------------------------------------------------------*/
#miniNav{
	display:none;
}

/* Main Navigation
-----------------------------------------------------------------------------*/
#navMain{
	display:none;
}


/* Content
-----------------------------------------------------------------------------*/
#content{
	margin:0 0 0 20px;
	width:600px;
}
#brandsCol{
	display:none;
}
#brandsPageContent{
	width:600px;
	margin:0;
	text-align:left;
	float:left;
	padding:0;
}
#brandsPageContent h2{
	color:#000;
	font-size:18px;
	border:none;
	margin:10px 0 20px 0;
	padding:0;
}
#brandsPageContent p{
	text-align:justify;
	width:600px;
}
#homeNews, #homeProducts{
	background:#ebebeb url(../Images/box_bottom.gif) no-repeat center bottom ;
}
.infoBox p, .infoBox h3{
	padding:5px 20px;
}
.infoBox h2{
	clear:both;
	height:22px;
	background:url(../Images/infoBoxTop.gif) no-repeat top right;
	border-left:2px solid #3a7aaa;
	color:#fff;
	font:bold 12px/27px Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	padding:6px 0 0 20px;
}
.infoBox h3{
	font:bold 14px/18px Arial, Helvetica, sans-serif; 
}
.infoBox p{
	text-align:justify;
}
.readMore{
	display:none;	
}



/*Home page*/
.infoBox .newsDate{
	text-align:right;
}
.infoBox .prodImg{
	clear:both;
	float:left;
	width:100px;
	margin:0 10px 0 0;
}
.infoBox .prodHeader{
	float:left;
	margin-left:5px;
}
.infoBox p.prodInfo{
	float:left;
	width:250px;
	padding:0;
	margin:20px 0 0 10px;
}
.infoBox p.readMore{
	clear:both;
	float:right;
}

/*Brands Pages*/
#brandsContentTop .brandsEmailEnquiry, #brandsContentTop .brandsViewWebsite {
	display:none;
}
#brandsContentMain{
	clear:both;
	margin-top:10px;
}
#brandsContentMain li{
	font-size:12px;
}
.brandsContentProductImage{
	width:110px;
	clear:left;
	float:left;
	padding-top:5px;
}
#brandsCol table table{
	margin-bottom:2px;
}
#brandsPageContent .brandsContentProductDescription{
	float:left;
	width:450px;
}
#brandsPageContent .brandsContentProductDescription h3{
	font:bold 14px/18px Arial, Helvetica, sans-serif;
}

#brandsPageContent .brandsContentProductDescription p{
	width:450px;
}
#brandsPageContent .brandsContentProductDescription li{
	font-size:12px;
	list-style:none;
	margin-left:-16px;
}
/*Products page*/
#brandsPageContent p.prdInstructions{
	font-size:1.4em;
	font-weight:bold;
	width:450px;
}

/*Product Type Pages*/
#brandsPageContent h3.productTypeHeader{
	font:normal 16px/20px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.brandsContentProductDescription img{
	margin-bottom:20px;
}


/*News Articles*/
#newsLeftCol{
	display:none;	
}
#newsRightCol{
	width:100%;	
}
#newsRightCol h2{
	border:none;
}
#newsRightCol .newsList{
	width:100%;	
}
#newsRightCol .newsArchiveLink{
	display:none;	
}


/* Footer
-----------------------------------------------------------------------------*/
#pageInfo, #backToTopLink{
	display:none;
}

