@charset "UTF-8";

/* ******************************** */
/* 			GLOBAL MISC.			*/	
/* ******************************** */

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #7e7c7c;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border: none;
	background-image: url(../images/bg_texture.gif);
	background-repeat: repeat-x repeat-y;
}

.clear {
	clear: both;
}

img {
	border: none;
}

/* ******************************** */
/* 			TEXT CONTROLS			*/	
/* ******************************** */

/*	HEADINGS		
----------------------------*/
h1, h2, h3, h4, h5 {
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	display: block;
	height: auto;
	width: auto;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-family: impact, verdana, helvetica, arial, sans-serif;
	font-size: 5.5em;
	color: #fff;
	margin: 10px 0 10px 0;
}

h2 {
	display: block;
	float: left;
	height: 39px;
	width: auto;
	background-image: url(../images/orangebannerbg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 4px 10px 0 10px;
	color: #000;
	font-weight: bold;
	font-size: 1.6em;
}


h3 {
	font-size: 1.6em;
	color: #FC0;
	font-weight: bold;
	display: block;
	margin: 10px 0 10px 0;
	padding: 0;
	height: 22px;
}

h4 {
	font-size: 29px;
	margin: 0;
	display: block;
	height: 52px;
	width: 269px;
	margin: 14px 0 -14px 20px;
	color: #F60;
}

h5 {
	display: block;
	color: #FC0;
	font-weight: bold;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 10px;
	background-color: #222;
}


/*	PARAGRAPH		
----------------------------*/
p {
	display: block;
	margin: 0 0 15px 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 2em;
}

p.intro {
	display: block;
	margin: 0 0 15px 0;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 2em;
}

p.condensed {
	line-height: 2em;
}

p.condensed2 {
	line-height: 2.4em;
}

p.bulkmaterial {
	line-height: 2.5em;
}

p.plasticMolding {
	line-height: 1.5em;
}

p.industry {
	display: block;
	margin: 0 20px 15px 10px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 2em;
	
}

sup {
	font-size: 75%;
}



/*	LIST ITEMS		
----------------------------*/	
ul {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 13px;
	
}

ul.spaced {
	line-height: 30px;
}

li {
	margin: 5px 10px 0 20px;
}





/*	LINKS		
----------------------------*/	
a:link, a:visited, a:hover, a:active {
	outline: none;
	border: none;
}




/* ******************************** */
/* 		PRIMARY ARCHITECTURE		*/	
/* ******************************** */

/*	BACKGROUND ELEMENTS		
----------------------------*/
#wrapper {
	position: relative;
	height: 100%;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	background-color: #000;
	background-image: url(../images/background_image.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border: none;
}

#gradient {
	position: absolute;
	height: 100%; /* this is causing problems... */
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(../images/bg_gradient.png);
	background-repeat: repeat-x;
}

#shadowLeft {
	position: absolute;
	left: -19px;
	top: 0px;
	height: 100%;
	width: 20px;
	margin: 0;
	padding: 0;
	background-image: url(../images/shadow_left.png);
	background-repeat: repeat-y;
}

#shadowRight {
	position: absolute;
	right: -19px;
	top: 0px;
	height: 100%;
	width: 20px;
	margin: 0;
	padding: 0;
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
}


/*	HEADER		
----------------------------*/
#header {
	position: relative;
	height: 93px;
	width: 1022px;
	min-width: 1000px;
	margin: 0;
	padding: 0;
	background-color: #e0dedf;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #3d5257;
	border-right: 1px solid #3d5257;
}

#logo {
	position: absolute;
	top: 9px;
	left: 3px;
	height: 75px;
	width: 344px;
	margin: 0;
	padding: 0;
	border: none;
}

#headerContent {
	position: relative;
	height: 115px;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}


/*	MAIN CONTENT GENERAL		
----------------------------*/
.mainContainer {
	position: relative;
	height: auto;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	border: none;
}

.leftSide {
	position: relative;
	float: left;
	height: auto;
	width: 600px;
	margin: 0;
	padding: 0;
	border: none;
}

.leftSideFull {
	position: relative;
	float: left;
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(../images/text_bg.jpg);
	background-repeat: repeat-x;
}

.rightSide {
	position: relative;
	top: -20px;
	float: right;
	height: auto;
	width: 400px;
	margin: 0;
	padding: 0;
	border: none;
}

.rightSide img {
	margin: 10px;
	padding: 0;
	border: 1px solid #fff;
	
}

.bodyCopy {
	position: relative;
	height: auto;
	width: auto;
	margin: 20px;
	padding: 0;
	border: none;
}

#bodyCopy a {
	color: #2A4249;
}

#bodyCopy a:hover {
	color: #F60;
}

