/* #################### FONTS #################### */

@font-face { font-family: 'geoslab'; src: url('/media/fonts/geoslab.ttf'); }
@font-face { font-family: 'geoslab bold'; src: url('/media/fonts/geoslab-bold.ttf'); }

/* #################### GLOBAL #################### */

* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
	font-size: 100%;
    list-style: none;
}

body {
    color: #FFF;
	font-size: 14px;
	background: #000;
	font-family: "arial", sans-serif;
}

a {
    color: #d40037;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, p {
	font-weight: normal;
    padding-bottom: 15px;
}

h1, h2, h3, h4, h5 {
	font-family: "geoslab bold", "arial";
}

h1 {
    color: #d40037;
	font-size: 48px;
	text-transform: lowercase;
}

h2 {
    color: #d40037;
	font-size: 14px;
}

.clearing {
	clear: both;
}

p {line-height: 1.5em;}

abbr {
	cursor: pointer;
	border-bottom: 1px dotted #FFF;
}


/* #################### GENERIC #################### */

.small { font-size: 12px; }
.medium { font-size: 15px; }
.large { font-size: 18px; }
.xlarge { font-size: 22px; }

.red { color: #d40037; }

.geoslab {
	font-family: "geoslab", "arial";
}

.geoslab-bold {
	font-weight: normal;
	font-family: "geoslab bold", "arial";
}

.header-text-width {
	width: 430px;
	margin-bottom: 10px;
}

.content-text-width {
	width: 430px;
}


/* #################### VISITOR MESSAGES #################### */

.visitor_messages p {
	line-height: 1em;
}

.visitor_messages span.content_width {
	margin: auto;
    width: 1000px;
	display: block;
}

.visitor_messages p span small {
	color: #000;
	display: block;
	font-size: 90%;
	padding-top: 3px;
}

.visitor_messages .positive p {
    margin: 0;
    padding: 10px;
    color: #166012;
    background: #c6eac4;
    border-bottom: 1px solid #166012;
}

.visitor_messages .positive p span {
	padding: 2px 0 0 40px;
    background: transparent url("/media/layout/tick.gif") top left no-repeat;
}

.visitor_messages .negative p {
    margin: 0;
    padding: 10px;
    color: #962323;
    background: #f7adad;
    border-bottom: 1px solid #962323;
}

.visitor_messages .negative p span {
	padding: 2px 0 0 40px;
    background: transparent url("/media/layout/cross.gif") top left no-repeat;
}


/* #################### CONTENT LAYOUTS #################### */

.columns-3-container {
	background: transparent url('/media/layout/bg-3-column.gif') top left repeat-y;
}

.columns-3-container .column {
	float: left;
	width: 200px;
	padding-right: 30px;
}

.image-layout {
	position: relative;
	margin-bottom: 20px;
}
.image-layout img {
	width: auto;
	height: auto;
	position: absolute;
}


/* #################### BULLETS #################### */

#main ul {
	margin-bottom: 10px;
}

#main ul li {
	margin-bottom: 5px;
}

#main ul.red-circle li,
#main ul li.red-circle
{
	padding-left: 10px;
	background: transparent url('/media/layout/bullet-red.png') 0px 7px no-repeat;
}


/* #################### TOOL TIPS #################### */

.qtip .qtip-content {
	padding: 5px;
	overflow: hidden;
}


/* #################### FORMS #################### */

form p label span {
	float: left;
	width: 150px;
	font-family: "geoslab", "arial";
}

form.contact-form p label span {
	float: none;
	width: auto;
}

form p label input {
	width: 220px;
	padding: 2px;
	color: #d40037;
	font-size: 12px;
	font-family: "arial";
	background: transparent;
	border: 1px solid #666766;
}

form p label textarea {
	width: 220px;
	height: 80px;
	padding: 2px;
	color: #d40037;
	font-size: 12px;
	font-family: "arial";
	background: transparent;
	border: 1px solid #666766;
}

form .button {
	width: auto;
	padding: 2px;
	color: #d40037;
	cursor: pointer;
	font-size: 12px;
	font-family: "arial";
	background: transparent;
	border: 1px solid #d40037;
}


/* #################### LAYOUT #################### */

#wrapper {
	width: 1039px;
	margin: 0 auto;
	position: relative;
}

#wrapper-background {
	width: 1039px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background: transparent url('/media/backgrounds/bg-wakestock.jpg') top center no-repeat fixed;
}

#background {
	width: 1039px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	background: transparent url('/media/layout/bg-main.png') top left repeat-y;
}

#logo {
	float: left;
	margin: 10px 0 0 18px;
}

#visit-tab {
	float: right;
}

