/* CSS Document
dark green #056839;
body text #9F9F9F;
Yellow #FFCB08

LT GRAY #CECECE - Backgroune
MD GRAY #A5A5A5
DK GRAY #535353

*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, hr {
margin: 0;
padding: 0;
border: 0;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html{height:100%;}

body { 
	background-color: #ECECEC;
	background-color:#D5D5D5;
	height:100%;
	font-family:Century Gothic;
	font-size:11px;
	line-height:25px;
	color:#000;
	}

#clearit{clear:both;}

a{color:#000; text-decoration:none;}
a:hover{ color:#535353;}

h1{font-weight:bold; text-transform:uppercase; font-size:15px; margin-bottom:10px;}
h2{font-weight:bold; font-size:13px; margin-bottom:10px;}
h4{ color:#056839; margin-bottom:5px; }

#daHilite h1{ font-weight:normal; text-transform:none; font-size:12px; color:#056839; position:absolute; top:5px; right:25px;}

.footer_contact{ font-size:11px; line-height:15px; color:#ccc;}

#wrapper{
	width:1020px;
	height:575px;
	background-image:url(images/body_back.png);
	background-repeat:no-repeat;
	position:relative;
	background-color:#FFF;
	text-align:left;
	}	
#nav_main{ position:absolute; left:40px; top:282px; font:Century Gothic; font-size:11px; line-height:20px;}
	#nav_main li{ list-style:none;}
	#nav_main a{color:#797979; }
	#nav_main a:hover{color:#000;}	

#icons{ position:absolute; left:40px; top:523px;}

.pagetitle{ padding-bottom:15px;}
#home_text{ position:absolute; top:45px; left:267px;}
#home_slideshow{ position:absolute; top:45px; left:534px;}

#about_bkg{ position:absolute; top:0; left:265px;}
#about_text{ position:absolute; top:125px; left:265px; width:382px; z-index:100; line-height:17px;}

#contact_text{ position:absolute; top:279px; left:265px; width:500px; z-index:100;}

#design_image{ position:absolute; top:44px; left:265px;}
#design_text{ position:absolute; top:280px; left:265px; width:450px;}
#design_thumbs{ position:absolute; top:506px; left:265px;}
#design_thumbs img{ padding-right:10px;}
.gallery{ position:absolute; top:44px; left:265px; z-index:100; display:none;}

#client_login_text{ position:absolute; top:224px; left:265px; width:400px;}
.login p{ color:#A5A5A5;}

#blog{ position:absolute; top:57px; left:265px; width:750px;}
iframe{ overflow-x: hidden; overflow-y: scroll }