body {
	background: #fff url(../images/corporate/bg.jpg);
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #fff;
}
h1 em {
	color: #6fbce8;
}
h3 {
	color: #6fbce8;
}
a {
	color: #6fbce8;
}
.box_large {
	background: url(../images/corporate/box_large_top.png) center top no-repeat;
}
.box_large .container {
	background: url(../images/corporate/box_large_bottom.png) center bottom no-repeat;
}
.box_large .content {
	background: url(../images/corporate/box_large_middle.png) center top repeat-y;
}
.box_medium {
	background: url(../images/corporate/box_medium_top.png) center top no-repeat;
}
.box_medium .container {
	background: url(../images/corporate/box_medium_bottom.png) center bottom no-repeat;
}
.box_medium .content {
	background: url(../images/corporate/box_medium_middle.png) center top repeat-y;
}
.box_small {
	background: url(../images/corporate/box_small_top.png) center top no-repeat;
}
.box_small .container {
	background: url(../images/corporate/box_small_bottom.png) center bottom no-repeat;
}
.box_small .content {
	background: url(../images/corporate/box_small_middle.png) center top repeat-y;
}
.news h4 {
	color: #6fbce8;
}
.testimonial blockquote em {
	color: #6fbce8;
}
.clients li small {
	color: #6fbce8;
}
.portfolio {
	border-top: 1px solid #6fbce8;
}
.portfolio img {
	border: 1px solid #6fbce8;
}
#logo {
	width: 205px;
	height: 30px;
	background-image: url(/images/corporate/logo.png);
}
#header {
	margin: 60px 0 0 0;
}
#header.box_large {
	background: url(../images/corporate/box_large_top.png) center top no-repeat;
}
#header.box_large .container {
	background: url(../images/corporate/box_large_bottom.png) center bottom no-repeat;
}
#header.box_large .content {
	background: url(../images/corporate/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/corporate/nav.png) center top no-repeat;
	color: #6fbce8;
}
#logo img {
	width: 205px;
	height: 30px;
}
#strapline {
	clear: right;
	white-space: nowrap;
	color: #6fbce8;
}
#portfolio .controls {
	background: url(../images/corporate/portfolio.png) center bottom no-repeat;
}
#portfolio .description {
	color: #fff;
}
/* objects */
#header .object, #feature .object, .box_medium .object, .box_small .object {
	display: none;
}