/* CSS Document For Domain */

<!--
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}


/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #f2ecde;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight:500;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  min-width:1003px;
  
}
/* Commonly used to style page titles. */
h1 {
  color:#374246;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  font-family: Arial,Helvetica,sans-serif;
}
/* Commonly used to style section titles. */
h2 {
  font-size: 13px;
  color:#374246;
  font-weight: bold;
  line-height: 14px;
}

img,a.img {
border:none;
}

.headOraItalic {
color:#FF6737;
font-size:13px;
font-style:italic;
font-weight:700;
margin-top:3px;
}




.homeCont {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:500;
line-height:18px;
}
/* Sets the style for unvisited links. 
a,  a:link {
  color: #3c982d;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. 
a:visited {
  color: #2d7336;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. 
a:hover {
  color: #09760d;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. 
a:focus {
  color: #09760d;
}
/* Sets the style for a link that is being activated/clicked. 
a:active {
  color: #164619;
}*/
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 100%;
  min-width:1003px;
    min-height:540px;
}

.dmnpanel {
background:url(../commonImages/iqssites1.png) no-repeat;
float: left;
clear: both;
height:32px;
width: 150px;
margin-bottom:0px;
margin-left: 8%;
} 

#outerWrapper #header {
  height:101px;
  min-height:101px;
  width:100%;
  overflow:hidden;
  top:1px;
  left:1px;
  
  
  
}

.safari #outerWrapper {
  min-height:557px;
}

.ie #outerWrapper {
  min-height:540px;
}

#outerWrapper #header #logo {
  float:left;
  width:342px;
  position:absolute;
  margin-right:72%;
  padding-left:10px;	
  z-index:999;
  }


  

#outerWrapper #header #headRightInfo {
  height:70px;
  float:right;
  width:72%;
  margin-left:28%;

}



#headLinks {
float:right;
padding-right:100px;
/*overflow:hidden;*/
margin:0;
padding-top:70px;
}

.ie6 #headLinks {
float:right;
padding-right:100px;
/*overflow:hidden;*/
margin:0;
padding-top:60px;
}

.ie7 #headLinks {
float:right;
padding-right:100px;
overflow:hidden;
margin:0;
padding-top:60px;

}

.infoSectionTitle{
font-size:13px;
}


.ie6 #headLinks li {
padding-top:5px;
}

.ie7 #headLinks li {
padding-top:5px;
}

#headLinks li {
float:left;
margin-left:20px;
list-style:none;
font-size:11px;
font-family: Helvetica;
font-weight:bold;
}

#rfqHeadlinks {
text-align:right;
margin-right:10px;
margin-bottom:5px;


}

#rfqHead {
float:right;
}

#rfqHeadlinks a {
margin-top:5px;
margin-left:20px;
text-decoration:underline;
color: #f8623f;
font-size:11px;
font-family: Helvetica;
font-weight:bold;

}
#headLinks li a {
text-decoration:underline;
color: #f8623f;
}

#header #searchBar {
	width:720px;
	float:right;
	height:141px;
	margin-top:0px;
	padding-top:0x;
	overflow:hidden;
}

.textBoxG
{
width:193px;
border:1px solid #666666;
margin-left:245px;
float:left;


}
.ie6 .textBoxG
{
	width:193px;
}
.ie7 .textBoxG
{
	width:200px;
}


#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #eef6ed;
  border-left: solid 1px #8ab573; /* Sets the left border properties for an element using shorthand notation */
  float: right;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 20%;
}

#contentOther {
margin-top:10px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
r #contentWrapper #content {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */

 #contentHome {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  width:922px;
  margin-left:auto;
  margin-right:auto;
  padding-top:5px;
padding-bottom:5px;}

#directoryofCompanies{
color: #FF6600;
text-align: right;
background-color: purple;
width: 100%;
}

.dmnPanelIn {
width:230px;
border-right:2px solid  #30494e;
min-height:500px;	
margin-left:6px;
margin-right:4px;


}

.IQSDomainList {
color:#30494e;
font-weight:bold;
line-height:18px;


}

#panelHome {
width:922px;
margin-left:auto;
margin-right:auto;
display:compact;
}
#dmnPanel {
width:922px;
margin-left:auto;
margin-right:auto;
display:compact;
border:2px solid  #30494e ;
min-height:500px;
min-width:922px;
margin-top:-4px;
margin-bottom:8px;

}

.ie7 #dmnPanel {
margin-top:-8px;

}


#panelHome .topDiv {
background-image:url(../commonImages/topBg.jpg) ;
height:47px;
min-height:47px;
overflow:hidden;
}

