a, div, body, td, input, textarea {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #555555;}

div {
	padding: 0px;
	margin: 0px;}

body {
	background: #181413;
	margin: 0px;}
	
div {text-align: left;}

#header {
	min-width: 960px;
	width: 100%;
	height: 334px;
	background: url('images/header_background.png') repeat-x;
	padding-top: 0px;
	text-align: center;}
	
	#header .menu {
		width: 949px;
		height: 28px;
		padding-top: 30px;
		padding-left: 11px;
		margin: auto;}
		
		#header .menu ul {
			height: 27px;
			list-style: none;
			margin: 0px;
			padding: 0px;
			display: inline;}
		
		#header .menu ul li {
			height: 43px;
			padding: 0px;
			margin: 0px;
			margin-left: -11px;
			color: white;
			float: left;}
			
		#header .menu .links {
			float: right;
			margin-top: -10px;
			padding-right: 20px;}
			
	#header .art {
		width: 335px;
		height: 262px;
		background: url('images/header_art.png') no-repeat;
		margin: auto;
		padding-left: 625px;}
		
		#header .art img {
			margin-top: 15px;
			border: 0px;
		}

#footer {
	min-width: 960px;
	width: 100%;
	height: 109px;
	background: url('images/footer_background.png') repeat-x;
	text-align: center;
	padding-top: 25px;
	font-size: 10px;
	color: #fff;
}

	#footer a, #footer a:visited {color: #fff; font-size: 13px; text-decoration: none;}
	#footer a:hover, #footer a:visited:hover {color: #fff; font-size: 13px; text-decoration: underline;}

	#footer .footer_menu{
		display: inline;
		margin-right: 90px;
	}
	
	#footer .footer_menul{
		display: inline;
		margin-right: 30px;
	}

#main {
	min-width: 960px;
	width: 100%;
	background: #f8f5ec url('images/main_shadow.png') top left repeat-x;
	text-align: center;}
	
	#main .action {
		margin: auto;
		width: 960px;
		padding-top: 25px;
		padding-bottom: 10px;
	}
	
.infobox1 {
 	width: 277px;
 	height: 200px;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	background: url('images/home_box1.png') no-repeat;
	float: left;}
	
.infobox2 {
 	width: 277px;
  height: 200px;
	margin-left: 20px;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	background: url('images/home_box2.png') no-repeat;
	float: left;}
	
.infobox3 {
 	width: 277px;
 	height: 200px;
	margin-left: 650px;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	background: url('images/home_box3.png') no-repeat;}

	.infobox1 img, .infobox2 img, .infobox3 img {
		float: right;
	}

	.infobox1 div, .infobox2 div, .infobox3 div {
		height: 112px;
		padding-left: 20px;
		padding-right: 20px;
	}

a {
	color: #578a17;
	text-decoration: underline;
}

a img {
	border: 0px;
}

#latest_portfolio {
	float: left;
	padding: 10px;
	width: 680px;
}

	#latest_portfolio .title, #latest_portfolio .title:hover {
		margin-bottom: 35px;
		border: 0px;
	}
	
	#latest_portfolio img {
		margin-right: 25px;
		margin-bottom: 25px;
		border: 3px solid #c5c2b1;
	}
	
	#latest_portfolio img:hover {
		border: 3px solid #9bc02a;
	}
	
#promo {
	padding-top: 58px;
	padding-bottom: 70px;
}

	#promo img {
		border: 0px;
	}

#about_us {
	float: left;
	padding: 10px;
	width: 630px;
}

	#about_us .title {
		margin-bottom: 30px;
	}
	
#contact_us .title {
	margin-bottom: 25px;
}

#portfolio .title {
	margin-bottom: 25px;
}

	#portfolio div {
		text-align: right;
		width: 298px;
		height: 190px;
		display: block;
		font-size: 13px;
		font-weight: bold;
		font-style: italic;
		padding-right: 22px;
		float: left;
	}
	
	#portfolio div img {
		margin-top: 5px;
		border: 3px solid #c5c2b1;
	}
	
	#portfolio div img:hover {
		border: 3px solid #9bc02a;
	}
	
	#portfolio div.bottom {
		clear: both;
		height: 20px;
		float: none;
	}
	
#services .title {
	margin-bottom: 25px;
}
	
#testimonials {
	margin-left: 680px;
	padding: 10px;
}
	#testimonials .title{
		margin-bottom: 10px;
	}
	
	#testimonials div {
		background: url('images/testimonials_background.png') no-repeat;
		width: 200px;
		height: 76px;
		padding: 15px;
		padding-top: 10px;
		margin-top: 20px;
	}
	
.signature {
	color: #578a17;
	font-weight: bold;
	margin-top: 5px;
	float: right;
}
	
#contact_column1 {
	float: left;
	width: 315px;
	height: 310px;
	font-weight: bold;
	font-size: 13px;
}

	#contact_column1 ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
#contact_column2 {
	height: 310px;
	width: 346px;
	margin-left: 330px;
	font-weight: bold;
	font-size: 13px;
}

	#contact_column2 ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

.inputbox {
	margin-top: 5px;
	width: 286px;
	height: 35px;
	background: url('images/input_text.png') no-repeat;
}

.textareabox {
	margin-top: 5px;
	width: 346px;
	height: 201px;
	background: url('images/input_textarea.png') no-repeat;
		margin-bottom: 10px;
}

input {
	border: 0px;
	margin: 0px;
	background: none;
	height: 19px;
	width: 274px;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	padding: 8px 6px;}
	
textarea {
	background: none;
	border: 0px;
	margin: 0px;
	width: 336px;
	height: 191px;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;}
	
#submit {
	width: 161px;
	height: 37px;
	margin: 0px;
	padding: 0px;
}

.submit_holder {
	text-align: center;
	height: 38px;
	padding: 0px;
}