html {height:100%;}
body {
	color:#333;
	font:13px arial, helvetica, sans-serif;
	margin:0;
	background:#fff url(../_images/body-bg.jpg) repeat-x;
	min-width:1000px;
	height:100%;
}

/* Common Parts */
a {color:#553420;}
a:hover {text-decoration:none;}
p {
	margin:0 0 15px;
	line-height:16px;
}
img {border-style:none;}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
ul {
	margin:0 0 15px 15px;
	padding:0;
}
ul ul {margin:2px 0 2px 15px;}


/* Main Blocks */
#page-box {
	min-height:100%;
	/*background:url(../_images/footer-bg.jpg) repeat-x 0 100%;*/
}
#inner-page-box {
	min-height:100%;
	background:url(../_images/footer-bg.jpg) repeat-x 0 100%;
}
* html #page-box {height:100%;}
#inner {
	background:url(../_images/main-bg.gif) no-repeat 50% 277px;
	height:700px;
	/*border:solid 1px #555555;*/
}
#main {
	width:1000px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
#header {
	height:178px;
	background:url(../_images/header-bg.jpg) no-repeat 0 12px;
}
#header .mainLogo{
	float:left;
	margin-left: -75px;
}
	#header .mainLogo a{
		display: block;
		width:304px;
		height:120px;
		background:url(../_images/logo.jpg) no-repeat;
	}

#header .slogan{
	float:right;
	background:url(../_images/slogan.png) no-repeat;
	width:413px;
	height:42px;
	margin: 65px 235px 0 0;
	text-indent: -99999em;
}


#mainMenu{
	height: 36px;
	background:url(../_images/menu-bg.jpg) no-repeat;
	position: relative;
	z-index: 1000;
}

	#mainMenu .menuItem{
		float: left;
	}
	
	/* HOME */
	#mainMenu .home a{
		display: block;
		height: 36px;
		width: 85px;
		background:url(../_images/item-home.png) no-repeat top left;
		text-indent: -9999px;
	}
		#mainMenu .home a:hover{
			background:url(../_images/item-home.png) no-repeat bottom left;
		}
	
	#mainMenu .homeActive a{
		display: block;
		height: 61px;
		width: 115px;
		background:url(../_images/item-active-home.png) no-repeat;
		margin-top: -8px;
		margin-left: -10px;
		text-indent: -9999px;
	}
	
	/* SERVICES */
	#mainMenu .services a{
		display: block;
		height: 36px;
		width: 115px;
		background:url(../_images/item-services.png) no-repeat top left;
		text-indent: -9999px;
	}
		#mainMenu .services a:hover{
			background:url(../_images/item-services.png) no-repeat bottom left;
		}
	
	#mainMenu .servicesActive a{
		display: block;
		height: 61px;
		width: 157px;
		background:url(../_images/item-active-services.png) no-repeat;
		margin-top: -9px;
		margin-left: -10px;
		text-indent: -9999px;
		margin-right: -23px;
		position: relative;
	}
	
	/* OUR PRODUCTS */
	#mainMenu .products a{
		display: block;
		height: 36px;
		width: 115px;
		background:url(../_images/item-products.png) no-repeat top left;
		text-indent: -9999px;
	}
		#mainMenu .products a:hover{
			background:url(../_images/item-products.png) no-repeat bottom left;
		}
	
	#mainMenu .productsActive a{
		display: block;
		height: 61px;
		width: 157px;
		background:url(../_images/item-active-products.png) no-repeat;
		margin-top: -9px;
		margin-left: -10px;
		text-indent: -9999px;
		margin-right: -23px;
		position: relative;
	}
	
	/* ABOUT US */
	#mainMenu .about a{
		display: block;
		height: 36px;
		width: 115px;
		background:url(../_images/item-about.png) no-repeat top left;
		text-indent: -9999px;
	}
		#mainMenu .about a:hover{
			background:url(../_images/item-about.png) no-repeat bottom left;
		}
	
	#mainMenu .aboutActive a{
		display: block;
		height: 61px;
		width: 157px;
		background:url(../_images/item-active-about.png) no-repeat;
		margin-top: -9px;
		margin-left: -10px;
		text-indent: -9999px;
		margin-right: -23px;
		position: relative;
	}
	
	/* PROJECT GALLERY */
	#mainMenu .gallery a{
		display: block;
		height: 36px;
		width: 115px;
		background:url(../_images/item-gallery.png) no-repeat top left;
		text-indent: -9999px;
	}
		#mainMenu .gallery a:hover{
			background:url(../_images/item-gallery.png) no-repeat bottom left;
		}
	
	#mainMenu .galleryActive a{
		display: block;
		height: 61px;
		width: 157px;
		background:url(../_images/item-active-gallery.png) no-repeat;
		margin-top: -9px;
		margin-left: -10px;
		text-indent: -9999px;
		margin-right: -23px;
		position: relative;
	}	
	
	/* CAREERS */
	#mainMenu .careers a{
		display: block;
		height: 36px;
		width: 115px;
		background:url(../_images/item-careers.png) no-repeat top left;
		text-indent: -9999px;
	}
		#mainMenu .careers a:hover{
			background:url(../_images/item-careers.png) no-repeat bottom left;
		}
	
	#mainMenu .careersActive a{
		display: block;
		height: 61px;
		width: 157px;
		background:url(../_images/item-active-careers.png) no-repeat;
		margin-top: -9px;
		margin-left: -5px;
		text-indent: -9999px;
		margin-right: -23px;
		position: relative;
	}	
	
	/* CONTACTS */
	#mainMenu .contact a{
		display: block;
		height: 36px;
		width: 115px;
		background:url(../_images/item-contact.png) no-repeat top left;
		text-indent: -9999px;
	}
		#mainMenu .contact a:hover{
			background:url(../_images/item-contact.png) no-repeat bottom left;
		}
	
	#mainMenu .contactActive a{
		display: block;
		height: 61px;
		width: 157px;
		background:url(../_images/item-active-contact.png) no-repeat;
		margin-top: -9px;
		margin-left: -5px;
		text-indent: -9999px;
		margin-right: -23px;
		position: relative;
	}	
	
	/* CONTACTS */
	#mainMenu .contractors a{
		display: block;
		height: 36px;
		width: 115px;
		background:url(../_images/item-subcontractors.png) no-repeat top left;
		text-indent: -9999px;
	}
		#mainMenu .contractors a:hover{
			background:url(../_images/item-subcontractors.png) no-repeat bottom left;
		}
	
	#mainMenu .contractorsActive a{
		display: block;
		height: 61px;
		width: 157px;
		background:url(../_images/item-active-subcontractors.png) no-repeat;
		margin-top: -9px;
		margin-left: -5px;
		text-indent: -9999px;
		margin-right: -23px;
		position: relative;
	}	
		



			}
		