#panelHome .centreDiv {
background-image:url(../commonImages/centreBg.jpg);
min-height:500px;
padding:10px 10px 10px 25px;
}

#panelHome div.contentMain {
width:280px;
float:left;
margin-right:10px;
font-size:11px;
font-family:arial;
}

#panelHome div.contentMain h3 {
font-weight:bold;
font-size:11px;
font-family:arial;

}

#panelHome .bottomDiv {
background-image:url(../commonImages/bottomBg.jpg);
height:17px;
min-height:17px;
overflow:hidden;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}

#outerWrapper #contentWrapper {
width:922px;
margin-left:auto;
margin-right:auto;
}

 #footer {
  height:71px;
  min-height:71px;
  width:100%;
  min-width:1003px;
  margin-bottom:1px;
	
}



#outerWrapper #outerDivMenu {
width:100%;
  padding-top:8px;
text-align:center;
}

	
#outerWrapper #footMenu {
  width:99%;
  margin-left:auto;
  margin-right:auto;
width:100%;
text-align:left;
}


.ie6 #outerWrapper #footMenu {
  padding-left:1px;
}

.ie6 #outerWrapper #footMenu div {
  padding-left:0px;
  margin-right:0px;

}

#outerWrapper #footMenu div {
float:left;
display:inline;
margin-right:8px;

width:19%;
}
#outerWrapper #footMenu div ul {
margin-top:-5px;
margin-left:0px;
padding-left:20px;

}


#outerWrapper #footMenu div li a {
font-weight:bold;
color:#000000;

}


#homeIntro{
width:100%;
padding:3px 13px 3px 3px;

}

#imgScroll {
width:460px;

}

#imgScroll img {
float:right;
}


.divLeft {
float:left;
}

.divRight {
float:left;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#footer img {
float:left;
padding-left:10px;
}

#footer li {
float:left;
list-style:none;
}

#footer li a {
list-style:none;
color:#30494e;
}

#footer #footerIn .footerInfo {
color:#000000;
font-weight: 700;
line-height:17px;
padding-top:7px;
float:left;
text-align:center;
font-size:11px;
width:66%;
}


#footer #footerIn .footerInfo a {
color:#000000;
font-weight: 700;
}


#footer #footerIn .footerInfoOne a {
color:#000000;
font-weight: 700;
}

#footer #footerIn .footerInfoOne {
color:#000000;
font-weight: 700;
line-height:17px;
padding-top:7px;
float:left;
text-align:center;
font-size:11px;
width:68%;
}
.ie8 #footer #footerIn .footerInfoOne {
color:#000000;
font-weight: 700;
line-height:17px;
padding-top:0px;
float:left;
text-align:center;
font-size:11px;
width:68%;
}


#tblCategories{
font-weight:bold;
margin-top:-5px;
padding-left:7px;
}


.ie6 #tblCategories{
font-weight:bold;
margin-top:-7px;
padding-left:12px;
margin-left:7px;

}


.ie7 #tblCategories{


margin-left:7px;

}

.page2listingHeadTxt {
font-size:18px;
font-weight:bold;
}

#btnChkAll {
margin-left:4px;
}

.ie #btnChkAll {
margin-left:0px;
}
.ie6 #footer #footerIn .footerInfoOne {

width:63%;
}
/* IE8 */
.ie8 #footer {
padding-top:14px;
} 


#footer #footerIn .contactInfo {
color:#000000;
font-weight: 700;
float:right;
line-height:14px;
text-align:right;
font-size:11px;
width:29%;


}

#footer #footerIn .contactInfo a{
color:#000000;
font-weight: 700;
/*text-transform: lowercase;*/

}

#footer #footerIn .contactInfoOne a{
color:#000000;
font-weight: 700;
/*text-transform: lowercase;*/

}

#footer #footerIn .contactInfoOne {
color:#000000;
font-weight: 700;
float:right;
line-height:14px;
text-align:right;
font-size:11px;
width:32%;


}


.ie6 #footer #footerIn .contactInfoOne {

width:30%;
}
/* IE8 */
.ie8 #footer #footerIn .contactInfoOne {

padding-top:0px;
margin-top:0px;
}



#indMixers{
width:62%;
padding-left:10px;
margin-top:5px;
padding-right:15px;
margin-bottom:1px;
}


#indMixers p{

margin-top:3px;

}


.headTop{
color:#000000;
}

#headTopDiv {

width:100%;
padding-bottom:7px;
padding-top:5px;

}

#subCategories {
border-top:#30494e 1px solid ;
border-bottom:#30494e 1px solid ;

