/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body,html {
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	width: 100%;
	background-color:#222121;
	min-width: 1000px;
}

h1, h2, h3 {
	font-family: 'corehumanistsansregularRg', Helvetica, Arial, sans-serif;
	color: #666;
	font-size:27px;
	font-weight: 100;
}

a:link {color: #CCC; }
a:visited {color: #CCC; }
a:hover {color: #CCC; }
a:active  {color: #CCC; }
	
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	padding: 9px 0px 9px 0px;
	margin: 5px 0 5px 0;
	text-align:left;
	font-size: 16px;
	letter-spacing: 0.068em;
	line-height: 1.6em;
	cursor:default;
}

p a {
	border-bottom: 1px dotted #999;
	text-decoration: none;
	color: #4f4f4f;
}

a p{
	cursor:pointer;
}

.text500 p a {
	border-bottom: 1px dotted #999;
	text-decoration: none;
	color: #4f4f4f;
}

.sub {
	color: #f2f2f2;
}

strong {
	font-weight: 100;
}

/*Start Custom CSS*/

/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 
	html, body {
		-webkit-text-size-adjust: none;
		margin: 0;
		padding:0;
		overflow-x:hidden;
		}
		
}

@font-face {
    font-family: 'corehumanistsansregularRg';
    src: url('corehumanistsans-regular-webfont.eot');
    src: url('corehumanistsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('corehumanistsans-regular-webfont.woff') format('woff'),
         url('corehumanistsans-regular-webfont.ttf') format('truetype'),
         url('corehumanistsans-regular-webfont.svg#corehumanistsansregularRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

#homePhone {
	position: absolute;
	height: 32px;
	width: 215px;
	top: 0px;
	right: 50px;
	background-image:url(../images/phone-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

.section-light {
	background-color: #e2dedb;;
	margin-top: -54px;
	width: 100%;
	margin-bottom: 41px;
}

.section-2-wrapper {
	height:400px;
}

#section-3 {
	margin-top: -19px;
}

.section-grey {
	background-color: #d4d3d3;
	width: 100%;
	-moz-box-shadow: inset 0 -5px 5px rgba(0,0,0,.05); /* inner shadow */
	-webkit-box-shadow: inset 0 -5px 5px rgba(0,0,0,.05); /* inner shadow */
	box-shadow: inset 0 -5px 5px rgba(0,0,0,.05); /* inner shadow */
}

.section-tan {
	background-color: #e2dedb;
	width: 100%;
}

#middle-shape1 {
	width: 50%;
	float: left;
	height: 45px;
	background-color:#222121;
	margin-top:-101px;
}

#middle-shape2 {
	width: 50%;
	float: right;
	height: 140px;
	background-color:#222121;
	margin-top:-197px;
}

#middle-image {
	padding-top: 54px;
	position:relative;
	z-index: 99;
}

#try-section{
	width:900px;
	padding: 90px 50px 90px 50px;
}

#video-section{
	width:900px;
	padding: 50px 0px 50px 0px;
}

#spec-section{
	width:960px;
	padding: 50px 10px 90px 10px;
}

#rev-section{
	width:960px;
	padding: 50px 10px 0px 10px;
}

#try-section p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: 200;
	line-height: 1.5em;
}

#energy-section1{
	width:940px;
	padding: 90px 10px 90px 30px;
}

#energy-section1 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: 200;
	line-height: 1.5em;
}

#energy-section2{
	width:940px;
	padding: 90px 10px 90px 30px;
}

#energy-section2 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: 200;
	line-height: 1.5em;
}

#try-icon {
	padding-top:45px;
}

.fact {
}

#fact1 {
	width:900px;
	padding: 90px 50px 90px 50px;
}

#header {
	width: 960px;
	background-image:url(../images/border-bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	overflow:hidden;
	padding: 20px 20px 20px 20px;
	position:relative;
	z-index: 99999;
}

#rotating-graphic {
	margin-top: -17px;
	position: relative;
	z-index: 999;
}

#logo {
	float:left;
	padding: 30px 0px 25px 20px;
}

#links {
	padding-top: 5px;
}

#facebook {
	padding-left: 20px;
	padding-bottom: 1px;
}

#facebook:hover {
		-webkit-opacity: 0.45;
  -moz-opacity: 0.45;
  opacity: 0.45;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

#phone {
	padding-left: 15px;
	padding-top:2px;
}