.infoCopy {
	position: relative;
	float: left;
	height: auto;
	width: 700px;
	margin: 15px 10px 15px 30px;
	padding: 0;
	border: none;
}

.infoCopy p {
	line-height: 1.8em;
}


/*	FOOTER		
----------------------------*/
#footer {
	position: relative;
	height: 80px;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	background-color: #2a4249;
	border-bottom: 1px solid #1b2d31;
}
/* CSS Addition by GFI for Footer */
#footerRow1
{
	/*padding-left: 270px;    LC width */
  	/*padding-right: 270px;   RC width */
	
}

#flogo/*used to be footerRow1Col1*/
{
	 width: 250px;          /* LC width */
     padding: 0 10px;       /* LC padding */
  	 /*right: 270px;           LC fullwidth + CC padding 
  	 margin-left: -100%;*/
	 margin-left:10px;
	 text-align:left; top:7px;
	
	 
}
#footerRow1Col2
{
  /*padding: 10px 20px; */   /* CC padding */
  width: 100%; 
  text-align:center; top:25px;
  
  
}
#footerRow1Col3
{
	 width: 250px;          /* RC width */
     padding: 0 10px;       /* RC padding */  	           
  	  /*margin-right: -270px;  RC fullwidth + CC padding */
	 text-align:right; top:27px;
	 margin-right:10px;
	 
}
#footerRow1Col4
{
	 width: 250px;          /* RC width */
     padding: 0 10px;       /* RC padding */  	           
  	  /*margin-right: -270px;  RC fullwidth + CC padding */
	 text-align:right; top:27px;
	 margin-right:10px;
	 
}
#footerRow1 .footerCol
{
  position: relative;  float: left;
  color:#FFFFFF; font-weight:bold; line-height:15px;
}
#footerRow1 .footerCol1
{
  position: relative;  float: right;
  color:#FFFFFF; font-weight:bold; line-height:15px;
}
#footerRow1 .footerCol a, #footerRow1 .footerCol1 a
{
  color:#FFFFFF; text-decoration:underline;

}
#footerRow2
{
	clear:both;
}
/*** IE Fix ***/
* html #flogo { /*used to be: footerRow1Col1*/
  /*left: 270px;           /* RC fullwidth */
}

#footerContent {
	position: relative;
	height: 60px;
	width: 990px;
	margin: 6px auto;
	padding: 4px 0 5px 0;
}

#footerLogo {
	position: absolute;
	left: 0px;
	top: 9px;
	height: 51px;
	width: 254px;
	margin: 0;
	padding: 0;
	
}

#footerLegal {
	position: relative;
	top: 12px;
	height: auto;
	width: 550px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#footerAddress {
	position: absolute;
	top:  12px;
	right: 0px;
	height: auto;
	width: 300px;
	margin-top: 4px;
	padding: 0;
	text-align: right;
}

#footerShadow {
	position: relative;
	top: -33px;
	left: -20px;
	height: 20px;
	width: 1064px;
	padding: 0;
	background-image: url(../images/footer_shadow.png);
	background-repeat: no-repeat;
	background-color: none;
	z-index:100;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}






/* ******************************** */
/* 			 MAIN ELEMENTS			*/	
/* ******************************** */

/*  BROWSER WINDOW SHADOW		
----------------------------*/
#browserShadow {
	position: absolute;
	top: 0;
	left: 0;
	height: 12px;
	width: 100%;
	background-image: url(../images/browser_shadow.png);
	background-repeat: repeat-x;
	z-index: 2;
}

/*		DIVIDERS		
----------------------------*/
.divider {
	position: relative;
	height: 10px;
	width: 1024px;
	background-image: url(../images/divider_center.gif);
	background-repeat: repeat-x;
}

.dividerLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 10px;
	width: 2px;
	background-image: url(../images/divider_edge.gif);
	background-repeat: no-repeat;
}

.dividerRight {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 10px;
	width: 2px;
	background-image: url(../images/divider_edge.gif);
	background-repeat: no-repeat;
}


/*	ORANGE LINK BANNER		
----------------------------*/
.orangeBanner {
	position: relative;
	left: -11px;
	top: 15px;
	height: 43px;
	width: auto;
}

.orangeBannerLeft {
	position: relative;
	float: left;
	height: 43px;
	width: 11px;
	background-image: url(../images/orangebannerleft.gif);
	background-repeat: no-repeat;
}

.orangeBannerRight {
	position: relative;
	float: left;
	height: 43px;
	width: 15px;
	background-image: url(../images/orangebannerright2.gif);
	background-repeat: no-repeat;
}


/*	ORANGE BANNER RIGHT SIDE		
----------------------------*/
.purpleBanner {
	position: absolute;
	right: -12px;
	top: 15px;
	height: 41px;
	width: auto;
}

