/*------------------------------------------------------------------
[PRINT Stylesheet]

Project: Questas - EPG Pumps	
Version:	0.95
Last change:	
Assigned to:	Chris Blown - Hinterlands Consultancy
Primary use:	Print
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
Clear fix for floated content and container height stuff
-------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*------------------------------------------------------------------
Body / Defaults
-------------------------------------------------------------------*/

body {
	margin: 20px;
	padding: 0px;
	background: #fff;
	font: 13px Arial, sans-serif;
	color: #666;
	background-color:#eee;
}

h1, h2, h3 {
	font-size: 1.82em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #888;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
    margin-bottom: 0.75em;
}
.clear {
	clear:both;
}

.hide {
	display:none;
}

a.selected { 
	text-decoration:underline;
}

a img { border:none; }

/*------------------------------------------------------------------
page
-------------------------------------------------------------------*/

#page { 
	width:100%;
	margin: 0 auto;
	background-color:#fff;
}

/*------------------------------------------------------------------
header
-------------------------------------------------------------------*/
#header { 
	position: relative;
	height: 176px;
	background: url(/images/topbanner.gif) no-repeat #fff;	
}

#header a.logo { 

}

#header a.logo h1 img { 
display:block;
}

#header a img { border: none; }

/*------------------------------------------------------------------
content
-------------------------------------------------------------------*/
#content {
	width: 100%; 
	float:none;;
	background-color:#fff;
	padding: 0 20px 20px 25px;
}

#content h1 {
	font-size:20px;
	font-weight:bold;
	color: #004677;
}

#content h2 {
	font-size:18px;
	font-weight:bold;
	color: #004677;
	padding-top:0.8em;
}

#content h3 {
	font-size:16px;
	font-weight:bold;
	color: #004677;	
	padding-top:0.7em;
}

#content h4 {
	font-size:14px;
	font-weight:bold;
	color: #004677;	
	padding-top:0.6em;
}

#content p {
	margin: 0.5em 0; 
	color: #666;
	font-size: 12px;
	line-height: 1.3;
}

/*------------------------------------------------------------------
content list
-------------------------------------------------------------------*/

#content ul {
	padding: 0.6em 0.3em;	
}

#content ul li {
	background: url(/images/bullet2.gif) 0 -2px no-repeat; 
	padding-left: 22px;
	line-height:18px;	
	font-size: 12px;
	margin-bottom: 5px;	
zoom:1;
}

/*------------------------------------------------------------------
content crumbs
-------------------------------------------------------------------*/

#content p.crumbs {
display:none;	
}


/*------------------------------------------------------------------
sidebar
-------------------------------------------------------------------*/
#sidebar {
	display:none;
}

/*------------------------------------------------------------------
footer
-------------------------------------------------------------------*/
#footer { 
display:none;
}


/*------------------------------------------------------------------
menu
-------------------------------------------------------------------*/

#menu { 
display:none;
}



/*------------------------------------------------------------------
subnav 
-------------------------------------------------------------------*/

#subnav { 
	display:none;
}


/*------------------------------------------------------------------
documents 
-------------------------------------------------------------------*/

#documents { 
	padding: 10px 10px 10px 0;
}

#documents h3 { 
	display:block;
	height:25px;
	font-size:14px;
	font-weight:bold;
	color:#F47920;
	/*border-bottom: 1px solid #eee;*/
	margin-bottom:5px;
}

#documents a { 
	display:block;
	color:#1784B9;
	height: 25px;
	line-height: 23px;
	background: url(/images/bullet1.gif) no-repeat;
	padding-left: 20px;
	white-space: nowrap;
}

#sdocuments a.selected, #documents a:hover { 
	color:#003273;
	text-decoration:none;
}

/*------------------------------------------------------------------
product search
-------------------------------------------------------------------*/

form#psearch { 
	margin:0;
	padding:0;
	position: relative;
	float:right;
	padding: 15px 10px 0 0;
}

form#psearch input.text {
	font-size: 10px;
	color: #666;
	width:184px;
	height: 20px;
	border:none;
	background: url(/images/searchbg.gif) no-repeat top right transparent;
	/*line-height:28px;*/
	padding: 8px 6px 0px 8px;
}

form#psearch input {
	margin:0;
	padding:0;
	vertical-align:middle;
}

/*------------------------------------------------------------------
buttons
-------------------------------------------------------------------*/

