@charset "UTF-8";
/* CSS Document */

body {
	background:url(../_img/bg_body.jpg);
	color:#663433;
	font-family:arial;
	font-size:13px;
	line-height:130%;
}	

blockquote {
	background:url(../_img/bg_testimonial.jpg) no-repeat;
	color:#ca9865;
	margin:15px 0;
	padding:15px 20px 0;
}	
	.byline {
		color:#663433;
		text-align:right;
	}	

p {
	margin:10px 0;
}	

a {
	color:#ca9865;
}
	a:hover {
		color:#FF6666;
	}		
	
h1 {
		height:28px;
		margin-bottom:15px;
		text-indent:-9999em;
		width:383px;
	}	
	
h2 {
		font-size:15px;
	}	
	
ul {
	margin:5px 0 20px 20px;
}		
li {
	margin:3px 0;
}	

form {
	margin:0 30px;
}	
	
input {
	border:1px solid #66ccff;
	height:20px;
	width:200px;	
}	
	input.checkbox {
		border:0;
		height:15px;
		margin-left:20px;
		width:15px;
	}	
textarea {
	border:1px solid #66ccff;
	height:150px;
	width:500px;	
}	

#container {
	background:#fff;
	border:#ca9865 1px solid;
	margin:20px auto;
	padding:3px;
	width:950px;
}	

#header {
	background:url(../_img/header.jpg) no-repeat;
	height:118px;
	width:950px;
}	

#nav {
	height:41px;
	width:950px;
}

#content {
	padding:15px;
	width:920px;
}	

#img_home {
	border:#663433 solid 1px;
	float:left;
	height:396px;	
	padding:1px;	
	width:340px;
}	

#txt_home {
	float:right;
	width:550px;
}
	#txt_home h1 {
		background:url(../_img/title_home.jpg) no-repeat;
	}		
	#txt_home img {
		border:#663433 solid 1px;
		margin:0 0 10px 10px;		
	}	
	
#txt_about {
	width:920px;
}	
	#txt_about h1 {
		background:url(../_img/title_about.jpg) no-repeat;
	}
	#txt_about img {
		border:#663433 solid 1px;
		margin:0 0 10px 10px;		
	}
	
#txt_services {
	width:920px;
}	
	#txt_services h1 {
		background:url(../_img/title_services.jpg) no-repeat;
	}
	#txt_services img {
		border:#663433 solid 1px;
		margin:0 75px 10px;				
	}	
	#tagline {
	    border:0;
		text-align:center;
		width:100%;
	}	
	#tagline img {
		border:0;
		margin-top:20px;
	}	
	
#txt_testimonials {
	width:920px;
}	
	#txt_testimonials h1 {
		background:url(../_img/title_testimonials.jpg) no-repeat;
	}
	#txt_testimonials img {
		border:#663433 solid 1px;
		margin:0 0 10px 10px;		
	}		
	#txt_testimonials .byline {
		font-style:italic;
		font-weight:bold;
		color:#ca9865;
	}	
	#txt_testimonials p {
		margin:30px auto;
		width:800px;
	}	

#txt_portfolio {
	width:920px;
}	
	#txt_portfolio h1 {
		background:url(../_img/title_portfolio.jpg) no-repeat;
	}
	#txt_portfolio img {
		border:#663433 solid 1px;
		margin:0 0 10px 10px;		
	}
	
#txt_contact {
	float:left;
	width:690px;
}	
	#txt_contact h1 {
		background:url(../_img/title_contact.jpg) no-repeat;
	}
	#txt_contact img {
		border:#663433 solid 1px;
		margin:0 0 10px 10px;		
	}			
	.label {
		clear:left;
		float:left;		
		text-align:right;
		width:75px;
	}
	.field {
		clear:right;
		float:left;
		margin:0 0 5px 10px;
		width:200px;
	}		
	.comments {
		clear:both;
		padding:10px 0;
	}	
#moreContact {
	border-left:1px solid #663433;
	float:right;
	margin-top:40px;
	padding:10px 0 20px 20px;
	width:200px;
}		
	
#portfolio_gallery	 {
	text-align:center;
}	

#txt_news {
	width:920px;
}	
	#txt_news h1 {
		background:url(../_img/title_news.jpg) no-repeat;
	}
	#txt_news img.inline {
		float:left;
		margin:0 15px 20px 0;
	}	
	#txt_news h2 {
		clear:both;
	}	
	
#footer {
	color:#fcf6bd;
	font-size:12px;
	line-height:150%;
	margin:auto;
	text-align:center;
	width:960px;	
}	
	#footer a {
		margin:0 5px;
	}	
	#footer img {
		margin:10px 0;
	}	
