@charset "utf-8";
/* CSS Document */
/* dark blue= #2d67b1;
red= #c9191b;
gray =#c1d2da; -----
darkred =#7f0d0b 
code for rounded corners
border-radius:5px;
	-webkit-border-raius:5px;
	-moz-border-radius:5px;
*/

body  {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color:#333;


}
.twoColFixLtHdr #container {

	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	
} 
.twoColFixLtHdr #header {
	background-image: url(images/banner_back5.jpg);
	background-repeat:no-repeat;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
   border-top:2px solid #000000;
   
	border-bottom:2px solid #000000;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 5px 0px;
	color:#CCCCCC;
	
}

h5 {
	font-family:Verdana, Geneva, sans-serif;
	float:right;
	width:380px;
	margin-right:5px;
	margin-top:-28px;
	font-size:14px;
	color:#ffffff;
	font-style:normal;
}
	


.twoColFixLtHdr #mainContent {
	margin: 50px 10px 50px 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:justify;
	margin-right:0px;
	font-size:12px;
	color: #333;
	line-height:1.3em;
	background-image:url(images/3bigstars_2.png);
	background-position: bottom right;
	background-repeat:no-repeat;
} 

#logo a:link {
border:none;
text-decoration:none;
border:0px;
}
#topmargin {
height:40px;
background-image:url(images/banner_sky1e.jpg);
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2d67b1; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
color:#FFFFFF;
font-weight:500;
font-size:12px;

font-family:Verdana, Geneva, sans-serif;
}

.twoColFixLtHdr #footer .trademark {
	font-size:9px;
	font-weight:normal;
	color:#ffffff;
	width:200px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
margin:10px 10px 10px 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin:10px 10px 10px 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:auto;
	font-size: 1px;
	line-height: 0px;
}






/*my links*--------------------------------------------------*/
#home #homeLink {
	background-color:#C1d2da;
	color:#000000;
	font-weight:bold;



}

/*---for images links opacity---------------------------------------*/
a:link img, a:visited img
{
	/*  prevents flickering in Mozilla-based browsers */
	opacity:0.999;
	text-decoration:none;
}
a:active img, a:hover img, a:focus img
{
	/* for Mozilla/Firefox/Safari */
	opacity:0.6;
	text-decoration:none;
	/* IE5.5 upwards */
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=60);
}




/*----logo------------------------------------------------------------*/




#black {
background-color:#000000;
}

#logo {
position:relative;

}


#logo .pcilogo {
	position:relative;
	top:-28px;
	padding:0px 0px 0px 5px;
}



#logo h2 {
	position:absolute;
	top:-83px;
	left:20px;
	font-family:"calibri" arial sans-serif;
	font-size: 20px;
	font-style: oblique;
	font-weight:700;
	color:#006;
	text-decoration: none;
	z-index: 90;
	width: 371px;
	height: 31px;
	opacity:0.4;
}
#logo p {
	position:absolute;
	top: 50px;
	left: 460px;
	width: 250px;
	font-size:12px;
	font-style:normal;
	color:#003399;
	font-weight:500;
	text-align:justify;
	z-index: 95;
	opacity:0.8;
}



#wrapper {
margin-top:0px;
}

#header {
clear:both;
margin: 0px 0px 0px 0px;
background-color:#CCC;
height:156px;
}

#mainContent h3 {
	font-family:"Calibri", Arial, sans-serif;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	font-style:normal;
	border-bottom: 1px solid #666666;
	width:450px;
	color:#2d67b1;
	font-weight: bold;
}

h6 {
	font-family:"Calibri", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}


#specialty #specialtyLink,
#burners #burnersLink,
#combustors #combustorsLink,
#aircleaners #aircleanersLink,
#fuelprocessors #fuelprocessorsLink,
#Markets #marketsLink 
{
	background-color:ffffff;
	


}
#fuelprocessors .name .fuelprocessors a {
	background-color:#ffffff;
}
h1 {
font-family:"Calibri", Arial, sans-serif;
font-weight:bold;
background-image:url(images/headingb.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	text-align:left;
	text-indent:25px;
color:#7f0d0b;
font-style:oblique;
margin-right:15px;
width:100%;
font-size:14px; 
text-align:left;
margin-top:30px;
padding-top:0px;
text-transform:uppercase;
}

h2 {
font-family:"Calibri", Arial, sans-serif;
font-size:24px;
font-style:oblique;

}
#logowrap {
float:right;
margin:0px 0px 0px 0px;
width:100%;
}

