html {
  background-color: #f7f3ef;
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#wrapper {
  width: 920px;
  margin: auto;
  background-color: #ffffff;
  text-align: left;
}

#logo {
  width: 920px;
  height: 100px;
  background-image: url(images/background-header3.jpg);
  background-color: #ffffff;
  margin: auto;
}

#branding {
  width: 920px;
  height: 200px;
  background-color: #ffffff;
  clear: both;
  margin-top: 0px;
  padding-top: 0px;
}

#heading {
  width: 920px;
  height: 125px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  clear: both;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 24px;
  font-weight: bold;
}

#pageHeader {
  position: relative;
  top: 30%;
  left: 5%;
}

#pageHeader-white {
  position: relative;
  top: 30%;
  left: 5%;
  color: white;
}

#tagLine {
  font-weight: bold;
  color: black;
  font-size: 16px;
  text-align: center;
  padding: 10px;
}

#tagLineBreez {
  font-weight: bold;
  color: #188ad6;
  font-size: 16px;
  font-style: italic;
  text-align: left;
}

#calculator {
  width: 170px;
  height:300px;
  margin-right: 6px;
  margin-top: 5px;
  margin-left: 6px;
  float: left;
  background-image: url(images/bg-light.gif);
  text-align: center;
}

#efficient {
  width: 170px;
  height:300px;
  margin: 6px;
  float: left;
  background-image: url(images/bg-light1.gif);
  text-align: center;
}

#efficient-small {
  width: 170px;
  height:300px;
  margin: 6px;
  float: left;
  background-color: yellow;
  text-align: center;
}

#efficient-medium {
  width: 170px;
  height:300px;
  margin: 6px;
  float: left;
  background-color: orange;
  text-align: center;
}

#efficient-large {
  width: 170px;
  height:300px;
  margin: 6px;
  float: left;
  background-color: red;
  text-align: center;
}

#environmental {
  width: 170px;
  height:300px;
  margin: 6px;
  float: left;
  background-image: url(images/bg-light1.gif);
  text-align: center;
}

#environmental-small {
  width: 170px;
  height:300px;
  margin: 6px;
  float: left;
  background-color: yellow;
  text-align: center;
}

#environmental-medium {
  width: 170px;
  height:300px;
  margin: 6px;
  float: left;
  background-color: orange;
  text-align: center;
}

#environmental-large {
  width: 170px;
  height:300px;
  margin: 6px;
  float: left;
  background-color: red;
  text-align: center;
}


#economical {
  width: 170px;
  height:300px;
  margin: 6px;
  float: left;
  background-image: url(images/bg-light1.gif);
  text-align: center;
}

#economical-small {
  width: 170px;
  height:300px;
  margin: 6px;
  float: left;
  background-color: yellow;
  text-align: center;
}

#economical-medium {
  width: 170px;
  height:300px;
  margin: 6px;
  float: left;
  background-color: orange;
  text-align: center;
}

#economical-large {
  width: 170px;
  height:300px;
  margin: 6px;
  float: left;
  background-color: red;
  text-align: center;
}

#domestic {
  width: 170px;
  height:300px;
  margin: 6px;
  float: left;
  background-image: url(images/bg-light1.gif);
  text-align: center;
}

#domestic-small {
  width: 170px;
  height:300px;
  margin: 6px;
  float: left;
  background-color: yellow;
  text-align: center;
}

#domestic-medium {
  width: 170px;
  height:300px;
  margin: 6px;
  float: left;
  background-color: orange;
  text-align: center;
}

#domestic-large {
  width: 170px;
  height:300px;
  margin: 6px;
  float: left;
  background-color: red;
  text-align: center;
}

#newsletter {
  width: 400px;
  height: 50px;
  clear: both;  
  margin-left: 30%;
  text-align: center;

  font-weight: bold;
}

#corporateHeader {
  width: 440px;
  float: left;
  background-image: url(images/news-top.jpg);
  background-repeat: no-repeat;
  font-weight: bold;
  margin: 6px;
  text-align: center;
  clear: both;
  color: #ffffff;
  font-size: 14px;
}

#corporateNews {
  width: 440px;
  height: 200px;
  float: left;
  clear: both;
  background-color: #dddddd;
  text-align: left;
  font-size: 13px;
  color: #000000;
  font-weight: normal;
}

