body {
	background: #fff url(../images/foliage/bg.jpg);
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #fff;
}
h1 em {
	color: #a6ce39;
}
h3 {
	color: #a6ce39;
}
a {
	color: #a6ce39;
}
.box_large {
	background: url(../images/foliage/box_large_top.png) center top no-repeat;
}
.box_large .container {
	background: url(../images/foliage/box_large_bottom.png) center bottom no-repeat;
}
.box_large .content {
	background: url(../images/foliage/box_large_middle.png) center top repeat-y;
}
.box_medium {
	background: url(../images/foliage/box_medium_top.png) center top no-repeat;
}
.box_medium .container {
	background: url(../images/foliage/box_medium_bottom.png) center bottom no-repeat;
}
.box_medium .content {
	background: url(../images/foliage/box_medium_middle.png) center top repeat-y;
}
.box_small {
	background: url(../images/foliage/box_small_top.png) center top no-repeat;
}
.box_small .container {
	background: url(../images/foliage/box_small_bottom.png) center bottom no-repeat;
}
.box_small .content {
	background: url(../images/foliage/box_small_middle.png) center top repeat-y;
}
.news h4 {
	color: #a6ce39;
}
.testimonial blockquote em {
	color: #a6ce39;
}
.clients li small {
	color: #a6ce39;
}
.portfolio {
	border-top: 1px solid #a6ce39;
}
.portfolio img {
	border: 1px solid #a6ce39;
}
#wrapper canvas {
	position: absolute;
	z-index: -1;
	top: 0px;
	margin: 0 20px;
}
#logo {
	width: 205px;
	height: 30px;
	background-image: url(/images/foliage/logo.png);
}
#header {
	margin: 60px 0 0 0;
}
#header.box_large {
	background: url(../images/foliage/box_large_top.png) center top no-repeat;
}
#header.box_large .container {
	background: url(../images/foliage/box_large_bottom.png) center bottom no-repeat;
}
#header.box_large .content {
	background: url(../images/foliage/box_large_middle.png) center top repeat-y;
	height: 30px;
}
#nav {
	float: right;
	margin: -65px 0 0 0;
}
#nav li {
	height: 40px;
}
#nav li a {
	float: left;
	width: 100px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
#nav li.selected a {
	background: url(../images/foliage/nav.png) center top no-repeat;
	color: #a6ce39;
}
#logo img {
	width: 205px;
	height: 30px;
}
#strapline {
	clear: right;
	white-space: nowrap;
	color: #a6ce39;
}
#portfolio .controls {
	background: url(../images/corporate/portfolio.png) center bottom no-repeat;
}
#portfolio .description {
	color: #fff;
}
/* objects */
#header .object {
	position: absolute;
	top: -6px;
	left: -2px;
	width: 100px;
	height: 50px;
	background: url(../images/foliage/objects/header.png) left top no-repeat;
}
#feature .object {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 174px;
	height: 89px;
	background: url(../images/foliage/objects/feature.png) left top no-repeat;
}
.box_medium .object {
	position: absolute;
	top: -20px;
	right: -16px;
	width: 134px;
	height: 382px;
	background: url(../images/foliage/objects/box_medium.png) left top no-repeat;
}
.box_small .object {
	position: absolute;
	top: -15px;
	right: -3px;
	width: 85px;
	height: 162px;
	background: url(../images/foliage/objects/box_small.png) left top no-repeat;
}
