/*
dark grey header bg: 4C4C4C
topnav red bottom border: C43E3B
*/

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 11px;
	background-color: white;
}

body, p, td, th,li, span, h1, h2, h3 {
  font-size: 11px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

p, h1,h2,h3 { margin: 0px; padding: 0px; }

p { line-height: 125%; }

ul li { line-height: 125%; }

h1 { font-size: 150%; }
h2 { font-size: 125%; }
h3 { font-size: 100%; }

table { margin: 0px; padding: 0px; }

table.Form tr td { vertical-align: top; padding-bottom: 1em;}
table.Form tr th { vertical-align: top; padding-right: 1em; }

table.Form input { font-size: 90%; margin: .25em 0px; }
table.Form input.Text {  width: 30em; }
table.List tr th { vertical-align: top; text-align: right; padding-right: 1em;}

table.Training { margin-bottom: 1em; border: 1px solid #000; }
table.Training tr th { padding: .25em 1em; }
table.Training tr td { padding: 0 1em;  }

form { padding: 0px; margin: 0px; }

a { text-decoration: none; }
a img { border: 0px; }

a.PDFgrey {
background-image: url(../images/grey_icon_pdf.gif);
background-repeat: no-repeat;
background-position: 100% 50%;
padding-right: 14px;
}
a.PDF {
background-image: url(../images/icon_pdf.gif);
background-repeat: no-repeat;
background-position: 100% 50%;
padding-right: 14px;
}

a.XLS {
background-image: url(../images/icon_excel.gif);
background-repeat: no-repeat;
background-position: 100% 50%;
padding-right: 18px;
}

a.ZIP {
background-image: url(../images/icon_zip.gif);
background-repeat: no-repeat;
background-position: 100% 50%;
padding-right: 18px;
}

a.EXE {
background-image: url(../images/icon_exe.gif);
background-repeat: no-repeat;
background-position: 100% 50%;
padding-right: 18px;
}

.FloatRight { float: right; }

ul { margin-left: 2em; padding-left: 0px; }

ul.HNav {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
}

ul.HNav li { float: left; display: inline; }

ul.VNav {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.Dropdown {
  position: absolute;
  display:none;
  background-color: #000;
  padding: 0px;
  margin: 0px;
/*  filter: alpha(Opacity=80);
  -moz-opacity: .8;
  opacity: .8; */
}

ul.Dropdown li {
  display: block;
  float: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  white-space: nowrap;
}

ul.List { list-style-type: none; padding: 0px; margin: 0px; }
ul.List li { line-height: 150%; }

ul.BList {  padding: 0px; margin: 0px 0px 0px 1.25em; }

div.Clear { clear: both; font-size: 0px; }
div.Centering { margin: 0px auto; }

div#Container { width: 1024px; text-align: left; margin: 0px auto;}

div#Header {
  background-color: #000;
  background-image: url(/res/images/header_bg_swoop.jpg);
  background-repeat: no-repeat;
  height: 112px;
  position: relative;
  z-index: 50;
}

div#Header img#Logo {
  position: absolute;
  left: 9px;
  top: 9px;
  z-index:60;
}

div#Header form#frmSearch {
  position: absolute;
  top: 50px;
  right: 77px;
}

div#Header span#Logo {
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 60;
}

div#Header div#TopNav {
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 100%;
  color: #FFF; 
  background-color: #646160; 
  background-image: url(/res/images/topnav_bg.jpg); 
  background-repeat: repeat-x; 
  z-index: 99; 
}


div#Header a#emailLink {
  position:   absolute;
  top:        28px;
  left:       787px;
  z-index:    60;
  font-weight:bold;
  font-size:10px;
  color:#FFFFFF;
}

div#Header div#TopNav ul.HNav li {  
  padding: 1px 25px 1px 20px; 
  position: relative;
  background-image: url(/res/images/topnav_sep.jpg); 
  background-repeat: no-repeat; 
  background-position: 100% 0%;
  z-index: 75;
}
div#Header div#TopNav ul.HNav li a {color: #FFF; font-weight: bold; }
div#Header div#TopNav ul.HNav li a:hover {color: #FFF; }
div#Header div#TopNav ul.HNav li.Selected a { color: #FFF; }
div#Header div#TopNav ul.HNav li.First { padding-left: 2em; }

div#Header div#TopNav ul.HNav li ul.Dropdown  { 
  display: none;
  position: absolute; 
  top: 14px;
  left: 0px;
  
}

div#Header div#TopNav ul.HNav li ul.Dropdown  li {  background-image: none; }

div#Header div#TopNav ul.HNav li > ul.Dropdown {
/*top: 0;
left: 0px;*/

}


div#Header div#TopNav ul.HNav li:hover ul.Dropdown { display: block; }
div#Header div#TopNav ul.HNav li.over ul.Dropdown {display: block; }

/* News Table */

div#NewsTable table,div#NewsTable td,div#NewsTable th{
  border: 3px;
  border-color:#CCCCCC;
  border-style: solid;
  margin-top: 20px;
  margin-left: 23px;
}

div#Title20Table table,div#Title20Table td,div#Title20Table th{
  border: 3px;
  border-color:#CCCCCC;
  border-style: solid;
  margin-top: 20px;
  margin-left: 0px;
}

/* Dropdown Nav Styles */

/* SIDEBAR */

