.skyron-sans { font-family: Helvetica, Arial, sans-serif; }
* {
  margin: 0;
  padding: 0;
}
html, body, #wrap { height: 100%; }
body > #wrap {
  height: auto;
  min-height: 100%;
}
#feature, #splash {
  overflow: auto;
  padding-bottom: 270px;
}
body {
  font-size: 62.5%;
  font-family: Helvetica, Arial, sans-serif;
  background: #ffffff;
}
body.home #wrap { background: url(../i/clouds-bg.jpg) bottom left no-repeat; }
body.home #main {
  padding-top: 7em;
  width: 815px;
  min-height: 400px;
}
body.home #footer {
  width: 100%;
  position: relative;
  margin-top: -271px;
  height: 271px;
  clear: both;
}
img {
  border: none;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, strong, em, a, p, blockquote, cite, li {
  font-weight: normal;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  color: #3a3a3a;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
strong { font-weight: bold; }
a:hover { text-decoration: underline; }
#header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
#header #main-nav {
  background: #484848;
  width: 100%;
  position: relative;
  z-index: 3000;
}
#header #main-nav ul {
  list-style: none;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  text-align: center;
}
#header #main-nav ul li { display: inline; }
#header #main-nav ul li a {
  font-size: 1em;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 1em 1em 0.8em;
  text-shadow: 0 0.15em 0.15em rgba(0, 0, 0, 0.75);
}
#header #main-nav ul li a:hover {
  background: #504f4f;
  text-decoration: none;
}
#header #main-nav ul li.current {
  background: url(../i/nav-bottom-arrow.png) no-repeat scroll 50% bottom;
  padding-bottom: 1.2em;
}
#header #main-nav ul li.current a { background-color: #3e7aa1; }
#header #overlay {
  background: url(../i/overlay-bg.png) top left repeat-x;
  width: 100%;
  text-align: center;
}
#header #overlay #clouds {
  background: url(../i/clouds.png) top left no-repeat;
  width: 1024px;
  height: 166px;
  margin: 0 auto;
}
#main {
  width: 850px;
  margin: 0 auto;
  padding-top: 7em;
  position: relative;
}
#main #sub-navigation {
  position: fixed;
  width: 150px;
  z-index: 1000;
}
#main #sub-navigation img { margin-left: 10px; }
#main #sub-navigation ul {
  list-style: none;
  margin-top: 25px;
}
#main #sub-navigation ul li { padding-left: 13px; }
#main #sub-navigation ul li a {
  color: #8a8a8a;
  line-height: 1.5em;
  font-size: 1.1em;
}
#main #sub-navigation ul li.current { background: url(../i/blue-subnav-arrow.gif) no-repeat scroll left 50% transparent; }
#main #content {
  float: right;
  width: 560px;
  padding-right: 140px;
  position: relative;
  margin-bottom: 5em;
  padding-bottom: 5em;
}
#main #content h1 {
  font-size: 2em;
  margin-top: 2em;
}
#main #content h2 {
  font-size: 1.3em;
  text-transform: uppercase;
  margin-top: 2.8em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
