﻿body 
{
	font-family: Helvetica, Arial, sans-serif;
	font-size:.875em;
	margin-top:0px;
	background-color:#666;
	background-position:top center;
	background-repeat:no-repeat;
}
body a
{
	color: #FFFFFF;
}

#wrapper
{
	width:1061px;
	margin:0 auto;
	margin-top:30px;
	background:white url(images/wrapper-bg.jpg) no-repeat top;
	background-color:White;
}
#pageHeader
{
	width:1061px;
	height:203px;
	/*background:url(images/header1.jpg) no-repeat;*/
}
#contactInfo
{
	margin-left:206px;
	margin-top:43px;
	float:left;
}
#contactInfo span
{
	color:White;
	font-size:15px;
}
th {
font-weight: normal;
}
#slogan
{
	color: white;
font-size: 1.6em;
font-weight: 100;
text-align: right;

	float:right;
	margin-right:33px;
	margin-top:43px;
	text-align:right;
}
#menu
{
	height:25px;
	width:821px;
	background-color:Red;
	position:relative;
	left:206px;
	top:140px;
}

#menu1 {    color: #666666;
    font: 1em Arial,Helvetica,sans-serif;
    height: 25px;
    margin-bottom: 0;
    margin-left: 204px;
    padding-top: 130px;
    width: 826px;
    z-index: 999;
	}

#lowerBody
{
	padding-bottom:5px;
}
#leftColumn
{
	width:785px;
	margin-left:20px;
	float:left;
	line-height: 1.4em;

}
#leftColumn a
{
	color:#005fa1;
	text-decoration:none;
	font-weight: bold;
	
}
#leftColumn a:visited
{
	color:#005fa1;
	text-decoration:none;
	font-weight: bold;
	
}
#leftColumn a:hover
{
	color:#005fa1;
	text-decoration:none;
	font-weight: bold;
}
#leftColumn h1, h1
{
	margin-bottom: 4px;
font-size: 2.3em;
color: #005A9C;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
	
	margin-bottom:10px;
}


#leftColumn h2
{
	color:#005a9c;
	margin-bottom:10px;
}

#rightColumn
{
	width:220px;
	float:right;
	margin-right:5px;
	
}
#spacerDiv
{
	clear:both;
}
#specSheets
{
	background:url(images/boxBG.jpg) repeat-x top;
	background-color:#00528f;
	border:solid 2px #5a5758;
	padding-left:15px;
	color:White;
	padding-bottom:20px;
}

#specSheets a 
{
	display:block;
	color:White;
	text-decoration:none;
	font-size:16px;
}
#specSheets a:visited
{
	color:White;
	text-decoration:none;
	font-size:16px;
}
#specSheets a:hover
{
	color:White;
	text-decoration:none;
	font-size:16px;
}
#partsText
{
	background:url(images/boxBG.jpg) repeat-x top;
	background-color:#00528f;
	border:solid 2px #5a5758;
	padding-left:15px;
	color:White;
	padding-bottom:20px;
	padding-right:5px;
	margin-top:10px;
	font-size: 14px;
}
#footer
{
	height:22px;
	text-align:right;
	padding-top:8px;
	padding-right:8px;
	background-color:#036bae;
	color:White;
}
#footer a
{
	color:White;
	text-decoration:none;
}
#footer a:visited
{
	color:White;
	text-decoration:none;
}
#footer a:hover
{
	color:White;
	text-decoration:none;
}
.imageRight
{
	float:right;
	margin-left:48px;
}
.imgHeader
{
	position:relative;
	left:-20px;
}
#automationRightColumn
{
	width:223px;
	float:right;
}
#automationRightColumn img
{
	border:none;
	margin-left:5px;
	margin-bottom:8px;
}

#automationH3
{
	color:#2d6130;
	margin-bottom:2px;
}
#spider
{
	margin-left:10px;
}
.greenBackground
{
	width:824px;
	height:35px;
	background:url(images/Product-KiceAutomation/greenGradientBG.jpg) no-repeat;
	text-align:center;
	padding-top:10px;
}
.greenBackground span
{
	font-size:22px;
	font-weight:bold;
}
#homeMain
{
	height:415px;
	background-repeat: no-repeat;
}
#homeText
{
	position:relative;
	top:80;
	left:50;
}
#homeH1
{
	font-size:31px;
	color:#005a9c;
	font-weight:bold;
}
#homeBlurt
{
	font-size:20px;
}
#homeImagesRow
{
	margin-top:5px;
}
#homeImagesRow img
{
	float:left;
	margin-left:7px;
}
#wrapper #lowerBody #leftColumn table tr td p a1 {
	font-weight: normal;
}
#wrapper #lowerBody #rightColumn #specSheets p {
	text-align: left;
	font-size: 22px;
}
#wrapper #lowerBody #rightColumn #partsText p {
	font-size: 22px;
}


