* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height:18px;
	width: 100%;
	min-width:710px;
	background: #180e06 url(images/bg_body.jpg) top center repeat;
}
a {
	font-family: Arial, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffd598;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin-left:25px;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
h1 {
	font-size: 18px;
	line-height:18px;
	font-weight: bold;
	color: #f5ebda;
}
 
h2 {
	font-size: 17px;
	line-height:17px;
	font-weight: bold;
	color: #f5ebda;
}
h3 {
	font-size:16px;
	line-height:16px;
	font-weight: bold;
	color: #f5ebda;
}
h4 {
	font-size:13px;
	line-height:13px;
	font-weight: bold;
	color: #f5ebda;
}
.h3 {
	font-size:15px;
	line-height:15px;
	font-weight: bold;
	color: #f5ebda;
}
.ul_columns ul {
	float: left;
	margin:0px;
	padding-left:25px;
	padding-right:10px;
}
fieldset {
	border: 0px solid transparent;
}
input, textarea {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
}
input {
	vertical-align: middle;
}

.required {
	color:#F00;
}
.clear {
	height:0;
	font-size:1px;
	line-height:0px;
	clear:both;
}
.hidden {
	display: none;
}
.hr, hr {
	border: 0px; 
	height: 1px;
	color: #726e4c;
	background-color: #726e4c;
	margin-bottom:15px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.images {
	border: #c78359 solid 2px;
	background: #0a0603;
}

.images_left {
	border: #c78359 solid 2px;
	background: #0a0603;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.images_right {
	border: #c78359 solid 2px;
	background: #0a0603;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.imagesmallname {
	color: #ffffff; 
	font-weight: normal;
}
.imagemediumname {
	font-weight: bold;
}
.imagebigname {
	color: #48442e; 
	font-weight: bold;
}
.imagepages {
	color: #ffffff; 
	font-weight: normal;
}
.imagepageselected {
	color: #ffd598; 
	font-weight: bold;
}
.imagepagesnav {
	color: #ffd598; 
	font-weight: normal;
}
.imagebignav {
	color: #206e82; 
	font-weight: bold;
}
.centerText {
	text-align:center;
}
.sectionname {
	color: #493f3d; 
	font-weight: bold;
}
.sectionnameselected {
	color: #038132; 
	font-weight: bold;
}

.uppercaseLetters{
	text-transform:uppercase;
}

.niceul {margin-left:8px;padding-left:8px;list-style-image: url(images/arrow.gif);line-height:22px;} 
ul.niceul li {padding-left:1px;margin-left:1px;}

.faq_question {color: #24201a; font-weight: bold; line-height:normal;}
.faq_answer {line-height:normal;}

/* area_we_service
-----------------------------------------------------------------------------*/
#area_service {
	display:none;
}
.area_service_ul {
	padding-right:20px;
	padding-top:10px;
	vertical-align:top;
	line-height: 17px;
	float: left;
}
.center {   
	margin-left: auto;
	margin-right: auto;	
}

/* Wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	background: url(images/wrapper_bg.jpg) top center repeat-y;
}

/* Wrapper2
-----------------------------------------------------------------------------*/
#wrapper2 {
	width: 100%;
	background: url(images/wrapper2_bg.jpg) top center repeat-y;
}
/* wrapper2Top
-----------------------------------------------------------------------------*/
#wrapper2Top {
	width: 100%;
	background: url(images/wrapper2_bg_top.jpg) top center no-repeat;
}

/* Wrapper3
-----------------------------------------------------------------------------*/
#wrapper3 {
	width: 100%;
	background: url(images/wrapper3_bg.jpg) top center repeat-y;
}

/* Wrapper3Bottom
-----------------------------------------------------------------------------*/
#wrapper3Bottom {
	width: 100%;
	background: url(images/wrapper3_bg_bottom.jpg) bottom center no-repeat;
}

/* Wrapper4
-----------------------------------------------------------------------------*/
#wrapper4 {
	width: 710px;
	position:relative;
	left:50%;
	margin-left: -355px;
}

/* phoneArea
-----------------------------------------------------------------------------*/
#phoneArea {
	height:45px;
	background: url(images/phone_bg.jpg) repeat;
}
#phoneArea1 {
	padding: 12px 20px 0 23px;
	color: #c0a56d;
	font-size: 14px;
	line-height: 22px;
}

#phoneArea1 div {
	float: right;
	text-align: right;
	color: #84785e;
	font-size: 12px;
	line-height: normal;
}