#phone:hover {
	-webkit-opacity: 0.45;
  -moz-opacity: 0.45;
  opacity: 0.45;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s}
	

#nav {
	float:right;
	padding:13px 0px 0px 0px;
}

#nav span {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#CCC;
	letter-spacing: 0;
}

#nav a {
	text-decoration:none;
}

#nav span:hover {
	color:white;
	-webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
	-webkit-transition: all .75s;
	-moz-transition: all .75s;
	-ms-transition: all .75s;
	-o-transition: all .75s;
	transition: all .75s
}

#nav span.selected {
	color:white;
}

#nav ul {
	float:right;
}

#nav li {
	float:left;
	padding-left: 40px;
}

#top-nav {
	float:right;
	padding: 5px 0px 0px 0px;
	margin-left: 100px;
}

#top-nav span {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CCC;
	font-weight: 200;
	letter-spacing: .09em;
}

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

#top-nav span:hover {
	-webkit-opacity: 0.55;
  -moz-opacity: 0.55;
  opacity: 0.55;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

#top-nav span.selected {
	color:white;
}

#top-nav ul {
	float:right;
}

#top-nav li {
	float:left;
	padding-left: 20px;
	padding-top:4px;
}

#sub-nav {
	width: 940px;
	padding-left: 40px;
}

#sub-nav li{
	float:left;
	padding-right: 30px;
	padding-top: 12px;
	padding-bottom: 15px;
}

#sub-nav a{
	text-decoration:none;
	border-bottom: 2px solid #222121;
	padding-bottom: 3px;
}

#sub-nav a:hover {
	color:white;
	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
	opacity: 0.75;
	border-bottom: 2px solid #999;
	-webkit-transition: all .75s;
	-moz-transition: all .75s;
	-ms-transition: all .75s;
	-o-transition: all .75s;
	transition: all .75s
}

#sub-nav a.selected {
	color:white;
	padding-bottom: 5px;
	border-bottom: 2px solid #999;
}

#buy {
	padding-top: 5px;
	float:right;
}

#billboard {
	padding-top: 35px;
	padding-bottom: 65px;
}

#billboard-video {
	float:right;
	padding-top: 55px;
	padding-bottom:45px;
}

#find-a-dealer{
	padding-top: 45px;
}

#find-dealer-big {
	padding-left: 230px;
	padding-top: 20px;
}

#find-a-dealer-text{
	width: 500px;
	padding-left: 38px;
	padding-top: 25px;
	float:left;
}

#indicates {
	font-size:14px;
	padding-left: 18px;
}

#indicates-compass {
	font-size:14px;
	padding-left: 18px;
	margin-bottom:-85px;
}

#marker {
	color: #ba0000;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana;
}

#find-a-dealer-text h1 {
	font-size: 30px;
	color:#e0a52d;
}

#find-a-dealer-text p {
	color:#CCC;
}

#billboard-text {
	width: 500px;
	padding-left: 38px;
	padding-top: 55px;
	float:left;
}

#billboard-reviews {
	padding-top:35px;
	padding-bottom:65px;
	padding-left: 38px;
}

#billboard-reviews h1 {
	font-size: 30px;
	color:#e0a52d;
}

#billboard-reviews h2 {
	font-size: 24px;
}

#billboard-reviews p {
	color:#f2f2f2;
}

#c-billboard-text {
	width: 750px;
	padding-top: 15px;
	margin: 0 auto;
	text-align:center;
}

#about-billboard-text {
	width: 580px;
	padding-left: 38px;
	padding-top: 5px;
	float:left;
}

#center-text {
	width: 730px;
	padding-top: 5px;
	margin: 0 auto;
}

#center-text h1 {
	text-align: center;
font-size: 30px;
font-family: 'corehumanistsansregularRg', Arial, Helvetica, sans-serif;
color: #666;
padding-bottom: 15px;
}

#center-text p {
	text-align:center;
}

#center-contact-text {
	width: 750px;
	padding-top: 5px;
	margin: 0 auto;
}

#center-contact-text h1 {
	text-align: center;
font-size: 30px;
font-family: 'corehumanistsansregularRg', Arial, Helvetica, sans-serif;
color: #e0a52d;
padding-bottom: 15px;
}

#center-contact-text p {
	text-align:center;
	color: #ccc;
}

#billboard-button {
	padding-top: 15px;
}

.reliability {
	margin-top:25px;
}

