@charset "utf-8";
/* CSS Document */

body{
	font:13px/22px Arial, Helvetica, sans-serif;
}


/*Default background*/
body#home{
	background:#fff url(../images/body_bg_wood.gif) repeat-x;
}
body#innerpage{
	background:#fff url(../images/inner_body_bg_wood.gif) repeat-x;
}




/*style switch buttons*/
#styleswitch{
	width:75px;
	height:20px;
	margin:0;
	padding:0;
	position:absolute;
	left:1050px;
	background:url(../images/stylewitch_bg.gif) no-repeat;
	float:left;
}
* html #styleswitch{
	left:1040px;
}
#styleswitch li{
	list-style:none;
	text-indent:-999999px;
	margin-left:5px;
	display:inline;
	width:13px;
	height:13px;

}
#styleswitch li a{
	padding:0;
	margin:2px 0px 0 5px;
	width:13px;
	height:13px;
}

* html #styleswitch li a{
	margin:4px 0 0 4px;
}
#styleswitch li.default a{
	display:block;
	float:left;
	background:url(../images/wood_style.gif) no-repeat;
	width:13px;
}
#styleswitch li.wood a{
	display:block;
	float:left;
	background:url(../images/wood_style.gif) no-repeat;
	width:13px;
}




/*anchor*/
a, a:link{
	color:#6d9b18;
	text-decoration:none;
}
a:hover{
	color:#000;
}

/*wrap*/
#wrap{
	width:960px;
	margin:0 auto; /*set the display to center on the screen*/
}

#about #header{
	float:left;
	width:100%;
	padding-bottom:40px;
}
/*logo*/
#logo{
	width:158px;
	height:75px;
	text-indent:-999999px;
	padding-top:40px;
	margin:0;
	float:left;
}
#logo a{
	background:url(../images/logo.png) no-repeat;
	width:158px;
	height:75px;
	display:block;
}


/*menu*/
#menu_wrap{
	float:right;
	margin-top:24px;
	width:auto;
}
#menu_wrap ul li{
	display:inline;
	margin-left:0;
}
#menu_wrap ul li a{
	float:left;
	display:block;
	padding:20px 0px;
	margin-left:40px;
	font-size:18px;
	color:#c7a35a;
	width:auto;
	text-decoration:none;
}
#menu_wrap ul li a:hover, 
#menu_wrap ul li a.current{
	color:#fdf9f1;
}



/*featured_wrap*/
#featured_wrap{
	background:url(../images/featured_bg.png) no-repeat;
	position:relative;
	height:500px;
	width:1000px;
	float:left;
	padding-top:6px;
	margin:70px 0 0 -20px;
	visibility: visible;
}
* html #featured_wrap{
	height:200px;
}
.featured_image{
	float:left;
	width:950px;
}
.featured_desc{
	float:right;
	width:225px;
	padding-top:100px;
}
.featured_desc h2{
	color:#4e3c15;
	font-size:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:40px;
	font-weight:normal;
}
.view_project{
	width:160px;
	height:36px;
	text-indent:-999999px;
}
.view_project a{
	background:url(../images/view_project_btn.png) no-repeat;
	width:160px;
	height:36px;
	display:block;
	cursor:pointer;
}
.view_project a:hover{
	background-position:0 100%;
}



/* Easy Slider */
#slider{
	margin:-40px 0 0 70px;
	padding:0;
	position:relative;
	visibility: visible;
}	
#slider ul, #slider li{
	margin:0;
	list-style:none;
	padding-bottom:0px;
	margin-bottom:0;
}
#slider li{ 
	/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/ 
	width:860px;
	overflow:hidden;
	padding-bottom:0px;
	margin-bottom:0;
	height:500px;
}	
* html #slider li{
	height:390px;
}
p#controls{
	margin:0;
	position:relative;
} 
#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:66px;
	height:59px;
	position:absolute;
	left:6px;
	top:-300px;
	cursor:pointer;
}	
* html #prevBtn{
	top:-196px;
}
* html #nextBtn{
	top:-250px;
}
*:first-child+html #nextBtn{
	top:-290px;
}
#nextBtn{ 
	left:931px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:66px;
	height:59px;
	background:url(../images/btn_prev.png) no-repeat 0 0;
}	
#nextBtn a{ 
	background:url(../images/btn_next.png) no-repeat 0 0;	
}		



/*main Content*/
#main_content{
	padding:0px 0;
	width:100%;
}
#about #main_content{
}
.featured_services{
	padding-bottom:20px;
	float:left;
	width:auto;
}
.column_3 .first, .column_3 div{
	float:none;
	width:100%;
	margin-left:auto;
}
.column_3 .first{
	margin-left:0;
}
.column_3 img{
	float:left;
	margin-right:6px;
}
.column_3 h3{
	color:#585858;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:15px;
	line-height:17px;
}