#main #content p {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-top: 1.8em;
  padding-right: 20px;
}
#main #content p a.readmore {
  color: #3e7aa1;
  text-decoration: underline;
}
#main #content p.footnote {
  font-style: italic;
  color: #727272;
  font-size: 1em;
}
#main #content ul {
  list-style: none;
  margin-top: 30px;
}
#main #content ul li {
  font-size: 1.2em;
  line-height: 1.4em;
  font-style: italic;
  margin-bottom: 15px;
  padding-left: 29px;
  background: url(../i/blue-bullet.gif) top left no-repeat;
}
#main #content ul li img {
  margin-right: 20px;
  margin-top: 20px;
}
#main #content ul li a {
  color: #3e7aa1;
  text-decoration: underline;
}
#main #content table {
  border-bottom: 1px solid #cccccc;
  margin-top: 10px;
  padding-bottom: 10px;
}
#main #content table th p {
  background-color: #3e7aa1;
  color: #ffffff;
  padding: 0.3em 0.5em 0.3em 0.5em;
  text-transform: uppercase;
  font-size: 0.8em;
}
#main #content table tr { text-align: center; }
#main #content table tr td {
  padding: 0.3em 0 0.3em 0;
  color: #666666;
  font-size: 0.8em;
}
#main #content table.specs tr { text-align: left; }
#main #content table.specs tr td {
  padding: 0.4em 0 0.4em 0.6em;
  font-size: 1.1em;
}
#main #content img.bio {
  float: left;
  margin: 25px 15px 10px 0;
}
#main #content img.floatable { margin: 0 20px 7px 0; }
#main #content img.nofloat { margin: 35px 0 0 0; }
#main #content #small-wind { position: relative; }
#main #content #small-wind h1 {
  display: block;
  font-weight: bold;
  width: 337px;
  height: 24px;
  overflow: hidden;
  margin-bottom: 40px;
}
#main #content #small-wind img {
  position: absolute;
  top: 0;
  left: 0;
}
#main #content #power-gen-calc {
  background: url(../i/power-generator-calculator.jpg) top left no-repeat;
  height: 350px;
  width: 560px;
}
#main #splash {
  width: 815px;
  height: 255px;
  background: url(../i/splash-logo.png) top center no-repeat;
  visibility: none;
  padding-bottom: 0;
  position: absolute;
}
#main #feature {
  width: 815px;
  z-index: 1000;
}
#main #feature #tag {
  float: left;
  margin: 40px 0 0 30px;
}
#main #feature #logo {
  float: right;
  margin-right: 30px;
}
#main #feature #slides {
  background: url(../i/slide-bg-top.png) top left no-repeat;
  padding: 30px 0 0 0;
  float: left;
  width: 815px;
  margin-top: 40px;
}
#main #feature #slides #slides-inner {
  background: url(../i/slide-bg-bottom.png) bottom left no-repeat;
  float: left;
  width: 755px;
  padding: 0 30px 30px 30px;
}
#main #feature #slides #slides-inner h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 10px;
}
#main #feature #slides #slides-inner p {
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 2em;
}
#main #feature #slides #slides-inner .learn-more {
  font-weight: bold;
  font-size: 1.6em;
  text-transform: uppercase;
  padding-right: 20px;
  background: url(../i/arrow.gif) right center no-repeat;
}
#main #feature #slides #slides-inner #video {
  float: left;
  margin-right: 30px;
}
#main #feature #slides #slides-inner img {
  float: left;
  margin-right: 30px;
}
#main #feature #slides #slides-inner .content { margin-top: 20px; }
#main #feature #slides #slides-inner .slide-one {
  background: url(../i/slide-one-bg.png) bottom left no-repeat;
  float: left;
  width: 755px;
}
#main #feature #slides #slides-inner .slide-one p { width: 500px; }
#main #feature #slides #slides-inner .slide-one .content {
  margin-top: 0;
  margin-bottom: 14em;
}
#main #feature #slides #slides-inner .slide-one .content p.home-footnote {
  font-style: italic;
  color: #727272;
  font-size: 1em;
}
#main #feature #slides #slides-inner .slide {
  float: left;
  width: 755px;
  display: none;
}
#main #feature .paginator {
  background: #484848;
  padding: 2px;
  margin: 20px 6px 6px 30px;
  float: left;
}
#main #feature .paginator a {
  color: #ffffff;
  padding: 0.3em 0.6em;
  line-height: 1.8em;
}
#main #feature .paginator a.inactive { background: #262626; }
#footer {
  width: 100%;
  width: 100%;
  position: relative;
  margin-top: -30px;
  height: 30px;
  clear: both;
}
#footer img {
  margin: 0 auto;
  display: block;
}
#footer #footer-nav-container {
  background: none repeat scroll 0 0 #484848;
  float: left;
  width: 100%;
}
#footer #footer-nav-container .footer-nav {
  background: #484848;
  width: 900px;
  margin: 0 auto;
}
#footer #footer-nav-container .footer-nav ul {
  text-align: center;
  padding: 1em 0;
  list-style: none;
  background: #484848;
  float: left;
}
#footer #footer-nav-container .footer-nav ul li {
  display: inline;
  margin: 0;
}
#footer #footer-nav-container .footer-nav ul a {
  font-size: 1em;
  padding: 0 0.6em;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-shadow: 0 0.15em 0.15em rgba(0, 0, 0, 0.75);
}
#footer #footer-nav-container .footer-nav .copyright {
  float: right;
  background: #484848;
  color: #ffffff;
  padding: 1em 0;
  text-shadow: 0 0.15em 0.15em rgba(0, 0, 0, 0.75);
}
.clear { clear: both; }
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

