/*-----------------------------------------------
	
	Joshua Russell Web Development
	Online Analytics
	Copyright 2009
	Author: Joshua Russell - hello@joshuarussell.net
	
----------------------------------------------- */


* {
	padding: 0;
	margin: 0;
}

html {
	background: url('../images/blue-background.jpg') repeat;
}

/* html */

body {
	background: url('../images/background.jpg') top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

blockquote {
	width: 218px;
	margin-bottom: 67px;
}

blockquote p {
	color: #7BAE01 !important;
	font-size: 19px;
	margin-bottom: 20px !important;
	line-height: 28px !important;
}

blockquote p.author {
	color: #1383B7 !important;
	font-size: 13px;
	line-height: 19px !important;
}

fieldset { border: none; }
legend { display: none; }

label {
	float: left;
	text-align: left;
	width: 100px;
	color: #1383B7;
	font-weight: bold;
}

input {
	width: 310px;
	height: 25px;
	border: 1px solid #CCC;
}

select { width: 312px; }

textarea {
	width: 310px;
	height: 100px;
	border: 1px solid #CCC;
}

input.submit {
	border: none;
	background:  url('../images/submit-button.jpg') no-repeat;
	width: 125px;
	height: 38px;
	text-indent: -9999px;
	margin: 0 0 0 100px;
}

input.submit:active {
	border: none;
	background: url('../images/submit-button.jpg') 0px -38px no-repeat;
	width: 125px;
	height: 38px;
	text-indent: -9999px;
	margin: 0 0 0 100px;
}

form p.textarea { margin-bottom: 10px !important; }

/* wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding-top: 37px;
}

/* header */

#header { width: 960px; }


/* logo */
#logo {
	width: 218px;
	height: 125px;
	float: left;
}

#logo h1 a {
	background: url('../images/logo.png') no-repeat;
	width: 218px;
	height: 125px;
	display: block;
	text-indent: -9999px;
}

/* menu */

#menu {
	background: url('../images/menu-border.jpg') bottom right no-repeat;
	float: right;
	width: 476px;
	padding-right: 32px;
	margin-top: 114px;
}

#menu ul { float: right; }

#menu li {
	list-style: none;
	display: inline;
	margin-left: 33px;
}

#menu li a {
	color: #92D00B;
	text-decoration: none;
	font-size: 17px;
	display: inline-block;
	height: 32px;
}

#menu li a:hover, #menu li.current a { color: #FFF; }

/* this will keep the menu button white when you are in the drop down */ 
#menu :hover > a, #menu ul ul :hover > a { color: #FFF;}

/* drop down menu */
#menu li ul {
	display: none;
	list-style: none;
	position: absolute;
	z-index: 999;
}

#menu li:hover ul { display: block; }

#menu li ul li {
	clear: both;
	display: block;
	text-align: left;
}

/* move the insudtry sub nav over */
#menu li #n-industry { margin-left: 238px; }

#menu li ul li a {
	background: #2C7AA4;
	padding: 16px 17px;
	color: #FFF;
	height: auto !important;
	width: 100px;
	display: block;
}

#menu li ul li a:hover { background: #1B6A95; }

/* home page container */

#p-home #container {
	padding-top: 56px;
	width: auto;
	margin: 0 !important;
}

#p-home #container h2 {
	background: url('../images/we-understand-online-behaviour.png') no-repeat;
	width: 551px;
	height: 34px;
	text-indent: -9999px;
	margin-bottom: 136px;
}

/* container */
#container {
	width: 839px;
	margin: 63px 0 99px 0;
}

#container-top {
	background: url('../images/container-top.png') no-repeat;
	width: 839px;
	height: 6px;
}

#container-bottom {
	background: url('../images/container-bottom.png') no-repeat;
	width: 839px;
	height: 9px;
}

/* side */

#side {
	background: url('../images/side-bg.jpg') top left no-repeat;
	width: 208px;
	float: right;
	margin-top: 45px;
	padding: 26px 26px 0 26px;
}