ul#navigation {
	float: left;
	width: 138px;
	font-size: 15px;
	margin-right: 15px;
	padding: 50px 0 0 15px;
	font-family: "geoslab", "arial";
}

ul#navigation li {
	padding-top: 3px;
	margin-bottom: 5px;
	text-transform: lowercase;
	border: 1px dotted transparent;
	border-right: none;
	border-left: none;
}

ul#navigation li.hover-active {	
	border: 1px dotted #FFF;
	border-right: none;
	border-left: none;
}

ul#navigation li span.handle {
	float: right;
	width: 11px;
	height: 16px;
	display: block;
	cursor: pointer;
	padding-left: 0px;
	background: transparent url('/media/layout/menu-toggle-plus.gif') 0 4px no-repeat;
}

ul#navigation li.hover-active span.handle {
	background-image: url('/media/layout/menu-toggle-minus.gif');
}

ul#navigation li.hover-active a {
	color: #d40037;
}

ul#navigation li.hover-active ul li a {
	color: #FFF;
}

ul#navigation li.hover-active ul li a:hover {
	color: #d40037;
}

ul#navigation li a {
	color: #FFF;
	text-decoration: none;
}

ul#navigation li a:hover {
	color: #d40037;
}

ul#navigation li ul {
	font-size: 13px;
	margin: 5px 0 0 5px;
	padding-bottom: 3px;
}

#main {
	float: right;
	width: 811px;
	padding: 50px 20px 0 40px;
}

#footer .contact {
	float: left;
	width: 153px;
	margin-top: 10px;
	padding: 10px 0 0 15px;
	font-family: "geoslab", "arial";
}

#footer .contact h2 {
	color: #d40037;
	font-size: 15px;
	padding-bottom: 1px;
}

#footer .contact p {
	font-size: 14px;
	padding-bottom: 1px;
}

#footer .contact a {
	color: #FFF;
	text-decoration: none;
}

#footer .contact a:hover {
	text-decoration: underline;
}

#footer .main-footer {
	float: left;
	width: 811px;
	margin-top: 10px;
	margin-left: 40px;
	border-top: 1px dotted #FFF;
}

#footer .address {
	float: left;
	width: 595px;
	font-size: 11px;
	padding-top: 14px;
}

#footer .address p {
	padding-bottom: 1px;
}

#footer .address p.links {
	padding-bottom: 8px;
}

#footer .address a {
	color: #FFF;
	text-decoration: none;
}

#footer .address a:hover {
	text-decoration: underline;
}

#footer .accreditations {
	float: left;
	width: 216px;
	padding-top: 10px;
}


/* #################### BACKGROUNDS #################### */

#wrapper-background { background-image: url('/media/backgrounds/bg-wakestock.jpg'); }
body.laura-ashley #wrapper-background { background-image: url('/media/backgrounds/bg-laura-ashley.jpg'); }
body.edgykid #wrapper-background { background-image: url('/media/backgrounds/bg-edgykid.jpg'); }
body.next #wrapper-background { background-image: url('/media/backgrounds/bg-next.jpg'); }
body.wakestock #wrapper-background { background-image: url('/media/backgrounds/bg-wakestock.jpg'); }
body.marsden #wrapper-background { background-image: url('/media/backgrounds/bg-marsden.jpg'); }
body.outlook #wrapper-background { background-image: url('/media/backgrounds/bg-outlook.jpg'); }
body.our-thoughts #wrapper-background { background-image: url('/media/backgrounds/bg-blog.jpg'); }
body.contact-us #wrapper-background { background-image: url('/media/backgrounds/bg-contact.jpg'); }
body.our-agency #wrapper-background { background-image: url('/media/backgrounds/bg-our-agency.jpg'); }
body.our-expertise #wrapper-background { background-image: url('/media/backgrounds/bg-our-expertise.jpg'); }


/* #################### HOMEPAGE #################### */

body.homepage #main .top-message h1 {
	float: left;
	width: 412px;
	font-size: 72px;
	line-height: 76px;
}

body.homepage #main .top-message-content {
	float: left;
	width: 220px;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 15px;
	border-left: 1px dotted #FFF;
}

body.homepage #main .top-message-content p.intro {
	font-size: 13px;
}

body.homepage #main .slider {
	width: 646px;
	height: 241px;
	margin: 20px 0;
	position: relative;
	border: 1px dashed #666;
}

body.homepage #main .slider .arrow,
body.homepage #main .slider #start-stop {
	display: none;
}

body.homepage #main .slider .wrapper {
	top: 0;
	left: 0;
	width: 646px;
	height: 241px;
	overflow: auto;
	position: absolute;
}

body.homepage #main .slider ul {
	top: 0;
	left: 0;
	width: 99999px;
	list-style: none;
	position: absolute;
}

