@charset "utf-8";
/* CSS Document */
*{
	
	margin:0;
	
	}
	
body{width:100%;margin:auto}	
	
a:hover, a:active, a:focus {outline: none;}
 a img {outline: none;} 

.nav-w{
	height: 100%;
	width: 100%;
	background-image: url(images/blank.png);
	position: relative;
	z-index: 20;
	background-color: #000;	
	
	}

.nav-wrapper{
	height:120px;
	width:100%;
	background-image:url(images/nav-back.png);
	position:relative;
	z-index:20;
	
	
	}
.nav-inner-wrapper{
	height:120px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}
	
	
	.sub-nav-wrapper{
	height:38px;
	width:100%;
	background-image:url(images/sub-nav.png);
	background-repeat:no-repeat;
	background-position:center top;
	position:relative;
	z-index:25;
	margin-top:-19px;
	
	}
	
	.auto{
		
		width:100%;
		height:5px;
		clear:both;
		
		}
	
	.logo{
	height: 90px;
	width: 200px;
	background-image: url(images/ecoone-homes-1.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	}
	
	.feature-element{
	height:66px;
	width:100%;
	position:relative;
	z-index:50;
	background-image:url(images/feature-element.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:-33px;
	}
	
	.top-content-wrapper{
	height:150px;
	width:100%;
	position:relative;
	z-index:50;
	background-image:url(images/top-feature-element.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:-33px;

	}
	
	.top-content{
	height: 125px;
	width: 810px;
	padding-left: 150px;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-transform: uppercase;
		
		}
		
		.top-content-box{
	height:100px;
	width:460px;
	float:right;
	padding-left:20px;
	border-left: solid 1px #1d1d1d;
		
		}
	
	.content-wrapper{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-bottom:20px;
	}
	
	.content-home{
	width:300px;
	float:left;
	position:relative;
	border-right: solid 1px #1d1d1d;
	padding-right:30px;

	}
	
		.content-left{
	width:300px;
	float:left;
	position:relative;
	border-right: solid 1px #1d1d1d;
	padding-right:30px;

	}
	
	.home-services{
	width:600px;
	float:right;
	position:relative;
	}
	
	.footer-wrapper{
	height:120px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#1d1d1d;
	}
	
	.footer-wrapper{
	height:120px;
	width:100%;
	position:relative;
	background-color:#021603;
	}
	
		.footer{
	height:90px;
	padding-top:30px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:90;
	}
	
		.footer-element{
	height:100px;
	width:100%;
	position:relative;
	z-index:50;
	background-image:url(images/footer-element.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:-66px;
	}
	
		.footer-bottom{
	height:40px;
	padding-top:20px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-top:-34px;
	z-index:90;

	

	}
	
 ul.footer-list{
		
	height:65px;
	width:110px;
	border-right: solid 1px #fff;
	float:left;
	padding-left:20px;


		
		}
		
	ul.footer-list-last{
		
	height:65px;
	width:115px;
	border-right: solid 1px #fff;
	float:left;
	padding-left:20px;


		
		}
		
				/*  service list */


.services_list {
	width: 137px;
	float:left;
	position:relative;
	margin-left: 45px;
	z-index:20;

}

.services_list a{	
width:137px; 
display: inline-block;
}

.services_list a.img1{ 
 cursor:pointer;
 }

.services_list a.img1:hover {
		display: block; 
		-webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);	
		
		-webkit-transform: scale(0.9) translateZ(0);
  -moz-transform: scale(0.9) translateZ(0);
  -o-transform: scale(0.9) translateZ(0);
  transform: scale(0.9) translateZ(0);
}	

				/*  who we are sub links */

.sub-links{
	height:70px;
	width:300px;
	float:left;
	position:relative;
	z-index:20;
	padding-bottom:20px;

}

	h4{
		
			font-family:"Century Gothic";
			font-size:20px;
			color:#1d1d1d;
			text-transform:uppercase;
			padding-left:20px;
			padding-top:15px;
			position:absolute;
			text-align:left;
			top:0;
			left:70px;
			display:block;
						width:210px;

		}
		
	h4 a{
		
			font-family:"Century Gothic";
			font-size:20px;
			color:#1d1d1d;
			text-transform:uppercase;
			padding-left:20px;
			padding-top:15px;
			position:absolute;
			text-align:left;
			top:0;
			left:70px;			
			display:block;


		}
	
	.img2{
		float:left;}



.sub-links a.img2{ 
 cursor:pointer;
 }

.sub-links a.img2:hover {
		display: block; 
		-webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);	
		
		-webkit-transform: scale(0.9) translateZ(0);
  -moz-transform: scale(0.9) translateZ(0);
  -o-transform: scale(0.9) translateZ(0);
  transform: scale(0.9) translateZ(0);
}	

				/*  10 reasons */




.reason{
	
	width:290px;
	float:left;
	padding:10px;
	padding-left:0px;
	
	}
	
	.reason-wrapper{
	

	float:left;
	width:100%;	
	}
	
			/*  10 reasons */
			
			
	.directors-image{
				
				width:134px;
				height:134px;
				margin-bottom:20px;
				padding-right:40px;
				float:left;
	}
	
	.directors-wrapper{
	width:590px;
	float:left;
	padding:10px;
	padding-left:0px;
	
	}
		.directors-text{
	width:398px;
	float:right;
	padding:10px;
	padding-left:0px;
	
	}

	.services{
	width:960px;
	float:right;
	position:relative;
	}

	ul.servises-include{
		
		padding:0;
		float:left;
		margin-right:50px;
			}
	
	ul.servises-include li{
		
		color:#333;	
		background-image:url(images/list-point.png);
		background-position:left center;
		background-repeat:no-repeat;
		height:17px;
		padding-left:25px;
		margin-bottom:5px;

		}
		
				.content-left-work{
	width:650px;
	float:left;
	position:relative;
	border-right: solid 1px #1d1d1d;
	padding-right:30px;

	}
	
		.our-work-content{
	width:250px;
	float:right;
	position:relative;
	}
	
				/*  headings list */


.heading_list {
	width: 137px;
	height:200px;
	float:left;
	padding-top:10px;
	position:relative;
	margin-right: 35px;
	margin-left: 10px;
	z-index:20;

}

.heading_list a{	
width:137px; 
display: inline-block;
}

.heading_list a.img1{ 
 cursor:pointer;
 }

.heading_list a.img1:hover {
		display: block; 
		-webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);	
		
		-webkit-transform: scale(0.9) translateZ(0);
  -moz-transform: scale(0.9) translateZ(0);
  -o-transform: scale(0.9) translateZ(0);
  transform: scale(0.9) translateZ(0);
}	


.design-wrapper{
	
	width:400px;
	float:left;

}


		/*  our work headings list */


.work_list {
	width: 137px;
	float:left;
	padding-top:40px;
	position:relative;
	margin-right: auto;
	margin-left: 50px;
	z-index:20;

}

.work_list a{	
width:137px; 
display: inline-block;
}

.work_list a.img1{ 
 cursor:pointer;
 }

.work_list a.img1:hover {
		display: block; 
		-webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);	
		
		-webkit-transform: scale(0.9) translateZ(0);
  -moz-transform: scale(0.9) translateZ(0);
  -o-transform: scale(0.9) translateZ(0);
  transform: scale(0.9) translateZ(0);
}	

	.projects-content{
	width:960px;
	position:relative;
	padding-bottom:20px;
	float: left;
	}
	
		.projects-text{
	width:450px;
	height:100px;
	float:right;
	position:relative;
	padding-left:250px;
	margin-top:70px;
	}
	
	.how-we-design-text{
	width:600px;
	float:right;
	position:relative;

	}
	
	.contact-slide-wrapper{
	width:100%;
	height:380px;
	background-image:url(images/contact.jpg);
	background-position:center top;
	position:relative;
	margin-top:15px;


	}
	
		.terms-conditions-slide-wrapper{
	width:100%;
	height:380px;
	background-image:url(images/terms-conditions.jpg);
	background-position:center top;
	position:relative;
	margin-top:15px;


	}

	.contact-headings{
		
		width:100%;
		height:50px;
		
	}
	
	.contact-text{
	width:700px;
	float:right;
	position:relative;
	margin-top:50px;
	padding-left:20px;
	border-left: solid 1px #1d1d1d;

	}
		.contact-info{
	width:300px;
	float:left;
	position:relative;

	}
	
			.contact-form{
	width:390px;
	float:right;
	position:relative;

	}

			.contact-map{
	width:700px;
	height:240px;
	clear:both;
	position:relative;

	}
	
				/*  service list */


