body
{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a{ color:#12285f; outline: none;}
a:hover{color:#12285f;}

h1
{
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	padding:0 0 15px;
	margin:0;	
}

h2
{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	padding:0 0 15px;
	margin:0;
}

h3 {
    color: #336699;
    font-family: Arial;
    font-size: 14px;
    padding-left: 0;
}

li.points
{
  font-size:14px;
  font-weight:bold;
  margin-left: 35px;
  padding: 5px;
  list-style-type: bullet;
  color:#285179;
  font-family:Arial;
}
 
p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding:0 0 15px 0;
	margin:0;
	line-height: 20px;
}


.clear{ clear:both; margin:0; padding:0;}
.main_wrapper{ width: 100%; height: 100%;}
.container{ width: 1032px; margin:0 auto;}
.header{ height: 102px; background:#013366; border-bottom: 1px solid #e8c148;}
.body_container{ width: auto; padding: 40px 0px 30px;}
.left_col{ float: left; width: 65%; margin: 0px 30px 0 0;}
.right_col{ float: right; width: 30%; margin: 0px;}
.body_container blockquote{ margin: 0px 30px 0 30px;}
.footer {
    background: url("../generator-services-NH/NH-generators.jpg") left top repeat-x #013366;
    height: 84px;
    padding: 20px 0 0 0px;
	margin:0;
}
.footer p{ font-size: 12px; color: #fff; text-align: center; padding: 20px 0 0 0; margin:0; line-height: 15px;}
.footer a{ text-decoration:underline; color: #fff;}

.logo{ position:absolute; left:0; z-index: 50;}
.logo{ position:absolute; left:0; z-index: 60; top: 103px;}
.mob_logo{ display: none;}
.product_row{ width:auto; margin:30px 0 0px 0;}
.product_left{ float: left; width:23%; margin-right: 25px; text-align:center;}
.product_right{ float: right; width: 74%; margin:0px;}
.product_system{ padding: 30px 0 0 0;}



#cssmenu {
  position: relative;
  margin:0;
  background: #245389;
  height: 42px;
  border-bottom: 2px solid #f8cb3e;
  z-index: 20;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align:center;
}
#cssmenu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 8px 0 0 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu ul li a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 5px 10px;
  outline: none;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu ul li:hover > a {
  color: #000;
  background: #e6b53e;
}
#cssmenu ul li a.active{background: #e6b53e; color: #000;}

#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 4px solid transparent;
  border-top-color: #fff;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
	display: none;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 43px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 35px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
  list-style:none;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 40px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 156px;
  border-bottom:1px solid #000;
  padding: 12px 20px;
  font-size: 12px;
  color: #fff;
  background:#814b06;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  text-align:left;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #ff9900;
  color: #000;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}

#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}




@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	
#cssmenu {
    width: auto;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
	border-right: 0;
	padding:0;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
	float: none;
	height:auto;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #000;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
	display:inline-block;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: none;
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 20px;
    top: 12px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    right: 20px;
    top: 22px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
  
  
#cssmenu ul li a#current {
    background: #c47533;
    border: medium none;
    border-radius: 0;
	color: #fff;
}
#cssmenu ul li a.active{  color: #1c466e;background:#ffcc00;}


}



@media only screen and (max-width: 767px){

#cssmenu{ height:auto; background: none; margin:15px 0 0 0px; border-bottom:0;}
#cssmenu > ul > #menu-button{ display:inline-block; width:100%;}
#cssmenu > ul{ margin:0 auto; width:288px;}
#cssmenu #menu-button > a{ background:#013366; color:#fff; width:86%; min-width:86%; height:22px; padding:8px 20px; line-height: 22px; text-decoration: none;}
#cssmenu #menu-button > a:hover0{ background: none;}
#cssmenu > ul > li > a{ background: #98bbde; border-top:1px solid #fff; color: #225959;text-decoration: none;}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.has-sub > a:hover{ background: #013366; color:#fff;text-decoration: none;}
#cssmenu > ul > li > ul > li > a{ background:#000; color:#f1d7c5; font-weight:normal; border-bottom: 1px solid #fff;}
#cssmenu > ul > li > ul > li:hover > a{ background:#336666; color:#fff;}
#cssmenu > ul > li.has-sub > a, #cssmenu ul li a{ font-size:14px; font-weight: normal;}
.header-inr{ height:auto;}
#cssmenu > ul.open > li#menu-button > a{ color:#fff; line-height: 22px;}

#cssmenu ul.open li, #cssmenu > ul.open > li{ border-top: none;}
#cssmenu ul.open li:first-child, #cssmenu > ul.open > li:first-child{ border-top: none;}


#cssmenu > ul > ul > li > a, #cssmenu ul li a:hover, #cssmenu > ul > ul > li:hover a{ border-radius:0 !important;}
#cssmenu ul li a{ min-width:82%; text-align:left;}
#cssmenu ul ul li a{ width:228px; min-width:228px;}
#cssmenu ul li:last-child{ float:none;}
#cssmenu ul li a{ 
	padding:12px 20px; 
	float: none;
	height:auto;
}
#cssmenu ul ul li a{ padding:8px 30px;}
#cssmenu ul li a.active{  color: #fff;background:#013366;}



.mob_logo{ display: block; height: auto; height: 150px;}
.mob_logo img{ height: 100%;}
.logo, .logo2{ display: none;}
.header{ height: auto; background: #013366; padding: 10px 0; text-align:center; border:0;}
.body_container {
    padding: 15px;
    width: auto;
}
.left_col {
    float: none;
    margin: 0;
    width: auto;
}

.right_col {
    float: none;
    margin: 0;
    width: auto;
}

.container {
    margin: 0;
    width: auto;
}
.body_container img{ width: 100%;}

.product_left {
    float: none;
    margin-right: 0;
    text-align: center;
    width: auto;
}

.product_right {
    float: none;
    margin: 20px 0 0;
    width: auto;
}


}
