/*------------------------------------------------------------------
[Master Stylesheet]

Project: Questas - Malcolm Thompson Pumps	
Version:	0.6
Last change:	
Assigned to:	Chris Blown - Hinterlands Consultancy
Primary use:	Screen
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
# [Color codes]

# Body background: #
# Header background: #
# Main text colour: #
# Footer background: #;
# Border colour: #;

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
# [Structure]

body
#page
	#header
		#menu
	#content	
		#crumbs
		#navBoxes
	#sidebar
	#footer

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 CSS Reset
-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {	line-height: 1;}
ol, ul {list-style: none;}

blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus { outline: 0;}				/* remember to define focus styles! */
ins { text-decoration: none;  }	/* remember to highlight inserts somehow! */
del { text-decoration: line-through; }

table {
	border-collapse: collapse;		/* tables still need 'cellspacing="0"' in the markup */
	border-spacing: 0;
}

address {font-style: normal;}

/*------------------------------------------------------------------
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: 0px;
	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: 1.2em;
}
.clear {
	clear:both;
}

.hide {
	display:none;
}

a.selected { 
	text-decoration:underline;
}

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

#page { 
	width:895px;
	margin: 0 auto;
	background-color:#fff;
	/*border: 3px solid #000;*/
}

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

#header-tail { 
	position: absolute;
	width: 100px;
	height: 150px;
	bottom:-150px;
	right:0px;
	background: url(/images/tail.gif) no-repeat transparent;
	z-index:-999;
}

#header a.logo { 
	display:block;
	position:absolute;
	width:330px;
	height:95px;
	top:20px;
	left:10px;
	overflow:hidden;
	text-indent: -1000px;

}

#header a.logo img { 
	display:none;
}

/*------------------------------------------------------------------
content
-------------------------------------------------------------------*/
#content {
	width: 850px; 
	float:right;
	min-height:400px;
	padding: 40px 20px 20px 25px;
	background: url(/images/tail.gif) no-repeat top right #fff;
}

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

#content h2 {
	font-size:17px;
	font-weight:bold;
	color:#00ADFB;
	padding-top:0.8em;
}

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

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

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

#content img.flt-left{float: left; margin: 10px 10px 10px 0;}

/*------------------------------------------------------------------
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 ul p { padding-left: 22px; }*/

/*-----------------------------------------------------------------
Conversion Tables
-----------------------------------------------------------------*/
#content table.conversion { border: 1px solid #08a; margin: 10px 0 10px 0;}

#content table.conversion td, #content table th { padding: 5px; }

#content table.conversion td {
	border-right: 1px solid #08a;
	border-top: 1px solid #ccc;
	background-color: #eee;
}

#content table.conversion th { padding: 5px; border: 1px solid #08a; background-color: #adf;}

/*------------------------------------------------------------------
Pumping Formulas
-------------------------------------------------------------------*/
#content table.formula { margin: 5px 0 40px 0px;}
#content table.formula h3 { padding: 30px 0 0px 0px; }

#content table.formula th { vertical-align: middle; text-align: left;}
body #content table.formula td { 
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	padding: 5px;
	margin: 0 10px 0 10px;
	background: url(images/skin/divide.gif) repeat-x 0 24px #fff;
}

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

#content p.crumbs {
	margin: 0;
	font-size:10px;
	color:#00afdb;
	margin-bottom: 20px;	
	line-height: 1;	
}

#content p.crumbs a { 
	color:#00afdb;
}


/*------------------------------------------------------------------
sidebar
-------------------------------------------------------------------*/
#sidebar {
	display:none;
	width:	 170px; 
	float:right;
	min-height:400px;
	background:#fff;
}

/*------------------------------------------------------------------
footer
-------------------------------------------------------------------*/
#footer { 
	clear:both;
	height:94px;
	background-color:#fff;

}

#footer ul {
	list-style:none;
}

#footer ul li { 
	float:left;

}

#footer ul li a {
	line-height: 16px; 
	font-size:10px;
	font-weight:bold;
	color:#231f20;
	padding: 0 10px;
	border-left: 1px solid #00afdb;
}

#footer ul li:first-child a, #footer ul li.first-child a { 
	border:none;
}

#footer p {
	line-height: 16px;
	font-size:9px;
	color:#231f20;
	margin-left:30px;
	text-align:center;
}


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

#menu { 
	position:absolute;
	width:640px;
	display:block;
	margin: 0 auto;
	list-style:none;
	bottom:4px;
	left:120px;
}

#menu ul { display:none;}   /* Hide Sub Nav */