/*get a quote*/
.get_quote{
	background:url(../images/quote_bg.gif) repeat-x;
	height:112px;
	width:100%;
	padding-bottom:30px;
}
.get_quote div{
	background:url(../images/quote_left_bg.gif) no-repeat left 0;
	height:112px;
}
.get_quote div .button{
	float:right;
	display:block;
	width:321px;
	height:112px;
	text-indent:-999999px;
}

.quote_text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color:#494949;
	font-style:italic;
	padding:45px 0 20px 20px;
	display:block;
	float:left;
	width:auto;
}
.get_quote div .button a{
	background:url(../images/click_here_btn.gif) no-repeat;
	display:block;
	width:321px;
	height:112px;
}
#sub_content{
	padding-bottom:30px;
	float:left;
	width:auto;
}
#sub_content h3{
	font-size:26px;
	color:#1e1e1e;
	font-weight:normal;
}


/*blockquote*/
blockquote p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	
}


/*footer*/
#footer .rounded_box{
	background:#f2f1dd;
	width:960px;
	float:left;
	margin-bottom:10px;
}
#footer .rounded_box .top_bg{
	background:url(../images/t_curve.gif) no-repeat top left;
	width:960px;
	float:left;
}
#footer .rounded_box .top_bg .bottom_bg{
	background:url(../images/b_curve.gif) no-repeat bottom left;
	width:960px;
	float:left;
}

.links_wrap{
	width:600px;
	padding:20px 0 0 20px;
	float:left;
}
.links_wrap h3, .tweet_wrap h3{
	text-transform:uppercase;
	font-size:16px;
	color:#1e1e1e;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;	
}

.links_wrap a{
	color:#9a9a9a;
}
.links_wrap a:hover, .links_wrap a.current{
	color:#726c6c;
	font-weight:bold;
}
.links_wrap .first,
.links_wrap div{
	float:left;
	width:140px;
	margin-left:10px;
}
.links_wrap .first{
	margin-left:0;
}
.links_wrap ul li,
.tweet_wrap ul li{
	list-style:none;
	margin-left:0;
}
.tweet_wrap{
	width:300px;
	float:right;
	padding:20px 20px 0 0;
	color:#585858;
}
.copyright{
	padding-bottom:20px;
	float:left;
	width:100%;
}
.copyright a{
	color:#585858;
	font-weight:bold;
}
.copyright a:hover{
	color:#000;
}
.copyright span{
	font-size:11px!important;
	color:#585858;
}
.copyright .r{
	float:right;
	width:auto;
}
.copyright .l{
	float:left;
	width:auto;
}


/*breadcrumbs*/
#breadcrumbs{
	clear:both;
	float:left;
	background:url(../images/breadcrumbs_bg.png) no-repeat;
	height:53px;
	padding-bottom:10px;
	margin:69px 0 0 0px;
	width:966px;
}


#breadcrumbs ul{
	float:left;
	padding:0 20px 0 30px;
	margin:18px 0 0 0;
	width:auto;
}
#breadcrumbs ul li{
	list-style:none;
	margin-left:4px;
	display:inline;
	color:#546e24;
	float:left;
	font-weight:bold;
	width:auto;
}
#breadcrumbs ul li a{
	color:#a6d352;
}
#breadcrumbs ul li a:hover{
	text-decoration:underline;
}

#breadcrumbs ul li.label{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f3f9e7;
	font-style:italic;
	font-weight:normal;
	padding-right:10px;
}

/*content*/
#content{
	float:left;
	width:640px;
	padding-bottom:30px;
	color:#585858;
}
#content h2, #wide h2,
#content h3, #wide h3,
#content h4, #wide h4, 
#content h5, #wide h5,
#content h6, #wide h6{
	color:#1e1e1e;
	font-family:Georgia, "Times New Roman", Times, serif;

}
#content h2, #wide h2{
	font-size:40px;
	line-height:40px;
	margin-bottom:0;
	padding-bottom:0;
}
#content h3, #wide h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
}
#content h4, #wide h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
}
#content h5, #wide h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
}
#content h6, #wide h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
}
.intro_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	border-bottom:1px solid #f2f1dd;
	float:left;
	width:100%;
	margin-bottom:30px;
	padding-bottom:20px;
	color:#c7c6b5;
}

