/*- Reset Styles -----------------------------------------------------------*/
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, font, 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, hr, button
{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align: baseline; background:transparent;}

ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
table {border-collapse:collapse; border-spacing:0;}


body {
		color:#000;
		font-family:"arial", Helvetica;
		font-size:12px;
}

/*------------------------------*/
/* wrapper 						*/
/*------------------------------*/

#wrapper {
	background: url('../img/bg-wrapper.gif') repeat-x top left;
	
}

/*------------------------------*/
/* container					*/
/*------------------------------*/

#container {
	margin:0 auto;
	width:976px;
}

/*------------------------------*/
/* header 						*/
/*------------------------------*/

#header {
}

#header h1 {
	text-indent:-999em;
	background: url('../img/logo.gif') no-repeat scroll top left;
	width: 260px;
	height: 127px;
	float:left;
}

/*------------------------------*/
/* navigation					*/
/*------------------------------*/

#navigation {
	background:transparent url(../img/bg-navigation.gif) no-repeat scroll left top;
	float:right;
	height:40px;
	margin:87px 25px 0 0;
	width:665px;
	font-size:14px;
	position:relative;
	z-index:10000;

	
}

#navigation ul {
	padding:2px 0 0 2px;
	z-index:10000;

}
#navigation ul li {
	float:left;
	display:block;
	padding:0 10px;
	z-index:10000;

}
#navigation ul li a {
	display:block;
	text-decoration:none;
	color:#fff;	
	padding:11px 0;
	z-index:10000;


}
#navigation ul li:hover {
	background:#747268;
	z-index:10000;

	
}
#navigation ul li ul {

	position:absolute;
	z-index:10010;
	display:none;
	
}
#navigation ul li:hover > ul { display:block; }

#navigation ul li ul {
	position:absolute;
	top:40px;	
	z-index:10010;

}
#navigation ul li ul li {
	background:#5a5750 none repeat scroll 0 0;
	border-bottom:solid 1px #8d8b7f;
	border-left:solid 1px #8d8b7f;
	border-right:solid 1px #8d8b7f;
	display:block;
	float:none;
	margin:0 0 0 -11px;
	padding:0 21px;
	z-index:10010;

}

#navigation ul li ul.services {
padding:0;
font-size:12px;
z-index:10010;
}

#navigation ul li ul.services li {
padding:0;
font-size:12px;
padding:0 43px 0 26px;
z-index:10010;

}

#navigation ul li ul.projects-a  {
	padding:0;
	font-size:12px;
	z-index:10010;
}

#navigation ul li ul.projects-b {
	padding:0;
	font-size:12px;
	z-index:10010;
	
}
#navigation ul li ul.projects-b li {
	
padding:0 31px 0 20px;
z-index:10010;

}
ul li#padding {
padding:0 17px 0 10px;
z-index:10010;

}

#current20
{
background: #747268;

}


/*------------------------------*/
/* splash 						*/
/*------------------------------*/

/* rotator in-page placement */
    div#splash {
	clear:both;
	height:288px;
	width:976px;
	}
/* rotator css */
	div#splash ul li {
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#splash ul li img {
	background: #FFF;

}
    div#splash ul li.show {
	z-index:500;


}


/*------------------------------*/
/* columns 						*/
/*------------------------------*/

#columns {
	overflow:hidden;
	padding:35px 0 144px;
}

/*------------------------------*/
/* c-left 						*/
/*------------------------------*/


#c-left {
	overflow:hidden;
	float:left;
	width:517px;
	color:#7a7a7a;
	padding:0 30px 20px 10px;
	border-right:solid 1px #e1dcd2;
}

/*------------------------------*/
/* welcome 						*/
/*------------------------------*/

#welcome {
}

#welcome h2 {
	background:transparent url(../img/welcome.gif) no-repeat scroll left top;
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	height:27px;
	padding:2px 0 0 7px;
	width:517px;
}
#welcome p {
	font-size:14px;
	padding:10px 0 10px 10px;	
	
}
/*------------------------------*/
/* projects						*/
/*------------------------------*/

#projects h2 {
	background:transparent url(../img/welcome.gif) no-repeat scroll left top;
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	height:27px;
	padding:2px 0 0 7px;
	width:517px;
}

#projects ul {
	float:left;
	padding:5px 20px 0 10px;
}
#columns-3 img#align-right 
#projects ul li {
	line-height:15px;
	padding:0 30px 0 0;
}

#projects ul li a {
	text-decoration:none;
	color:#7a7a7a;
	
}

/*------------------------------*/
/* c-right 						*/
/*------------------------------*/