.what-we-do-list{
	width: 137px;
	float:left;
	position:relative;
	margin-left: 135px;
	z-index:20;

}

.what-we-do-list a{	
width:137px; 
display: inline-block;
}

.what-we-do-list a.img1{ 
 cursor:pointer;
 }

.what-we-do-list a.img1:hover {
		display: block; 
		-webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);	
		
		-webkit-transform: scale(0.9) translateZ(0);
  -moz-transform: scale(0.9) translateZ(0);
  -o-transform: scale(0.9) translateZ(0);
  transform: scale(0.9) translateZ(0);
}

	.gallery-wrapper{
	width:960px;
	float:right;
	position:relative;

}
	
	.gallery-back{
	margin-top:40px;
	height:38px;
	width:960px;
	position:relative;
	z-index:55;
	margin-bottom:20px;

	}
	
		.gallery-back-link{
	height:38px;
	width:207px;
	position:relative;
	}
	
			.gallery-back-link a{
	width:207px;
	color: #1d1d1d ;
 display:block;
	height:28px;
	padding-top:10px;
	text-align:center;
	text-decoration: none; 
	font-family:"Century Gothic";
	font-size:13px;
	font-weight:bold;
	background-image:url(images/back-button.png);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
				.gallery-back-link a:hover{
	
	color: #fff ;

	}

	.gallery-slide-wrapper{
	width:100%;
	height:380px;
	background-image:url(images/projects.jpg);
	position:relative;
	margin-top:15px;


	}


.directors_list {
	width: 160px;
	height:300px;
	float:left;
	padding-top:10px;
	position:relative;
	margin-left: 0px;
	z-index:20;
	margin-right: 20px;

}

.number-why-us{
	width: 70px;
	height:70px;
	position:absolute;
	top:0;
	left:15px;
	
	}
	
	.why-us-wrapper{
	width:590px;
	float:left;
	position:relative;
	
	}
	
	.ten_reason{
	width:500px;
	float:right;
	height: 120px;

	}
	
	.why-us-list{
	font-family:"Century Gothic";
	font-size:15px;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	margin-bottom:20px;
	display:block;
	text-transform:uppercase;
	font-weight:normal;
	font-weight:bold;
	width:490px;
	float:right;
	background-image:url(images/why-us-list-back.png);
	background-repeat:no-repeat;
	
	
	}
	
	.our-work-headings{
	font-family:"Century Gothic";
	font-size:15px;
	color:#000;
	padding-top:0px;
	margin-bottom:20px;
	display:block;
	text-transform:uppercase;
	font-weight:normal;
	font-weight:bold;
	width:398px;
	float:left;
	
	
	}
	
		.our-directors-headings{
	font-family:"Century Gothic";
	font-size:15px;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	margin-bottom:20px;
	display:block;
	text-transform:uppercase;
	font-weight:normal;
	font-weight:bold;
	width:398px;
	float:left;
	background-image:url(images/directors-back.png);
	background-repeat:no-repeat;
	background-position:left top;
	
	}
	
		.our-work-headings-2{
	font-family:"Century Gothic";
	font-size:15px;
	color:#000;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	text-transform:uppercase;
	font-weight:normal;
	font-weight:bold;
	width:650px;
	float:left;
	
	
	}
	
	.commitment-headings{
	
	font-family:"Century Gothic";
	font-size:15px;
	color:#1d1d1d;
	margin-bottom:20px;
	display:block;
	text-transform:uppercase;
	font-weight:normal;
	font-weight:bold;
	background-image:url(images/commitment-icon.png);
	background-repeat: no-repeat;
	background-position:left center;
	height:25px;
	padding-left:90px;
	padding-top:35px;
	padding-bottom:50px;
	border-bottom: solid 1px #1d1d1d;
	
	
	}
	
	.our-work{
	font-family: "Century Gothic";
	font-size: 14px;
	color: #1d1d1d;
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
	
	
	
	}
	
	.project-titles{
	
		font-family:"Century Gothic";
		font-size:19px;
		color:000;
		font-style:normal;
		font-weight:bold;
		left:0;
		width:137px;
		top:0;
		display:block;
		border-right: solid 1px #1d1d1d;
		padding-top:20px;
		text-align:center;

	
	}
	
	.contact-font{
	
	font-family:"Century Gothic";
	font-size:12px;
	color:#1d1d1d;
	margin-bottom:10px;
	font-weight:normal;
	font-weight:bold;
	
	
	}
	
		.sub-headings{
	
		font-family:"Century Gothic";
		font-size:19px;
		color:000;
		font-style:normal;
		font-weight:bold;
		float:left;
		height:50px;
		margin-right:200px;


	
	}
	
		.list-10-reasons{
	
	font-family:"Century Gothic";
	font-size:20px;
	color:#1d1d1d;
	height:40px;
	background-image:url(images/sub-nav.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-transform:normal;
	margin-bottom:15px;
	margin-top:30px;
	padding-top:7px;
	display:block;
	font-weight:bold;
	padding-left:40px;
	}	
	
	.our-work-list{
	font-family:"Century Gothic";
	font-size:15px;
	color:#fff;
	height:30px;
	background-image:url(images/sub-nav-black.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-transform:normal;
	margin-bottom:15px;
	margin-top:30px;
	padding-top:10px;
	display:block;
	font-weight:bold;
	padding-left:40px;
	text-transform:uppercase;
	}	
	
		.our-work-list-first{
	font-family:"Century Gothic";
	font-size:15px;
	color:#fff;
	height:30px;
	background-image:url(images/sub-nav-black.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-transform:normal;
	margin-bottom:15px;
	padding-top:10px;
	display:block;
	font-weight:bold;
	padding-left:40px;
	text-transform:uppercase;
	}	
	
	.points-wrapper{
		
		width:100%;
		height:80px;
		}

.content-right{
		
		width:410px;
		float:right;
		}
		
.points-why-us
		{
			height:115px;
		}
		
.points-services{
		
		width:100%;
		float:left
		}
		
	.batteries{
	width: 800px;
	height: 400px;
	margin-top: 10px;
	float: center;
	position: relative;
	background-image: url(images/fhybrid1.jpg);

}

	.extentions-renovations{
	width: 940px;
	height: 500px;
	margin-top: 2px;
	float: center;
	position: relative;
	background-image: url(images/extentions-renovations.jpg);

}

.footer-links{
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.footer-links li {display:inline;}
.footer-links li a{ color:#999;  margin-right:1em;}
			
			