#menu li { 
	display:inline;
}

#menu li a {
	display:block;
	padding: 0px 8px;
	float:left;
	color:#fff;
	font-size:11px;
	font-weight: bold;
	height:32px;
	border-right: 1px solid #009ec7;
	border-left: 1px solid #008db2;
	line-height:30px;
}

#menu li:first-child a {
	border-left:none;
}

#menu li a:hover, #menu li a.selected  {
	text-decoration:none; background:url(/images/topmenusprite-33.gif) no-repeat;
}

#menu ul {
	position:absolute;
	top:21px;
	left:50px;
	z-index:999;
}

#menu ul li a  {
	float:none;
	background:url(/images/topmenusprite-33.gif) no-repeat 0 -33px;
}

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

#subnav { 
	padding: 0px 10px 0 20px;
}

#subnav h1 { 
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#231f20;
	/*border-bottom: 1px solid #eee;*/
	margin-bottom:5px;
}

#subnav h3 { 
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#231f20;
	/*border-bottom: 1px solid #eee;*/
	margin-bottom:5px;
}


#subnav h3 a {
background: none;
padding-left:0px;	
	color:#231f20;
}


#subnav a { 
	display:block;
	color:#1784B9;
	line-height: 23px;	
	padding-left: 20px;
	background: url(/images/bullet2.gif) no-repeat;
}
#subnav a.type {
	background: url(/images/bullet2.gif) no-repeat;
}
#subnav a.type_sub {	
	margin-left:10px;
	background: url(/images/bullet2s.gif) no-repeat;
}
#subnav a.type_sub_sub {	
	margin-left:15px;
	background: url(/images/bullet2ss.gif) no-repeat;
}

#subnav a.selected, #subnav a:hover { 
	color:#231f20;
	text-decoration:none;
}

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

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

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

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

#sdocuments a.selected, #documents a:hover { 
	color:#231f20;
	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:162px;
	height: 20px;
	border:none;
	background: url(/images/searchbg2.gif) no-repeat top left 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:107px;
	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;
}

a.button_lg {
	display:block;
	width: 160px;
	height: 50px;
	line-height:48px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background: url(/images/buttonsprite-50.png) no-repeat transparent;
	float: left;
	margin: 0 0 0 10px;
}
a.button_lg:hover { text-decoration: none; background-position: 0 -50px; }

/*------------------------------------------------------------------
two column adjusters
-------------------------------------------------------------------*/

body.twocolumn #sidebar {
	display:block;
	width: 170px; 
	float:right;
	min-height:400px;
	background-color:#fff;
	padding-top: 30px;
}

body.twocolumn #content {
	width: 680px; 
	float:right;
	min-height:400px;
	background-color:#fff;
	padding: 30px 20px 20px 25px;
} 

/*------------------------------------------------------------------
home page overrides  body.home
-------------------------------------------------------------------*/

body.home #content {
	width: 500px; 
	min-height:400px;
	float:right;
	background: none #fff;
	padding: 40px 20px 20px 25px;
}

body.home #content div.slideshow {position:relative;margin-top:30px;width:160px;height:160px;float:left;}
body.home #content div.slideshow img {border:0;position:absolute;top:0;left:0;}

body.home #content h1{ font-size:17px; }
body.home #content ul li a { color:#00afdb; font-size: 13px; font-weight: bold; }
body.home #content ul li a:hover { color:#231f20; }

body.home #content ul {display: block; float: left; width: 328px;}

body.home a.landing {
	position:absolute;
	display:block;
	width: 530px;
	height: 440px;
}

body.home #sidebar {
	display:block;
	width: 335px; 
	float:right;
	min-height:440px;
	background: url(/images/tail.gif) no-repeat top right #fff;
}

body.home #content a.button2 {
	display: block;
	float: left;
	width: 240px;
}

body.home #content a.button2:hover {text-decoration: none; }

body.home #content a h2 {text-align: center; font-size: 14px;  }
body.home #content a img {display: block; margin: 10px auto; }



/*------------------------------------------------------------------
home page main decal
-------------------------------------------------------------------*/

body.home div.decal {
	position:relative;
	z-index:99;
}

body.home div.decal p, body.home div.decal h2 {
	overflow:hidden;
	text-indent: -9000px;
}

/*------------------------------------------------------------------
home page feature links
-------------------------------------------------------------------*/

body.home #sidebar #links { 
	list-style:none;
	margin-top:120px;
	margin-bottom: 30px;
}