background-color:#cccccc;
height:58px;
overflow:hidden;
width:100%;
text-align:center;
list-style:none;


}

#subCategories  img {
float:left;
/*margin-top:-2px;*/
margin-left:-4px;

}
#subCategories  ul {
list-style:none;
margin-top:auto;
margin-bottom:auto;
padding-top:2px;
text-align:left;
}

.ie #subCategories  li {
float:left;
margin-left:5px;
margin-Right:5px;
min-width:193px;
text-align:center;
padding-top:3px;
margin-bottom:-2px;
}

.ie8 #subCategories  li {
float:left;
margin-left:5px;
margin-Right:5px;
min-width:193px;
text-align:center;
padding-top:3px;
margin-bottom:0px;
}


#subCategories  li {
float:left;
margin-left:5px;
margin-Right:5px;
min-width:193px;
text-align:center;
padding-top:3px;
}

#subCategories  li a {
padding-left:10px;
color:#30494e;
font-weight:bold;
}

#relCategories
{
width:34%;
margin-top:5px;
padding-left:10px;
list-style:none;

}
.navDivider {
background:url(../commonImages/nav_divider.jpg) repeat-y;
min-height:50px; 
}



#relCategories ul
{
list-style:none;
padding:0;
margin:0;
}

#relCategories li a
{
color:#000000;
}

#relCategories div
{
width:48%;
}

.listingLeft {
width:32%;
azimuth: center;
height:100%;

}


.listingLeftIn {
width:33%;
}

.listingLeftIn a {
width:100%;
font-weight:bold;
color:#30494e;

}

.listingLeft a {
width:32%;
font-weight:bold;
color:#30494e;
}
.listingRight {
width:67%;
padding-left:3px;
border-bottom:#666666 1px solid;

}

.listingRightIn {
width:66%;
padding-left:3px;
}


.listingPage {
width:100%;
display:block;
list-style:none;
margin-bottom:5px;
padding-bottom:5px;
margin-top:10px;

}

.ie7 .listingPage {
width:100%;
display:block;
list-style:none;
margin-bottom:2px;
padding-bottom:3px;
margin-top:10px;

}

.centredImage {
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
margin-left:5px;
margin-right:5px;
}

.ViewDiv
{
display:block;
margin-top:6px;

}


.listingRight  ul{
list-style:none;
padding:0;
margin-top:0px;
margin-left:0px;

}

.listingRight  li {
float:left;
padding-right:8px;
border-right:#30494e 1px solid;
margin-right:8px;
}

.listingRight  li.first {

padding-left:0px;
}

.listingRight  li.last {

border-right:none;
}

.listingRightIn  li.lastTwo {

border-right:none;
}

.listingRight  li a {

color:#30494e;

}

.listResults {

border-top:#666666 1px solid;
margin-bottom:10px;
font-size:11px;
font-family: Helvetica;

}

.borderlist {
height:5px;
background:url(../commonImages/pageBreakBg.jpg) repeat-x ;
max-height:5px;
margin-top:10px;
margin-bottom:10px;
overflow:hidden;
}
.borderlistAdv {
height:5px;
background:url(../commonImages/pageBreakBg.jpg) repeat-x ;
max-height:5px;
margin-top:0px;
margin-bottom:10px;
overflow:hidden;
}


.borderHf{
height:13px;
background:url(../commonImages/brdrBg.jpg) repeat-x ;
max-height:13px;
overflow:hidden;
z-index:1000;
clear:both;}


.linkBold {

color:#30494e;
font-weight:bold;
}

.footerLinks  {
text-align:center;
color:#0033FF;
padding-left:10px;
padding-right:10px;
}

.googleAds
{
width:80%;
min-height:50px;
margin-left:auto;
margin-right:auto;
margin-top:15px;
margin-bottom:15px;
background-color:#FFFFFF;
border:3px solid #3366CC;
}

.secondList{
margin-top:18px;
}
.indusInfo {
background:url(../commonImages/i.png) no-repeat;
margin-left:10px;
padding-left:52px;
padding-top:15px;
font-weight:bold;
font-size:125%;
color:#30494e;
min-height:43px;
font-family:Arial;

}
.indusInfo a{
color:#30494e;
height:25px;
margin-left:8px;

}

.ie6 .indusInfo {
font-weight:bold;

min-height:52px;
}
.ie7 .indusInfo {
font-weight:bold;
padding-left:51px;
min-height:52px;
}

.selectDivOuter {
width:23%;
float:left;
padding-top:6px;
margin-bottom:1px;
padding-right:10px;
} 