#productHeader {
  width: 440px;
  float: right;
  background-image: url(images/news-top.jpg);
  background-repeat: no-repeat;
  font-weight: bold;
  margin: 6px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

#productNews {
  width: 440px;
  height: 200px;
  float: right;
  background-color: #dddddd;
  text-align: left;
  font-size: 13px;
  color: #000000; 
  font-weight: normal;
}

#footer {
  width: 920px;
  clear: both;
  text-align: center;
}

#copyright {
  color: gray;
  width: 920px;
  clear: both;
  text-align: center;
}

.logo {
  position: relative;
  top: 25px;
  left: 40px;
}

.tab-header {
  position: relative;
  top: -9px;
  font-weight: bold;
  color: black;
  font-size: 16px;
}

.tab-header-calculator {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: black;
  font-size: 16px;
}

.tab-calculator-content {
  text-align: center;
  display: block;
  margin: 5px;
  font-weight: bold;
  font-size: 12px;
}

.tab-content {
  text-align: center;
  display: block;
  padding: 5px;
  font-weight: bold;
  font-size: 16px;
  color: black;
}

#calimage {
  position: relative;
  display: block;
  top: 80px;
  right: 2px;
}

#calimage2 {
  position: relative;
  display: block;
  top: 40px;
  right: 2px;
}

#topnav-owners {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
}

#topnav-owners a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

#topnav-owners a:hover{
  text-decoration: underline;
}

#topnav-installers {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
}

#topnav-installers a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

#topnav-installers a:hover{
  text-decoration: underline;
}

#topnav-media {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
}

#topnav-media a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

#topnav-media a:hover{
  text-decoration: underline;
}

#topnav-blog {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
}

#topnav-blog a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

#topnav-blog a:hover{
  text-decoration: underline;
}

.bottomNav a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

.bottomNav a:hover{
  text-decoration: underline;
}

#mainNav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#mainNav ul li {
  float: left;
}

#mainNav ul li a {
  display: block;
  text-decoration: none;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  background-color: #ffffff;
  color: #777777;
  font-weight: bold;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  font-size: 13px;
}

#mainNav ul li a:hover {
  border-bottom: solid;
  border-width: 1px;
  background-color: #dddddd;
}

#subNav {
  display: block;
  width: 920px;
  height: 20px;
  background-color: #8F867D;
  color: #ffffff;
  clear: both;
}

#subNav a{
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  margin: 0px;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
}

#subNav a:hover {
  text-decoration: underline;
}

#bar {
  display: block;
  width: 920px;
  height: 20px;  
  background-image: url(images/bar.gif);
  clear: both;
}

.list {
  list-style-image: url(images/eye.gif);
}

.header {
  font-weight: bold;
  font-size: 14px;
  background-color: #DADADA;
  padding: 3px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  width: 600px;
}

.bodycontent {
  width: 600px;
}


.header-short {
  font-weight: bold;
  font-size: 14px;
  background-color: #DADADA;
  padding: 3px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  width: 250px;
}

#content {
  margin: 5px;
  padding: 5px;
}

.icon {
  width: 150px;
  padding: 5px;
  font-weight: bold;
  font-size: 12px;
  color: #777777;
  list-style-type: none;
  float: left;
  text-align: center;
}

#icons {
  text-align: center;
  float: left;
  margin-left: 70px;
  margin-bottom: 25px;
}

.nolinelink {
  color: #777777;
}

.tableresult {
  font-size: 12px;
}



label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.submit input
{
color: #000;
background: #b3e76b;
border: 1px outset #000000;
} 
fieldset
{
border: 1px solid #000000;
width: 20em
}

legend
{
color: #000000;
background: #b3e76b;
border: 1px solid #000000;
padding: 2px 6px;
}

.contacttable {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.brochurelink a {
  color: green;
}


.ToolText{position:relative; }
.ToolTextHover{position:relative;}
.ToolText span{display: none;}

.ToolTextHover span{
  display:block;
  position:absolute;
  border:1px solid black;
  top:-50px;
  left:25px;
  background-color:white; color:black;
  text-align: left;
  width: 500px;
  padding: 5px;
} 
