﻿html {
    background: #a5a5a5 url(/img/site/bg.gif);
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #a5a5a5 url(/img/site/bg.gif);
	color: #A6BB60;
	height: 100%;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-weight: lighter;
	line-height: 1.5;
	font-size: 12px;
}

.alert {
    color: red;
}
.clear, .spacer {
    clear: both;
}
a img {
    outline: none;
}
a {
    color: #D85927;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1,h2,h3 {
    font-weight: inherit;
}
h1 {
    font-size: 40px;
    margin: 1em 0;
}
h2 {
    font-size: 30px;
    margin: .75em 0;
}
h3 {
    font-size: 20px;
    margin: .5em 0;
}
sup {
    font-size: 70%;
    vertical-align: top;
}
h1.first-of-type, h2.first-of-type, h3.first-of-type {
    margin-top: 0;
}
hr {
    border: none;
    height: 1px;
    background-color: #87898C;
    margin: 2em 0;
    clear: both;
}
a img {
    border: none;
    outline: none;
}
th, td {
    border: none;
}


#content {
    width: 974px;
    margin: 0 auto;
    background-color: white;
    -webkit-box-shadow: 0 0 50px #444;
    box-shadow: 0 0 50px #444;
    -moz-box-shadow: 0 -50px 50px #444;
    min-height: 100%;
}
#bd {
    margin: 0 0 20px 0;
}
#leftColumn {
    width: 184px;
    padding: 0 10px;
    display: inline;
    float: left;
}
#rightColumn {
    width: 770px;
    display: inline;
    float: left;
}
#rightColumn.paddingRight {
    padding-right: 20px;
    width: 750px;
}
#rightColumn .productLeft {
    float: left;
    width: 500px;
}
#rightColumn .productRight {
    float: right;
    width: 270px;
}
.productRight .box {
    border: solid #e6e6e6 1px;
    border-right: none;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 20px;
    margin-left: 20px;
}

body.ProjectGallery #rightColumn .productLeft {
    width: 465px;
}
body.ProjectGallery #rightColumn .productRight {
    width: 305px;
}

#hd {
    color: #A8AAAD;
    padding-top: 10px;
}
#hd a, #ft a {
	color: #A8AAAD;
	text-decoration: none;
}
#hd a.action, #ft a.action {
    color: #D85927;
}
#hd a:hover, #ft a:hover {
    color: #818285;
}
#hd img.logo {
    background: transparent url(/img/header/logo.gif) no-repeat;
    height: 33px;
    width: 151px;
    margin-left: 20px;
    float: left;
}

#hd #topNav {
    display: inline;
    float: right;
    margin: 0;
}
body.DealerDomain #hd #topNav {
    margin: 3px 20px 0 0;
}
#hd #topNav li {
    margin: 0;
    list-style: none;
    display: inline;
    border-right: solid 1px #D7D9DA;
    padding: 0 10px;
}
#hd #topNav li.last-of-type {
    border-right: none;
    margin-right: none;
    margin-top: -.25em;
}
#hd #topNav form {
    display: inline;
}
#hd #topNav form .inputText, #ft .inputFake {
    border: solid 1px #87898C;
    padding: 5px 25px 5px 5px;
    color: #A7A9AC;
    width: 110px;
}
#hd #topNav form .inputSubmit {
    top: 2px;
    left: -25px;
    position: relative;
}
#hd #mainNav {
    margin: 12px 0 20px 0;
    float: left;
}
#hd #mainNav li {
    margin: 0;
    list-style: none;
    float: left;
    line-height: 1.5;
    border-right: solid 1px #D7D9DA;
    padding: 3px 10px;
    width: 100px;
    text-align: center;
    position: relative;
}
#hd #mainNav li.last-of-type {
    border-right: none;
}



#hd #mainNav .subMenu {
    display: none;
    z-index: 10;
    position: absolute;
    left: -35%;
    top: 25px;
    width: 200px;
}
#hd #mainNav .subMenu .topArrow {
    border-bottom: 20px solid #e6e6e6;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    width: 0;
    margin: 0 auto;
    position: relative;
    margin-bottom: -1px;
}
#hd #mainNav .subMenu .topArrow {
    _display: none;
}