.cell-left { float: left;
padding: 16px;
margin: 12px;
width: 147px;
height: 143px; 

     -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
          border-radius: 5px; 
          
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
  
  	color:#1e1e1e;

    background-color: #e1e1e1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ffffff)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #e1e1e1, #ffffff); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #e1e1e1, #ffffff); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #e1e1e1, #ffffff); /* IE10 */
  background-image:      -o-linear-gradient(top, #e1e1e1, #ffffff); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #e1e1e1, #ffffff);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1e1e1', EndColorStr='#ffffff'); /* IE6–IE9 */
			
			     -moz-box-shadow: 1px 1px 7px #ccc; /* FF3.5+ */
  -webkit-box-shadow: 1px 1px 7px #ccc; /* Saf3.0+, Chrome */
          box-shadow: 1px 1px 7px #ccc; /* Opera 10.5, IE9, Chrome 10+ */

}

.cell-left:hover { 
      background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f0f0f0, #ffffff); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #f0f0f0, #ffffff); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #f0f0f0, #ffffff); /* IE10 */
  background-image:      -o-linear-gradient(top, #f0f0f0, #ffffff); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #f0f0f0, #ffffff);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#ffffff'); /* IE6–IE9 */
			
						     -moz-box-shadow: 1px 1px 10px #888; /* FF3.5+ */
  -webkit-box-shadow: 1px 1px 10px #999; /* Saf3.0+, Chrome */
          box-shadow: 1px 1px 10px #888; /* Opera 10.5, IE9, Chrome 10+ */

}

.cell-left-products { float: left;
padding: 16px 16px 7px 16px;
margin: 12px;
width: 180px;

     -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
          border-radius: 5px; 
          
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
  
  	color:#1e1e1e;

    background-color: #e1e1e1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ffffff)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #e1e1e1, #ffffff); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #e1e1e1, #ffffff); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #e1e1e1, #ffffff); /* IE10 */
  background-image:      -o-linear-gradient(top, #e1e1e1, #ffffff); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #e1e1e1, #ffffff);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1e1e1', EndColorStr='#ffffff'); /* IE6–IE9 */
			
			     -moz-box-shadow: 1px 1px 7px #ccc; /* FF3.5+ */
  -webkit-box-shadow: 1px 1px 7px #ccc; /* Saf3.0+, Chrome */
          box-shadow: 1px 1px 7px #ccc; /* Opera 10.5, IE9, Chrome 10+ */

}

.cell-left-products:hover { 
      background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f0f0f0, #ffffff); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #f0f0f0, #ffffff); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #f0f0f0, #ffffff); /* IE10 */
  background-image:      -o-linear-gradient(top, #f0f0f0, #ffffff); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #f0f0f0, #ffffff);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#ffffff'); /* IE6–IE9 */
			
						     -moz-box-shadow: 1px 1px 10px #888; /* FF3.5+ */
  -webkit-box-shadow: 1px 1px 10px #999; /* Saf3.0+, Chrome */
          box-shadow: 1px 1px 10px #888; /* Opera 10.5, IE9, Chrome 10+ */

}



#leftColumnProducts
{
	width:1020px;
	margin-left:20px;
	float:left;
} 
#photoholder {height: 105px;}
#photoholder img {border: 0px none; }

.cell-left a, .cell-left-products a {  	color:#1e1e1e;}

#productdesc h3 {
	text-align: center; font-size: 14px; text-shadow: 1px 1px 3px #888; /* FF3.5+, Opera 9+, Saf1+, Chrome */
} 
.cell-left h2, .cell-left-products h2 {margin-top: 0px;}

#titleheader {    border-right: 1px solid #CCCCCC;
    float: left;
    margin: 20px 0 0 20px;
    padding-right: 20px;
    position: relative;
   }
#teasertext{      float: left;
    margin-top: 24px;
    padding: 0 20px;
    position: relative;
    width: 600px;}
#productgrid {
    clear: both;
    padding-top: 20px;
    position: relative;
}
#Productwrapfirst {
	border: none;
	padding: 40px 70px;
	padding-right: 422px; line-height: 1.4em;
}

