@charset "utf-8";
/* CSS Document */

/*

charcoal bg : 6c7081
anchors : 607b00
body copy: 585858
general border : d6d6da

*/


/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
                                                    Homepage Elements
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#header {
	position:relative;
	height:430px;
	background:url(../images/home-header.jpg) no-repeat center;
}

#recent-projects-col img {
	margin-bottom:10px;
}

.header-btn {
	width:219px;
	height:40px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:320px;
}

#header-portfolio-btn {
	background:url(../images/portfolio-btn.png) no-repeat;
	left:35px;	
}

#header-service-btn {
	background:url(../images/service-btn.png) no-repeat;	
	left:270px;
}

#home div.fl-left {
	margin-top:-18px;	
}

#news-list {
	margin:0px; padding:0px;
}

#news-list li {
	margin-bottom:15px;	
}

#news-list p {
	padding-bottom:10px;
	border-bottom:#d6d6da solid 1px;
}

#home-read-more-btn {
	position:absolute;
	width:100px;
	height:40px;
	left: 27px;
	top: 259px;
	text-indent:-9999px;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
                                                    Service Page Elements
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#services #header {
	background:url(../images/service-header.jpg) no-repeat;	
}

#service-subcat a {
	color:#68868c;
	font-weight:bold;
}

#service-subcat li {
	list-style-image:url(../images/bullet-blu.gif);	
}

#service-subcat li a {
	display:inline-block;
	width:210px;	
}

#service-subcat.biglist li a:hover {
	color:#fff;
	background:#618a02;
}

ul#service-subcat.biglist li:hover {
	list-style-image:url(../images/bullet-hilite.gif);
	background:#618a02;
}

#service-subcat .last a:hover {
	color:#fff !important;	
}

#service #top-image {

}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
                                                    Profile Page Elements
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#profile #header {
	background:url(../images/profile-header.jpg) no-repeat;	
}






/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
                                                    Contact Page Elements
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#contact #header {
	background:url(../images/contact-header.jpg) no-repeat;		
}

input[type='text'] {
	border:#d7d8db solid 1px;
	background:url(../images/field-bg.gif) repeat-x;
	width:440px;
	height:38px;
	display:block;
	margin:5px 0px;
	padding-left:10px;
	color:#585858;
}

textarea {
	width:440px;
	height:170px;
	margin:5px 0px;
	background:url(../images/field-bg.gif) top repeat-x;
	padding:10px;
	color:#585858;
	border:#d7d8db solid 1px;
	font-family:Arial;
	font-size:14px;
}

input[type='submit'] {
	 background:url(../images/button.gif) no-repeat;
     width:159px;
     height:29px;
     cursor:pointer;
     border:none;
	 font-family:"Times New Roman", Times, serif;
	 color:#585858;
	 font-weight:bold;
	 display:block;
	 margin:10px 0px;
}

.focus {
	border-color:#6e8c03 !important;
}

#contact .content div.fl-left {
	margin:0px;
	padding:0px;
	min-height:200px !important;
}

.ico-fone, .ico-fax, .ico-email {
	text-indent:-9999px;
	display:inline-block;
	width:20px;
	height:25px;	
}

.ico-fb {
	text-indent:30px;
	display:block;
	width:200px;
	height:35px;	
	background:url(../images/ico-fb.gif) top left no-repeat;
}

.ico-fone {
	background:url(../images/ico-phone.gif) no-repeat;	
}

.ico-fax {
	background:url(../images/ico-fax.gif) no-repeat;	
}

.ico-email {
	background:url(../images/ico-mail.gif) no-repeat;	
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
                                                    Portfolio Page Elements
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#portfolio #header img {
	top:65px;	
	right:10px;
}

#portfolio #header {
	background:url(../images/portfolio-header.jpg) no-repeat;	
}

#portfolio .gallery img {
	margin:0px 10px 10px 0px;
}

#portfolio .gallery a img {
	border:#cccccc 1px solid !important;
	padding:5px;	
}

#portfolio .gallery a img:hover {
	border:#9cba28 solid 3px !important;
	padding:3px;
}

img#lightbox-image {
	border:none;
	padding:0px;
}