#billboard-text h1 {
	font-size: 30px;
	color:#e0a52d;
}

#billboard-text h2 {
	font-size: 23px;
	color: #ccc;
}

#billboard-text p {
	color:#CCC;
}


#c-billboard-text h1 {
	font-size: 30px;
	color:#e0a52d;
}

#c-billboard-text h2 {
	font-size: 17px;
	color: #e0a52d;
}

#c-billboard-text p {
	color:#CCC;
}

#about-billboard-text h1 {
	font-size: 30px;
	color:#e0a52d;
}

#about-billboard-text p {
	color:#CCC;
}

#billboard-image {
	float:right;
}

#compass {
	padding-top: 25px;
	float:right;
}

#about-image {
	float:right;
	padding: 10px 25px;
}

.sectionBorder {
	background-image:url(../images/seperator.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.no-bg {
	background-image:none;
}

.standardSection {
	width: 840px;
	padding: 80px 80px 80px 80px;
}

.productSection {
	width: 900px;
	padding: 80px 0px 80px 50px;
}

.bigSection {
	width: 940px;
	padding: 80px 0px 80px 40px;
}

.bigText {
	padding-right: 15px;
}

.highlightSection {
	width: 900px;
	padding: 100px 50px 100px 50px;
}

.section-3 {
	width: 900px;
	padding: 60px 50px 100px 50px;
}

#filter {
	margin-left: -35px;
}

#spectra {
	padding-left: 35px;
	padding-top: 5px;
}

.text500 {
	width: 500px;
	padding-right: 50px;
}

.text800 {
	width:800px;
}

.text300 {
	width: 430px;
}

.learn-more {
	padding-top: 15px;
}

.text575 {
	width: 575px;
}

.text500 ul {
	padding-left: 20px;
	padding-top: 10px;
}

.text500 li p {
	font-size:15px;
	padding: 9px 0 0 0;
}

.text350 {
	width: 420px;
	padding-right: 50px;
	padding-bottom: 20px;
}

.text350 p {
	font-size:15px;
}

.text350 h2 {
	font-size:22px;
	color: #cb5426;
}

.text470 {
	width: 450px;
	padding-right: 50px;
	padding-bottom: 20px;
}

.text470 h2 {
	color: #cb5426;
}

#commercial {
	padding-top: 60px;}

.text580 {
	width: 580px;
}

.text550 {
	width: 550px;
}

.text600 {
	width: 600px;
}

.text750 {
	width: 750px;
	margin: 0 auto;
	text-align:center;
}

#youknow2 {
	padding-top:25px;
}

.youknow {
	padding-top: 50px;
	width: 250px;
	float:left;
}

.youknow h3 {
	text-align:left;
	font-size:36px;
	font-family: 'corehumanistsansregularRg', Arial, Helvetica, sans-serif;
	color:#cb5426;
	padding-bottom: 15px;
}

.youknow h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	font-weight:100;
	text-align:left;
	font-size: 17px;
	letter-spacing: 0.068em;
	line-height: 1.6em;
	cursor:default;
}

#highlightText h1 {
	font-size:26px;
	font-family: 'corehumanistsansregularRg', Arial, Helvetica, sans-serif;
	color:#e0a52d;
	padding-bottom: 25px;
	text-transform:uppercase;
}

#highlightText h3 {
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:200;
	color: #CCC;
}

.left {
	float:left;
}

.right {
	float:right;
}

.icon {
	padding-top: 35px;
	padding-left: 65px;
}

#press {
	padding-top: 20px;
	padding-left: 65px;
}

#battery {
	padding-top: 7px;
	padding-left: 65px;
}
#forward {
	display:inline;
}

.forwardWrapper {
	width:250px;
	margin-right: 23px;
	text-align:center;
	display:block;
}

.applyForward {
	padding-top: 75px;
	width:250px;
	float:left;
	margin-right: 52px;
	text-align:center;
	display:block;
}

#forwardRight {
	margin-right: 0px;
}
.applyForward p{
	font-size:13.5px;
	text-align:center;
	color: #CCC;
}

.applyForward a {
		font-size: 20px;
	line-height: 1.4em;
	text-align:center;
	padding-top: 15px;
	color: #CCC;
	text-decoration:none;
}

.applyForward a:hover {
	text-decoration:none;
	padding-bottom: 4px;
	border-bottom: 1px #999999 dotted;
}

#ecopump{
	padding-top: 75px;
	padding-left: 180px;
}