.ie6 .selectDivOuter {
width:23%;
float:left;
padding-top:6px;
margin-bottom:5px;
padding-right:10px;
} 

/* IE8 */
.ie8 .selectDivOuter {
width:23%;
float:left;
padding-top:6px;
margin-bottom:5px;
padding-right:10px;
} 


.selectDivOuterRight {
width:16%;
float:right;
padding-top:18px;
text-align:right;
margin-bottom:1px;

} 

.selectDivOuterRightTwo {
width:16%;
float:right;
padding-top:6px;
text-align:right;
margin-bottom:1px;

} 

.addLink , .addLink a{
color:#30494e;
font-weight:bold;
padding-right:1px;
font-size:13px;
} 

.selectImg {
float:right;
padding-top:2px;
}

.selectBoxp {
float:left;
padding-top:16px;

}

.selectBox{
width:160px;
float:left;

}

.listingSingle ul {
list-style:none;
padding:0;
margin-top:0px;
margin-left:0px;
}


.listingSingle  li {
float:left;
margin-right:8px;
border-right:#30494e 1px solid;
padding-right:8px;
}

.listingSingle  li.first {

padding-left:0px;
}

.listingSingle  li.last {

border-right:none;
}

.listingSingle  li a {

color:#30494e;

}


.rfq{
margin-top:5px; 
text-align:left;
width:100%;
clear:both;

}
.listingSingle {
width:98%;
margin-left:auto;
margin-right:auto
}

.rfqhone {
color:#000000;
font-size:24px;
margin-bottom:3px;
}

.frmstep1 p {
  margin-top:-13px;
  padding-bottom:2px;
  }
  
.frmstep1 p.first {
  margin-top:25px;
  
  }
  
.frmstep1 {
width:38%;
margin-top:10px;
border-bottom:10px;
padding-left:15px;
text-align:left;

}

.frmstep2 {
width:46%;
padding-left:30px;
margin-top:10px;
margin-bottom:10px;

border-left: #CCCCCC 2px solid;





}
.rfqbuttons{
text-align:right;
padding-right:3px;
margin-top:5px;
}
.frmstep2 p{
text-align:right;
font-weight:bold;
margin-bottom:3px;
width:100%;
}

.frmstep2 h1{
text-align:left;
margin-bottom:5px;
}


.frmstep2 .aleft{
text-align:left;
}

.frmstep3 {
border-top:#CCCCCC 2px solid;
padding-top:15px;
margin-top:10px;
}

.frmstep3 p{
text-align:left;
font-weight:bold;

}
.frmstep1 p{
font-weight:bold;
  margin-top:-10px;
  padding-left:15px;



}

.ie .frmstep1 p {
  padding-bottom:2px;
    padding-left:18px;

  }


.requireD{
color:#FF0000;
text-align:left;

}

.rfqtextbox {
width:200px;
border:1px #dbdbdb solid;
margin-left:4px;
}

.rfqtextboxC{
width:100px;
border:1px #dbdbdb solid;
margin-left:4px;

}

.lisTextbox {
width:200px;
border:1px #dbdbdb solid;
}

.TextCtrlArea{
width:345px;
border:1px #dbdbdb solid;
height:100px;
margin-left:4px;
}

/* Header Footer */

.ie7 #flogo img{
margin-top:1px;

}
.headerContainer {
top:42px;
left:0px;
height:29px;
position:absolute;
min-width:1003px;
width:100%;
z-index:1;

}


.ie6 .headerContainer {
top:42px;
left:0px;
height:29px;
position:absolute;
min-width:1003px;
width:100%;
z-index:1;

}


.headerContainer .invisibleDiv {
float:left;
display:none;
}

.headerContainer .selectRight {
float:right;
background: url(../commonimages/menu_strip.jpg) no-repeat;
width:720px;
height:29px;
padding-top:5px;


}


#footerIn {
float:right;
padding-right:5px;
width:80%;
height:64px;
min-height:64px;
overflow:hidden;
margin-right:5px;

}
.ie7 #footerIn {
float:right;
padding-right:5px;
width:80%;
height:64px;
min-height:64px;
overflow:hidden;
margin-right:5px;
padding-top:4px;
}


 #footerIn1 {
float:right;
padding-right:3px;
width:750px;
height:64px;
min-height:64px;
overflow:hidden;
	}
	
	.QuickLinks {
	width:100%;
	margin-bottom:15px;
	font-weight:bold;
	text-align:center;
	
	}

	.ie6 .QuickLinks {
	width:100%;
	margin-bottom:1px;
	font-weight:bold;
	text-align:center;
	
	}
	