#Contactwrapfirst {
	border: none;
	padding: 40px 70px;
	background-attachment: scroll;
	background-image: url(images/BGContact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
	line-height: 1.4em;
}
#Productwrap {
	padding: 40px 70px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	line-height: 1.4em;
}
#Productwrap h2  { line-height: 1em;
	margin-bottom: 4px;
	font-size:2em;
	color:#005A9C;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#Productwrap a, #Productwrapfirst a, #Contactwrapfirst a { color:#005A9C; text-decoration: none;}

#Productwrapfirst h1, #Productwrap h1, #Contactwrapfirst h1, .newh {
	margin-bottom: 4px;  line-height: 1em;
	font-size:2.3em;
	color:#005A9C;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#Productwrapfirst h3, #Productwrap h3, #Contactwrapfirst h3 {margin-top: 2px; margin-bottom: 10px; 
font-family: Helvetica, Arial, sans-serif;
font-size: 1.6em; 
font-weight: normal;
color: #777;}

#backtop a { text-align: right; color: #06C;  }
#backtop {float: right; width: 88px; }

.grid {padding-top: 0px; margin-top: 0px}

#Product-photo {
position: relative;
float: right;
margin-left: 20px;
margin-bottom: 40px;
display: inline-block;
}

#Product-text {
width: 450px;
position: relative;
float: left;
}

#productgrid-specific { display: inline-block;}
.cell-left-products h3 {margin-bottom: 2px;}


/** Product Big Photo Backgrounds **/

.MultiAsp {
	background-attachment: scroll;
	background-image: url(images/Product-MultiAspirators/IMG_1150-2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.CentFans {
	background-attachment: scroll;
	background-image: url(images/Product-CentrifugalFans/CFansBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Cyclones {
	background-attachment: scroll;
	background-image: url(images/Product-Cyclones/CycloneBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Airlocks {
	background-attachment: scroll;
	background-image: url(images/Product-Airlocks/AirlocksBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.AirlocksVPOT {
	background-attachment: scroll;
	background-image: url(images/Product-Airlocks/AirlockVPOTBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.AirlocksVJ {
	background-attachment: scroll;
	background-image: url(images/Product-Airlocks/VJairlockBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.AirlocksVL {
	background-attachment: scroll;
	background-image: url(images/Product-Airlocks/VLairlockBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.AirlocksVD {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-Airlocks/VD-BG.jpg);
}
.AirlocksVB {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-Airlocks/VB-BG.jpg);
}
.APBbottoms {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-AirPadBinBottoms/APBbottomsBG.jpg);
}
.APU {background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-AirPowerUnits/APUBG.jpg);}
.BranFinisher
	{background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-BranFinisher/BranFinisherBG.jpg);}
.DiverterValves {background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-DiverterValves/DiverterBG.jpg);}
.DustDuct {background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-DustDuct/DustDuctBG.jpg);}
.Blower {background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Products/BlowerBG.jpg);}
.ShortFlow {background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-KiceShortflowMill/ShortFlowBG.jpg);}
.Filter {background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-Filters/FilterBG.jpg);}
.FilterVS {background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-Filters/VS_FilterBG.jpg);}	
	.FilterVR {background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-Filters/VR_FilterBG.jpg);}	
.FilterVM {	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-Filters/VMfilterBG.jpg);}
.FilterCR {	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-Filters/CR_FilterBG.jpg);}
.PreModSys {	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-PreAssembledModularSystems/PreAMSBG.jpg);}

.Scale {	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-Scale/ScaleBG.jpg);}

.Splitter {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-Splitters%20Spreaders/SplitterBG.jpg);
}
.VaneFeeders {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/Product-VaneFeeders/VaneFBG.jpg);
}

h4 {margin-top: 2px; margin-bottom: 0px; 
font-family: Helvetica, Arial, sans-serif;
font-size: 1.4em; text-align: left;
font-weight: normal;
color: #777;
}

.toprow { background-color: #CCC; font-weight: 800;}
.todd { background-color: #f4f4f4; }
.teven { background-color: #ebebeb;  }