body.homepage #main .slider ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 646px;
	height: 241px;
	display: block;
}

body.homepage #main .slider .back,
body.homepage #main .slider .forward {
	top: 0;
	width: 26px;
	height: 241px;
	display: block;
	cursor: pointer;
	position: absolute;
	text-indent: -9999px;
}

body.homepage #main .slider .back { left: 0; background: transparent url('/media/homepage/left-arrow.png') top left no-repeat; }
body.homepage #main .slider .forward { right: 0; background: transparent url('/media/homepage/right-arrow.png') top left no-repeat; }

body.homepage #main .slider ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

body.homepage #main .slider ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

body.homepage #main .latest-news {
	font-size: 13px;
	margin-bottom: 10px;
	background: transparent url('/media/homepage/bg-latest-news.gif') top left repeat-y;
}

body.homepage #main .latest-news .news-item {
	float: left;
	width: 200px;
	font-size: 11px;
	margin-right: 10px;
	padding-right: 10px;
}

body.homepage #main .latest-news .news-item.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

body.homepage #main .latest-news .news-item h2 {
	font-size: 16px;
	padding-bottom: 5px;
}

body.homepage #main .latest-news .news-item a {
	text-decoration: none;
}

body.homepage #main .latest-news .news-item a:hover {
	text-decoration: underline;
}


/* #################### PORTFOLIO #################### */

#portfolio-window {
	width: 811px;
	height: 455px;
	overflow: hidden;
	position: relative;
}

#portfolio {
	width: 811px;
	height: 455px;
	cursor: move;
	position: absolute;
}

#portfolio img {
	float: left;
	width: auto;
}

#portfolio-controls {
	padding: 5px 0 10px 0;
}

#portfolio-controls a {
	text-decoration: none;
}

#portfolio-controls a:hover,
#portfolio-controls a.active {
	text-decoration: underline;
}


/* #################### OUR AGENCY #################### */

#how-we-work-diagram {
	width: 550px;
	height: 500px;
	position: relative;
	background: transparent url('/media/our-agency/how-we-work.png') top left no-repeat;
}

#how-we-work-diagram div {
	cursor: pointer;
	position: absolute;
}

#how-we-work-diagram .discovery { top: 200px; left: 180px; width: 210px; height: 100px; }
#how-we-work-diagram .understand-objectives  { top: 0px; left: 200px; width: 180px; height: 80px; }
#how-we-work-diagram .develop-insight  { top: 95px; left: 410px; width: 150px; height: 100px; }
#how-we-work-diagram .create-strategy { top: 320px; left: 410px; width: 150px; height: 100px; }
#how-we-work-diagram .implementation  { top: 450px; left: 170px; width: 220px; height: 60px; }
#how-we-work-diagram .measurement  { top: 340px; left: 0px; width: 195px; height: 60px; }
#how-we-work-diagram .feedback-and-refine  { top: 95px; left: 0px; width: 170px; height: 100px; }


/* #################### HOVER BOXES #################### */

#hover-boxes .box {
	float: left;
	width: 145px;
	height: 165px;
	padding: 10px;
	font-size: 11px;
	margin: 0 20px 20px 0;
	background: #2d2d2d;
	position: relative;
	opacity: 0.5;
}

#hover-boxes .box.last {
	margin-right: 0;
}

#hover-boxes .box h2 {
	font-size: 16px;
}

#hover-boxes .box .more-link {
	left: 10px;
	bottom: 0px;
	position: absolute;
}

#hover-boxes .box .more-link a {
	text-decoration: none;
}

#hover-boxes .box .more-link a:hover {
	text-decoration: underline;
}


/* #################### SLIDE BOXES #################### */

.slidebox {
	float: left; 
	width: 230px; 
	height: 185px; 
	overflow: hidden; 
	position: relative; 
	margin: 0px 30px 30px 0; 
}

.slidebox img {
	top: 0; 
	left: 0; 
	border: 0; 
	position: absolute; 
}

.slidebox-caption {
	left: 0;
	bottom: -70px;
	float: left; 
	width: 210px; 
	height: 88px;
	padding: 6px 10px;
	font-size: 12px;
	background: #000;
	position: absolute; 
	opacity: .8; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.slidebox-caption h2 {
	color: #FFF;
	font-size: 15px;
	padding-bottom: 7px;
}

.slidebox-caption p {
	padding-bottom: 5px;
}

.slidebox-caption a {
	text-decoration: none;
}

.slidebox-caption a:hover {
	text-decoration: underline;
}


/* #################### SITEMAP #################### */

body.sitemap #main ul,
body.sitemap #main ul li {
	margin: 20px;
}