.QuickLinks ul{
		list-style:none;
		margin-left:0px;
		padding-left:10px;
		padding-top:5px;
		margin-top:10px;
		margin-bottom:20px;

}
	
.QuickLinks li{
	 text-align:center;
     float:left;	
	 border-right:1px solid #30494e;
	 padding-right:15px;
	 margin-right:15px;
	 font-size:12px;
	 margin-bottom:10px;
	 text-align:center;
}

 .ie6	.QuickLinks li{
 margin-bottom:1px;

}
	

.ie7 .QuickLinks ul{
	 
 margin-bottom:-18px;
}

.ie6 .QuickLinks ul{
 margin-bottom:0px;
}

.QuickLinks li.lastInfo{
border-right:none;
}

.QuickLinks li a{
color:#30494e;
min-width:120px;
}
	
.pageBack {
margin-left:10px;
}
	
.info_content {
padding-left:10px;
padding-top:10px;
min-height:400px;
	}
	
	
	/* Profile Page */

.profileLeft {
width:65%;
margin-right:3%;
}


.ie6 .profileLeft {
width:60%;
margin-right:1%;
}


.profileRight {
width:31%;
}

.profileImg{
}

.profileImg img{
padding:8px;
border:1px solid #000000;
}

.profileAd{
border:1px solid #000000;
background-color:#FFFFFF;
margin-top:10px;
width:260px;
padding:8px;
text-align:center;
}


.profileAd h2{
font-size:15px;
line-height:22px;

}

.profileRc{
border:1px solid #000000;
margin-top:10px;
margin-right:8px;


}

.headone {
background:url(../commonImages/gradient.jpg) no-repeat;
color:#ffffff;
padding-left:8px;
padding-bottom:5px;
padding-top:3px;
margin-top:5px;
}


#profileForm {
margin-right:10px;
border:1px solid #30494e;
background-color:#faf9e5;

padding-top:5px;
padding-left:5px;
margin-bottom:10px;

}
#profileForm  p{
font-weight:bold;
margin-top:-5px;

}

.h1txt {
margin-top:4px;
margin-left:5px;

}

.cprofile{
padding-top:10px;}


.ie .cprofile{
padding-top:0px;


}


.ie7 #profileForm  p,.ie6 #profileForm  p{
font-weight:bold;
margin-top:3px;


}


.cprofile{
padding-top:10px;
}


.profContInfo {
width:400px;
padding-top:5px;
padding-left:5px;
margin-top:40px;


}

.ie7 .profContInfo {
width:400px;
padding-top:5px;
padding-left:5px;
}



.ie6 .profContInfo {
width:600px;
}

.labelFrm {
width:150px;
float:left;
margin-top:3px;
}

.selectM{
margin-bottom:1px;
}

.sendBut{
margin-top:0px;
padding-top:7px;
padding-left:59px;
margin-left:22px;

}


.ie7 .sendBut{
padding-left:67px;
}


.ie7 .sendBut , .safari .sendBut ,.ie6 .sendBut {
margin-top:1px;
padding-top:1px;
}


.textFrm {
width:200px;
float:left;
margin-top:3px;
margin-right:50px;

}


.profSubmit {
padding-top:10px;
margin-top:10px;

}

.ie .profSubmit {
padding-top:5px;
margin-top:5px;

}


.reqText
{
text-align:right;
padding-right:10px;
margin-bottom:5px;
}

/* IE8 */

.ie8 .reqText
{
text-align:right;
padding-right:10px;
margin-bottom:15px;
}

.headRel {
background-color:#30494e;
height:19px;
color:#ffffff;
font-weight:bold;
text-align:center;
font-size:13px;
padding:3px;

}



.listRelIn  {

width:125px;
padding-left:2px;
padding-top:5px;
padding-bottom:5px;



}


.ie7 .listRelIn  {

width:135px;
padding:0px;

}

.listRelIn li {

}

.listRelIn ul {
padding-left:20px;
margin:0;
padding-top:5px;
padding-bottom:5px;
}

.listRelIn li a {

color:#000000;
font-weight:bold;
}


#listHome {
width : 620px;
margin:auto;
text-align:center;
font-weight:bold;
color:#30494e;
font-size:14px;
height:350px;
padding-top:20px;
}

.dividerH {
height:3px;
background:url(../commonImages/hori_line.gif) repeat-x ;
max-height:3px;
min-height:3px;
margin-top:20px;
margin-bottom:10px;
overflow:hidden;


}

.ListingContIn{
width:24%;
float:left;
padding-right:5px;
margin-bottom:10px;
}


