* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
    font-size: 12px;
    line-height: 16px;
    font-family: arial, sans-serif;
    color: #808080;
    background: #efefef url(images/body.png) repeat-x 0 0;
    min-width: 950px;
}

a { color: #6F3; text-decoration: none; cursor:pointer;  }
a:hover { text-decoration:none; }
a img { border: 0; }

article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }


.shell { margin: 0 auto; width: 950px; }


.header {
	background-image:url(images/header.png); repeat-x 0 0; height: 75px; padding: 25px 0 0 0;}
	

#logo { width: 318px; float: left; }
#logo a { height: 60px; display: block; background: url(images/logo.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; 	text-decoration: none;
}


nav {
	padding-top:19px;
	float:right;
	text-decoration:none;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
		display: block;
	}
	
nav ul {
	float:right;
	color:#999;
	padding: 0px 0px;
	list-style: none;
	position: relative;
	display: inline-table;
	z-index:999;
	text-decoration:none;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	
	nav ul li {
	float: left;
}
	nav ul li:hover {
		background:#333;

	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
	display: block;
	padding: 15px 20px;
	color: #FFF;
	text-decoration: none;
	}
	
	nav ul ul {
	background:#000; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
		nav ul ul li a {
			padding: 10px 10px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
			}
			
			nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
	

.main { padding-top: 42px;  }
.main h2 { font-size: 24px; line-height: 24px;  font-weight: normal; color: #424242; }
.main h2 strong { font-weight: bold; }
.main h3 { font-size: 22px; line-height: 22px; color: #000; font-weight: normal; }

<!------------ Slider ------------->

.slider-section { padding-bottom: 68px;
}
.slider-section a.buy-btn { padding: 0 18px 0 19px; height: 39px; border: 1px solid #e6e6e6; float: right; line-height: 39px; position: relative; margin-top: -12px; font-size: 17px; 	color: #6F3; background-color:#000;

	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px;
}

.slider-section a.buy-btn:hover {
	text-decoration: none;
	color: #999;
}

.flexslider { margin-top: 24px; width: 950px; height: 377px;  overflow: hidden;
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; 
}

.slider-holder { position: relative;  }
.slider-holder span.slider-shadow { width: 951px; height: 27px; position: absolute; bottom: -27px; left: 0; background: url(images/slider-shadow.png) no-repeat 0 0; z-index: 20; 
}

.flexslider ul.slides { list-style: none; list-style-position: outside; position: relative; }
.flexslider ul.slides li { width: 950px; height: 377px; position: relative; float: left; }
.flexslider ul.slides li img { width: 950px; height: 377px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px;}
.flexslider ul.slides li .slide-cnt { position: absolute; bottom: 0; left: 0; width: 739px; padding: 21px 190px 21px 21px;  background: url(images/slide-cnt.png) repeat 0 0;  }
.flexslider ul.slides li .slide-cnt h3 { color: #f7f7f7; padding-bottom: 4px; }
.flexslider ul.slides li .slide-cnt p { color: #f7f7f7; }
.flexslider ul.slides li .slide-cnt a.slider-btn { height: 93px; padding: 0 33px 0 36px; line-height: 93px; background: url(images/slider-btn.png) repeat-x 0 0; position: absolute; top: -9px; right: 0; font-size: 17px;color: #438bb9; 
	border-radius: 8px 0 8px 0; -moz-border-radius: 8px 0 8px 0; -webkit-border-radius: 8px 0 8px 0; -o-border-radius: 8px 0 8px 0;
}
.flexslider ul.slides li .slide-cnt a.slider-btn span { background: url(images/plus-ico.png) no-repeat 0 0; width: 23px; height: 22px; position: absolute; left: 0; top: 0; }
.flexslider ul.slides li .slide-cnt a.slider-btn:hover { text-decoration: none; 	color: #6F3;
  }
 
<!------------ Gallery ------------->

.gallery {
	height:auto;
	padding-left:5px;
}


.gallery a img {
	border: .5px solid #AAA;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 180px;
	height: 125px; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px;
}

.gallery a:hover img {
	background-color: #DDD;
	
}

<!------------ Bottom Columns ------------->

.main .cols { padding-bottom: 54px;
}

.main .cols .column_left { width: 650px; float: left;margin-top:30px; padding-left:10px;}
.main .cols .column_right { width: 300px; float: left;margin-top:30px; }

.main .cols .col { width: 280px; float: left;margin-top:30px; }
.main .cols .col:last-of-type { width: 274px; }
.main .cols .col + .col { padding-left: 55px; }

.main .cols .col h3 { padding-bottom: 14px; padding-left: 50px; }
.main .cols .col h3 a { color: #000; }
.main .cols .col h3 a:hover { text-decoration: none; color: #333; }
.main .cols .col h3.design-ico { background: url(images/design-ico) no-repeat 0 0; }
.main .cols .col h3.manufacture-ico { background: url(images/manufacture-ico) no-repeat 0 0; }
.main .cols .col h3.installation-ico { background: url(images/installation-ico) no-repeat 0 0; }
.main .cols .col p { padding-bottom: 10px;  }
.main .cols .col a.more { text-transform: uppercase; } 


.main section a.all-projects { float: right; font-size: 11px; color: #000; text-transform: uppercase; background: #fff; border: 1px solid #e6e6e6; padding: 0 13px 0 15px; height: 23px; line-height: 23px;  
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -o-border-radius: 7px; margin-right: 6px; 
} 
.main section a.all-projects strong { padding-right: 3px; font-weight: bold; font-size: 12px; }
.main section a.all-projects:hover { text-decoration: none; 	color: #6F3;
 }

<!------------ Featured ------------->

.main .featured { padding-bottom: 44px; padding-top: 16px;  }
.main .featured .entry { width: 171px; height: 88px; float: left; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; position: relative; 
box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; -o-box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; 

}
.main .featured .entry img { width: 171px; height: 88px; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; }
.main .featured .entry span { display: none; position: absolute; bottom: 0; left: 0; background: url(images/entry-cnt.png) repeat 0 0; width: 156px;  padding: 7px 0 7px 15px; 
	border-radius: 0px 0px 7px 7px; -moz-border-radius: 0px 0px 7px 7px; -webkit-border-radius: 0px 0px 7px 7px; -o-border-radius: 0px 0px 7px 7px; 
	color: #fff; 
}

.main .featured .entry em { display: none; background: url(images/entry-plus.png) no-repeat 0 0; width: 23px; height: 22px; position: absolute; top: 0; right: 0;  }
.main .featured .entry + .entry { margin-left: 22px; }
 
.main .featured .entry strong { display: none; background: url(images/entry-shadow-b.png) no-repeat 0 bottom; width: 174px; height: 10px; position: absolute; bottom: -7px; left: 0;  }
.main .featured .entry:hover strong { display: block; }
.main .featured .entry a:hover span { display: block; }
.main .featured .entry a:hover em { display: block; }
.main .information {width: 950px; float:left; height: 40px; font-size:24px; font-weight:bolder; text-align:center; margin-top:25px; color:#000;}


html, body { height: 100%; }
#wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -279px; }

<!------------ Footer ------------->

#footer, #footer-push {  height: 245px; padding-top: 32px;  }

#footer h4 { color: #fff; font-size: 15px; font-weight: bold; text-transform: uppercase; padding-bottom: 11px; }
#footer { background: url(images/footer.png) repeat-x 0 0; padding-top:15px;}

#footer .widgets { padding-bottom: 16px; }
#footer .widget { float: left; width: 172px; }
#footer .widget + .widget { padding-left: 76px;  }
#footer .widget ul { list-style: none; list-style-position: outside; font-size: 11px; }
#footer .widget ul li { padding-bottom: 4px; }
#footer .widget ul li a { color: #999; }
#footer .widget ul li a:hover { color:#6F3; }

#footer .gallery-widget ul li { float: left; padding-right: 14px; width: 72px; height: 45px; }
#footer .gallery-widget ul li a img { display: block;  width: 72px; height: 45px;  border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; }
#footer .gallery-widget ul li a:hover img { opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80); 
}

#footer .contact-widget p {
	color: #999;
	padding-bottom: 12px;
	font-size: 11px;
	line-height: 14px;
	padding-left: 28px;
}
#footer .contact-widget p.address-ico { background: url(images/address-ico.png) no-repeat 0 0; } 
#footer .contact-widget p.phone-ico { background: url(images/phone-ico.png) no-repeat 0 0; }
#footer .contact-widget a.chat-btn { padding: 0 30px 0 57px; position: relative; height: 39px; background: #000 url(images/chat-btn.png) repeat-x 0 0; line-height: 39px; color: #65cbf8; font-size: 15px; display: block;
	border: 1px solid #0e0e0e; border-top: 0;  border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -o-border-radius: 7px; margin-top: 16px; 
}

#footer .contact-widget a.chat-btn:hover { text-decoration: none; color: #fff; }
#footer .contact-widget a.chat-btn span.chat-ico { width: 16px; height: 14px; position: absolute; top: 13px; left: 26px; background: url(images/chat-ico.png) no-repeat 0 0; }

.footer-nav  { float: left; }
.footer-nav ul { list-style: none; list-style-position: outside; font-size: 10px; font-weight: bold; }
.footer-nav ul li { float: left; padding: 0 39px 0 0;  }
.footer-nav ul li a { color:#999; }
.footer-nav ul li a:hover ,
.footer-nav ul li.active a {  	color: #6F3;
 text-decoration: none; }
#footer p.copy { float: right; color: #353535; }
#footer p.copy a { color: #3f3f3f; text-decoration: underline; }
#footer p.copy a:hover { text-decoration: none; }

	
#contact_main_container
{
	float: left;
	width: 950px;
}

#contact_left_container
{
	float: left;
	width: 550px;
	font:arial, sans-serif;
	padding-left:10px;
}

	
#contact_right_container
{
	float:left;
	width: 350px;
	padding-left:20px;
	

}
	

#contactForm
{
 float:left;
 padding:0;
 width:250px;
}

#contactForm .formRow
{
 float:left;
 padding:0;
 margin-bottom:7px;
 width:250px;
}

#contactForm .formLabel

{
 float:left;
 padding:0;
 margin:0;
 width:90px;
}

#contactForm .formLabel p
{
 padding:0;
 margin:0;
 font-family:arial, sans-serif;
 color:#000;
 font-size:18px;

}

 #contactForm .formField
{
 float:right;
 padding:0;
 margin:0;
 width:150px;
 text-align:right;
}

#contactForm .textBox
{

 padding:0;
 margin:0;
 font-size:90%;
 width:230px;
 border:1px solid #666;
 height:20px;
}
 
#contactForm .textArea
{
	padding:0;
	margin:0;
	font-size:90%;
	width:230px;
	height:80px;
	border:1px solid#666;
	font-family:arial, sans-serif;
	
}
	

.information {
	width:950px;
	height:30px;
	float:left;
}

#terms{
	width:950px;
	height:auto;
	float:left;
}