#phoneArea1 div a {
	color: #c0a56d;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}

/* header
-----------------------------------------------------------------------------*/
#header  {
	height:188px;
	background: url(images/header_bg.jpg) top center no-repeat;
}
#header h1{
	width: 344px;
	height: 173px;
	padding: 7px 0 0 180px;
	position: relative;
	font-size: 11px;
}
#header h1 a {
	background: url(images/logo.jpg) no-repeat;
	position: absolute;
	width: 344px;
	height: 173px;
	top: 7px;
	left:180px;
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 710px;
	height: 356px;
	overflow:hidden;
}

#slideshow.inside {
	width: 710px;
	height: 196px;
	overflow:hidden;
}
/* hline
-----------------------------------------------------------------------------*/
#hline  {
	height:30px;
	background: url(images/hline1.jpg) top center no-repeat;
}
/* mainArea
-----------------------------------------------------------------------------*/
#mainArea {
    width:710px;
	min-height:491px;
	height:expression(this.scrollHeight < 491? "491px" : "auto");
	background: url(images/mainarea_bg_top.jpg) top center no-repeat;
}
/* sideContent
-----------------------------------------------------------------------------*/
#sideContent {
    width:208px;
	float: left;
}
#sideContent img {
	padding: 31px 0 0 46px;
}
/* end sideContent
-----------------------------------------------------------------------------*/

/* content
-----------------------------------------------------------------------------*/
#content {
    width:502px;
	float: right;
}

div .title {
	height:53px;
	line-height:53px;
	vertical-align: top;
}

div .title img {
	padding: 30px 0 0 42px;
}

#mainContent {
	padding: 15px 57px 19px 42px;
}
#homePortfolio {
	padding: 0 0 0 33px;
}

div .recent_projects {
	padding-top:13px;
}

div .recent_projects img{
	float: left;
	margin-right:3px;
}

/* end content
-----------------------------------------------------------------------------*/
/* footer
-----------------------------------------------------------------------------*/
#footer {
	height: 72px;
}

/* Footer1
-----------------------------------------------------------------------------*/

#footer1 {
	font-family: Tahoma, Arial, Verdana, Geneva, sans-serif;
	color: #5c4f42;
	font-size: 10px;
	line-height: normal;
	padding: 17px 45px 0 45px;
}


#footer1 span {
	color: #5c4f42;
	font-weight: bold;
	font-size: 10px;
}

#footer1 div {
	float: right;
	text-align: right;
}

#footer1 a {
	font-family: Tahoma, Arial, Verdana, Geneva, sans-serif;
	color: #5c4f42;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 110px;
	float:left;
}
#contact_form {
	width: 270px;
	float:right;
}
#contact_form label {
	float: left;
	width: 135px;
}
#contact_form input {
	height:18px;
	width: 130px;
}
#contact_form #labelState {
	width: 45px;
}
#contact_form input#state {
	width: 40px;
	text-transform:uppercase;
}
#contact_form #labelZip {
	width: 90px;
}
#contact_form input#zip {
	width: 85px;
}
#contact_form input#address, #contact_form textarea {
	width: 265px;
}
#contact_form textarea {
	height:100px;
}

#scode_block {
	width: 260px;
	font-size:11px;
	line-height:13px;
	text-align: left;
}
#scode_block input#scode {
	width: 60px;
	text-transform:uppercase;
	text-align:center;
	height:18px;
}
#scode_block .submit {
	border: #c78359 solid 2px;
	background: #631817;
	color: #ffffff;
	font-size:11px;
	font-weight: bold;
	width:76px;
	line-height:25px;
	height:25px;
}
#scode_block div {
	width: 250px;
	position:relative;
	left:50%;
	margin-left: -125px;
}
#scode_block span {
	float: left;
	padding: 0px 2px 0px 2px;
}

/* Request
-----------------------------------------------------------------------------*/
#request_form {
	width: 435px;
}
#request_form fieldset {
	border: 1px solid #e0ddce;
	padding: 10px;
}
#request_form legend {
	font-weight: bold;
}
#request_form label {
	float: left;
	width: 205px;
}
#request_form input {
	width: 200px;
	height:18px;
}
#request_form select {
	width: 205px;
	height:22px;
}
#request_form #labelState {
	width: 45px;
}
#request_form input#state {
	width: 40px;
	text-transform:uppercase;
}
#request_form input#email, #request_form input#comp_address, #request_form textarea {
	width: 405px;
}
#request_form textarea {
	height:100px;
}
#request_form #scode_block {
	width: 400px;
}