.listContInfo p{
padding-right:10px;
margin-top:-8px;
}

.chkbox {
margin-top:-10px;
font-weight: normal;
}

.profBotLink {

width:270px;
padding-left:10px;
margin-top:10px;
font-size:12px;
font-weight:bold;
color:#000000;

}


.profBotLink h2{
color:#000000;
font-size:12px;
margin-bottom:5px;


}


.contentListing {
width:953px;
margin-left:auto;
margin-right:auto;
padding-left:10px;
margin-bottom:10px;
}
#profileList {
margin-right:19px;
padding-top:5px;
margin-bottom:10px;
width:100%;
}

.ie #profileList {
margin-right:19px;
padding-top:5px;
margin-bottom:-10px;
width:100%;
}

.listContInfo {
width:100%;
padding-top:10px;
padding-left:22px;
margin-top:10px;

}
.ie .labelFrmlist {
width:150px;
margin-top:-13px;
}
.labelFrmlist {
width:150px;
margin-top:3px;
}

.labelFrmlist1 {
width:150px;
margin-top:3px;
}


/*buttons*/


.searchBtG
{
	
		width:61px;
	height:23px;
	cursor:pointer;
    margin-right:34px;
	float:left;
	margin-left:4px;
	margin-top:-1px;


}
.ie7 .searchBtG
{
		
width:56px;
	height:22px;
		margin-right:37px;


}

.ie6 .searchBtG
{
	width:53px;
	height:23px ! important;
    margin-right:35px;

}
.safari .searchBtG
{
	width:auto;
	height:auto;
	font-size:11px;
	margin-top:1px;
    margin-left:3px;
				font-size:11px;



}


.mac.safari .searchBtG
{
	
	width:auto;
	height:auto;
	font-size:11px;
	margin-top:1px;
	margin-left:3px;
		

}
.sendbtn
{
	border-style:none;
	background:url('../commonimages/sendbtn.png');
	width:72px;
	height:28px;
	cursor:pointer

}

.submitbtn
{
	border-style:none;
	background:url('../commonimages/submitbtn.png');
	width:72px;
	height:28px;
	cursor:pointer

}

.cancelbtn
{
	border-style:none;
	background:url('../commonimages/cancelbtn.png');
	width:72px;
	height:28px;
	cursor:pointer

}

.siteMapLinks {
width:953px;
text-align:justify;
padding-top:4px;
padding-bottom:6px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
color:#FFFFFF;
background-color:#30494E;
font-size:15px;
padding-left:3px;
word-spacing:2px;
}


.siteMapLinks a {
color:#FFFFFF;
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:4px;
height:10px;

}
.siteMapLinks a:hover {
background-color:#FF0000;
}

.siteMapLinks a.active {
background-color:#FF0000;
}

.alphabetButton

{

FONT-SIZE: 14px;
COLOR: #ffffff;
background-color:#30494e;
FONT-FAMILY: Arial, Helvetica, sans-serif;
TEXT-ALIGN: center;
FONT-WEIGHT: normal;
height: 20px;
width:20px;
border:0px;
cursor:pointer;

}

.siteMapLinksLi{
width:933px;
text-align:justify;
margin-left:auto;
margin-right:auto;
margin-top:10px;
color:#FFFFFF;
background-color:#30494E;
font-size:15px;
padding-left:3px;
word-spacing:2px;
}
.safari .siteMapLinksLi{
width:895px;
word-spacing:1px;
padding-left:1px;
padding-right:4px;
}


#advPage {
width:96%;
margin-left:auto;
margin-right:auto;
margin-top:15px;
}

.downLink 
{
float:right;
margin-top:4px;
margin-right:15px;
}

.downLink a
{
color:#FF6633;
}

.advHead {
font-size:38px;
text-align:center;
margin-bottom:25px;
}

.spanH
{
color: #436973;
}

.alphabetButton

{

FONT-SIZE: 14px;

COLOR: #ffffff;

background-color:#30494e;

FONT-FAMILY: Arial, Helvetica, sans-serif;

TEXT-ALIGN: center;

FONT-WEIGHT: normal;

height: 20px;

width:20px;

border:0px;

cursor:pointer;

}

.siteMapLinksLi{
width:953px;
text-align:justify;
margin-left:auto;
margin-right:auto;
margin-top:10px;
color:#FFFFFF;
background-color:#30494E;
font-size:15px;
padding-left:3px;
word-spacing:2px;
}
.advantageDiv {
width:47%;
margin-bottom:20px;
margin-left:1%;
}


.advantageDiv p {
margin-top:0px;
}

.advantageDiv h2{

	color: #ff6600;
	margin-bottom:2px;

}