a.button {
	display:block;
	width:132px;
	height: 38px;
	line-height:38px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background: url(/images/buttonsprite-38.png) no-repeat transparent;
}

a.button:hover {
	background-position: 0 -38px;
	text-decoration: none;
}

a.disabled {
	background: url(/images/buttonsprite-38-disabled.png) no-repeat transparent;
}




/*------------------------------------------------------------------
brand list styles
-------------------------------------------------------------------*/

#brands {  }

#brands ul { 
	list-style:none;
	padding:0;
	margin:0;
}

#brands ul li {
	background:none; 
	display:inline;
	padding:0;
	margin:0;
	float:left;
}

#brands ul li a { 
	display:block;
	width: 280px;
	height: 200px;
	overflow:hidden;
	text-decoration:none;
	float:left;
	/*z-index:1;*/
}
 
#brands ul li a:hover { 
	background: url(/images/logohover.jpg) no-repeat;	
}

#brands div { 
	display:none;
	position:absolute;
	width:500px;
	padding:50px;			
}

#brands div div.close { 
	background:url(/images/uploads/close.png) no-repeat; 
	position:absolute; 
	top:10px; 
	left:10px; 
	width:25px; 
	height:25px; 
	cursor:pointer;  
	display:block;  
	z-index:999; 
} 

/*------------------------------------------------------------------
rel media classes
-------------------------------------------------------------------*/

.right { 
	float:right;	
}

.left { 
	float:left;
}

.hspace { 
	padding-left: 5px;
	padding-right: 5px;
}

.vspace { 
	padding-top: 5px;
	padding-bottom: 5px;
}

.nopad { 
	padding:0;
}

.toppad { 
	padding-top: 2em;
}

.botpad { 
	padding-top: 20px;
}

.rspace { 
	padding-right: 10px;
}

.lspace { 
	padding-left: 10px;
}

#psearch { display:none; }

/*------------------------------------------------------------------
Paginate
-------------------------------------------------------------------*/

p.paginate { 
	font-size:12px;
	font-weight:bold;
	color:#185396;
}

p.paginate a { 
	color: #185396;
}

p.paginate a:hover { 
	text-decoration: underline;
}

/*------------------------------------------------------------------
News Styles	
-------------------------------------------------------------------*/

body.news h3 {
	padding:0;
	margin:0;
	line-height: 1.2em;
	border-bottom: 1px solid #eee;
	margin-top:0.5em;
	margin-bottom:0.5em; 
}

body.news #content h3 a {
	color: #004677;
}

body.news #content h3 a:hover {
	color:#F47920;	
	text-decoration: none;
}

body.news p.date {
	font-style: italic;
}

body.news hr {
	display:block;
	height: 1em;
	padding:0;
	margin:0;
	border:0;
	color:#fff;  		/* poor IE */
}

body.news a.more {
	color: #004677;
}

body.news a.more:hover {
	color:#F47920;	
	text-decoration: none;
}

/*------------------------------------------------------------------
table glossary
-------------------------------------------------------------------*/

html body #content table.glossary {
	font-size:12px;
}

html body #content table.glossary td {
	padding: 4px 5px 10px 5px;
}

/*------------------------------------------------------------------
Contact / Inquiry / Request a Quote Forms
-------------------------------------------------------------------*/

fieldset#inquiry {
	width:400px;
	border:none;
	background-color:#f5f5f5;
	padding:10px 20px;
	margin:10px 0 0 0;
}

fieldset#inquiry p {
	margin:10px 0;
	padding:0;
}

fieldset#inquiry legend {
	display:none;
}

fieldset#inquiry label {
	font-size:12px;
	font-weight:bold;
}

fieldset#inquiry input {
	border: 1px solid #aaa;
	padding:3px;
	color:#000;
	font-size:12px;
	width:98%;
}

fieldset#inquiry textarea {
	border: 1px solid #aaa;
	padding:3px;
	color:#000;
	font-size:100%;
	font-family: Corbel, "Tahoma", "Nimbus Sans L", Arial, sans serif;
	width:98%;
}



/*------------------------------------------------------------------
form quote
-------------------------------------------------------------------*/

form.quote {
	width:400px;
	border:none;
	background-color:#f5f5f5;
	padding:10px 20px;
	margin:10px 0 0 0;
}

fieldset#inquiry label, form.quote label {
	position:relative;
	display:block;
	margin:10px 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
