body {
	margin:0;
	background: #fff url(../_images/header.jpg) 0 0 repeat-x;
	font-size:12px;
	color: #686868;
	font-family:Helvetica, Arial, sans-serif;
	line-height:16px;
}

a {
	color:#29614d;;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	color:#8cc63f;
	text-decoration:underline;
}

p {
	margin:10px 0;
}

h1 {
	font-size:43px;
	color:#29614d;
	text-transform:uppercase;
	display:block;
	font-weight:lighter;
	letter-spacing:-2px;
	line-height:34px;
}

h1 span {
	color:#8cc63f;
	display:block;
}

#interior h1, #interior h1 span {
	display:inline;
}

h2 {
}

h3 {
	font-size:16px;
	font-weight:lighter;
	color:#515151;
	margin-top:5px;
}

#container {
	width:100%;
	background: transparent url(../_images/lightbg.jpg) 0 bottom repeat-x;
}

#header {
	width:1000px;
	height:140px;
	margin:0 auto;
	background: transparent url(../_images/res_logo.png) 0 center no-repeat;
}

#header ul {
	float:right;
	margin-top:60px;
}

#header ul li {
	float:left;
	font-size:14px;
	border-right:1px solid #4d7d6b;
	border-left:1px solid #002a03;
}

#header ul li:first-child {
	border-left:0;
}

#header ul li:last-child {
	border-right:0;
}

#header ul li a {
	color:#8cc63f;
	text-decoration:none;
	padding:0 20px;
	font-weight:lighter;
	
}

#header ul li a:hover, #header ul li a:active {
	color:#fff;
}

#header ul li a:focus, #header ul li a.current {
	color:#cbdb2a;
}

#content {
	width:546px;
	min-height:462px;
	margin:0 auto;
	position:relative;
	padding-top:60px;
	/*padding-bottom:140px;*/
	padding-right:454px;
}

#home #content {
	padding-top:128px;
	padding-bottom:0;
	margin-top:-60px;
	min-height:456px;
	/*border-bottom:1px solid #b5ccb6;*/
	background: transparent url(../_images/tree.png) right top no-repeat;
}

#home #content ul.service, #interior #content ul.projects {
	color:#977348;
	font-size:20px;
	line-height:22px;
	font-weight:lighter;
	text-transform:capitalize;
}

#interior #content {
	background: transparent url(../_images/greenworld.png) 507px 20px no-repeat;
}

#home #content ul.service li {
	padding-right:30px;
	float:left;
}

#home #content ul.service li.col2 {
	padding-left:28px;
}

#interior #content ul.projects {
	margin-top:20px;
}

#interior #content ul.projects li:hover {
	color:#666;
	text-decoration:underline;
}

#interior #content ul.weoffer {
	list-style:circle;
	margin-left:10px;
	font-size:14px;
	color:#686868;
	line-height:22px;
}

#interior #content ul.weoffer li {
	border-bottom:1px solid #eee;
	margin-left:10px;
}

#interior #content ul.prices {
	font-size:14px;
	margin-top:10px;
}

#interior #content ul.prices li span {
	font-size:22px;
	display:block;
	padding-bottom:2px;
	color:#8cc63f;
}

#interior #content ul.prices li {
	padding:10px;
	border:1px solid #b5ccb6;
	margin-bottom:2px;
	background-color:#fff;
}

#callouts {
	position:relative;
	clear:both;
	border-top:1px solid #b5ccb6;
	width:954px;
	margin:0 auto;
	font-size:10px;
	color:#364739;
	padding:10px 0;
}

#home #callouts {
	margin-top:91px;
}

#interior #callouts {
	margin-top: 40px;
}

#callouts li {
	float:left;
	width:298px;
	font-size:10px;
	color:#364739;
	margin:0 10px;
	padding-top:176px;
	background: transparent url(../_images/calloutsprite.png) -300px 0 no-repeat;
}

#callouts li:first-child {
	background-position: 0 0;
}

#callouts li:last-child {
	background-position: -600px 0;
}

#callouts li h1 {
	display:block;
	font-size:12px;
	line-height:12px;
	letter-spacing:normal;
}

#callouts li h1 span {
	display:inline;
}

#footer {
	clear:both;
	width:100%;
	padding-bottom:30px;
	text-align:center;
	padding-top:10px;
	font-size:9px;
	color:#8cc63f;
	background: transparent url(../_images/footer.jpg) 0 0 repeat-x;
}

#home #footer, #interior #footer {
	padding-bottom:130px;
}

#footer a {
	color:#8cc63f;
	text-decoration:none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color:#fff;
	text-decoration:underline;
}

#footer a span {
	color:#cbdb2a;
	font-size:18px;
	margin-top:10px;
}

#footer li {
	display:inline;
}

#footer li a {
	padding:0 7px;
}

fieldset {
	margin-top:20px;
	padding:10px;
	border:1px solid #b5ccb6;
	width:320px;
}

input, textarea {
	width:300px;
	font-size:14px;
	padding:5px 5px 1px 5px;
	color: #686868;
	border:0;
}

input {
	border-bottom:1px solid #eee;
	height:15px;
}

textarea {
	border:1px solid #eee;
	margin-top:10px;
	height:50px;
	font-family:Helvetica, Arial, sans-serif;
}

button {
	width:75px;
	height:25px;
	background-color:#29614d;
	color:#fff;
	border:#999;
}

button:hover, button:active {
	color:#cbdb2a;
}