body {
	text-align:center;
	font:11px Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#4E4E4E;
	background:url(../images/bg.png) no-repeat center top #353D22;
	position:relative;
}

a {
	color:#1F1F1F;
	text-decoration:underline;
}

body,h1,h2,h3,h4,h4,h6,form,input,select,fieldset {
	padding:0;
	margin:0;
}

fieldset {
	border:none;
}

h2 {
	font-size:1em;
}

h2,h3 {
	font-size:1.2em;
	color:#000000;
}

p {
	margin:0;
	padding:0 0 1em 0;
}

img { border:none; }

/*		CLASSES		*/
.margin			{ margin:1em; }
.marginTop		{ margin-top:1em; }
.marginRight	{ margin-right:1em; }
.marginBottom	{ margin-bottom:1em; }
.marginLeft		{ margin-left:1em; }
.padding		{ padding:1em; }
.paddingTop		{ padding-top:1em; }
.paddingRight	{ padding-right:1em; }
.paddingBottom	{ padding-bottom:1em; }
.paddingLeft	{ padding-left:1em; }
.relative		{ position:relative; }
.bold			{ font-weight:bold; }
.left			{ float:left; }
.right			{ float:right; }
.clear			{ clear:both; }
.center			{ text-align:center; }

#mainContainer {
	margin:0 auto;
	text-align:left;
	padding:165px 0 10px;
	width:993px;
}

/*		HEADER		*/
	#header {
		position:absolute;
		width:100%;
		height:135px;
		top:30px;
		left:0;
		background:url(../images/bg_header.gif) repeat-x;
		text-align:center;
	}
	
	#header .inner {
		text-align:left;
		margin:0 auto;
		width:993px;
		position:relative;	
	}
	
	#header h1 {
		position:absolute;
		width:235px;
		height:71px;
		background:url(../images/logo.gif) no-repeat;
		text-indent:-1000px;
		overflow:hidden;
		top:32px;
		left:20px;
	}
	
	/*		MAIN NAV		*/
		#header ul#menu {
			padding:0;
			margin:0;
			list-style:none;
			position:absolute;
			top:13px;
			left:335px;
		}
		
		#header ul#menu li {
			float:left;
		}
		
		#header ul#menu li a {
			display:block;
			height:89px;
			text-indent:-1000px;
			overflow:hidden;
			background:url(../images/nav.gif) no-repeat 0 0;
			margin-left:10px;
		}
		
		ul#menu li#btn_home a {
			width:73px;
			background-position:0 0;
		}
		
		ul#menu li#btn_residential a {
			width:140px;
			background-position:-73px 0;
		}
		
		ul#menu li#btn_commercial a {
			width:143px;
			background-position:-213px 0;
		}
		
		ul#menu li#btn_about a {
			width:89px;
			background-position:-356px 0;
		}
		
		ul#menu li#btn_home a:hover, ul#menu li.active#btn_home a { background-position:0 -89px; }
		/*ul#menu li#btn_residential a:hover, ul#menu li.active#btn_residential a  { background-position:-73px -89px; }
		ul#menu li#btn_commercial a:hover, ul#menu li.active#btn_commercial a { background-position:-213px -89px; }
		ul#menu li#btn_about a:hover, ul#menu li.active#btn_about a { background-position:-356px -89px; }*/


/*		TOP CONTENT (FLASH/BIG IMAGES)		*/
	#topContent {
		border:7px solid #FDFDFD;
		border-top:none;
		background-color:#fdfdfd;
	}