#hd #mainNav .subMenu .topArrow div {
    border-bottom: 18px solid #eeeeee;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    height: 0;
    width: 0;
    margin-left: -18px;
    padding-top: 2px;
}
#hd #mainNav .subMenu .box {
    border: solid #e6e6e6 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #eeeeee;
    -webkit-box-shadow: 0 5px 5px #444;
    -moz-box-shadow: 0 5px 5px #444;
    box-shadow: 0 5px 5px #444;
    padding: 10px 0;
}
#hd #mainNav .subMenu .box h4 {
    font-weight: normal;
    padding: 0 10px;
    color: black;
}
#hd #mainNav .subMenu .box ul {
    margin: 0;
    padding: 0;
}
#hd #mainNav .subMenu .box ul li {
    text-align: left;
    border-right: none;
    width: 180px;
}
#hd #mainNav .subMenu .box ul li a {
    display: block;
    color: #818285;
}


#hd #mainNav li.first-of-type .subMenu {
    left: 0;
}
#hd #mainNav li.first-of-type .subMenu .topArrow {
    margin-left: 40px;
}
#hd #mainNav li.last-of-type .subMenu {
    left: -61%;
}
#hd #mainNav li.last-of-type .subMenu .topArrow {
    margin-right: 47px;
}


#hd #breadcrumb {
    padding-bottom: 20px;
    background-color: white;
}
#hd #breadcrumb ul {
    padding-left: 50px;
    margin: 0;
    height: 21px;
    background: transparent url(/img/header/breadcrumb_bg.gif) repeat-x;
}
#hd #breadcrumb ul li {
    margin: 0;
    list-style: none;
    display: inline;
    line-height: 21px;
    padding-right: 30px;
    margin-right: 20px;
    background: transparent url(/img/header/breadcrumb_arrow.gif) no-repeat right -2px;
}
#hd #breadcrumb ul li.last-of-type {
    background: none;
    padding-right: none;
    margin-right: none;
}

#ft {
    color: #A8AAAD;
}
#ft .nav {
    margin: 0;
    padding: 20px 10px;
    float: left;
}
#ft .nav li {
    margin: 0;
    list-style: none;
    display: inline;
    line-height: 1.5;
    border-right: solid 1px #D7D9DA;
    padding: 0 10px;
}
#ft li.last-of-type {
    border-right: none;
    padding-right: 5px;
}
#ft .disclaimerNav li.last-of-type {
    font-size: 10px;
    line-height: 2;
}
#ft .inputFake  {
    display: inline;
    margin-right: -20px;
    float: left;
    margin: 18px 0;
    width: 90px;
    background: transparent url(/img/footer/carrot.gif) no-repeat 103px 50%;
    cursor: pointer;
}

#ft ul.disclaimerNav {
    float: right;
}
#ft ul.disclaimerNav li {
}


ul.sectionNav {
    margin: 0;
}
ul.sectionNav li {
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
    line-height: 1.15;
    _line-height: 1;
    _margin-bottom: 0px;
}
ul.sectionNav li a {
    display: block;
    text-decoration: none;
    color: #7c7f84;
    padding-left: 10px;
    border-left: solid 2px transparent;
    _border-left: solid 2px white;
}
ul.sectionNav li a:hover, ul.sectionNav li a.pageOn {
    border-left: solid 2px black;
    text-decoration: none;
}


/* Homepage Specific */
#slideshow {
    height: 450px;
    background-color: #808184;
    position: relative;
}
#slideshow .mainImage {
    width: 847px;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
}

#slideshow #arrowUp.more, #slideshow #arrowDown.more {
    visibility: visible;
}
#slideshow #arrowUp {
    visibility: hidden;
    height: 30px;
    background: transparent url(/img/homepage/slideshow/arrows.gif) no-repeat center 5px;
    margin: 10px 0;
}
#slideshow #arrowUp:hover {
    cursor: pointer;
    background-position: center -15px;
}
#slideshow #arrowDown {
    visibility: hidden;
    height: 30px;
    background: transparent url(/img/homepage/slideshow/arrows.gif) no-repeat center -35px;
    margin: 10px 0;
}
#slideshow #arrowDown:hover {
    cursor: pointer;
    background-position: center -55px;
}

#slideshow #thumbs {
    height: 350px;
    text-align: center;
    margin: 0 auto;
}
#slideshow #thumbs img {
    width: 94px;
    height: 74px;
    border: solid 2px #808184;
    cursor: pointer;
    float: left;
    margin-top: 4px;
}
#slideshow #thumbs li  {
    width: 98px;
    height: 84px;
}
#slideshow #thumbs img:hover, #slideshow li.yui-carousel-item-selected img {
    border: solid 2px #D75927 !important;
}

#slideshow .yui-carousel-nav {
    display: none;
}
#slideshow li.yui-carousel-item-selected, #slideshow .yui-carousel-element li {
    outline: none !important;
    border: none;
}