.advantageDiv img
{
float:left;
margin:2px;
}



.liTxt
{
float:right;
}

.testHead {
background-image:url(../commonImages/bg.gif);
text-align:center;
padding:5px;
margin-top:20px;
}
.testHead h1 {
color:#FFFFFF;
font-size:23px;
}

.testCname
{
color:#666666;

}

.testContent {
padding-bottom:10px;
border-bottom:1px #333333 solid;
}


.termsHead {
text-align:center;
padding:5px;
margin-top:10px;

}
.termsHead h1 {
color: #ae5354;
font-size:23px;
}
.termsCname
{
color:#666666;
}
.termsContent {
padding-bottom:10px;
}

#trmPage {
width:96%;
margin-left:auto;
margin-right:auto;
margin-top:15px;
}

#trmPage h1{
font-size:20px;
}
.iqsVs {
width:48%;
min-width:300px;
text-align:right;
font-weight:bold;
padding-right:10px;
margin-top:5px;
padding-top:5px;
margin-bottom:10px;
padding-bottom:5px;
}
.ie .iqsVs {

margin-top:15px;


}

.iqsVsR {
width:48%;
min-width:300px;
font-weight:bold;
padding-left:15px;
text-align:left;
border-left:3px solid #30494e ;
margin-top:5px;
padding-top:10px;
margin-bottom:10px;
padding-bottom:5px;

}

.ie .iqsVsR {

margin-top:10px;


}



.iqsVs h2 {
text-align:center;
padding-bottom:10px;
border-bottom:2px solid #999999;
margin-left:160px;
margin-right:60px;

}

.iqsVs p {
margin-left:130px;
margin-right:60px;
color:#30494e;
}

.iqsVsR h2 {
text-align:center;
padding-bottom:10px;
border-bottom:2px solid #999999;
margin-left:50px;
margin-right:160px;

}

.iqsVsR p {
margin-right:130px;
margin-left:50px;
color:#30494e;
}

.alignCenter {
text-align:center;
}


#advPageHow {
width:96%;
margin-left:auto;
margin-right:auto;
margin-top:15px;
text-align:center;
margin-bottom:15px;
}

#advPageHow a{color:#30494e; }

#outerWrapper #header #logoH {
  float:left;
  width:272px;
  margin-right:72%;
  padding-left:10px;	
  position:absolute;
  z-index:999;
  margin-top:1px;
  }


#contentRFQ {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  width:772px;
  margin-left:auto;
  margin-right:auto;
  padding-top:5px;
  text-align:left;
  margin-bottom:10px;
    margin-top:10px;

	
}


#panelRFQ {
width:772px;
margin-left:auto;
margin-right:auto;
display:compact;
margin-top:10px;
}

.borderlistH {
height:15px;
background:url(../commonImages/bg_banner.gif) repeat-x ;
max-height:15px;
margin-bottom:10px;
overflow:hidden;
color:#30494e;
border-top:1px solid #30494e;
z-index:1000;
}


.safari .googleAds
{
width:80%;
min-height:50px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:15px;
background-color:#FFFFFF;
border:3px solid #3366CC;
text-align:center;
}

.buttonBg
{

	width:72px;
	height:26px;
	cursor:pointer;
	font-size:11px;

}

.RFQSend
{
	border-style:none;
	background:url('../commonimages/RFQSend.gif');
	width:60px;
	height:17px;
	cursor:pointer;
	padding-bottom:3px;
	font-weight:bold;
	font-size:11px;
	margin-left:5px;


}

.ie .RFQSend
{
	border-style:none;
	background:url('../commonimages/RFQSend.gif');
	width:60px;
	height:17px;
	cursor:pointer;
	padding-bottom:0px;
	font-weight:bold;
	font-size:11px;
	margin-left:5px;


}



.RFQRequest
{
	border-style:none;
	background:url('../commonimages/RFQRequest.gif');
	width:60px;
	height:17px;
	cursor:pointer;

}

.sup { line-height: 0; font-size:21px; vertical-align:top; margin-bottom:15px;} 

/* Added by Dwarak*/
.regionalHeadTop
{
 border-bottom:#666666 1px solid;
 padding-bottom:0px;
 margin-bottom:3px; 

}
 
.regionalResults {
 
border-bottom:#666666 1px solid;
padding-bottom:10px; 
font-size:11px;
font-family: Helvetica;
}
 
.footerhelper
{
 vertical-align:bottom;
}
 
#regionalcontentOther {
min-height:250px;
margin-top:10px;
}
 