#body .margin a:link {
border:0px;
text-decoration:none;
}

/* main menu horizontal-----------------------------------------------------------------------------------*/
#menuwrapper{
background-color:#4888cd;
width:100%;
height: 26px;
margin-top:0px;
margin-bottom:0px;
border-bottom: 0px #cccccc;

}
#main_menu {
text-align:center;
width: 950px;
color:#999999;
background-color:#4888cd;
width:100%;
height:25px;


}



#main_menu li {
float:right;
left:0;
list-style-type:none;
right:0;
top:-2px;
font-size:12px;
width:10em;
text-align:right;

}

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

}

#main_menu li ul li {
float:left;
font-size: .6em;
padding:0;
margin:0;
background-color:#4888cd;
color: #ffffff;
border-bottom: 1px #ffffff;

width:12em;
text-align:right;
}


#main_menu li ul {
    position: absolute;
    width: 10em;
     height:24px;
    left: -999em;
	text-align:left;
border-bottom: 1px #7f0d0b;

}
#main_menu li ul a {
background-color:#4888cd;
margin:0;

color:#ffffff;
width:12em;
text-align:left;
border-bottom: 1px #7f0d0b;

}

#main_menu li ul a:link {
color:#ffffff;
border-bottom: 1px solid #ffffff;
margin-left:2px;
}

#main_menu li ul a:visited {
color:#cccccc;
border-bottom: 1px solid #ffffff;
margin-left:2px;
}

#main_menu li:hover ul {
    left: auto;
border-bottom: 1px;
border-bottom-color:#ffffff;
}
#main_menu li:hover ul, #main_menu li.sfhover ul {
    left: auto;
}
#main_menu li a {
background-color:#4888cd;

border-bottom: none;
display:block;
list-style-type:none;
margin:3px 0px 0px 2px;
padding:2px 2px;
text-align:center;
text-decoration:none;
width:11em;
font-weight:bold;
height:19px;
font-size:10px;
}
#main_menu a:link {
color:#ffffff;
font-size:10px;
}
#main_menu a:visited {
color:#ffffff;
text-decoration:none;
font-size:10px;
font-weight:bold;

}
#main_menu li a:hover {
color: #2d67b1;
background-color:#c1d2da;
font-size:10px;
text-decoration:none;
}

sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

#main_menu a:active {
color:#5b98cf;
text-decoration:none;
}


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

}


#main_menu li ul li a:hover {
	background-color:#C1d2da;
	width:12em;
	color:#2d67b1;

}

#main_menu li ul li ul li{
float:left;
font-size: 0.8em;
padding:0;
margin:0;
background-color:#cccccc;
color: #5b98cf;

}

#main_menu li ul ul {
    margin: 0em 0 0 0em;
}



 #main_menu ul {
    padding: 0;
    margin: 0;
    list-style: none; 
    line-height: 1;
}

#main_menu li ul ul a {
background-color:#003366;
margin:0;
border-bottom: 1px;
border-bottom-color:#cccccc;
color:#cccccc;
}
#main_menu li ul li ul a:link {
color:#5b98cf;
}

#main_menu li ul ul a:visited {
color:#ffffff;
}

#main_menu li ul ul a:hover {
background-color:#cccccc;
   z-index:800;

}

#main_menu li:hover ul ul, #main_menu li.sfhover ul ul {
    left: -999em;
}


#main_menu li:hover ul, #main_menu li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
 left: auto;
    z-index:900;
	
}


#main_menu li:hover ul, #main_menu li li:hover ul, #main_menu li.sfhover ul, #main_menu li li.sfhover ul {
    left: auto;
	z-index:1100;
	border-bottom: 1px #7f0d0b;
border-top:1px #7f0d0b;
}
.bottomborder {
border-bottom:1px solid #CCCCCC;
margin-right:25px;
padding-right:5px;
z-index:1000;
}

/* top links navigation right side--------------------------------------------------------------*/
#toplinks  {
	font-family:"Calibri", Arial, sans-serif;
	font-size:12px;
	color:#333333;
	float:right;
	width:420px;
	margin-top:8px;
	text-decoration:none;

}