#miniHighLights ul {
    margin: 0;
    width: 350px;
}
#miniHighLights ul li {
    font-size: 14px;
    padding: 0;
    width: 140px;
    float: left;
    list-style: none;
    padding-left: 35px;
    margin: 0 0 10px 0;
    line-height: 25px;
}
body.Residential #miniHighLights ul li {
    background: transparent url(/img/residential/home/minihighlight_glyph.gif) no-repeat;
}
body.Energy #miniHighLights ul li {
    background: transparent url(/img/energy/home/minihighlight_glyph.gif) no-repeat;
}
body.Hospitality #miniHighLights ul li {
    background: transparent url(/img/hospitality/home/minihighlight_glyph.gif) no-repeat;
}
#miniHighLights ul li a {
    color: #464646;
    text-decoration: none;
}
#miniHighLights #miniHighlightDisplay {
    float: left;
    width: 380px;
    padding-left: 20px;
    margin-top: 80px;
}
#miniHighLights #miniHighlightDisplay img {
    float: left;
    margin-right: 20px;
}
#miniHighLights #miniHighlightDisplay h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}

.boxBottom {
    margin-top: 50px;
    border: solid #e6e6e6 1px;
    border-right: none;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 50px 0 30px 30px;
    background-color: white;
}
.boxBottom .column {
    width: 324px;
    margin-right: 30px;
    float: left;
}
.boxBottom h3 {
    margin: 0 0 10px 0;
}
.boxBottom .column .icon {
    float: right;
    margin: 10px 0 10px 10px;
    background-position: top right;
}

.boxProduct {
    width: 365px;
    height: 140px;
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
    _margin-right: 10px;
}
.boxProduct .img {
    width: 215px;
    height: 140px;
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.boxProduct h3 {
    margin-top: 0;
}

.roundedCorners {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

#hotNews {
    background-color: #DBDCDD;
    color: #6D6E70;
    padding: 5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;

}
#hotNews em {
    font-style: normal;
    color: #D85927;
}
#hotNews a {
    color: #6D6E70;
    text-decoration: none;
}

#filmstrip {
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    height: 150px;
    background: transparent url(/img/site/filmstrip_bg.gif) repeat-x;
    border: solid 1px #b2b4b5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 748px;
    height: 170px;
}
#filmstrip.hasScroll, #filmstrip.hasScroll ul.filmstrip {
    height: 170px;
}
#filmstrip .scrollLeft {
    width: 30px;
    height: 170px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: transparent url(/img/site/filmstrip_lt.png) repeat-x;
    _background: none;
    _filter: filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/site/filmstrip_lt.png", sizingMethod="scale");
}
#filmstrip .scrollRight {
    width: 30px;
    height: 170px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: transparent url(/img/site/filmstrip_rt.png) repeat-x;
    _background: none;
    _filter: filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/site/filmstrip_rt.png", sizingMethod="scale");
}
#filmstrip ol {
    height: 170px !important;
}
#filmstrip li img {
    width: 170px;
    height: 115px;
}
#filmstrip li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #818285;
}
#filmstrip li a h4 {
    font-weight: normal;
    margin: 0;
    color: #818285;
}

#filmstrip .yui-carousel-nav {
    position: absolute;
    bottom: -2px;
    left: 316px;
    width: 98px;
    background: none;
    z-index: 100;
}
#filmstrip.yui-carousel .yui-carousel-item-selected, #filmstrip li:focus {
    border: none;
    outline: none !important;
}
#filmstrip .yui-carousel-element li {
    border: none;
}
#filmstrip .yui-carousel-nav ul {
    display: none;
}




#rightColumn .productLeft ul.sectionLinks li {
    margin-bottom: 5px;
    _margin-bottom: 0;
}

p.moreInfo {
    line-height: 2;
    vertical-align: middle;
    cursor: pointer;
}
p.moreInfo .status {
    line-height: 1;
    position: relative;
    margin-right: 5px;
    text-align:center;
    vertical-align: baseline;
    _vertical-align: bottom;
    width: 5px;
    bottom: 1px;
    _bottom: 3px;
    display: inline-block;
}
p.hiddenInfo {
    display: none;
    margin-top: -15px;
    _margin-top: -5px;
}


/* Different Primary Colors */
body.PrimaryColorBlue a, body.PrimaryColorBlue #hd #mainNav li a.pageOn, body.PrimaryColorBlue #hd #breadcrumb ul li a, body.PrimaryColorBlue #miniHighLights ul li.hover a, p.moreInfo a div.status, body.PrimaryColorBlue p.moreInfo, body.PrimaryColorBlue #rightColumn .productLeft ul.sectionLinks li a {
    color: #4fa0bf;
}
body.PrimaryColorBlue #hd #mainNav .subMenu .box ul li:hover, body.PrimaryColorBlue ul.sectionNav li a:hover, body.PrimaryColorBlue ul.sectionNav li a.pageOn {
    border-color: #4fa0bf;
}