.purpleBannerLeft {
	position: relative;
	float: left;
	height: 43px;
	width: 15px;
	background-image: url(../images/orangebanner2left.gif);
	background-repeat: no-repeat;
}

.purpleBannerRight {
	position: relative;
	float: left;
	height: 43px;
	width: 12px;
	background-image: url(../images/orangebanner2right.gif);
	background-repeat: no-repeat;
}


/*		ADVERTISER LINKS		
----------------------------*/
#advertiserLinks {
	position: relative;
	margin: 35px 0 0 20px;
	height: 400px;
	width: 320px;
	border: none;
}

#advertiserLinks ul {
	display: block;
	height: auto;
	width: auto;
	margin: 50px 0 0 50px;
	padding: 0;
	color: #000;
}

#advertiserLinks ul li {
	list-style-image: url(../images/list_arrow.gif);
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
}

#advertiserLinks ul li:hover {
	list-style-image: url(../images/list_arrow_over.gif);
}

#advertiserLinks a {
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	padding: 5px 0 5px 0;
	color: #000;
	list-style-image: url(../images/list_arrow.gif);
	text-decoration: none;
}

#advertiserLinks a:hover  {
	color: #f60;
	text-decoration: underline;
	list-style-image: url(../images/list_arrow_over.gif);
}
	
	
/*		IQS LINKS		
----------------------------*/
#iqsLinksWrapper {
	position: relative;
	height: auto;
	width: 844px;
	margin: 20px auto;
	padding: 0;
	background-color: #e0dedf;
}

.iqsLinkColumn {
	float: left;
	height: auto;
	width: 400px;
	margin: 0 10px 20px 10px;
	padding: 0;
	border: 1px solid #111;
}

.iqsLinkColumn:hover {
	border: 1px solid #FC0;
}

.iqsLinkBox {
	float: left;
	height: 240px; /* can be set to auto, but this evens the two out, which MM likes */
	width: 400px;
	background-color: #2a2a2a;
	margin: 0;
	padding: 0 0 10px 0;
}

.iqsLinkBox:hover {
	background-color: #383838;
}

.linkBoxHeader {
	font-family: impact, arial, helvetica, sans-serif;
	display: block;
	height: auto;
	width: 400px;
	color: #000;
	background-color: #FC0;
	text-align: center;
	font-size: 30px;
	padding: 1px 0 1px 0;
	text-decoration: none;
}

a.linkBoxHeader:hover {
	text-decoration: underline;
}

.iqsLinkBox ul {
	margin: 5px 0 15px 20px;
	padding: 0;
	font-size: 13px;
}

.iqsLinkBox ul.sub {
	margin: 3px 0 0 25px;
	padding: 0;
	font-size: 13px;
}

.iqsLinkBox ul li {
	margin: 0;
	padding: 3px 0 3px 0;
	list-style-type: none;
	color: #fff;
}

span.heading {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #fff;
	font-weight: bold;
}

span.heading a:hover {
	color: #fc0;
}

.iqsLinkBox ul li.sub {
	list-style-type: circle;
	padding: 2px 0 2px 0;
}

.iqsLinkBox ul li a {
	color: #0791e0;
	text-decoration: underline;
	padding: 4px 0 4px 0
}

.iqsLinkBox ul li a:hover {
	text-decoration: underline;
	color: #FC0;
}

.iqsLinkBox ul li.blank {
	list-style-type: none;
}

.leftCell {
	position: relative;
	float: left;
	height: auto;
	width: 200px;
	margin: 0;
	padding: 0;
	border: none;
}

.rightCell {
	position: relative;
	height: auto;
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
}


/*		RFQ LINKS
----------------------------*/
.rfqLink {
	position: relative;
	height: auto;
	width: 140px;
	margin: 5px auto;
	border: 1px solid #666;
}

.rfqLink a {
	display: block;
	position: relative;
	height: auto;
	width: auto;
	margin: 0 auto;
	padding: 4px;
	color: #f8f8f8;
	font-size: 10px;
	background-color: #2a4249;
	border-top: 1px solid #95a1a4;
	border-left: 1px solid #95a1a4;
	border-bottom: 1px solid #1f3137;
	border-right: 1px solid #1f3137;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.rfqLink a:hover {
	color: #fff;
	border-top: 1px solid #7f3300;
	border-left: 1px solid #7f3300;
	border-bottom: 1px solid #f60;
	border-right: 1px solid #f60;
	background-color: #f60;
}

/*		CATEGORY LINKS
----------------------------*/

/* 
NOTE: Need a unique div for each industry page, 
with height unit measured specific to that page */