#sidebar{
	float:right;
	width:280px;
	margin:43px 0 0 0;
	padding-bottom:30px;
	padding-left:20px;
	color:#585858;
}
#sidebar blockquote,
#sidebar p,
#sidebar h2,
#sidebar h4,
#sidebar h5,
#sidebar h6,
#sidebar address,
#sidebar img,
#sidebar dl{
	padding-left:10px;
}
#sidebar p span {
	padding-left:0px;
}
#sidebar blockquote p{
	padding-left:0px;
}
#sidebar h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	padding-left:10px;
	border-bottom:1px solid #f2f1dd;
}
#sidebar h3.margin_bottom{
	margin-bottom:20px;
}
.side_nav{
	margin-bottom:20px;
}
.side_nav li, .latest_news li{
	display:block;
	margin:0;
	list-style:none;
}
.side_nav li a{
	display:block;
	width:270px;
	padding:8px 0 8px 10px;
	border-bottom:1px solid #f2f1dd;
}
.side_nav li a:hover{
	border-bottom:1px solid #e5e4d0;
	background:#f2f1dd;
}



/*news*/
.latest_news li{
	padding-bottom:20px;
}
.latest_news li .title{
	font-size:18px;
	display:block;
	padding-bottom:6px;
}
.latest_news li .date{
	display:block;
	text-transform:uppercase;
	font-size:11px;
	color:#dfdecd;
}
.latest_news li {
	padding-left:10px;
}




/*work*/
ul.gallery {
	width: 960px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0 0 0 0px; padding: 0 0 20px 0;
	float:left;
}
ul.gallery li {
	float: left;
	margin: 10px 0px 20px 32px; padding: 0;
	text-align: center;
	border: 1px solid #ccc;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
	width:auto;
}
ul.gallery li.first{
	margin: 10px 0px 20px 0px;
}
ul.gallery li a.thumb {
	width: 204px; /*--Width of image--*/
	height: 182px; /*--Height of image--*/
	padding: 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 204px;
	height: 182px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li h2 {
	font-size: 12px!important;
	font-family:Arial, Helvetica, sans-serif!important;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 0px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}



/*services*/
#services li{
	list-style:none;
	margin:0 0 40px 30px;
	float:left;
	width:300px;
}
#services li img{
	float:left;
}
#services li.first{
	margin:0 0 0 0;
}
#services li div{
	float:right;
	padding-left:20px;
	width:215px;
}
#services li div .title{
	color:#585858;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	margin-bottom:10px;
}


/*contact-form*/
#contact-form{
	padding:0;
	margin:0;
}
#contact-form label{
	float:left; 
	width:120px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
#name,
#email,
#subject,
#message{
	border:1px solid #dddddd;
	padding:8px;
	color:#5e5e5e;
	background:#f2f2f2 url(../images/input_bg.gif) repeat-x top;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}


#name:focus,
#email:focus,
#subject:focus,
#message:focus{
	border:1px solid #acacac;
	padding:8px;
}

#name,
#email,
#subject{
	width:285px;
}
#message{
	width:350px;
	height:200px;
}

.send_btn{
	border:none;
	padding:10px 20px;
	background:#769936;
	text-transform:uppercase;
	color:#f3fce1;
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#main_content #content .errorMsg h3{
	color:red;
}
#main_content #content .infoMsg h3{
	color:green;
}


/*twitter*/
#twitter_update_list{
	padding-bottom:0px;
}
#twitter_update_list li{
	padding-bottom:10px;
}

/*common styles*/
.clearfix{
	clear:both;
}
h1, h2, h3, h4, h5, h6, h7,p,pre,ol,ul,dl{
	padding-bottom:20px;
	
}
p{
	color:#585858;
}
li{
	list-style:outside;
	margin-left:20px;
}
ul.styledlist{
	margin:0;
	padding:0 0 20px 0;
}
ul.styledlist li{
	background:url(../images/arrow.gif) no-repeat left 0.4em;
	padding-left:17px;
	list-style:none;
	margin-left:5px;
	margin-left:5px;
	line-height:22px;
}
ol li{
	list-style:decimal;
	margin-left:20px;
}
dl dt{
	font-weight:bold;
	padding-bottom:10px;
}
dl dd{
	padding-bottom:10px;
	margin-left:0px;
}


strong{
	font-weight:bold;
}
em, code{
	font-style:italic;
}
ul, ul li {
	list-style-type:disc;
}
ol, ol li {
	list-style-type:decimal;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tfoot {
	font-style:italic;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom: 1px dotted;
	cursor:help;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	text-decoration: line-through;
}
pre {
	white-space:pre;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	margin:0 0 10px 12px;
}
img.alignleft {
	display: inline;
	margin:0 12px 10px 0px;

}
.alignright {
	float: right;
	width:auto;
}
.alignleft {
	float: left;
	width:auto;
}
