﻿/* Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, del, em, font, img, small, 
strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td 
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body 
{
    line-height: 1.2;
    font-family: Arial, Helvetica, Sans-serif;
    background: #DAD9D9;
}

ol, ul 
{
    list-style: none;
}

blockquote, q 
{
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after 
{
    content: ‘’;
    content: none;
}

/* End Reset */

h2
{
  font-size:27px;
}

h3
{
	font-size:13px;
}

p
{
  font-size:12px;
}

a
{
  text-decoration: none;
  color: #142261;
  font-size: 12px;
}

a:hover
{
  text-decoration: underline;
}


/* Main Styles */



#container
{
  width: 800px;
  margin: auto;
  -moz-box-shadow:0px 0px 10px #444; /* CSS3 Shadow */
  -webkit-box-shadow:0px 0px 10px #444; /* CSS3 Shadow */
  box-shadow:0px 0px 10px #444; /* CSS3 Shadow */

}

#header
{
    position: relative;
}

#searchBox
{
     position:absolute; 
     top: 10px; 
     left:500px;
}

#header h1
{
  background: url(images/logo.jpg) no-repeat;
  width: 800px;
  height: 105px;
}

#header h1 a
{
  width: 800px;
  height: 105px;
  display: block;
}

/* Navigation */
#menu_wrap {
	position: relative;
	font-size: 12px;
	width: 800px;		
	padding: 25px 0px 40px;
	margin: 0 auto; 
	background-color: #fff;	
	height: 25px;
	}

/* These styles create the dropdown menus. */
#navbar {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;	
	width: 800px;
	background-color:#666;	
}
#navbar li {
	list-style: none;
	float:left;
	padding: 5px 2px 5px 2px;	
}
#navbar li a {
	display: block;
	padding: 0px 10px;
	text-decoration: none; 
	color: #fff;
	font-weight: bold;
	}
#navbar li a:hover {
	color: #000; }
#navbar li ul {
	display: none;  }
#navbar li:hover ul, #navbar li.hover ul {
	position: absolute;
	display: inline;
	left: 0;
	width: 100%;	
	margin: 0;
	padding: 0;
}
#navbar li:hover li, #navbar li.hover li {
	float: left; }
#navbar li:hover li a, #navbar li.hover li a {
	color: #000; }
#navbar li li a:hover {
	color: #357; }


/* Main Content */

#main
{
  clear: both;
  overflow: hidden;
  background: #ffffff;    
}


#main #primaryContent
{
  float: left;
  width: 322px;  
}

#main #primaryContent .aboutUs
{
  margin-bottom: 20px;
  overflow: hidden; 
}

.aboutUs p
{
  border-left: 1px solid #2869AD;
  border-right: 1px solid #2869AD;
  border-bottom: 1px solid #2869AD;
  text-align: justify;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 15px;
}

#main #primaryContent .newsEventsImg
{
    height: 37px;
}

#main #primaryContent .newsEvents
{
  margin-bottom: 20px;
  overflow: hidden;
  border-left: 1px solid #2869AD;
  border-right: 1px solid #2869AD;
  border-bottom: 1px solid #2869AD;
}

.newsEvents p
{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom:10px;
}

#main #primaryContent .resources
{
  margin-bottom: 15px;
  overflow: hidden;
}

.resources p
{
  border-left: 1px solid #2869AD;
  border-right: 1px solid #2869AD;
  border-bottom: 1px solid #2869AD;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom:15px;
  font-weight: bold;
}

#main #primaryContent .awards
{
	margin-bottom: 20px;
	overflow: hidden;
}

.awards p
{
	padding-left: 5px;
}


#main #secondaryContent
{
  float: right;
  width: 472px;
}

#firstRow
{
  border-left: 1px solid  #2869AD;
  border-right: 1px solid  #2869AD;
  overflow: hidden;
}

#firstRow ul 
{
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
}

#firstRow ul li
{
  float:left;
  margin-top:10px;
  margin-left:30px;
}