#toplinks a:link {
color:#333333;
font-weight:normal;
text-decoration:none;
font-size:12px;
}
#toplinks a:visited {
color:#333333;
text-decoration:none;
}
#toplinks  a:hover {
color:#06C;
text-decoration:none;
font-size:12px;
}
#toplinks a:active {
color:#00C;
text-decoration:none;
}



#hotbuttons {
margin-left:35px;
text-decoration:none;
margin-top:50px;
color:#333;

}
.margin {
padding: 0px 0px 0px 0px;
margin-top:0px;
margin-bottom:0px;
opacity: 0.7;
text-decoration:none;

border:3px ridge #000;

}

#logowrap img a {
text-decoration:none;
border:0px;
}
.margin img a{
border:0px;
margin-bottom:0px;
}

.margin a {
	text-decoration:none;
}
.margin a:hover{
	border: 0px solid #333333;
	
}
.marginlast {
	margin-bottom:0px;
	margin-left:0px;
	padding: 0px 0px 0px 0px;
	opacity: 0.7;
	text-decoration:none;

}

/*sidebar*-------------------------------*/
#sidebar1 {

float:left;
height:100%;

width:300px;
color:#cccccc;
}



.bottombordtwo {
	borderbottom:3px solid #000066;
}
li .topbord {
	borderbottom:3px solid #000066;
}

#sidebar1{

	

}

.column  {
	background-color:#ffffff;
	width:300px;
}


.bottombordtwo {
	border-bottom:3px solid #000066;
}
li .topbord {
	border-bottom:3px solid #000066;
}

#sidebar1{

font-family:"Calibri", Arial, sans-serif;
text-decoration: none;
list-style-type: none;
font-size:12px;
color:#2d67b1;
float: left;
text-transform:uppercase;
	margin-left:0px;
margin-top:0px;
	padding-top: 15px;

}
.tagline  {

}

#sidebar1 h2 {
	color:#000000;
	font-size:14px;
	font-style:normal;
	letter-spacing:1px;
}

.headline {
		color:#000000;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#60C;
}

#sidebar1 li{
	list-style-type: none;
	color:#000000;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	border-bottom:1px solid #2d67b1;
	text-align:left;
	padding: 0.25em;
	margin:3px 0px 0px 0px;
}


#sidebar1 ul img a{
text-decoration:none;
}
#sidebar1 li a { 
list-style-type: none;
text-decoration: none;
	color:#000000;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#60C;
text-align:left;
color:#000000;
margin-top:3px;
line-height:1.0em;

}
#sidebar1 a:link {
color:#000000;
text-decoration:none;
margin-top:5px;

}
#sidebar1 a:visited {
color:#333;
text-decoration:none;
}
#sidebar1 a:hover {
color:#2d67b1;
text-decoration:none;
}
#sidebar1 a:active {
color:#2d67b1;
text-decoration:none;
}

.noborder {
	border-bottom:0px;
}

.bottombord {
border-bottom:1px solid #2d67b1;

}

#second li{
	width:100px;
	text-decoration:none;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 2px;
	font-size:12px;
	font-style:normal;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	background-color:#2d67b1;
	border: 1px solid #fff;
	height:9px;
	text-align:center;

}


#technologies h2 {
	font-family:"Calibri", Arial, sans-serif;
font-size:14px;

text-transform:uppercase;
font-style:normal;

width:150px;
color:#ffffff;
font-weight: bold;
text-align:center;


}

#markets #container #primary #mainContent #second #technologies {
margin-right:5px;
margin-left:0px;
	
}
#second li a {
	list-style:none;
	text-decoration:none;
	margin:10px 0px 10px 0px;
padding:0px 40px 0px px;
position:relative;
	color:#ffffff;
	font-size:10px;
	font-style:normal;
	text-align: center;
}
#second li a:link {
	text-decoration:none;
font-size: 10px;
	color:#ffffff;
}
#second li a:hover {
	text-decoration:none;
	color:#C96;
	font-size:10px;
}



#second {
	float:right;
	width:150px;
	margin-top:20px;
	
}

#second h2 {
	font-size:14px;
	font-weight: bold;
	font-style:normal;
	text-transform:uppercase;
