/**
 * @file
 */

body {
  color: #555;
  font: 13px/140% arial, helvetica, sans-serif;
  background: #fff;
  margin: 0;
}

body.front, body.not-front {
  background: #002250 url(images/bg.jpg) 50% 0 no-repeat;
  background-attachment: fixed;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,form {
  margin: 0 0 10px;
}

a, a:link, a:visited {
  color: #198919;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

fieldset {
  border: 1px solid #ddd;
}

h1 {
  font-size: 30px;
  color: #198919;
  font-family: 'DIN';
  line-height: 1;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 14px;
  margin-bottom: 0;
  color: #198919;
}

h4 {
  font-size: 13px;
  color: #198919;
  margin-bottom: 2px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 4px;
}

dd,p.description,.help {
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 8px;
}

ul {
  padding-left: 20px;
}

li.leaf,li.collapsed,li.expanded,.item-list ul li {
  padding: 0;
}

.item-list ul li {
  list-style-image: url(images/leaf.png);
  margin: 0 0 0 10px;
}

li.leaf {
  list-style-image: url(images/leaf.png);
}

li.collapsed {
  list-style-image: url(images/collapsed.png);
}

li.expanded {
  list-style-image: url(images/expanded.png);
}

table {
  border: none;
  width: 100%;
}

tr,td,th,td.active,th.active,thead th,tbody th {
  background: none;
  border: none;
  padding: 2px 4px;
  text-align: left;
  vertical-align: top;
}

td {
  border: none;
}

tr.even,tr.even td {
  background: #f2f2f2;
}

table th {
  background: -moz-linear-gradient(top, #eeeeee, #e5e5e5);
  background: -webkit-linear-gradient(top, #eeeeee, #e5e5e5);
  background: -ms-linear-gradient(top, #eeeeee, #e5e5e5);
}

td p {
  margin: 0;
}

img[style*=left] {
  margin: 0 8px 16px 0;
}

img[style*=right] {
  margin: 0 0 16px 8px;
}

ul.primary li a {
  font-size: 12px;
  color: #555;
  text-shadow: 1px 1px 1px #fff;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
  background: -webkit-linear-gradient(top, #ffffff, #e5e5e5);
  background: -ms-linear-gradient(top, #ffffff, #e5e5e5);
}

ul.primary li a.active {
  background: none;
}

ul.primary li a:hover {
  background-color: #fff;
  border-color: #bbb #bbb #fff;
}

#page {
  background: #fff;
  min-height: 580px;
}

.not-front #page {
  margin-bottom: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#header {
}

#header-region {
  margin-top: 52px;
  margin-right: 2px;
  text-align: right;
  float: right;
}

#header-region img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

#phone {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
}

#logo {
  margin: 10px 0;
}

#page-wrapper {
  width: 960px;
  margin: 0 auto;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}

#main {
  margin-top: 20px;
}

#footer-message {
  float: right;
  color: #eee;
}

#footer-message a {
  color: #87bd2b;
}

#nav-wrapper {
}

#nav-inner {
  width: 960px;
  margin: 0 auto;
  background: #13721d;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/*
#nav ul {
float:right;
background:url(images/trans80.png);
}
*/

/**/

#nav {
  z-index: 98;
}

#nav ul, #nav ul li {
  margin: 0;
  padding: 0;
  z-index: 99;
}

#nav ul li {
  list-style: none;
  list-style-image: none;
  float: left;
  padding: 0;
  position: relative;
}

#nav a {
  padding: 13px 8px;
  display: block;
  float: left;
  font-weight: bold;
}

#nav a, #nav a:link, #nav a.active {
  color: #fff;
}

#nav a:hover {
  text-decoration: none;
}

#nav > ul > li.first a {
  background: url(images/home.png) no-repeat 12px 11px;
  text-indent: -10001px;
  width: 30px;
  padding-left: 10px;
}

#nav ul li ul {
  position: absolute;
  width: 291px;
  background: transparent url(images/nav-sub-arrow.png) no-repeat 33% 1px;
  padding: 8px 0;
  z-index: 99;
  top: -999em;
}

#nav > ul > li.last > ul {
  background-position: 86px 1px;
  text-align: center;
  width: 160px;
  left: -58px;
}

#nav ul li:hover ul {
  top: 36px;
  z-index: 98;
}

#nav ul li:hover {
  visibility: inherit;
 /* fixes IE7 'sticky bug' */
  ;
}

#nav ul li ul li {
  background: #519623;
  width: 100%;
  border-bottom: 1px solid #70bf3b;
}

#nav ul li ul li a,
#nav ul li ul li a.active {
  background: none;
  padding: 2px 20px 2px 14px;
  float: none;
  font-weight: normal;
  display: block;
  width: auto;
}

#nav ul li ul li a:hover {
  background-color: #61a633;
}

#nav ul li ul li a.pdf {
  background-image: url(images/pdf.png);
  background-position: 275px 50%;
  background-repeat: no-repeat;
}