/*		LOWER CONTENT		*/
		#lowerContent {
			background-color:#ffffff;
			margin-top:10px;
		}
	/*		HOME PAGE		*/
		body#home #lowerContent {
			height:192px;
			overflow:hidden;
			background:url(../images/bg_home_lowercontent.gif) no-repeat;
			position:relative; 
		}
		
		body#home #lowerContent2 {
			height:192px;
			overflow:hidden;
			background:url(../images/bg_home_lowercontent_2.gif) no-repeat;
			position:relative; 
		}
		
		
		body#home #lowerContent h2 {
			text-indent:-1000px;
			overflow:hidden;
		}
		
		body#home #lowerContent2 h2 {
			text-indent:-1000px;
			overflow:hidden;
		}
		
		body#home #lowerContent .left {
			width:280px;
			position:absolute;
			left:20px;
			top:40px;
		}
		
		body#home #lowerContent2 .left {
			width:280px;
			position:absolute;
			left:20px;
			top:40px;
		}
		
		body#home #lowerContent .right {
			position:absolute;
			width:657px;
			height:188px;
			top:0;
			left:334px;		
		}
		
		body#home #lowerContent2 .right {
			position:absolute;
			width:657px;
			height:188px;
			top:0;
			left:334px;		
		}
		
		body#home #lowerContent .right strong a {
			display:block;
			width:92px;
			height:22px;
			position:absolute;
			top:14px;
			left:551px;
			text-indent:-1000px;
			overflow:hidden;
		}
		
		body#home #lowerContent2 .right strong a {
			display:block;
			width:92px;
			height:22px;
			position:absolute;
			top:14px;
			left:551px;
			text-indent:-1000px;
			overflow:hidden;
		}
		
		.homeBox {
			width:180px;
			height:119px;
			float:left;
			padding:39px 0 0 32px;
			position:relative;
		}
		
		.homeBox h3 {
			margin-bottom:0.5em;
		}
		
		.homeBox p {
			color:#4C5515;
		}
		
		.homeBox a.bottomLink, .homeBox button {
			position:absolute;
			width:80px;
			bottom:0;
			right:0;
			height:25px;
			display:block;
			text-indent:-1000px;
			overflow:hidden;
			cursor:pointer;
			background:none;
			border:none;
		}
		
		.homeBox input {
			background:none;
			border:none;
			font-size:11px;
			border:0px solid red;
			position:absolute;
			top:65px;
			left:72px;
			width:130px;
		}
		
		.homeBox input#form_email {
			top:86px;
		}
		
		.homeBox form p {
			padding:4px 0 7px;
			line-height:11px;
			color:#3C3C3C;
		}
		
	/*		PORTFOLIO		*/
		body#portfolio #lowerContent {
			padding:10px;
		}
		
		.scrollContainer {
			border:1px solid #DFE0DA;
			padding:0 3px 3px;
			scrollbar-face-color:#959595;
			scrollbar-arrow-color:#FFFFFF;
			scrollbar-track-color:#7B7B7B;
			scrollbar-shadow-color:#333333;
			scrollbar-highlight-color:#cccccc;
			scrollbar-3dlight-color:#7B7B7B;
			scrollbar-darkshadow-Color:#888888;			
		}
		
		.scrollBox {
			overflow:auto;
			width:100%;
			position:relative;
			height:185px;
		}
		
		.scrollInner {
			width:10000px;
		}
		
		.scrollBox dl {
			padding:0 10px 0 0;
			margin:5px 10px 0 0;
			height:145px;
			float:left;
			position:relative;
			border-right:1px solid #E5E5E5;
		}

		.scrollBox dd {
			padding:0;
			float:left;
			margin:5px 10px;
		}
		
		.scrollBox dt {
			position:absolute;
			top:130px;
			left:10px;
			_left:20px;
			width:172px;
			height:23px;
			text-indent:-1000px;
			overflow:hidden;
		}
		
		dt#text_living { background-image:url(../images/text_living-rooms.gif); }
		dt#text_game { background-image:url(../images/text_games-rooms.gif); }
		
		.scrollBox a {
			border:1px solid #CCCCCC;
			padding:4px;
			display:block;
		}
	
	/*		LANDING PAGE		*/
		body#landingpage #lowerContent {
			padding:7px;
		}
		
		.boxContainer {
			border:1px solid #DFE0D9;
		}
		
		.boxContainerInner {
			border:1px solid #FFFEFD;
			background:url(../images/bg_box_outside.gif) #ffffff repeat-x 0 0;
			padding:7px;
			overflow: hidden;
		}
		
		.wideBox {
			margin-bottom:10px;
		}
		
		.wideBox.last {
			margin:0;
		}
		
		.wideBox .bg {
			border:1px solid #DEDAD1;
			border-bottom:none;
			background:url(../images/bg_box_inside.gif) 0 bottom repeat-x #ffffff;
			padding:18px;
		}
		
		.wideBox h2 {
			width:140px;
			float:left;
		}
		
		.wideBox .bg p {
			float:right;
			width:783px;
		}
		
		.wideBox .boxFooter {
			padding:0;
			margin:0;
			background:url(../images/bg_box_footer.gif) repeat-x;
			height:26px;
			overflow:hidden;
		}
		
		.wideBox .boxFooter a {
			display:block;
			text-indent:-1000px;
			overflow:hidden;
			float:right;
			height:26px;
			width:219px;
		}
		
		#link_services { background-image:url(../images/link-text_see-services.gif); }
		#link_portfolio { background-image:url(../images/link-text_see-portfolio.gif); }
		#link_testimonials { background-image:url(../images/link-text_see-testimonials.gif); }
		#link_clientlist { background-image:url(../images/link-text_client-list.gif); }
		#link_latestnews { background-image:url(../images/link-text_see-latest-news.gif); }
		#link_companyprofile { background-image:url(../images/link-text_see-company-profi.gif); }
		#link_contactus { background-image:url(../images/link-text_contact-us.gif); }

	/*		THIRD LAYER		*/
		body#thirdlayer #lowerContent {
			padding:7px;
		}
		
		body#thirdlayer .wideBox {
			width:679px;
		}

		body#thirdlayer .wideBox .bg p {
			float:right;
			width:501px;
		}

		body#thirdlayer .wideBox .bg {
			border-bottom:1px solid #DEDAD1;
			background:url(../images/bg_box_inside.gif) 0 bottom repeat-x #ffffff;
			padding:18px;
		}
		
		body#thirdlayer .boxContainerInner {
		
		}
		
		/*body#thirdlayer .boxContainer .left, body#thirdlayer .boxContainer .right {
			padding-bottom: 32767px;
			margin-bottom: -32767px;
		}*/
		
		body#thirdlayer .fakeBG {
			background:url(../images/bg_box_green.gif) repeat-y;
			position:relative;
		}
		
		body#thirdlayer .fakeBottomBorder {
			position:absolute;
			bottom:0;
			left:0;
			width:267px;
			border-bottom:1px solid #DFE1DD;
		}

		body#thirdlayer .boxContainer .left {
			width:267px;
			border-top:1px solid #DFE1DD;
		}

		body#thirdlayer .boxContainer .right {
			width:679px;
		}
		
		body#thirdlayer .boxContainer .left .inner {
			padding:18px;
		}
		
		body#thirdlayer .boxContainer .left h2 {
			margin-bottom:0.5em;
		}
		
		
/*		FOOTER		*/
	#footer {
		background-color:#171717;
		color:#ffffff;
		margin-top:10px;
		padding:10px;
		position:relative;
		line-height:1.3em;
	}
	
	#footer p {
		padding:0;
	}
	
	#footer a {
		text-decoration:underline;
		color:#BFD4AD;
	}
	
	#footer .left, #footer .right {
		width:280px;
	}
	
	#footer .left {
		font-size:0.9em;
	}
	
	#footer .left span {
		position:absolute;
		bottom:10px;
		left:10px;
	}
	
	#footer .left a {
		padding-right:5px;
	}


/* Fix's containers not clearing inner floats in firefox */
.clearIt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

html .clearIt {
	height: 1%;
}