body.home #sidebar #links li a {
	display:block;
	width:231px;
	height:60px;
	margin-bottom:15px;
	overflow:hidden;
	padding: 7px 80px 2px 9px;
}

body.home #sidebar #links li a:hover {
	text-decoration:none;
}


body.home #sidebar #links li a.brand  { background: url(/images/quicklinksprites2-69.jpg) no-repeat 0 -69px #fff;  }
body.home #sidebar #links li a.industry    { background: url(/images/quicklinksprites2-69.jpg) no-repeat 0 -138px #fff;  }

body.home #sidebar #links li a h3 { 
	font-size:14px;
	font-weight:bold;
	color:#231f20;
}

body.home #sidebar #links li a p {
	font-size:10px;
	color:#666;
	width:200px;
}
body.home #sidebar #links li a.feature p, body.home #sidebar #links li a.brand p {
	float:right;
}

body.home #sidebar #links li a span {
	color:#00afdb;
}

body.home #sidebar #links li a:hover span {
	text-decoration:underline;
}
 
body.home #sidebar #links li a.right { 
	width:231px;
	text-align:right; 
	padding: 7px 9px 2px 80px;
	float:none;
}

body.home #sidebar #links li a.feature { 
	width:211px;
	text-align:right; 
	padding: 7px 9px 2px 100px;
	float:none;
}

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

#brands, #industries {  }

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

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

#brands ul.brands li a, #industries ul.industries li a { 
	display:block;
	width: 280px;
	height: 200px;
	overflow:hidden;
	text-decoration:none;
	float:left;
	/*z-index:1;*/
}
#brands ul.brands li a, #brands ul.brands li a img {
	width: 210px;
	height: 150px;
}

#industries ul.industries li a {
	width:210px;
	height:110px;
}
#industries ul.industries li a img {
	width:150px;
	height:100px;
}
#brands ul.brands li a:hover { 
	background: url(/images/logohover.jpg) no-repeat;	
}

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

#brands div div.close, #industries 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 !important;
}

.toppad { 
	padding-top: 2em;
}

.botpad { 
	padding-top: 20px;
}

.rspace { 
	padding-right: 10px;
}

.lspace { 
	padding-left: 10px;
}

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

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

p.paginate a { 
	color:#00afdb;
}

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:#00afdb;
}

body.news #content h3 a:hover {
	color:#231f20;	
	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:#00afdb;
}

body.news a.more:hover {
	color:#231f20;	
	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%;
}
fieldset#inquiry div.double div {
	float: left;
	display:inline;
	width: 190px;
	height: 30px;

}

fieldset#inquiry div.double div  input{
	width: auto;
	border: none;
}

fieldset#inquiry div.double label, fieldset#inquiry div.double p label  { height: auto; }



/*------------------------------------------------------------------
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 {
	position:absolute;
	right:6px;
	top:48px;
}


#pump_tools {
	position:absolute;
	right:112px;
	top:48px;
}



#quoter:hover, #pump_tools:hover {

}


/*------------------------------------------------------------------
Product
-------------------------------------------------------------------*/
p.disclaimer {
	clear:both;
	font-size:10px;
	padding:1em 1em 0 1em;
}

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

#content ul.product_details_tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	display:block;
	clear:left;
}

#content ul.product_details_tabs li {
	background: none;
	display:inline;
	margin: 0;
	padding: 0;	
}
#content ul.product_details_tabs li a { 
	display:block;
	width: 113px;
	height:30px;
	float: left;
	padding: 0;
	background-color:#eaeeef;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color:#fff;
	line-height:30px;
	text-align:center;
	background: url(/images/tabsprite2-30.png) no-repeat 0 -30px #fff;
	cursor: hand !important;	
}

#content ul.product_details_tabs li a:hover, #content ul.product_details_tabs li a.selected {
	background: url(/images/tabsprite2-30.png) no-repeat 0 0 #fff;
} 

div.product_details_tab {
	width:525px;
	/* border: 3px solid #231f20;*/
	padding: 0px 20px 10px 20px;
	clear:left;
	min-height: 416px;
	display:none;
	/*-moz-border-radius: 15px;
	border-radius: 15px;*/
background: url(/images/feature-bg.gif) repeat-x #fff;
}

div#features.product_details_tab {
	display:block;
}


div.product_details_tab table {
	width: 500px;
	border-collapse: collapse;
	padding:0;
	padding:10px 0;
	border-spacing:0;
}

#content div#techspecs table {
	width:790px;
}

div.product_details_tab table td {
	border-bottom: 1px solid #00afdb;
	padding:2px;
	margin:0;
}

