/*BEGIN RESET */
/* 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, p, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/* STRUCTURE */

#headerWrapper {
	width:100%;
	height:auto;
	background:#ffffff;
	border-bottom:1px solid #CCC;
	
        
}

header {
	width:840px;
	height:35px;
	margin:0 auto;
	padding:40px 30px;
	-webkit-box-shadow:0px 3px 40px 0px #979797;
    box-shadow:0px 3px 40px 0px #979797;
}

#mainSectionWrapper {
	width:100%;
	height:auto;
	background:#ececec;
	z-index:50;
}

#mainSection {
	width:840px;
	height:auto;
	margin:0 auto;
	padding:20px 30px;
	-webkit-box-shadow:0px 3px 40px 0px #979797;
    box-shadow:0px 3px 40px 0px #979797;
}

#slideshowContainer {
	width:829px;
	height:299px;
	background:#ffffff;
	padding:1px;
	-webkit-box-shadow:  0px 3px 4px 0px #979797;
    box-shadow:  0px 3px 4px 0px #979797;
        
}

#slideshowContainer img {
	border:5px solid #363948;
}

h1#logo {
	width:298px;
	height:34px;
	background:url(../Images/logo.png) no-repeat 0 0;
	float:left;
	margin:0 35px 0 0;
}

h1#logo a {
	display:block;
	width:298px;
	height:34px;
}

#welcome {
	margin:20px 0 0 0;
}

#clients {
	margin:20px 0 0 0;
	overflow:hidden;
	display:none;
}

#fullDemo {
	margin:20px 40px 0 0;
	width:300px;
	float:left;
}

#contact {
	margin:20px 20px 0 0;
	width:300px;
	float:left;
}

#map {
	margin:20px 0 0 0;
	width:500px;
	float:left;
}

h2.mainHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#1caf50;
	letter-spacing:-1px;
	margin:0 0 10px 0;
}

p.mainDescription {
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:20px;
	padding:0 0 0 10px;
}

p.interiorDescription {
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:20px;
	padding:0 0 0 10px;
	margin:0 0 30px 0;
}

p.aboutDescription {
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:20px;
	padding:0 0 0 10px;
	margin:0 0 15px 0;
}



h3.secondaryHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	margin:0 0 5px 0;
	padding:0 0 0 30px;
	color:#1caf50;
}

h3#certifiedGreen {
	background:url(../Images/logo.png) no-repeat 0 -35px;
}

h3#coverage {
	background:url(../Images/logo.png) no-repeat 0 -58px;
}

h3#competition {
	background:url(../Images/logo.png) no-repeat 0 -81px;
}

p.secondaryDescription {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:17px;
	margin:0 0 10px 0;
	padding:0 20px 0 0;
	
}

.bucket {
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	width:250px;
	margin:30px 13px 0 0;
	float:left;
	border-bottom:5px solid #1caf50;
	border-left:1px solid #1caf50;
	border-right:1px solid #1caf50;
	border-top:1px solid #1caf50;

}

#covered {
	
	padding:10px 0 54px 15px;
	
}

#compete {
	
	padding:10px 0 20px 15px;

}

#goGreen {
	padding:10px 0 20px 15px;

    
}

.clearfix {
	clear:both;
}

a#learnMore {
	margin:20px 0 0 10px;
	display:block;
	width:201px;
	height:51px;
	background:url(../Images/logo.png) no-repeat 0 -104px;
	text-indent:-9999px;
}

a#learnMore:active {
	background:url(../Images/logo.png) no-repeat 0 -155px;
	height:51px;
}

#footerWrapper {
	width:100%;
	height:auto;
	background:#ffffff;
	border-top:1px solid #CCC;


}

footer  {
	width:840px;
	height:35px;
	margin:0 auto;
	padding:40px 30px;
	background:#1caf50;
	-webkit-box-shadow:0px 3px 40px 0px #979797;
    box-shadow:0px 3px 40px 0px #979797;
}
	
	
	
	



/*NAVIGATION CSS*/

ul#nav {
	width:500px;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
    border:1px solid #757575;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 47%, #d3d3d3 49%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(47%,#ededed), color-stop(49%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 47%,#d3d3d3 49%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 47%,#d3d3d3 49%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ededed 47%,#d3d3d3 49%); /* IE10+ */
	background: linear-gradient(top, #ededed 47%,#d3d3d3 49%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
	z-index:100;
}