/* for Hydraulic Equipment & Supplies */
#catLinksHydraulicEquip {
	position: relative;
	height: auto;
	width: 950px; /* change based on # of columns */
	border: none;
	margin: 0 auto;
	padding: 10px;
}

/* for Flow Control */
#catLinksFlowControl {
	position: relative;
	height: auto;
	width: 950px; /* change based on # of columns */
	border: none;
	margin: 0 auto;
	padding: 10px;
}

/* for Hardware */
#catLinksHardware {
	position: relative;
	height: auto;
	width: 626px; /* change based on # of columns */
	border: none;
	margin: 0 auto;
	padding: 10px;
}

/* for Packaging Equipment and Supplies */
#catLinksPackaging {
	position: relative;
	height: auto;
	width: 650px; /* change based on # of columns */
	border: none;
	margin: 0 auto;
	padding: 10px;
}

/* for Pumps and Valves */
#catLinksPumps {
	position: relative;
	height: auto;
	width: 982px; /* change based on # of columns */
	border: none;
	margin: 0 auto;
	padding: 10px;
}

/* for Rubber Products and Services */
#catLinksHardware {
	position: relative;
	height: auto;
	width: 626px; /* change based on # of columns */
	border: none;
	margin: 0 auto;
	padding: 10px;
}





.categoryLinkColumn {
	position: relative;
	float: left;
	height: auto;
	width: 300px;
	margin: 10px 10px 20px 10px;
	padding: 0;
	background-color: #d5d2d2;
	border-top: 2px solid #979696;
	border-left: 2px solid #979696;
	border-bottom: 2px solid #f0efef;
	border-right: 2px solid #f0efef;
}

.categoryLinkHeader {
	height: 24px;
	width: 300px;
	margin: 0;
	padding-top: 6px;
	background-color: #2a4249;
	border: none;
	color: #fff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.categoryLinkColumn ul {
	display: block;
	height: auto;
	width: auto;
	margin: 10px;
	padding: 0;
	background-color: #f3f2f2;
	border: 1px solid #ccc;
}
 
.categoryLinkColumn ul li {
	display: block;
	margin: 0;
	padding: 0;
	height: 30px;
	width: auto;	
}

.categoryLinkColumn ul li:hover {
	height: 30px;
	width: 278px;
	background-color: #fff;
}

a.catList {
	display: block;
	position: absolute;
	float: left;
	height: auto;
	width: 270px;
	padding: 7px 0 7px 8px;
	margin: 0;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	color: #555;
}

a.catList:hover {
	color: #444;
	text-decoration: underline;
}

a.rfqButton {
	display: block;
	position: relative;
	top: 2px;
	float: right;
	height: 12px;
	width: 34px;
	margin: 0 2px 0 0;
	padding: 5px 6px 6px 6px;
	font-size: 12px;
	border-top: 1px solid #2a4249;
	border-left: 1px solid #2a4249;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #2a4249;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

a.rfqButton:hover {
	background-color: #f60;
	color: #fff;
	border-top: 3px solid #7e3200;
	border-left: 3px solid #7e3200;
	border-bottom: 1px solid #7e3200;
	border-right: 1px solid #7e3200;
	margin-bottom: -1px;
	padding-top: 4px;
	height: 11px;
	width: 32px;
}


/* for 2-wide columns */
.categoryLinkColumn2 {
	position: relative;
	float: left;
	height: auto;
	width: 602px;
	margin: 10px 10px 20px 10px;
	padding: 0;
	background-color: #d5d2d2;
	border-top: 2px solid #979696;
	border-left: 2px solid #979696;
	border-bottom: 2px solid #f0efef;
	border-right: 2px solid #f0efef;
}

.categoryLinkHeader2 {
	height: 24px;
	width: 602px;
	margin: 0;
	padding-top: 6px;
	background-color: #2a4249;
	border: none;
	color: #fff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.categoryLinkColumn2 ul {
	display: block;
	height: auto;
	width: auto;
	margin: 10px;
	padding: 0;
	background-color: #f3f2f2;
	border: 1px solid #ccc;
}
 
.categoryLinkColumn2 ul li {
	display: block;
	margin: 0;
	padding: 0;
	height: 30px;
	width: auto;	
}

.categoryLinkColumn2 ul li:hover {
	height: 30px;
	width: 278px;
	background-color: #fff;
}

.twoWide {
	height: auto;
	width: 300px;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ccc;
}









/*		INSET FRAME		
----------------------------*/
.frameWrapper {
	position: relative;
	width: 700px;
	margin: 10px auto;
}

.insetFrame {
	height: 500px;
	width: 700px;
	margin: 10px auto;
	padding: 10px;
	background-color: #c7c4c4;
	border-top: 2px solid #716f6f;
	border-left: 2px solid #716f6f;
	border-bottom: 2px solid #f0efef;
	border-right: 2px solid #f0efef;
}

.insetFrameB {
	height: 490px;
	width: 770px;
	margin: 10px auto;
	padding: 10px;
	background-color: #c7c4c4;
	border-top: 2px solid #716f6f;
	border-left: 2px solid #716f6f;
	border-bottom: 2px solid #f0efef;
	border-right: 2px solid #f0efef;
}


/*		EQUIPMENT LINKS		
----------------------------*/
.equipWrapper {
	height: auto;
	width: 990px;
	margin: 20px auto;
	clear: both;
	border-top: 1px solid #716f6f;
	border-bottom: 1px solid #fff;
}

.equipLeftSide {
	float: left;
	width: 430px;
	height: auto;
	padding: 10px;
}

.equipLeftSide2 {
	float: left;
	width: 660px;
	height: auto;
	padding: 10px;
}

.equipRightSide {
	float: left;
	width: 520px;
	height: auto;
	margin: 0;
	padding: 10px 10px 0 10px;
}

.equipRightSide2 {
	float: right;
	width: 270px;
	height: auto;
	margin: 0;
	padding: 10px 10px 0 10px;
}

.equipImage {
	float: left;
	height: 240px;
	width: 220px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 2px solid #716f6f;
	border-right: 2px solid #716f6f;
	margin: 15px 5px 0 10px;
	padding: 10px;
	background-color: #fff;
}

.equipImageShort {
	float: left;
	height: 180px;
	width: 220px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 2px solid #716f6f;
	border-right: 2px solid #716f6f;
	margin: 15px 5px 0 10px;
	padding: 10px;
	background-color: #fff;
}

.equipImageTall {
	float: left;
	height: 360px;
	width: 220px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 2px solid #716f6f;
	border-right: 2px solid #716f6f;
	margin: 15px 5px 0 10px;
	padding: 10px;
	background-color: #fff;
}

#infoImage {
	height: auto;
	width: 250px;
	float: right;
	border: none;
	margin: 0 auto;
}