div.product_details_tab img {
	max-width:530px;
}

div.product_options_techspecs {	
	display:none;
	position:absolute;
	top:99px;
	right:20px;
	width:250px;	
}

div.product_options { float:right; margin-top:29px; width:250px;}

div#product_image {
position:relative;
clear:right;
margin-top:20px;
margin-right:5px;
width:250px;
text-align:center;
overflow:hidden;
height:250px;
background: url("/images/noimage.gif") no-repeat center #fff;
}

div#product_image img {
padding:0;
}

div#product_image a {
position: absolute;
display:block;
width:250px;
height: 250px;
top:0;
left:0;
background-image: url(/images/border-frame-250.png);
text-decoration:none;
}

div.product_large {display:none; width:800px; text-align:center; z-index:99; }
div.product_large img {max-width:700px; max-height: 500px; margin:50px 0 0 0; }

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

img.brand_image {float:left;}



div.product_buttons {
position:relative;
height:78px;
}

div.product_buttons a.button {
position:absolute;
}


div.product_buttons a.back {
right:0;
background-position: 0 -38px;
}


div.product_buttons a.back:hover {
background-position: 0 0;
}

div.product_buttons a.print {
left:5px;
top:45px;
}


div.product_buttons a.request{
right:0;
top:45px;
}


div.product_buttons a { float:left;}

body.product_details #content h1 {
line-height:78px;
}

/*------------------------------------------------------------------
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: 3px solid #231f20; */
margin-top:10px;
padding: 0 13px 10px 8px;
/*
-moz-border-radius: 15px;
border-radius: 15px;
*/
}

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

div.indust span {
display:block;
line-height:25px;
width:100px;
padding-left:33px;
font-size:10px;
font-weight: bold;
color:#231f20;
}

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

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

div#summary { }
div#summary h2 {color:#231f20;font-size:16px;}
div#summary h3 {color:#00afdb;font-size:14px;}
div#summary h4 {color:#666;font-size:12px;}



div.product div.details a {
color:#00afdb;
}

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;
padding-right:40px;
font-weight:bold;
color:#231f20;
 }

#pagination p a {
font-weight:bold;
color:#231f20;
margin:0 3px;
 }

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

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

div.product div.image {
/*border: 1px solid #231f20;*/
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.image a {
width: 150px;
height: 150px;
position:absolute;
z-index:999;
top:5px;
left:0;
background-image: url(/images/border-frame-150.png);
}

div.product div.image a:hover {
text-decoration: none;
}

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;
}

/*------------------------------------------------------------------
Footer Logo Slider 
-------------------------------------------------------------------*/

/* Easy Slider */

#logo_slider{margin-left:20px;}	
#logo_slider ul, #logo_slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#logo_slider li{ 
	/* 
		define width and height of list item (slide)
		entire logo_slider area will adjust according to the parameters provided here
	*/ 
	width:845px;
	height:97px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:12px;
	height:60px;
	position:absolute;
	left:10px;
	top:22px;
	}	
#nextBtn{ 
	left:870px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:12px;
	height:60px;
	text-indent: -9000px;
	background:url(/images/arrow-sprite-12-60.jpg) no-repeat 0 0 #fff;	
	}	
#nextBtn a{ 
	background-position: -13px 0;	
	}												
#prevBtn a:hover {
	background-position: 0 -60px;
}
#nextBtn a:hover {
	background-position: -13px -60px;
}
/* // Easy logo_slider */


#logo_slider .logo_slide {
	width: 845px;
	height: 97px;
}

#footer {
	position: relative;
	height: 120px;
}

/*------------------------------------------------------------------
IE6 Hacks
-------------------------------------------------------------------*/

* html #content {
	height: 450px;
}

* html div.product_details_tab img {
	width:530px;
}

* html div.product_details_tab {
height: 416px;
}

* html div#product_image { 
height:250px;
}

div.product div.image {
height:150px;
}

* html div.product { 
width:150px;
}

* html div.product div.image img {
height:140px;
}

* html #content ul.product_details_tabs li a { 
	background: url(/images/tabsprite2-30.gif) no-repeat 0 -30px #fff;	
}

* html #content ul.product_details_tabs li a:hover, #content ul.product_details_tabs li a.selected {
	background: url(/images/tabsprite2-30.gif) no-repeat 0 0 #fff;
} 

* html #content div.product_options_techspecs {	
	right:19px;
}

p.blue {
color: #00AFDB !important;
line-height: 1.2 !important;
font-size:12px !important;
}

td.pad-left {
padding-left: 60px;
}