padding-top:3px;
}

fieldset#inquiry input.text, form.quote input.text {
	border: 1px solid #aaa;
	padding:3px;
	color:#000;
	font-size:12px;
	width:98%;
}

form.quote input.small {
	width:140px;
	position:absolute;
	left:200px;
}

fieldset#inquiry select, form.quote select {
	position:absolute;
	left:200px;
}

fieldset#inquiry select.minor {
	position:absolute;
	left:120px;
}

form.quote textarea {
	border: 1px solid #aaa;
	padding:3px;
	color:#000;
	font-size:100%;
	font-family: Corbel, "Tahoma", "Nimbus Sans L", Arial, sans serif;
	width:98%;
	height: 100px;
}

fieldset#inquiry select {
	margin-bottom:5px;
	top:-3px;
}

fieldset#inquiry div.left {
	width:90px;
	height:50px;
}

fieldset#inquiry div.left label {
	margin-top:0;
}

fieldset#inquiry div.short {
	width:90px;
	padding-right:10px;
}

fieldset#inquiry div.short select.full {
	position:static;
	width:90%;
}

/*------------------------------------------------------------------
Quoter
-------------------------------------------------------------------*/

#quoter {
display:none;
}

#contactor {
display:none;
}

/*------------------------------------------------------------------
Product Details Page
-------------------------------------------------------------------*/

#content ul.product_details_tabs {
display:none;
}

div.product_details_tab {
display:block;
width:100%;
}

/*------------------------------------------------------------------
Product Landing
-------------------------------------------------------------------*/

div.product_listing {
width:260px;
float:left; 
margin-top:10px;
}

div.product_listing ul {  }

div.product_listing a {
padding:5px 2px;
}

div.product_listing a:hover {

}

/*------------------------------------------------------------------
Industry List
-------------------------------------------------------------------*/
div.indust {
width:220px;
border: 1px solid #f47920;
margin-top:10px;
padding: 0 10px 10px 10px;
}

div.indust h3 { color: #f47920 !important; padding-bottom:5px; }

div.indust span {
display:block;
line-height:25px;
width:100px;
font-size:10px;
font-weight: bold;
color:#1b5b88;
}

div.indust span.available { background: url(/images/avail.gif) no-repeat top right #fff;}

/*------------------------------------------------------------------
Product Summary
-------------------------------------------------------------------*/

div#summary { }
div#summary h4 {  }
div#summary h5 {  }


/*
div.product { 
position:relative; 
width:250px;
height:305px;
float:left;
margin:10px 60px 10px 0;
}

div.product div.image {
border: 1px solid #f47920;
margin-top:5px;
margin-right:5px;
width:240px;
text-align:center;
overflow:hidden;
min-height:250px;
background: url("/images/noimage.gif") no-repeat center #fff;
}

div.product div.details {
width:240px;
position:absolute; 
display:block;
font-weight:bold;
font-size: 12px;
text-align:center;
bottom:0;
}

div.product div.details a {
//float:left;
}

div.product div.details a.brand{
//float:right;
}

*/

div.product div.details a {
color:#1b5b88;
}

div#summary hr {
	display:block;
	height: 0px;
	padding:0;
	margin:0;
	border:0;
	color:#fff;  		
	clear:both;
}

#pagination { clear:both; }

#pagination p {
float:right;
padding-left:20px;
font-weight:bold;
color:#1b5b88;
 }

#pagination p a {
font-weight:bold;
color:#1b5b88;
 }

/*------------------------------------------------------------------
Product Summary CHANGE
-------------------------------------------------------------------*/

div.product { 
position:relative; 
width:180px;
height:215px;
float:left;
margin:10px 40px 10px 0;
}

div.product div.image {
border: 1px solid #f47920;
margin-top:5px;
margin-right:5px;
width:150px;
height:150px;
text-align:center;
overflow:hidden;
max-height:150px;
/*background: url("/images/noimage.gif") no-repeat center #fff;*/
}

div.product div.image img {
max-height:140px;
max-width:150px;
}

div.product div.details {
width:150px;
position:absolute; 
display:block;
font-weight:bold;
font-size: 11px;
text-align:left;
bottom:0;
}

div.product div.details a {

}

div.product div.details a img {
vertical-align:top;
margin-bottom:10px;
}

div.product div.details a.brand{
float:left;
}