#infoImage img{
	height: 150px;
	width: 200px;
	margin: 15px 24px 4px 24px;
	border: 1px solid #fff;
}

.imageCredit {
	position: relative;
	float: left;
	width: 515px;
	height: auto;
	color: #666;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 10px;
}

.imageCredit2 {
	position: relative;
	margin: 0 auto;
	width: 230px;
	height: auto;
	color: #888;
	text-align: center;
	font-size: 9px;
}

.imageCredit2 a:link, .imageCredit2 a:visited, .imageCredit2 a:active {
	color: #888;
}
	
.imageCredit2 a:hover {
	color: #ccc;
}






/* ******************************** */
/* 			SEARCH BAR				*/	
/* ******************************** */

/*	MAIN APPEARANCE & FUNCTIONS		
-------------------------------*/
#searchBar {
	position: absolute;
	top: 5px;
	right: 0px;
	background-image: url(../images/searchbar_bg3.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 80px;
	width: 608px;
}

#home_search_submit{
	display: block;
	position: absolute;
	right: 25px;
	top: 36px;
	height: 25px;
	width: 80px;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #333;
	border-bottom: 1px solid #222;
	background-image: url(../images/search_button_off.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color:#444;
	text-align: center;
	outline:none;
	text-decoration:none;
	text-shadow: #fff 1px 1px 1px;
}

#home_search_submit:hover {
	background-image: url(../images/search_button_on.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	color: #FFF;
	text-shadow: #000 0px 1px 1px;}

#home_search_q {
	display: block;
	position: absolute;
	left: 170px;
	top: 36px;
	height: 24px;
	background-color: #FFF;
	margin: 0;
	padding: 6px 0 0 6px; /* important! - centers search text */
	border:1px solid #000;
	outline-width:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width:330px;
}


/*	TABS FUNCTIONALITY		
-------------------------------*/
.shadetabs {
	position: absolute;
	z-index:3;
	top: 1px;
	left: 179px;
	height: 25px;
	width: auto;
	padding: 3px 0;
	margin-left: 10px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
	display: block;
	float: left;
	height: 31px;
	width: 145px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.shadetabs li a {
	position: relative;
	outline: none;
	display: block;
	height: 33px;
	margin: 0;
	padding: 8px 0 0 0;
	width: 140px;
	text-decoration: none;
	z-index: 1;
	color: #444;
	background-image: url(../images/search_tab_off.gif);
	background-repeat: no-repeat;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
	color: #000;
}

.shadetabs li a.selected{ /*selected main tab style */
	color: #111;
	position: relative;
	background-image: url(../images/search_tab_on.gif);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

#countrytabs {
	height: auto;
	width: auto;
}




/* ******************************** */
/* 		  TABBED GROUPINGS			*/	
/* ******************************** */
/*		THE TABS 		
----------------------------*/
#tabContainer {
	position: relative;
	top: 0;
	left: 0;
	height: 51px;
	width: 990px;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(../images/tab_under.gif);
	background-repeat: no-repeat;
	background-color: #e0dedf;
}