#c-right {
	float:left;
	overflow:hidden;
	padding:0 0 0 30px;
	width:380px;
}
#c-right h2 {
	background: url('../img/bg-feature.gif') no-repeat scroll top left;
	width: 378px;
	height: 52px;
	font-size:24px;
	font-weight:normal;
	color:#fff;	
	padding:2px 0 0 7px;
	
}
.house {

}
.house img {
float:left;
padding:10px 0 0 0;
}

/*------------------------------*/
/* info 						*/
/*------------------------------*/
.info {
	overflow:hidden;
}

/*------------------------------*/
/* featured						*/
/*------------------------------*/

.featured {
	background: url('../img/bg-featured.gif') no-repeat scroll top left;
	width: 282px;
	height: 81px;
	margin:10px 0 0;	
	float:left;
}

.featured ul {
	padding:4px 0 0 0;

}


.featured ul li {
	display:block;
	padding:5px 0 0 5px;
}
 
.featured ul li span {
	font-weight:bold;
}

/*------------------------------*/
/* footer 						*/
/*------------------------------*/

#footer {
	background: url('../img/bg-footer.gif') no-repeat scroll top left;
	width: 976px;
	height: 44px;	
	overflow:hidden;
	color:#fff;
	padding:0 0 50px;
	
}

#footer ul {
	padding:16px 0 0 16px;
}
#footer ul li {
	float:left;
	padding:0 5px;
	border-right:1px solid #CCCCCC;
}

#footer ul li#no-border {
	border-right:none;
}
#footer a {
	text-decoration:none;
	float:right;
	display:block;
	padding:0 15px 0 0;	
	color:#95938f;
}



/*------------------------------*/
/* aobut 						*/
/*------------------------------*/

/*------------------------------*/
/* columns-2					*/
/*------------------------------*/

#columns-2 {
	overflow:hidden;
	padding:40px 0 80px;
}

/*------------------------------*/
/* c-left-2						*/
/*------------------------------*/


#c-left-2 {
	width:560px;
	float:left;
	padding:0 0 0 20px;
}
#c-left-2 img {
	float:left;
	padding:0 5px 0 0;
}
#c-left-2 p {
	padding:0 0 15px 15px;
	font-size:14px;
	color:#4a4a4a;
	line-height:18px;

}
#c-left-2 p span {
	font-size:18px;
	color:#9a9a9a;

}

#c-left-2 a {
	color:#4a4a4a;
	text-decoration:none;

}
/*------------------------------*/
/* c-right-2					*/
/*------------------------------*/


#c-right-2 {
	float:left;
	padding:0 0 0 32px;
	width:358px;;
}

#c-right-2 p {
	background:transparent url(../img/bg-[].gif) no-repeat scroll left top;
	font-family:"Myriad Pro";
	font-size:16px;
	height:76px;
	padding:12px 0 0;
	text-align:center;
	width:352px;
}


/*------------------------------*/
/* prjects-a	 				*/
/*------------------------------*/

/*------------------------------*/
/* columns-3					*/
/*------------------------------*/




#columns-3 {
	
	overflow:hidden;
	padding:30px 0 50px;
	width:974px;
}

#c-right-img {
	float:left;
	width:222px;
}



/*------------------------------*/
/* c-left-3						*/
/*------------------------------*/



#c-left-3 {
	float:left;
	width: 196px;
	padding:0 0 0 15px;
}

#current {
	padding:0 0 34px;
}

#current h2 {
	background:transparent url(../img/bg-current.gif) no-repeat scroll left top;
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	height:56px;
	padding:4px 0 0 8px;
	text-align:left;
	width:196px;
}

#current ul li {
	color:##c79845;
	padding:5px 0;
}


#current ul li a {
	color:#706D67;
	text-decoration:none;
	
}


#current ul li span {
	border-bottom:solid 1px #d1d0cd;
	
}
#current ul li span a {
	text-decoration:none;
	color:#706D67;
	
}

#current ul li a:hover {color: #c79845; text-decoration: none; }



/*------------------------------*/
/* resoucres					*/
/*------------------------------*/




#resoucres h2 {
	background:transparent url(../img/bg-current-2.gif) no-repeat scroll left top;
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	height:34px;
	padding:6px 0 0 8px;	
	text-align:left;
	width:196px;
}



#resoucres ul li {
	color:#706D67;
	padding:5px 0;
		border-bottom:solid 1px #d1d0cd;
	
	
}

#resoucres ul li a {
	color:#706D67;
	text-decoration:none;
	
	
}
#resoucres ul li span {
	display:block;
} 

