body {
	background: #fff url(../images/surf/bg.jpg);
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #231f20;
}
h1 em {
	color: #c9682b;
}
h3 {
	color: #c9682b;
}
a {
	color: #c9682b;
}
.box_large {
	padding: 55px 0 0 0;
	background: url(../images/surf/box_large_top.png) center top no-repeat;
}
.box_large .container {
	height: 55px;
	background: url(../images/surf/box_large_bottom.png) center bottom no-repeat;
}
.box_large .content {
	width: 850px;
	padding: 5px 55px;
	background: url(../images/surf/box_large_middle.png) center top repeat-y;
}
.box_medium {
	padding: 55px 0 0 0;
	background: url(../images/surf/box_medium_top.png) center top no-repeat;
}
.box_medium .container {
	height: 55px;
	background: url(../images/surf/box_medium_bottom.png) center bottom no-repeat;
}
.box_medium .content {
	width: 530px;
	padding: 5px 55px;
	background: url(../images/surf/box_medium_middle.png) center top repeat-y;
}
.box_small {
	padding: 55px 0 0 0;
	background: url(../images/surf/box_small_top.png) center top no-repeat;
}
.box_small .container {
	height: 55px;
	background: url(../images/surf/box_small_bottom.png) center bottom no-repeat;
}
.box_small .content {
	width: 210px;
	padding: 5px 55px;
	background: url(../images/surf/box_small_middle.png) center top repeat-y;
}
.news h4 {
	color: #c9682b;
}
.testimonial blockquote em {
	color: #c9682b;
}
.clients li small {
	color: #c9682b;
}
.portfolio {
	width: 530px;
	border-top: 1px solid #c9682b;
}
.portfolio img {
	border: 1px solid #c9682b;
}
#logo {
	width: 300px;
	height: 100px;
	background-image: url(/images/surf/logo.png);
}
#header {
	margin: 0 0 -30px 0;
	height: 200px;
}
#header.box_large {
	padding: 0;
	background: url(../images/surf/header.png) left bottom no-repeat;
}
#header.box_large .container {
	display: none;
	height: 0;
	background: none;
}
#header.box_large .content {
	padding: 0;
	background: none;
}
#nav {
	float: right;
	margin: 20px 0 0 0;
	font-size: 1.4em;
}
#nav li a {
	width: 80px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	z-index: 2;
	color: #231f20;
}
#nav li.selected a {
	background: url(../images/surf/nav.png) center top no-repeat;
	color: #231f20;
}
#logo img {
	width: 300px;
	height: 100px;
}
#strapline {
	display: none;
}
#feature h1 {
	width: 380px;
	padding: 50px 20px;
}
/* objects */
#header .object, #feature .object, .box_medium .object, .box_small .object {
	display: none;
}