#nav ul li ul li a.nrg-blue,
#nav ul li ul li a.nrg-orange,
#nav ul li ul li a.nrg-red {
  padding: 2px 20px 2px 6px;
}

#nav ul li ul li a.nrg-blue {
  border-left: 8px solid #00b2f0;
}

#nav ul li ul li a.nrg-orange {
  border-left: 8px solid #fbaa29;
}

#nav ul li ul li a.nrg-red {
  border-left: 8px solid #ed1f21;
}

#nav ul li ul li a.nrg-blue.pdf,
#nav ul li ul li a.nrg-orange.pdf,
#nav ul li ul li a.nrg-red.pdf {
  background-position: 267px 50%;
}

#nav ul li ul li.first {
  border-top: 1px solid #7fd540;
}

#nav ul li ul li.expanded {
  background: #519623 url(images/nav-sub-arrow-right.png) no-repeat 95% 50%;
}

#nav ul li ul li ul {
  left: 291px;
  padding: 0;
}

#nav ul li:hover ul li ul {
  top: -999em;
}

#nav ul li ul li:hover ul {
  top: -1px;
}

/*
#nav ul li ul li:hover ul {
top:-60px;
}
*/

#footer-wrapper {
  min-height: 200px;
  background: #002250;
}

#footer {
  padding-top: 20px;
}

div.messages,div.password-description,div.warning {
  border: 1px solid #333;
  color: #000;
  font-weight: 700;
  margin: 10px 0;
  padding: 15px 15px 15px 60px;
}

div.error,tr.error {
  background: #eee;
}

div.block {
  position: relative;
}

div.block div.edit {
  display: none;
  font-size: 11px;
  padding: 0 3px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
}

div.block:hover div.edit {
  display: block;
}

/*
input[type=submit] {
font-size:12px;
color:#333;
text-shadow:1px 1px 1px #fff;
border:1px solid #777;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
background: -webkit-linear-gradient(top, #ffffff, #e5e5e5);
background: -ms-linear-gradient(top, #ffffff, #e5e5e5);
padding:1px 9px;
}
*/

#admin-menu ul a {
  border-color: #555;
  color: #ccc;
  font: 11px Tahoma, Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

div.tabs,.block,div.messages {
  margin-bottom: 10px;
}

.block-region {
  margin-top: 0;
}

.sidebar-left  #page {
  background: #fff url(images/sidebar-bg.png) repeat-y;
}

#sidebar-left .block {
  color: #fff;
  margin-top: 20px;
}

#sidebar-left .block-title h2 {
  font-size: 30px;
  font-family: 'DIN';
  line-height: 1;
}

#sidebar-left .block ul.menu,
#sidebar-left .block ul.menu li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

#sidebar-left .block ul.menu a {
  color: #fff;
  display: block;
  padding: 8px 10px;
  border-bottom: 1px solid #81d444;
  margin: 0 -10px;
}

#sidebar-left .block ul.menu li.first a {
  border-top: 1px solid #81d444;
}

#sidebar-left .block ul.menu a:hover {
  text-decoration: none;
  background: #66bd2b;
}

#sidebar-left .block ul.menu a.active {
  background: #58a326;
}

#sidebar-left .block ul.menu li.expanded > a.active {
  background: none;
}

#footer-links {
  float: right;
  margin-top: 15px;
}

#footer-links #footer-menus {
  float: right;
}

#footer-links .footer-menu {
  float: left;
  margin-left: 10px;
  max-width: 130px;
}

#footer-links ul, #footer-links ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

#footer-links h3 {
  font-size: 13px;
}

#footer-links,
#footer-links a {
  color: #0b691d;
  font-size: 10px;
}

/*
table.no-padding {
margin-top:10px;
}
*/
table.no-padding {
  margin: 0;
}

table.no-padding tr,
table.no-padding td {
  padding: 0;
}

#webform-client-form-9 {
  background: #eee;
  padding: 20px;
  margin-top: 10px;
}

#webform-client-form-9 .webform-component {
  width: 600px;
  float: right;
}

#webform-client-form-9 #edit-actions {
}

#webform-client-form-9 label {
  width: 140px;
  display: block;
  float: left;
  text-align: right;
  font-weight: normal;
  margin-right: 20px;
}

#webform-client-form-9 input[type=text] {
  width: 300px;
}

#webform-client-form-9 textarea {
  width: 434px;
}

#webform-client-form-9 .form-item {
  margin: 4px 0;
}

#webform-client-form-9 .textarea-identifier {
  clear: both;
  display: none;
}

#webform-client-form-9 #edit-actions {
  clear: both;
  text-align: right;
}

#block-views-slider-block_1 {
  margin-left: -10px;
  margin-bottom: 0;
  line-height: 0;
  position: relative;
}

.front #main {
  margin-top: 0;
}

.front #page {
  min-height: 0;
}

.front #page-title, .front .tabs, .front #main-content {
  display: none;
}

.views_slideshow_previous,
.views_slideshow_next {
  position: absolute;
  top: 150px;
  z-index: 98;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}