#resoucres ul li a:hover {color: #c79845; text-decoration: none; }

/*------------------------------*/
/* c-right-3					*/
/*------------------------------*/

#c-right-3 {
	float:left;
	width:732px;
	padding:0 0 0 18px;
}

/*------------------------------*/
/* red-house					*/
/*------------------------------*/

#red-house {
	float:right;
	padding:0 32px 0 0;
}

/*------------------------------*/
/* text 						*/
/*------------------------------*/


#text {
	border-bottom:1px solid #d1d0cd;
	border-top:1px solid #d1d0cd;
	margin:18px 0 51px;
}

#text p {
	color:#706d67;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	
}

#text h6 {
	color:#706d67;
	font-size:20px;
	font-weight:normal;
	text-align:left;
		}
/*------------------------------*/
/* buildings					*/
/*------------------------------*/


#buildings h2 {
	background:transparent url(../img/bg-buildings.gif) no-repeat scroll left top;
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	height:29px;
	padding:5px;
	text-align:left;
	width:731px;
}



/*------------------------------*/
/* shopping						*/
/*------------------------------*/

.shopping {
	overflow:hidden;
	padding:5px 0;
}


.shopping img {
	float:left;
}

.center {
	float:left;
	background: url('../img/bg-center.gif') no-repeat scroll top left;
	width: 359px;
	height: 81px;
	
}

.center2 {
	float:left;
	background: url('../img/bg-center.gif') no-repeat scroll top left;
	width: 457px;
	height: 81px;
	
}

.specification {
	float:left;
	background: url('../img/bg-specification.gif') no-repeat scroll top left;
	width: 177px;
	height: 81px;
	
}
/*------------------------------*/
/* center 						*/
/*------------------------------*/


#shopping ul#center {
	
}

.shopping ul.center li span {
	font-weight:bold;
	color:#000;
}

.shopping ul.center2 li span {
	font-weight:bold;
	color:#000;
}
.shopping ul.center li  {
	color:#3a3a3a;
	padding:5px 0 0 5px;
}
/*------------------------------*/
/* specification				*/
/*------------------------------*/



.shopping ul.specification li {
	color:#3a3a3a;
	padding:3px 0 0 5px;
}

.shopping ul.specification li span {
	font-weight:bold;
	color:#000;
}

/*------------------------------*/
/* services						*/
/*------------------------------*/


/*------------------------------*/
/* c-middle						*/
/*------------------------------*/

#c-middle {
	width:463px;
	float:left;
	padding:0 25px 0 25px;
}

#c-middle p {
	font-size:14px;
	color:#4a4a4a;
	border-bottom:1px solid #D1D0CD;
	padding:0 0 17px;
}

/*------------------------------*/
/* in-house						*/
/*------------------------------*/


#in-house {
	padding:25px 0 0;
}

#in-house h2 {
	font-size:18px;
	padding:0 0 10px;
}
#in-house ul li {
line-height:17px;
 }

#in-house ul li a {
text-decoration:none;
color:#4a4a4a;
 }


/*------------------------------*/
/* projects						*/
/*------------------------------*/


/*------------------------------*/
/* text-2 						*/
/*------------------------------*/

#buildings {
	clear:both;
	overflow:hidden;
}

#text-2 {
	color:#4a4a4a;
	width:400px;
	float:left;
}


#text-2 p {
	padding:0 0 20px;
	text-align: justify;
}

#text-2 ul {
padding:0 0 20px 75px;
}

#text-2 ul li {
	line-height:15px;
}

#text-2 ul li a {
	text-decoration:none;
	color:#4a4a4a;
} 

#current h2#align {
	padding:16px 0 0;
	text-align:center;
}
#margin {
	clear:both;
	overflow:hidden;
	padding:0 0 50px 0;	
}

#margin h2 {
background:transparent url(../img/bg-buildings.gif) no-repeat scroll left top;
color:#FFFFFF;
font-size:24px;
font-weight:normal;
height:29px;
padding:5px;
text-align:left;
width:731px;
}

#current ul li#border {
	border-bottom:1px solid #D1D0CD;
	color:#706D67;
	padding:5px 0;
}

#current ul li span#no-border {
	border-bottom:none;
}
ul.featured-1 {
	background: url('../img/bg-.featured.gif') no-repeat scroll top left;
	width: 629px;
	height: 76px;
	float:left;
	padding:5px 0 0 5px;
}

ul.featured-1 li {
line-height:15px;
}

ul.featured-1 li span {
font-weight:bold;
}
#wrapper #container #columns-3 #c-left-3 #current ul li a {
	color: c79845;
}

#metallic img {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 35px;
}