.tabA {
	position: absolute;
	height: auto;
	width: auto;
	top: 20px;
	left: 30px;
	z-index: 2;
	float: left;
	height: 51px;
	width: 253px;
	background-color: none;
	background-image: none;
	text-decoration: none;
}

.tabB {
	position: absolute;
	height: auto;
	width: auto;
	top: 20px;
	left: 290px;
	float: left;
	height: 51px;
	width: 253px;
	margin: 0;
	background-color: none;
	background-image: none;
	text-decoration: none;
}

.tabB a.active {
	position: absolute;
	z-index: 1;
	height: 51px;
	width: 490px;
	margin-left: -290px;
	margin-top: -20px;
	padding-top: 20px;
	padding-left: 290px;
	background-image: url(../images/tab_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.tabA a, .tabB a {
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	color: #555;
	text-decoration: none;
}

.tabA a:hover, .tabB a:hover {
	color: #000;
}


/*		BOX APPEARANCE	
----------------------------*/
#tabbed_box_1 {
	margin: 0px auto 0px auto;
	height: auto;
	width: 990px;
}

.tabbed_area {
	position: relative;
	background-color: #F0EFED;
	height: auto;
	width: auto;
}

#shadowTop {
	position: absolute;
	top: 45px;
	right: 0px;
	height: 6px;
	width: 500px;
	background-image: url(../images/content_topborder.gif);
	background-repeat: repeat-x;
}

#shadowBottom {
	position: absolute;
	bottom: -4px;
	left: 0px;
	height: 4px;
	width: 100%;
	background-image: url(../images/content_bottomborder.gif);
	background-repeat: repeat-x;
}

#whiteBoxShadow {
	position: absolute;
	bottom: 0px;
	left: 4px;
	height: 26px;
	width: 992px;
	margin: 0;
	padding: 0;
	background-image: url(../images/white_box_bg.jpg);
	background-repeat: repeat-x;
}

/* NOTE: Right-side shadow is handled by being set as #content's background image */

#bgBottom{
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 0px;
	height: 4px;
	width: 100%;
	background-image: url(../images/bg_bottom.gif);
	background-repeat: repeat-x;
}

#cornerUpperRight {
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 47px;
	height: 5px;
	width: 4px;
	background-image: url(../images/corner_upper_right.gif);
	background-repeat: no-repeat;
}

#cornerBottomRight {
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: -4px;
	height: 4px;
	width: 4px;
	background-image: url(../images/corner_bottom_right.gif);
}

#cornerBottomLeft {
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: -4px;
	height: 4px;
	width: 4px;
	background-image: url(../images/corner_bottom_left.gif);
}


/*	BOX CONTENTS - MAIN	
----------------------------*/
.content {
	padding: 20px;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/content_bg.gif);
	background-repeat:repeat-y;	 
	background-position: left;
}

.content a:link, .content a:visited, .content a:active {
	color: #555;
	text-decoration: none;
	padding: 2px;
}

.content a:hover {
	color: #f60;
	text-decoration: underline;
}

.content h3 a:link {
	color: #666;
	padding: 3px;
	height: 22px;
}

.content h3 a:visited {
	color: #555;
	height: 22px;
}

.content h3 a:hover {
	color: #FFF;
	height: 22px;
	background-color: #f60;
	text-decoration: none;
	height: 22px;
}

/*  this is the old hover effect, w/ silver gradient background
.content h3 a:hover {
	color: #FFF;
	height: 22px;
	background-image: url(../images/h3_bg_slice.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
	height: 22px;
	border-left: 1px solid #888;
	border-right: 1px solid #444;
	border-bottom: 1px solid #000;
}
*/

#content_2 { 
	height: 675px;
	width: auto;
	display:none; 
	padding: 20px;
}


/*	BOX CONTENTS - BROWSE CAT. BY GROUPING	
------------------------------------------*/
#content_1 table {
	width: 100%;
	height: auto;
}


/*	BOX CONTENTS - BROWSE CAT. A-Z	
----------------------------------*/
#columnContainer {
	position: relative;
	width: 100%;
	}
	
.siteListColumn {
	position: relative;
	float: left;
	width: 19.5%;
	background-color: #FFF;
	margin: 0;
	}
	
.siteListColumn ul li {
	text-decoration: none;
	list-style-type: none;
	margin: 2px;
	}
	
.siteListColumn a {
	color: black;
	}
	
