/*CSS Reset*/
html, body, div, span, object,
h1,  h2, h3, h4, h5, h6, p, blockquote, pre, q,
a, abbr, acronym, address, big, cite, code,
em, font, img, strong, sub, sup, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

blockquote, q {
	quotes: none;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: none;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Website Styles*/
body {
	background-color: #f5f0ec;
	background-image: url('images/bg-header.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	color: #5b524b;
	font: 18px/1.5 Arial, Verdana, sans-serif;
	text-align: center;
}

a {
	color: #5d7d2a;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 30px;
}

/*Fixes*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* close commented backslash hack */

/*Titles*/

h1.title-welcome {
	background: transparent url('images/title-welcome.png') no-repeat;
	display: block;
	margin-bottom: 30px;
	text-indent: -9009px;
	height: 36px;
}

h1.title-about {
	background: transparent url('images/title-about.png') no-repeat;
	display: block;
	margin-bottom: 30px;
	text-indent: -9009px;
	height: 36px;
}

h1.title-services {
	background: transparent url('images/title-services.png') no-repeat;
	display: block;
	margin-bottom: 30px;
	text-indent: -9009px;
	height: 36px;
}

h1.title-portfolio {
	background: transparent url('images/title-portfolio.png') no-repeat;
	display: block;
	margin-bottom: 30px;
	text-indent: -9009px;
	height: 36px;
}

h1.title-contact {
	background: transparent url('images/title-contact.png') no-repeat;
	display: block;
	margin-bottom: 30px;
	text-indent: -9009px;
	height: 36px;
}

h2.title-home-services {
	background: transparent url('images/title-home-services.png') no-repeat;
	display: block;
	margin-bottom: 30px;
	text-indent: -9009px;
	height: 28px;
}

h2.title-contact-form {
	background: transparent url('images/title-contact-form.png') no-repeat;
	display: block;
	margin-bottom: 30px;
	text-indent: -9009px;
	height: 28px;
}

/*Div Styles*/
#container {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#header {
	padding-top: 50px;
}

a.logo {
	float: left;
}

#info-container {
	float: right;
	width: 578px;
}

#info p {
	background: transparent url('images/info.png') no-repeat top right;
	margin-bottom: 0;
	text-indent: -9009px;
	width: 558px;
	height: 66px;
}

#navigation {
	border-top: 1px solid #a9a098;
}

#navigation ul {
	margin-top: 10px;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	background: transparent url('images/navigation.png') no-repeat;
	display: block;
	margin-left: 23px;
	text-indent: -9009px;
	height: 34px;
}

#navigation ul li a.home {
	background-position: 0 0;
	margin-left: 20px;
	width: 61px;
}

#navigation ul li a.about {
	background-position: -100px 0;
	width: 95px;
}

#navigation ul li a.services {
	background-position: -200px 0;
	width: 87px;
}

#navigation ul li a.portfolio {
	background-position: -300px 0;
	width: 96px;
}

#navigation ul li a.contact {
	background-position: -400px 0;
	margin-right: 20px;
	width: 107px;
}

#navigation ul li a.home:hover, #navigation ul li a.home.current {
	background-position: 0 -34px;
}

#navigation ul li a.about:hover, #navigation ul li a.about.current {
	background-position: -100px  -34px;
}

#navigation ul li a.services:hover, #navigation ul li a.services.current {
	background-position: -200px  -34px;
}

#navigation ul li a.portfolio:hover, #navigation ul li a.portfolio.current {
	background-position: -300px  -34px;
}

#navigation ul li a.contact:hover, #navigation ul li a.contact.current {
	background-position: -400px  -34px;
}

#intro {
	margin: 40px 0;
	height: 280px;
}

#content {
	margin: 0 20px 0 20px;
}

#footer {
	border-top: 1px solid #a9a098;
	margin-top: 30px;
	padding-top: 30px;
	text-align: center;
}

#footer, #footer a {
	color: #a99f98;
	font-size: 12px;
}

#footer ul li {
	display: inline;
	margin-left: 10px;
}

#footer ul li.home {
	margin: 0;
}

/*Home Page*/
#home-services {
	background: transparent url('images/cat.jpg') no-repeat 500px 0;
	padding-bottom: 30px;
}

#home-services ul, #content.services ul {
	float: left;
	width: 440px;
}

#home-services li, #content.services li {
	background: transparent url('images/bullet.gif') no-repeat 0 9px;
	float: left;
	padding: 0 0 8px 14px;
	width: 192px;
}

/*About Page*/
img.about-img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

#content.about {
	padding-top: 50px;
}

#content.about p {
	font-size: 14px;
	margin-bottom: 24px;
}

/*Services Page*/
#content.services {
	background: transparent url('images/tree.jpg') no-repeat 500px 65px;
}

#services-list {
	width: 500px;
}

strong.green {
	color: #52751c;
}

#content.services ul {
	padding-bottom: 20px;
}

/*Portfolio Page*/
#content.portfolio {
	padding-top: 50px;
}

div.ba-set {
	border-bottom: 1px solid #a9a098;
	margin-bottom: 50px;
}

div.before p, div.after p, div.center p {
	margin-bottom: 20px;
	text-transform: uppercase;
}

div.before img, div.after img, div.center img {
	padding-bottom: 20px;
}

div.before {
	float: left;
	text-align: center;
}

div.after {
	color: #52751c;
	float: right;
	text-align: center;
}

div.center {
	color: #52751c;
	margin: 0 auto;
	text-align: center;
}

div.last {
	border: none;
	margin-bottom: 0;
}

/*Contact Page*/
#content.contact {
	padding-top: 50px;
}

#contact-form {
	border: 1px solid #fff;
	background-color: #e0d7d0;
	float: left;
	padding: 30px 0 0 20px;
	width: 340px;
}

#contact-info {
	background: transparent url('images/bg-contact-info.jpg') no-repeat;
	color: #a99f98;
	float: left;
	font-size: 20px;
	padding: 70px 0 0 30px;
	width: 277px;
	height: 533px;
}

#contact-info p {
	line-height: 34px;
}

#contact-form input {
	background-color: #a29589;
	border: 1px solid #fff;
	color: #fff;
	font-family: Arial;
	font-size: 18px;
	padding: 8px 0 8px 5px;
	width: 320px;
}

#contact-form input.csubmit {
	background-color: #4e3e30;
	border: 1px solid #a29589;
	font-family: Arial;
	font-size: 24px;
	padding: 0;
	margin-left: 170px;
	text-transform: uppercase;
	width: 150px;
	height: 50px;
}

#contact-form textarea {
	background-color: #a29589;
	border: 1px solid #fff;
	color: #fff;
	font-family: Arial;
	font-size: 18px;
	padding: 8px 0 0 5px;
	width: 320px;
	height: 200px;
}

.red {
	color: #d00;
}

.orange {
	color: #d46000;
	font-size: 24px;
}

.white {
	color: #fff;
}

h1, h2, a, img, div {
	behavior: url(iepngfix.htc);
}