body.PrimaryColorOrange a, body.PrimaryColorOrange #hd #mainNav li a.pageOn, body.PrimaryColorOrange #hd #breadcrumb ul li a, body.PrimaryColorOrange #miniHighLights ul li.hover a, body.PrimaryColorOrange p.moreInfo, body.PrimaryColorOrange #rightColumn .productLeft ul.sectionLinks li a  {
    color: #F49630;
}
body.PrimaryColorOrange #hd #mainNav .subMenu .box ul li:hover, body.PrimaryColorOrange ul.sectionNav li a:hover, body.PrimaryColorOrange ul.sectionNav li a.pageOn {
    border-color: #F49630;
}

body.PrimaryColorTan a, body.PrimaryColorTan #hd #mainNav li a.pageOn, body.PrimaryColorTan #hd #breadcrumb ul li a, body.PrimaryColorTan #miniHighLights ul li.hover a, body.PrimaryColorTan p.moreInfo, body.PrimaryColorTan #rightColumn .productLeft ul.sectionLinks li a  {
    color: #B3B797;
}
body.PrimaryColorTan #hd #mainNav .subMenu .box ul li:hover, body.PrimaryColorTan ul.sectionNav li a:hover, body.PrimaryColorTan ul.sectionNav li a.pageOn {
    border-color: #B3B797;
}

body.PrimaryColorTurquoise a, body.PrimaryColorTurquoise #hd #mainNav li a.pageOn, body.PrimaryColorTurquoise #hd #breadcrumb ul li a, body.PrimaryColorTurquoise #miniHighLights ul li.hover a, body.PrimaryColorTurquoise p.moreInfo, body.PrimaryColorTurquoise #rightColumn .productLeft ul.sectionLinks li a  {
    color: #AA8965;
}
body.PrimaryColorTurquoise #hd #mainNav .subMenu .box ul li:hover, body.PrimaryColorTurquoise ul.sectionNav li a:hover, body.PrimaryColorTurquoise ul.sectionNav li a.pageOn {
    border-color: #AA8965;
}

body.PrimaryColorRed a, body.PrimaryColorRed #hd #mainNav li a.pageOn, body.PrimaryColorRed #hd #breadcrumb ul li a, body.PrimaryColorRed #miniHighLights ul li.hover a, body.PrimaryColorRed p.moreInfo, body.PrimaryColorRed #rightColumn .productLeft ul.sectionLinks li a  {
    color: #A81E28;
}
body.PrimaryColorRed #hd #mainNav .subMenu .box ul li:hover, body.PrimaryColorRed ul.sectionNav li a:hover, body.PrimaryColorRed ul.sectionNav li a.pageOn {
    border-color: #A81E28;
}


/* Dealer Locator */
ul#dealer-locator {
    background-color: #A81E28;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin: 0;
}
ul#dealer-locator li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.75;
    margin-bottom: 10px;
}
ul#dealer-locator label {
    color: white;
}
ul #dealer-locator .inputSubmit {
    color: white;
}


/* Main Content Forms */
#bd form fieldset {
    border: solid black 1px;
    border-radius: .5em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
}
#bd form fieldset legend {
    font-size: 1.25em;
    font-weight: bold;
    margin:0 0.5em;
    padding:0 0.25em;
}
#bd form li.error label {
    color: red;
}
#bd form li {
    padding: .5em;
    vertical-align: middle;
    list-style: none;
}
#bd form li label {
    width: 10.5em;
    display: block;
    float: left;
    text-align: right;
    margin-right: .25em;
    padding-right: .75em;
    line-height: 1.75em;
}
#bd form li.required label {
    background: transparent url(/img/site/forms/required.gif) top right no-repeat;
}
#bd form em.notification {
    padding-left: .5em;
}
#bd form input.inputText {
    width: 20em;
}
#bd input.inputSubmit {
    background: #cccccc;
    border: solid 1px #999999;
    color: #333333;
    border-radius: .5em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    padding: 2px 5px;
    cursor: pointer;
    font-size: 125%;
}




/* Dealer Subdomain */
body.DealerDomain #hd {
    background-color: #231F20;
}
body.DealerDomain #hd img.logo {
    background: transparent url(/img/header/control4-black.gif) no-repeat;
}