div#Sidebar {
  float:left;
  text-align: left;
  width: 162px;
  margin: 0px 23px 0px 0px;
  padding-top: 23px;
  color: #FFF;
  height: auto;
  background-color: #0097BA;
  min-height: 15em;
}

* html div#Sidebar { height: 15em; }

div.Grey { color: black; padding: 23px 0px 12px 0px; margin-bottom: 12px; background-color: #D6D6D6; }
div.White { color: black; padding: 23px 0px 12px 0px; margin-bottom: 12px; background-color: white; }
div#Sidebar ul.VNav { margin: 0px 20px 20px 20px; }
div#Sidebar ul.VNav li { line-height: 200%; text-indent: -1em; margin-left: 1em; }
div#Sidebar a { color: #FFF; font-weight: bold; text-decoration: underline;}
div#Sidebar a.PDFgrey { color: #000; font-weight: bold; text-decoration: underline;}
div#Sidebar a:hover.PDFgrey { color: #FFF; font-weight: bold; text-decoration: underline;}
div#Sidebar a:hover { color: #9AEAFC;}
div#Sidebar ul.VNav li ul.VNav { display: none; visibility: hidden;  margin: 0px 0px 0px 1em; }
div#Sidebar ul.VNav li ul.VNav li { font-size: 100%; }
div#Sidebar ul.VNav li ul.Open { display: block; visibility: visible;  }
div#Sidebar h1 { margin-left: 20px; }
div#Sidebar h2 { margin: 1em 0px 0px 20px; }
div#Sidebar p { margin: 20px;}

div#Sidebar.energysol {
  background-color: white;
  color: #000;
}
div#Sidebar.energysol p a {
  color:            #4E8CC7;
  font-weight: normal;
  text-decoration: none;
}
div#Sidebar.energysol p a:hover {
  color: #377BBF;
}


/* MAIN CONTENT STYLES */

div#MainContent {
  color: #000;
  text-align: left;
  width: 836px;
  margin-left: 185px;
  z-index: 50;
  padding-top: 23px;
}

div#MainContent a { color: #000; text-decoration: underline;}

body.Popup div#MainContent { margin-left: 0px; border-left: 0px; }

div#MainContent ul.VNav li { font-size: 100%; }
div#MainContent ul.HNav li { padding: 0px 1em; border-right: 1px solid #ccc; }
div#MainContent ul.HNav li.First { padding-left: 0px;  }
div#MainContent ul.HNav li.Last { border-right: 0px; }

div#MainContent h1 {
  color: #0097BA;
  margin: 0em 0px .5em 0px;
}

div#MainContent h2 { margin: 2em 0px .5em 0px; }

div#MainContent p {
  color: #000;
  margin-bottom: .5em;
  line-height: 150%;
}

div#MainContent ul#ProductListing li.Category { font-weight: bold; margin-top: 1em;}


div#MainContent ul li { color: #000; line-height: 150%;}

div#MainContent.Software {
  margin: 0 0 0 186px;
  width: auto;
}

/* MainContent Sidebar RIGHT */

div#SidebarRight {
  float:right;
  text-align: left;
  width: 300px;
  padding: 7px 7px 7px 7px;
  margin: -23px 0px 0px 2em;
}

div#SidebarRight h1 { color: #FFF; margin-top: 1em; font-size: 125%; }
div#SidebarRight p,li { color: #FFF; font-size: 90%; }
div#SidebarRight a { color: #FFF; font-size: 90%; text-decoration: underline; }

div#SidebarRight.Wide { width: 302px; }
div#SidebarRight.White { background-color: #FFF; color: #000; }

div#SidebarRight.White p { color: #000; }

div#Brands { margin: 30px 0px 0px 0px; clear: both; }
div#Brands img { margin: 0px 20px; vertical-align: middle; }
div#Brands img.First { margin-left: 0px;}
div#Brands img.Last { margin-right: 0px;}

div#Brands div.Centering { margin: 0px; }

div#Footer {
  height: 30px;
  margin-top: 35px;
  clear: left;
  float: left;
  width: 100%;
}

div#Footer ul.HNav { margin: 10px 0px 10px 185px; }

div#Footer ul.HNav li {
  border-right: 1px solid #5E5A5A;
  padding: 0px 1em;
}

div#Footer ul.HNav li.Last { border-right: 0px; padding-right: 0px; }
div#Footer ul.HNav li.First { padding-left: 0px; }

div#Footer ul.HNav li a {
  color: #5E5A5A;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
  text-decoration: underline;
}

.contentAlert {
  color: red;
  font-weight: bold;
  font-size: 110%;
}

a.foreIcon {
  display: block;
  background-color: none;
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding: 0 0 3px 20px;
  margin: 0;
}
a.backIcon {
  background-color: none;
  background-repeat: no-repeat;
  background-position: 100% 1px;
  padding: 1px 20px 1px 0;
  height: 18px;
  line-height: 18px;
}
a.excel {
  background-image: url(/res/images/icon_excel.gif);
}
a.pdf {
  background-image: url(/res/images/icon_pdf.gif);
}
a.download {
  background-image: url(/res/images/icon_download.gif);
}
a.faq {
  background-image: url(/res/images/icon_faq.gif);
}

.outdent {
  text-indent: -20px;
  padding-left: 20px;
}
.outdent .foreIcon {
  padding-left: 40px;
}
.radioOutdent {
  margin:0;
  padding:0 0 0 25px;
  text-indent: -25px;
}
