html {
	padding:0;
	margin:0;
}
body {
	background:url(bg_gradient.png) repeat-x #ebecec;
	padding:0;
	margin:0;
}
#head {
	background:url(bg_freakwaves.png) center -16px repeat-x;
	height:200px;
	left:0;
	min-width:852px;
	position:absolute;
	top:0;
	width:100%;
}
#head h4 {
	border-top:1px solid transparent;
	height:auto;
	position:relative;
}
#head h4 a {
	background:url(logo_freakwave.png) center no-repeat;
	display:block;
	height:147px;
	margin-left:-80px;
	margin-top:30px;
	text-decoration:none;
	width:341px;
}
#head h4 a span {
	visibility:hidden;
}
#head ul {
	font-size:1.416em;
	font-family: Quicksand;
	height:30px;
	list-style:none;
	margin:-48px 0 0 0;
	overflow:hidden;
	padding:0;
	position:relative;
}
#head ul li {
	float:left;
	display:block;
	line-height:1em;
	margin-right:15px;
	width:115px;
}
#head ul li.last { margin-right:0; }

#head ul li a {
	border-top:2px solid #B1B3B4;
	color:#666;
	display:block;
	font-family: Quicksand;
	height:28px;
	padding-top:11px;
	text-decoration:none;
}
#head ul li a {
	border-top:2px solid #B1B3B4;
	color:#666;
	display:block;
	height:28px;
	text-decoration:none;
}
#head ul li.active a, #head ul li a:hover {
	color:#009EE0;
	border-color:#009EE0;
}

#content {
	padding-top:200px;
	min-width:852px;
}
#footer {
	min-width:852px;	
}
#footer .container {
	border-top:2px solid #B1B3B4;
	padding-top:.5em;
}
#footer div.span-3 {
	border-top:none;
	padding-top:0;
}