#guaranteeBG {
	background:#fff url(../_images/guaranteebg.png) top left no-repeat;
	margin:0;
}


#container-inner {
	border:solid #8acb48;
	border-width:0 1px 1px;
/*	background:#fff; */
	padding:31px 63px 0 43px;
	min-height:451px;
	position: absolute;
	z-index:6;
}
#container {
	border:solid #8acb48;
	border-width:0 1px 1px;
	background: url(../_images/content_bg.gif) bottom repeat-x;  /*red gradient background */
	padding:31px 63px 0 43px;
	min-height:451px;
	position:relative;
	z-index:1;
}
#container:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}
* html #container {height:451px;}
#container h1 {
	font-size:24px;
	color:#004812;
	/*height:1%;*/
	line-height:26px;
	overflow:hidden;
	margin:0 0 10px ;
}
#container h1 span {
	float:left;
	background:url(../_images/dot.gif) repeat-x 0 100%;
	padding-bottom:5px;
}
.main-column {
	float:left;
	width:512px;
	padding-top:33px;
}
.main-column li {
	margin:3px 0 5px 0;
}
.main-column-home {
	width:100%;
	padding:0;
	margin:0;
	min-height:450px;
}
.main-column-home .home-column1 {
	width:280px;
	min-height:400px;
	float:left;
	margin:0;
	padding:0;
}
.main-column-home .home-column {
	float:left;
	width:170px;
	margin:0 0 0 30px;
}
	.main-column-home .home-column p {
		text-align:center;
		font-size:80%;
	}
.sidebar {
	width:307px;
	float:right;
	padding-bottom:90px;
	margin-bottom: 150px;
}
.gallery-box {
	position:relative;
	width:100%;
	padding-top:325px;
	font-size:10px;
	text-align:center;
}
.gallery-box a {
	color:#6c6c6c;
	font-weight:bold;
	text-transform:uppercase;
	padding:3px 0 3px 22px;
	background:url(../_images/ico-view.gif) no-repeat;
}
.gallery-box ul {
	margin:0;
	list-style:none;
}
.gallery-box li {
	position:absolute;
}
.first {
	top:122px;
	left:124px;
	z-index:1;
}
.second {
	top:95px;
	left:10px;
	z-index:3;
}
.third {
	top:6px;
	left:85px;
	z-index:2;
}
.gallery-box span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:321px;
	background:url(../_images/photos-mask.png) no-repeat;
	z-index:4;
}
.contact-box {
	margin:0;
	position:absolute;
	bottom:15px;
	right:87px;
	background:url(../_images/contact-box-bg.gif) no-repeat;
	width:282px;
	height:70px;
	overflow:hidden;
}
.contact-box a {
	text-indent:-9999em;
	display:block;
	width:106px;
	height:27px;
	margin:11px 0 0 11px;
}
.contact-box span {
	text-indent:-9999em;
	display:block;
}
#certificationBox{
	margin:0;
	position:absolute;
	bottom:15px;
	right:87px;
	width:282px;
	height:70px;
	padding: 0 0 150px 0;
}	
#footer {
	width:810px;
	margin:0 auto;
	overflow:hidden;
	padding:10px 185px 10px 5px;
	overflow:hidden;
	font-size:10px;
	color:#2b4d02;
	clear:both;
	position:relative;
	z-index:4;
}
#footer a {color:#2b4d02;}
#footer span {
	float:right;
	color:#9d7f68;
}
#footer span a {color:#9d7f68;}
#footer p {
	float:left;
	margin:0 20px 0 0;
	text-transform:uppercase;
}
#footer ul {
	float:left;
	margin:0;
	list-style:none;
	overflow:hidden;
	text-transform:uppercase;
}
#footer li {
	float:left;
	padding:0 5px;
	border-left:1px solid #2b4d02;
	margin:0 1px 0 -1px;
}
.plant {
	background:url(../_images/plant.png) no-repeat;
	width:182px;
	height:135px;
	overflow:hidden;
	margin:-98px 0 -37px;
	position:relative;
	float:right;
	z-index:2;
}
.plant-right-bg {
	background:url(../_images/plant-right-bg.gif) no-repeat 50% 0;
	height:33px;
	margin:-13px 0 -20px;
	position:relative;
	z-index:3;
	overflow:hidden;
	display:block;
}
/*////////////////////*/
/* the main layout */