.Backlink
{
 vertical-align:top;
}
.Backlink h1
{
margin-top:15px;
}
#hBackFM
{
	padding-left:5px;	
}

#ctrlErrorMessage
{
	text-align:center;	
}
/*
#contentHome h1		
{
	margin-bottom:20px;
	vertical-align:bottom;
}*/

#Backlink #CategoryServingRegions
{
	margin-bottom:100px;	
	vertical-align:top; 
}

.infoQuickLinks 
{
	border-right:1px solid #666666;	
}
/* CSS ADDED FOR SCROLLING IMAGES IN DIV TAG*/
#container {
     position:relative;
     width:431px;
     height:185px;
     overflow:hidden;     
     margin:0px auto 0 auto;
 }
#div1 {
     position:absolute;
     left:0px;
     top:5px;
     width:800px;
     height:106px;
 }
#div2 {
     position:absolute;
     left:424px;
     top:5px;
     width:800px;
     height:106px;
 }
 
/* End Added by Dwarak*/

/*added by naveen for list your company start here*/
.page2listingTxt
{
FONT-SIZE: 12px;
COLOR: #000000;

TEXT-ALIGN: left;
FONT-WEIGHT: bold;
padding-left:5px;
margin-top:5px;
}
.page2listingSubTxt
{
FONT-SIZE: 12px;
COLOR: #000000;

TEXT-ALIGN: left;
FONT-WEIGHT: normal;
 
}
.RFQpage2listingTxt2
{
FONT-SIZE: 14px;
COLOR: #000000;

TEXT-ALIGN: left;
FONT-WEIGHT: bold;

}
.page2listing
{
FONT-SIZE: 13px;
COLOR: #000000;
TEXT-ALIGN: left;
FONT-WEIGHT: bold;
padding-left:5px;
}
	
/*************end here ******/

.siteMapLinksPl {
width:920px;
text-align:justify;
padding-top:2px;
padding-bottom:5px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
color:#FFFFFF;
background-color:#30494E;
font-size:15px;
padding-left:3px;
word-spacing:2px;
margin-bottom:10px;
}

.ie8 .siteMapLinksPl {
width:920px;
text-align:justify;
padding-top:5px;
padding-bottom:5px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
color:#FFFFFF;
background-color:#30494E;
font-size:15px;
padding-left:3px;
word-spacing:2px;
margin-bottom:10px;
}

.safari .siteMapLinksPl {
width:910px;
word-spacing:1px;
}



.siteMapLinksPl a {
color:#FFFFFF;
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:4px;
height:10px;
text-decoration:none;

}
.siteMapLinksPl a:hover {
background-color:#FF0000;
}

.siteMapLinksPl a.active {
background-color:#FF0000;
}
.RQFCOnfirmContent
{
	padding-left:10px;	
}

.DPFCompanyresourceLink {
padding-right:4px;
padding-left:4px;
}

.linkBlue {
color:#0000ef;
}

 #contentList p{
padding-left:23px;
}

 #contentList  {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  width:922px;
  margin-left:auto;
  margin-right:auto;
  padding-top:5px;
  padding-bottom:5px;


	
}

#rbtnlstAmount {
margin-left:15px;
}

#chkText {
margin-left:22px;
}

.listHone {
margin-left:22px;
}


.listSubmit {
padding-top:10px;
margin-top:10px;
margin-left:22px;


}

.ie .listSubmit {
padding-top:5px;
margin-top:5px;
margin-left:22px;


}

.companyDesc p ,.companyDesc textarea {
margin-left:22px;
}

.page2listingHeadTxt {
font-size:20px;
font-weight:bold;
}

#contentThank {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  width:672px;
  padding-top:5px;
  font-size:14px;
  min-height:400px;
	
}

#lblHeading{
font-weight:normal;
}
.brdrBottom 
{
margin-left:15px;
margin-right:15px;
border-top:#666666 1px solid;
}

.warnText
{width:772px;
margin-left:auto;
margin-right:auto;
margin-top:10PX;
}

/* The following added by IQS (Nate) on Feb. 13, 2009 */

#columnContainer {
	position: relative;
	float: left;
	margin-left: 8%;
	margin-right: 8%;
	width: 85%;
	border: 1px solid black;
	background-color: #FFFAE9;
	}
	
.siteListColumn {
	position: relative;
	float: left;
	width: 19.5%;
	background-color: none;
	margin: 0;
	}
	
.siteListColumn ul li {
	text-decoration: none;
	list-style-type: none;
	}
	
.siteListColumn a {
	color: black;
	}
	
#listOfCompanies {
	float: right;
	margin-right: 7%;
	}