#side blockquote:last-child {
	margin-bottom: 0 !important;
}

/* copy */

#copy {
	background: url('../images/container-stretch.png') repeat-y;
	padding: 42px 52px;
}

#content {
	width: 445px;
	float: left;
}

#copy h2 {
	background: url('../images/h2-border.jpg') bottom left no-repeat;
	font-size: 27px;
	font-weight: normal;
	color: #427487;
	padding-bottom: 19px;
	margin: 100px 0 25px 0;
}

#copy h2:first-child { margin-top: 0; }

#copy h3 {
	font-size: 15px;
	font-weight: bold;
	color: #1383B7;
	margin-bottom: 12px;
}

#copy h4 {
	font-size: 13px;
	color: #565656;
	font-weight: bold;
	margin-bottom: 6px;
}

#copy p {
	color: #565656;
	margin-bottom: 2em;
	line-height: 150%;
}

#copy ul {
	margin: 0 0 36px 16px;
}

#copy dl { margin-bottom: 36px; }

#copy dd {
	margin-bottom: 5px;
	color: #565656;
}

#copy li {
	color: #565656;
	margin-bottom: 3px;
	line-height: 150%;
}

#copy a {
	color: #565656;
}

#copy a:hover {
	color: #343434;
}

#copy p.thankyou {
	background: url('../images/tick.jpg') 0px 2px no-repeat;
	padding-left: 25px;
}

#copy p.error {
	background: url('../images/error.jpg') 0px 2px no-repeat;
	padding-left: 25px;
}

/* boxes */

#boxes { margin-bottom: 46px; }

#boxes .box {
	background: url('../images/box.png') no-repeat;
	width: 269px;
	height: 269px;
	float: left;
	margin-right: 14px;
}

#boxes .box h3 { text-indent: -9999px; }

#boxes .what-we-do h3 {
	background: url('../images/what-we-do.jpg') no-repeat;
	width: 95px;
	height: 16px;
	margin: 24px 0 19px 26px;
}

#boxes .how-we-can-help h3 {
	background: url('../images/how-we-can-help.jpg') no-repeat;
	width: 131px;
	height: 21px;
	margin: 23px 0 15px 26px;
}

#boxes .who-we-have-worked-with h3 {
	background: url('../images/who-we-have-worked-with.jpg') no-repeat;
	width: 206px;
	height: 16px;
	margin: 23px 0 20px 26px;
}

#boxes .box .box-content { padding: 29px 24px 0 24px; }

#boxes .box .box-content p {
	color: #586B79;
	line-height: 19px;
	margin-bottom: 23px;
}

#boxes .who-we-have-worked-with p {
	margin-bottom: 29px !important;
}

#boxes .box .box-content a {
	text-decoration: none;
	color: #009BC9;
}

#boxes .box .box-content a:hover { text-decoration: underline; }

#logos {
	position: relative;
}

#logos ul {
	position: absolute;
	left: 750px;
	top: -70px;
}

#logos li {
	display: inline;
	list-style: none;
	margin-left: 50px;
}

#logos li a img { border: none; }

/* footer */

#footer {
	position: relative;
	width: 833px;
	height: 120px;
}

.border {
	position: absolute;
	background: url('../images/footer-border.jpg') no-repeat;
	width: 571px;
	height: 2px;
	left: -90px;
}

#footer #left {
	float: left;
	margin-top: 29px;
}

#footer ul { margin-bottom: 12px; }

#footer li {
	display: inline;
	list-style: none;
	margin-right: 23px;
}

#footer li a {
	color: #99C6CD;
	font-size: 14px;
	text-decoration: none;
}

#footer li a:hover { text-decoration: underline; }

#footer #legal p {
	color: #449AD9;
	font-size: 14px;
}

#footer #right li { margin-right: 0 !important; }

#footer #right {
	float: right;
	margin-top: 57px;
}

#footer #right a {
	color: #99C6CD;
	text-decoration: none;
	text-align: right;
}

#footer #right a:hover { text-decoration: underline; }

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
 
* html .clearfix { height: 1%; }