color:#2d67b1;
}
	


#first {
	float:left;
	width:480px;
	padding-right:5px;
	
}
#sidebar1 ul ul li a{
	line-height:0.8;
	text-transform:capitalize;
	font-weight:bold;
	margin:0px;
	margin-left:0px;
}
#tagline {
	float:right;
	bottom:-8px;
	color:#CCC
	margin-bottom:-15px;
	padding:0px 15px 15px 0px;
	font-weight:normal;
	font-size:14px;
}
	
	#clean {
		float:right;
		width:440px;
		margin-top:-50px;
	}
	#contentimages3 {
	float:right;
	width:250px;
	margin:0px 20px 20px 20px;
}
.linespacing2 {
	line-height:1.4;
	list-style:circle;
}

.topbord {
border-top:1px solid #2d67b1;
	color:#000000;
border-bottom:1px solid #2d67b1;
background-color:#ccc;
}

.style tbody {
background-image:url(images/tablegradient3.jpg);
background-repeat: repeat-y;
}
	
.style tbody a {
	display:block;
	text-decoration:none; 
	color:#003;
	font-style:normal;
	text-shadow: 1px 1px 1px white;
	font-size:10px;

}

.style tbody a:hover {
	color:#2d67b1;
	text-decoration:underline;

}



	
.style tbody,
.style tr {
	border-top:1px solid #e0e0e1;
	border-right:1px solid #9f9fa1;
	border-bottom: 1px solid #acacad;
	border-left:1 px solid #dfdfe0;
	padding-top: 2px;

	font-size:10px;
}
.style td {
	font-size:10px;
}
.contact {
	font-size:0.8em;
	font-style:normal;
	text-align:cleft;
}

.trademark {
	font-size:.8em;
	font-style:italic;
	text-align:left;
}

.endmargin {
margin-top: 200px;
}
.newstitle: {
	font-weight:bold;
}

.subscript {
	font-size: 10px;
	text-transform: lowercase;
}
.pci {
	font-size:11px;
}

#mainContent #first a:link {
	text-decoration:none;
	color:#2d67b1;
	font-weight:bold;
}
#mainContent #first a:hover {
	color:#2d67b1;
	font-weight:bold;
	text-decoration:underline;
}

#mainContent #first a:visited {
	color:#2d67b1;
	font-weight:bold;
text-decoration:none;
}


#mainContent #first a:active {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
	#primary #mainContent #second .caption {
position:relative;
}
.caption p {
	position:absolute bottom right;
	right:0;
	margin:0;
	text-align:left;
	text-transform:capitalize;
	background-color:#333;
	font-weight:bold;
	color:#fff;
	font-size:10px;
	line-height:1.4em;
	font-style:normal;
	padding:5px;


}
.underline {
font-style:italic;
text-decoration:underline;
}

#contentimages1 {
	float:right;
	width:150px;
	margin:0px 20px 20px 20px;
}
#contentimages2 {
	float:right;
	width:350px;
	margin:20px 20px 20px 20px;
}
#contentimages4 {
	float:right;
	width:250px;
	margin:20px 20px 20px 20px;
}
	

#contentimages3 {
	float:right;
	width:250px;
	margin:20px 20px 20px 20px;
}
.picturemargin {
	margin-top:320px;
}
.residency {
font-family:"Calibri", Arial, sans-serif;
font-weight: bold;
text-align: center;
color:#003399;
text-transform:uppercase;
font-size:16px;
font-weight:500;
text-transform:uppercase;
font-style:normal;
}

#border {
border: 1px solid #2d67b1;
margin: 10px 10px 20px 10px;
padding: 10px 10px 10px 10px;
}


.parmargin {
margin-top:10px;

}
.indent3 {
text-indent:35px;
}
.rightnav {
margin-left:10px;
}

#caps {
	text-align:center;
	text-transform:uppercase;
	background-color:#333;
}

#second a:link {
color:#cccccc;
}

#second a:hover {
	color:#ffffff;
}
#second a:visited {
	color:#ffffff;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
}
.captionhome p {
	background-color: #2D67B1;
}
#contentimages {
	margin-bottom:10px;
	margin-left: 60px;
}
#endmargin {
margin-top: 200px;
}
#newstitle {
	font-size:14px;
	font-style:bold;
	
}