ul#nav li {
	float:left;
	position:relative;
	border-right:1px solid #757575;
}

.active {
	background:#4e5265;
}


ul#nav li#last {
	border:none;
}

ul#nav a {
	display:block;
	text-decoration:none;
	color:#555a6e;
	height:16px;
	padding:10px 11px;
}

ul#nav a.active {
	color:#ffffff;
}

ul#nav a:hover {
	color:#FFF;
	background:#4e5265;
}

ul#nav li ul {
	position:absolute;
	left:-9999px;
	width:119px;
}

ul#nav li:hover ul {
	left: -1px;
	background:#4e5265;
	
}

ul#nav li:hover ul#interiorDemo {
	left: -1px;
	background:#4e5265;
	width:141px;
}

ul#nav li:hover ul li {
	border:none;
}

ul#nav li:hover ul li a {
	color:#FFFFFF;
	width:97px;
}

ul#nav li:hover ul#interiorDemo li a {
	color:#FFFFFF;
	width:119px;
}

ul#nav li:hover ul li a:hover {
	color:#FFFFFF;
	background:#2d303d;
}

ul#nav li:hover ul, #nav li.sfhover ul {
	left: -1px;
}


/*FOOTER NAV */

ul#footerNav {
	width:800px;
	margin:10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
}

ul#footerNav li {
	float:left;
	padding:0 25px 0 0;
}

ul#footerNav li a {
	text-decoration:none;
	color:#FFFFFF;
}

ul#footerNav li a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

ul#includedServices {
	width:650px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:circle;
	margin:0 0 20px 20px;
}

ul#includedServices li {
	margin-bottom:15px;
}

ul#fullDemoServices {
	width:300px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:circle;
	margin:0 0 20px 20px;
}

ul#fullDemoServices li {
	line-height:14px;
	margin-bottom:8px;
}

address {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	margin-left:10px;
	margin-bottom:8px;
}

li.contactType {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	margin-left:10px;
	
}

li#phone {
	background:url(../Images/logo.png) no-repeat 0 -205px;
	padding:0 0 0 35px;
	margin-left:20px;
	margin-bottom:8px;
}

li#fax {
	background:url(../Images/logo.png) no-repeat 0 -248px;
	padding:0 0 6px 35px;
	margin-left:20px;
	margin-bottom:8px;

}

li#email {
	background:url(../Images/logo.png) no-repeat 0 -226px;
	padding:0 0 0 35px;
	margin-left:20px;
	margin-bottom:8px;
}

li#email a {
	color:#000000;
}

li#email a:hover{
	color:#1caf50;
}

section#fullDemoVideo {
	margin:20px 0 0 0;
	float:left;
	
}

a.clientLogo {
	display:block;
	margin:0 20px 0 0;
	float:left;
}

a.clientLogo:hover {
	opacity:0.7;
}

a#slGreen {
	width:118px;
	height:46px;
	background:url(../Images/clients_sprite.png) no-repeat 0 1px;
}

a#cauldwell {
	width:79px;
	height:49px;
	background:url(../Images/clients_sprite.png) no-repeat -117px 0;
}

a#related {
	width:126px;
	height:21px;
	margin:15px 20px 0 0;
	background:url(../Images/clients_sprite.png) no-repeat 0px -48px;
}

a#turner {
	width:110px;
	height:35px;
	margin:5px 20px 0 0;
	background:url(../Images/clients_sprite.png) no-repeat -125px -48px;
}

a#tishman{
	width:122px;
	height:50px;
	background:url(../Images/clients_sprite.png) no-repeat -377px 0;
	
}

a#JR{
	width:46px;
	height:47px;
	background:url(../Images/clients_sprite.png) no-repeat -235px -48px;
}

a#rockafeller{
	width:76px;
	height:50px;
	background:url(../Images/clients_sprite.png) no-repeat -281px -48px;
}

a.readMore {
	display:none;
	width:120px;
	height:22px;
	background:#1cae50;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding:10px 0 0 0;
	font-size:12px;
	font-weight:lighter;
	border-bottom:2px solid #063;
}

a.readMore:hover {
	opacity:0.8;
}

a.readMore:active {
	background:#068332;
}

#fullDemoMap {
	margin:20px 0 0 0;
	float:left;
}

#mapPins {
	width:500px;
	height:624px;
	background:url(../Images/map.jpg) no-repeat 0 0;
}
	
	