.highlights-columns {
	width:270px;
	float:left;
	margin-right: 45px;
	text-align:center;
	display:block;
}

.contact-column {
}

.contact-columns {
	float:left;
	text-align:left;
	display:block;
	padding-left: 38px;
}

.contact-columns h2 {
	font-size: 20px;
	line-height: 1.4em;
	text-align:left;
	padding-top: 25px;
	padding-bottom:5px;
	color: #cb5426;
}

.contact-columns p {
	padding: 0;
	font-size: 14px;
	letter-spacing: .08em;
}

#mail {
	width: 220px;
}

#email { width: 220px; margin-right: 0px;
}

#phones {
	width: 330px;
}

#inground {
	margin-bottom: -5px;
}

#highlightRight {
	margin-right: 0px;
}

.highlights-columns h3 {
	font-size: 20px;
	line-height: 1.4em;
	text-align:left;
	padding-top: 15px;
	color: #666;
}

.highlights-columns p{
	font-size:13.5px;
	text-align:left;
	color: #4f4f4f;
}

.highlights-columns a {
	font-size: 13px;
	line-height: 1.4em;
	padding-top: 10px;
	color: #6589aa;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
	text-decoration:none;
}

.highlights-columns a:hover {
	text-decoration:none;
}

#technology {
	width: 940px;
	padding: 55px 0px 55px  50px;
}

.column {
	width: 440px;
	float:left;
	padding-right: 25px;
}

#column2 {
	padding-right: 0;
}

.clear {
	clear:both;
}

#contact-form {
	float:left;
	width: 500px;
	padding-left: 38px;
	padding-top: 20px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.three-column {
	width: 900px;
	margin: 0 auto;
	padding-left: 30px;
}

#three-column-main {
	padding-top: 35px;
	padding-bottom: 85px;
}

#magnet {
	width:500px;
	padding: 85px 0 55px 0;
	float:left;
}

#magnet h2 {
	font-size: 25px;
	padding-bottom: 30px;
}

#magnet-img {
	float:right;
	padding-top:35px;
	padding-bottom: 35px;
}

#contact-column-main {
	padding-top: 10px;
	width: 330px;
	padding-right: 30px;
	float:right;
}

#footer-box {
	width: 730px;
	margin: 0 auto;
}

.footer {
	float:left;
	padding: 85px 45px 85px 15px;
	font-size:14px;
	margin: 0 auto;
}

.footer li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	padding-bottom: 8px;
	display:block;
}

#footer-image {
	float:right;
	position:relative;
	margin-top: -98px;
	padding-right:10px;
}

.footer li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	color:white;
}

.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	color: #ccc;
}

.footer li:first-child {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 20px;
}

.footer li span {
	color:#cb5426;
}

.footer a {
	text-decoration:none;
	display:block;
}

#copyright {
	position:relative;
	width: 500px;
	padding-left: 20px;
	padding-bottom:10px;
	margin: 0 auto;
}

#copyright p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CCC;
	float:right;
	padding-top: 28px;
}

#copyright p a {
	text-decoration:none;
}

.action {
	float:right;
	padding: 0px 45px 85px 0px;
	font-size:14px;
	margin: 0 auto;
}

.action li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px dotted #666;
	display:block;
}

.action li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	color:white;
}

.action a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	color: #ccc;
}

.action a {
	text-decoration:none;
	display:block;
}

a#phone-footer {
background-image: url(../images/phone-footer-icon.jpg);
}

a#video-footer {
	background-image:url(../images/video-footer-icon.jpg);
}

.action li:last-child {
	border-bottom:none;
}

a.footer-icon {
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-size: auto auto;
background-attachment: scroll;
background-color: transparent;
background-position: left 8px;
background-repeat: no-repeat;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

.action li:first-child {
	padding-top:none;
}

.action li span {
	padding-left: 30px;
}

.dealer {
	width: 400px;
	float:left;
	padding-top: 35px;
}

#dealer-1 {
	padding-left: 120px;
	padding-right: 30px;
}

#dealer-1 p {
	padding-left:43px;
}

.dealer p {
	font-size:14px;
	padding-left:9px;
	color: #f2f2f2;
	letter-spacing: .08em;
}

.dealer a {text-decoration:none;}

.dealer p:hover{
	color: #ccc;
	text-decoration:underline;
}

#bottom-section {
	padding-bottom: 115px;
}