#firstRow ul li p
{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#secondRow
{
  border-left: 1px solid  #2869AD;
  border-right: 1px solid  #2869AD;
  overflow: hidden;
}

#secondRow ul 
{
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
}

#secondRow ul li
{
  float:left;
  margin-top:10px;
  margin-left:30px;
}

#secondRow ul li p
{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#thirdRow
{
  border-left: 1px solid  #2869AD;
  border-right: 1px solid  #2869AD;
  border-bottom: 1px solid  #2869AD;
  margin-bottom: 20px;
  overflow: hidden;
}

#thirdRow ul 
{
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
}

#thirdRow ul li
{
  float:left;
  margin-top:10px;
  margin-left:15px;
}

#thirdRow ul li p
{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#footer
{
  background:#4175AF;
  height:20px;
  padding: 5px;
}

#footer .footerContent
{
    margin-top: 3px;
    text-align:center;
	font-size:12px;
	color: white;
	
	letter-spacing:1px;
}

#footer a
{
 font-size: 12px;
 font-weight: bold;
 color: white;
}

#main #leftSide
{
  float: left;
  width: 600px;
  padding-left: 15px;
  margin-bottom: 100px;
}

#main #leftSide h2
{
  font-size: 30px;
  color: #142261;
  border-bottom: 2px solid #142261;
}

#leftSide p
{
  margin-top: 20px;
  padding: 10px;
  text-align: justify;
  font-size:12px;
}

#leftSide .lftContentList
{
  line-height: 25px;
  margin-left: 20px;
  font-size: 12px;
  padding-left: 10px;
}

#main #rightSide
{
  float: right;
  width: 170px;
  margin-top: 35px;
}


/* Products */

#productsfirstRow
{
  overflow: hidden;
}

#productsfirstRow ul 
{
	overflow:hidden;
	padding-left:30px;
	padding-right:10px;
}

#productsfirstRow ul li
{
  float:left;
  margin-top:10px;
  margin-left:50px;
}

#productsfirstRow ul li p
{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#productssecondRow
{
   overflow: hidden;
}

#productssecondRow ul 
{
	overflow:hidden;
	padding-left:30px;
	padding-right:10px;
}

#productssecondRow ul li
{
  float:left;
  margin-top:10px;
  margin-left:50px;
}

#productssecondRow ul li p
{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#productsthirdRow
{
  margin-bottom: 20px;
  overflow: hidden;
}

#productsthirdRow ul 
{
	overflow:hidden;
	padding-left:30px;
	padding-right:10px;
}

#productsthirdRow ul li
{
  float:left;
  margin-top:10px;
  margin-left:40px;
}

#productsthirdRow ul li p
{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

/* Filters */
#main #filtersLeftSide
{
    float: left;
    width: 580px;
    padding-left: 15px;
    margin-bottom: 100px;
}

#main #filtersLeftSide h2
{
  font-size: 30px;
  color: #142261;
  border-bottom: 2px solid #142261;
}



#filtersLeftSide p
{
  margin-top: 20px;
  padding: 10px;
  text-align: justify;
  font-size:12px;
}



#main #filtersRightSide
{
    float:right;
    width: 200px;
    margin-top: 30px;
    text-align:center;
}

#main #logoHeading
{
    width= 800px;
    text-align: center;
}

/* Customized Systems*/

#main #CustleftSide
{
    float: left;
    width: 750px;
    padding-left: 15px;
    margin-bottom: 100px;
    overflow: hidden;
}

#main #CustleftSide h2
{
    font-size: 30px;
    color: #142261;
    border-bottom: 2px solid #142261;
}

#CustleftSide p
{
  margin-top: 20px;
  padding: 10px;
  text-align: justify;
  font-size:12px;
}

#CustleftSide ul 
{
	overflow:hidden;
	padding-left:50px;
	padding-right:20px;
}

#CustleftSide ul li
{
  float:left;
  margin-top:20px;
  margin-left:70px;
  margin-bottom: 50px;
}

#CustleftSide ul li
{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#CustleftSide p.heading
{
    background-color: #C0C0C0;    
    font-size: 15px;
    color: black;
    font-weight: bold;
    padding: 2px;
    margin-left: 20px;
    margin-top:50px;
    width: 750px;
    min-width: 750px;
    text-align: left;
    border-bottom: 1px solid #ededed;
}


/* Purged Systems*/

#main #purgedLeftSide
{
    float: left;
    width: 560px;
    padding-left: 15px;
    margin-bottom: 100px;
}

#main #purgedLeftSide h2
{
  font-size: 30px;
  color: #142261;
  border-bottom: 2px solid #142261;
}



#purgedLeftSide p
{
  margin-top: 20px;
  padding: 10px;
  text-align: justify;
  font-size:12px;
}



#main #purgedRightSide
{
    float:right;
    width: 220px;
    margin-top: 50px;
    text-align:center;
}


#purgedLeftSide .lftContentList
{
  line-height: 25px;
  margin-left: 20px;
  font-size: 12px;
  padding-left: 10px;
}


/* Surge Protection Device*/

#main #SurgeleftSide
{
  float: left;
  width: 780px;
  padding-left: 15px;
  margin-bottom: 100px;
}

#SurgeleftSide p
{
  margin-top: 20px;
  padding: 10px;
  text-align: justify;
  font-size:12px;
}




/* Process Analyzers*/

#leftMenu
{
    float: left;
    width: 180px;
    margin-top: 20px;    
    border-right: 1px solid grey;
    height: 600px;    
}

#leftMenu ul li
{
    padding: 10px 0 10px 10px;    
    border-bottom: 1px solid #bbbbbb;
    border-top: 1px solid black;
    font-weight: bold;    
    color: Black;   
}

#leftMenu ul li:last-child
{
    border-bottom: 1px solid white;
}

#leftMenu ul li:first-child
{
    border-top: none;    
}

/* #leftMenu ul li:last-child
{
    border-bottom: none; 
} */


#rightText
{
    width: 590px;
    float: right;    
    margin-top: 20px;
    margin-bottom: 50px;
}

#rightText p
{
    text-align: justify;
    margin-top: 30px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#rightText img.productImg
{
    float: right; 
    padding: 30px 10px 0px 10px;
    
}

#rightText img.productLogo
{
    margin-left: 50px;
}


#rightText p.heading
{
    background-color: #C0C0C0;    
    font-size: 15px;
    color: black;
    font-weight: bold;
    padding: 2px;
    margin-left: 15px;
    width: 530px;
    min-width: 530px;
    text-align: left;
    margin-bottom: 30px;
}

#rightText ul
{
  line-height: 15px;  
  font-size: 12px;
  padding-left: 20px; 
  color: Black;
  margin-top: 10px;
}

#rightText strong
{
    font-size:12px;
    color: DarkBlue;
    padding-left: 15px;
}

#rightText .tableStyles
{
    border: none;
    padding: 10px;
    margin: 0;
    margin-top: -40px;
}
#rightText .tableStyles img
{
    width: 300px;
}

.tableStyles td
{
    height: 90px;
    vertical-align: middle;
    font-size: 13px;
    padding: 10px 0 10px 10px;
}



/* Flame & Gas Detection System*/

#main #FlameleftSide
{
  float: left;
  width: 770px;
  padding-left: 15px;
  margin-bottom: 100px;
}

#FlameleftSide p
{
  margin-top: 20px;
  padding: 20px;
  text-align: justify;
  font-size:12px;
}


#FlameleftSide p.heading
{
    background-color: #C0C0C0;    
    font-size: 15px;
    color: black;
    font-weight: bold;
    padding: 2px;
    margin-left: 15px;
    width: 730px;
    text-align: left;
    margin-bottom: 30px;
}





.product-item
{
    margin-bottom: 30px;
    padding-right: 40px;    
    overflow: hidden;
}

.product-item img
{
    float:left;
    padding: 20px 30px 30px 20px;    
}

.product-item h2
{
    padding-top: 20px;
    font-size: 14px;
}
    
.product-item ul
{
    font-size: 12px;
    margin-top: 10px;
}

.product-item li
{  
    margin-bottom: 1.0em;
}

.product-item p
{
    font-size: 12px;
    font-style: normal;
}




/* Burner Equipment Combustion System*/

#main #burnerleftSide
{
  float: left;
  width: 770px;
  padding-left: 15px;
  margin-bottom: 100px;
  overflow: hidden;
}

#burnerleftSide p
{
  margin-top: 20px;
  padding: 20px;
  text-align: justify;
  font-size:12px;
}


#burnerleftSide p.heading
{
    background-color: #C0C0C0;    
    font-size: 15px;
    color: black;
    font-weight: bold;
    padding: 2px;
    margin-left: 15px;
    width: 730px;
    text-align: left;
    margin-bottom: 30px;
}

/* Sitemap*/

#sitemapList
{
  line-height: 25px;
  margin-left: 20px;
  font-size: 12px;
  padding-left: 10px;
}

#sitemapList a:hover
{
    text-decoration: none;
    color: Black;
}

#contactUs
{
    border: 0px;
    font-size: 12px;
    font:tahoma;
}