.views_slideshow_previous {
  left: -26px;
  background: url(images/slider-nav.png) no-repeat;
}

.views_slideshow_next {
  right: -36px;
  background: url(images/slider-nav.png) no-repeat -52px 0;
}

.views_slideshow_pause {
  display: none;
}

.front #content-bottom-inline-region-wrapper {
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: 960px;
}

.front #content-bottom-inline-region {
  height: 242px;
}

.front #content-bottom-inline-region .block {
  width: 310px;
  float: left;
  margin-right: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.front #content-bottom-inline-region .block p {
  margin: 0;
  line-height: 0;
}

.front #content-bottom-inline-region .block-3 {
  margin: 0;
}

/*
.front #content-bottom-inline-region .block .content {
margin:10px;
}
*/

.left-10 {
  margin-left: -10px;
}

table.distributors td, #node-10 table td {
  padding-bottom: 15px;
}

#node-10 table td h3 {
  font-size: 20px;
}

#footer-logos {
  background: url(images/footer-logos.png) no-repeat;
  height: 120px;
}

table.data {
  margin: 10px 0 20px 0;
}

table.data th, table.data td {
  border-bottom: 1px solid #ccc;
  padding: 2px;
}

thead p {
  margin: 0;
}

.page-gallery h1#page-title {
  text-transform: uppercase;
}

.view-gallery .views-row {
  width: 162px;
  float: left;
  font-size: 11px;
  color: #fff;
  background: #278a27;
  line-height: 13px;
  height: 175px;
  margin: 0 13px 13px 0;
}

.view-gallery img {
  border: 1px solid #278a27;
}

.views-field-title {
  font-weight: bold;
}

.view-gallery .views-field-title,
.view-gallery .views-field-field-image-description-value {
  margin: 0 10px;
}

.view-gallery .views-field-title {
  margin-top: 2px;
}

.view-gallery .views-field-field-image-file-fid .field-item {
  display: none;
}

.view-gallery .views-field-field-image-file-fid .field-item.field-item-0 {
  display: block;
}

.view-downloads .views-row {
  width: 290px;
  float: left;
  height: 130px;
  margin: 0 20px 10px 0;
}

.view-downloads .views-field-field-download-image-fid {
  float: left;
  margin-right: 10px;
}

.view-downloads .views-field-field-download-image-fid img {
  border: 1px solid #278a27;
}

.views-row {
  position: relative;
}

.view-accessories .views-row {
  width: 290px;
  float: left;
  height: 170px;
  margin: 0 20px 10px 0;
  font-size: 11px;
  line-height: 13px;
}

.view-accessories .views-field-field-accessory-image-fid {
  float: left;
  margin-right: 10px;
}

.view-accessories .views-field-field-accessory-image-fid img {
  border: 1px solid #278a27;
}

.view-accessories .views-row-last {
  height: 300px;
}

.view-accessories ul {
  list-style-position: outside;
}

.views-field-edit-node {
  top: 0;
  left: 0;
  position: absolute;
  background: #278a27;
  font-size: 10px;
  line-height: 10px;
  display: block;
  padding: 1px;
  border: 1px solid #278a27;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}

.views-field-edit-node a {
  color: #fff;
}

#sidebar-left .menu_block ul.menu li ul {
  border: none;
}

#sidebar-left .menu_block ul.menu li ul li a {
  padding-left: 40px;
}

#sidebar-left .menu_block ul.menu li ul li.first a {
  border-top: none;
}

#site-splash-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  cursor: pointer;
}

#site-splash {
  width: 530px;
  margin: 0 auto;
  padding-top: 50px;
}

#site-splash-logo {
  text-align: center;
  color: #fff;
}

#site-splash-logo h2 {
  font-size: 22px;
  margin: 10px 0 20px;
}

#site-splash a.mailto {
  color: #9ccb3b;
  transition: border 0.5s;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
}

#site-splash a.mailto:hover {
  border-bottom: 1px dashed #9ccb3b;
}

a.splash-link {
  transition: all 0.3s;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.8);
  display: inline-block;
  margin: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 200px;
  background: #fff;
  overflow: hidden;
  text-align: center;
  padding: 18px 20px;
  border: 1px solid rgba(0,0,0,0.8);
}

a.splash-link.first {
  margin-left: 0;
}

a.splash-link.last {
  margin-right: 0;
}

#site-splash a.splash-link:hover {
  box-shadow: 0px 0px 30px 0px rgba(255,255,255,0.4);
  text-decoration: none;
}

#site-splash a.splash-link img {
  display: block;
  width: 100%;
  height: auto;
}

.splash-button {
  display: inline-block;
  width: 180px;
  background: #9ccb3b;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 0;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.2s;
  font-size: 14px;
}

#site-splash a.splash-link:hover .splash-button {
  background: #39b44a;
}

/*
.menu_block ul.menu li.expanded {
background:transparent url(images/nav-sub-arrow-right.png) no-repeat 95% 50%;
}
*/