#contentForm {
  display: block;
  margin: 70px auto;/*this line will center the page*/
  padding: 25px;
  border: 1px solid black;
  background-color: white;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select, file, checkbox {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #efebec;
  border: 1px solid #919190;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus, checkbox:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	width: 90px;
	height: 34px;
	margin-left: 150px;
	background-image: url(../_images/submit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

span.required {
  font-size: 13px !important;
  color: #025f2e !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px auto;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
  border-left: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

.facres {
	border: 1px solid #eee;
	margin-top: 3px;
}
fieldset {
	border:none; /*dotted 1px #000;margin-left: auto; margin-right: auto;*/
}
fieldset label {
	display: block;
	margin: 3px 0px 0 0;
}
fieldset input {
	/*width:300px;*/
}
#refreshmsg {
	color: #999999;
	font-size:10px;
}
#submit {
	width:100px;
}
#elem {
	/*margin-left:24px;*/
}
#results {
	color:#73A2F9;
}
#desc {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width:600px;
	text-align:left;
	color:#73A2F9;
}
.logos img {
	margin-right:0px;
	margin-top:15px;
}
.icons {
	margin:10px 0 0 0;
	text-align:center;
}
.icons img {
	margin-right:5px;
	vertical-align:middle;
}

/* Online Order Form */
#orderForm {
	font-size:11px;
}
	
	#orderForm table {
		border:1px solid #333333 outset dashed;
		width:450px;
	}
	#orderForm th {
		background-color:#333333;
		color:#ffffff;
	}
	#orderForm th,td {
		text-align:left;
		padding:3px;
	}
	#orderForm tr.odd {
		background-color:#F1F1F1;
	}
	#orderForm td.number {
		text-align:right;
	}
	#orderForm input {
		text-align:right;
		background-color:#ffffff;
	}
	#orderForm input.formInfo {
		text-align:left;
	}
	#orderForm checkbox {
		border:none;
		margin-right:5px;
	}
	#orderForm h5 {
		margin:10px 0 5px 15px;
	}
	#orderForm ul {
		margin-left:45px;
	}
#orderSummary {
	background-color:#f1f1f1;
	padding:10px;
	margin-top:20px;
}

#calculator{
	background-color:#f1f1f1;
	padding:10px;
	margin-top:20px;
}
#calculator p,select,submit,input {
	font-size:11px;
}
#calculator .input_txt {
	border:1px #333333 solid;
	background:#FFFFFF;
	color:#000000;
}
#calculator .input_radio {
	border:none;
	background:none;
}
#calculator .input_btn {
	border:1px #333333 solid;
	background:#eaeaea;
	color:#000000;
	font-weight:bold;
	font-size:12px;
}
h2 {
	font-size:18px;
}
h2.home {
	margin:0;
	padding:0 0 15px 0;
	font-size:14px;
}
.testimonial {
	float:right;
	width:350px;
	font-style:italic;
	margin:10px 0 10px 20px;
}
	.testimonial .name {
		font-weight:bold;
	}
.dec-concrete img {
	border:1px solid #000000;
	margin:0 4px 0 4px;
}

.clear{
	clear: both;
	line-height: 0;
}
.subNav {
	padding:5px;
	margin:0 0 15px 0;
	border:1px dashed #83b26e;
	background-color:#f5fdf1;
	font-size:12px;
	text-align:center;
	color:#004812;
}
.subNav a {
	color:#004812;
}
.largeLink{
	font-size: 17px;
	font-weight: bold;
}
.clear{
	clear: both;
	line-height: 0;
}

.aboutImg{
	padding: 0 15px 5px 0;
	clear: both;
	float: left;
}
.required_field {
	color:#FF0000;
	font-weight:bold;
	font-size:80%;
	}