#listOfCompanies {
	float: right;
	}
	/*** Search Box CSS **/
#wrapper #header #searchBarDir{position:absolute;top:5px;right:10px;background-image:url('../../commonimages/directorysearch.png');background-position:bottom;background-repeat:no-repeat;height:75px;width:475px;float:right}
.ie6 #wrapper #header #searchBarDir{position:absolute;top:0px;right:26px;background-image:url('../../commonimages/directorysearch.png');background-position:bottom;background-repeat:no-repeat;height:75px;width:475px;float:right}
.ie7 #wrapper #header #searchBarDir{position:absolute;top:0px;right:26px;background-image:url('../../commonimages/directorysearch.png');background-position:bottom;background-repeat:no-repeat;height:75px;width:475px;float:right}
#home_search_q_Dir{display:block;position:absolute;left:29px;top:30px;height:30px;background-color:#FFF;margin:0;padding:0 0 0 6px;border:1px solid #000;outline-width:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;width:330px}
.home_search_q_Dir{display:block;position:absolute;left:29px;top:25px;height:30px;background-color:#FFF;margin:0;padding:0 0 0 6px;border:1px solid #000;outline-width:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;width:330px;line-height:30px}
.home_search_q_Dir_w{display:block;position:absolute;left:29px;top:25px;height:30px;background-color:#FFF;margin:0;padding:0 0 0 6px;border:1px solid #000;outline-width:0;font-family:Arial,Helvetica,sans-serif;font-size:13px;width:330px;color:#736F6E;line-height:30px}
.ie6 #home_search_q_Dir{display:block;position:absolute;left:29px;top:25px;height:30px;background-color:#FFF;margin:0;padding:0 0 0 6px;border:1px solid #000;outline-width:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;width:330px}
#home_search_submit_Dir{display:block;position:absolute;right:27px;top:25px;height:26px;width:80px;margin:0;padding:4px 0 0 0;border-top:1px solid #666;border-left:1px solid #666;border-right:1px solid #333;border-bottom:1px solid #222;background-image:url('http://www.iqsdirectory.com/commonimages/searchbox/search_button_off.jpg');background-repeat:repeat-x;background-color:#CCC;font-family:Arial,Helvetica,sans-serif;font-size:17px;font-style:italic;color:#444;text-align:center;outline:0;text-decoration:none;text-shadow:0 1px 0 #fff;font-weight:bold;}
.ie6 #home_search_submit_Dir{display:block;position:absolute;right:27px;top:25px;height:26px;width:80px;margin:0;padding:4px 0 0 0;border-top:1px solid #666;border-left:1px solid #666;border-right:1px solid #333;border-bottom:1px solid #222;background-image:url('http://www.iqsdirectory.com/commonimages/searchbox/search_button_off.jpg');background-repeat:repeat-x;background-color:#CCC;font-family:Arial,Helvetica,sans-serif;font-size:17px;font-style:italic;color:#444;text-align:center;outline:0;text-decoration:none;text-shadow:0 1px 0 #fff}
#home_search_submit_Dir:hover{background-image:url('../../commonimages/searchbox/search_button_on.jpg');background-repeat:repeat-x;background-color:#CCC;border-top:1px solid #222;border-left:1px solid #222;border-right:1px solid #555;border-bottom:1px solid #555;color:#FFF;text-shadow:0 1px 0 #000}
#wrapper #header #searchBar{position:absolute;top:0;right:26px;background-image:url('http://www.iqsdirectory.com/commonimages/searchbox/searchbar_bg.gif');background-position:bottom;background-repeat:no-repeat;height:74px;width:598px;float:right}
.ie6 #wrapper #header #searchBar{position:absolute;top:-15px;right:26px;background-image:url('http://www.iqsdirectory.com/commonimages/searchbox/searchbar_bg.gif');background-position:bottom;background-repeat:no-repeat;height:74px;width:598px;float:right}
.ie7 #wrapper #header #searchBar{position:absolute;top:-22px;right:26px;background-image:url('http://www.iqsdirectory.com/commonimages/searchbox/searchbar_bg.gif');background-position:bottom;background-repeat:no-repeat;height:74px;width:598px;float:right}
.shadetabs{position:absolute;z-index:3;top:1%;left:199px;height:25px;width:auto;padding:3px 0;margin-left:10px;margin-bottom:0;font-family:Arial,Helvetica,sans-serif;font-weight:bold;font-size:13px;text-decoration:none;list-style-type:none;text-align:left}
.ie6 .shadetabs,.ie7 .shadetabs{position:absolute;z-index:3;top:19%;left:199px;height:25px;width:auto;padding:3px 0;margin-left:10px;margin-bottom:0;font-family:Arial,Helvetica,sans-serif;font-weight:bold;font-size:13px;text-decoration:none;list-style-type:none;text-align:left}
.safari .shadetabs{position:absolute;z-index:3;top:2%;left:199px;height:25px;width:auto;padding:3px 0;margin-left:10px;margin-bottom:0;font-family:Arial,Helvetica,sans-serif;font-weight:bold;font-size:13px;text-decoration:none;list-style-type:none;text-align:left}
.shadetabs li{display:block;float:left;height:31px;width:128px;margin:0;padding:0;text-align:center}
.shadetabs li a{top:-10px;position:relative;outline:0;display:block;height:33px;margin:0;padding:8px 0 0 0;width:128px;text-decoration:none;z-index:999;color:#444;background-image:url('http://www.iqsdirectory.com/commonimages/searchbox/search_tab_off.gif');background-repeat:no-repeat}
.shadetabs li a:visited{color:#2d2b2b}
.shadetabs li a:hover{color:#000}
.shadetabs li a.selected{color:#111;position:relative;background-image:url('http://www.iqsdirectory.com/commonimages/searchbox/search_tab_on.gif')}
.shadetabs li a.selected:hover{text-decoration:none}
.tabcontent{display:none}
@media print{
.tabcontent{display:block !important}
}
#countrytabs{height:auto;width:auto}
#home_search_submit{display:block;position:absolute;right:20px;top:35px;height:25px;width:80px;margin:0;padding:5px 0 0 0;border-top:1px solid #666;border-left:1px solid #666;border-right:1px solid #333;border-bottom:1px solid #222;background-image:url('http://www.iqsdirectory.com/commonimages/searchbox/search_button_off.jpg');background-repeat:repeat-x;background-color:#CCC;font-family:Arial,Helvetica,sans-serif;font-size:17px;font-style:italic;color:#444;text-align:center;outline:0;text-decoration:none;text-shadow:0 1px 0 #fff}
.ie6 #home_search_submit{display:block;position:absolute;right:25px;top:35px;height:30px;width:80px;margin:0;padding:5px 0 0 0;border-top:1px solid #666;border-left:1px solid #666;border-right:1px solid #333;border-bottom:1px solid #222;background-image:url('http://www.iqsdirectory.com/commonimages/searchbox/search_button_off.jpg');background-repeat:repeat-x;background-color:#CCC;font-family:Arial,Helvetica,sans-serif;font-size:17px;font-style:italic;color:#444;text-align:center;outline:0;text-decoration:none;text-shadow:0 1px 0 #fff}
#home_search_submit:hover{background-image:url('http://www.iqsdirectory.com/commonimages/searchbox/search_button_on.jpg');background-repeat:repeat-x;background-color:#CCC;border-top:1px solid #222;border-left:1px solid #222;border-right:1px solid #555;border-bottom:1px solid #555;color:#FFF;text-shadow:0 1px 0 #000}
#divSearchMain{padding:10px; text-align:left;}
.searchdivmain{margin-top:15px;}
.searchdivinner{padding-left:10px; padding-top:15px;}
.searchdivtitle{margin-top:5px;}
.searchdivtitle a{color:#8b000b;font-size: 18px; text-decoration:none;}
.searchdivdesc{margin-top:8px; margin-bottom:5px; font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 13px;}
.searchdivlink{color:#8b000b;margin-top:7px;font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 13px}
.searchdivsite{color:#8b000b;margin-top:7px;font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 13px;}
.searchdivpaging{margin-top:25px;margin-bottom:15px;text-align:center;}
.searchdivpaging a{color:#8b000b;font-family: Arial,Helvetica,sans-serif;font-size: 14px;font-weight:bold;margin:4px;text-decoration:none;}
.searchdivpaging span{font-family: Arial,Helvetica,sans-serif;font-size: 14px;font-weight:bold;margin:4px;}
.searchdivhline{border-top:1px dotted;margin-top:20px;margin-left:10px;margin-right:10px;}
.searchcap{margin:8px;color:#374246;font-family:Arial,Helvetica,sans-serif;font-size: 24px;}
.searchsubtitle{font-size:18px;margin: 0 0 15px;text-shadow:1px 1px 1px #FFFFFF;margin-bottom:2px;margin-left:9px;margin-top:29px;}
.searchdivtop{width:80%;margin:0px auto;text-align:center;}
/*** End of Search Box CSS ***/


/*Industry Pages*/
.hydad {width: 170px; height: 90px; position: relative; left: 0px; bottom: 0px;}
.newsArticle {margin: 20px 70px 0 0;}
.newsArticle2 {float: right; margin: 20px 200px 0 0;}
.newsArticle a, .newsArticle2 a {text-shadow: #fff 1px 1px 1px; font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; color: #fff;}
