/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	RESET UNIVERSAL STYLES
************************************************************************/
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,form,fieldset,input,select,textarea,div,p,img,table,th,td,object,pre,blockquote,address { 
	margin:0;
	padding:0;
}

a, object, embed {
   outline: none;
}

:link,:visited,:hover {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

a img,:link img,:visited img, table, fieldset, img {
	border: none;
}

address, abbr {
	font-style: normal;
}

body {
	color: #4d4d4d;
	background-color: #FFF;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

dt	{ 
	font-weight: bold; 
}

blockquote {
	margin-left: 1em;
}

img {
	display: block;
}

a.top-link {
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #000;
	background: url(../i/icons/arrow_up.gif) left center no-repeat;
	margin-left: 10px;
	font-size: .8em;
}
/***********************************************************************
	TOOLS
************************************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.accessibility {
	position: absolute;
	text-indent: -999em;
	left: -999em;
	top: -999em;
}

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: 62.5%;
	background: #99d1f0 url(../i/layout/page-bg.gif) top repeat-x;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

div#content p {
	margin-bottom: 1em;
	font-size: 1.3em;
}

h1 {
	color: #0079c2;
	font-size: 1.5em;
	/*font-weight: normal;*/
}

h1#news {
	float: left;
}

h2 {
	font-size: 1.4em;
	color: #0079c2;
	/*font-weight: normal;*/
}

h2 a {
	color: #0079c2;
}

h2.news, h2.news a {
	color: #6bbaec;
}

h3 {
	color: #0079c2;
	font-size: 1.2em;
}

a.read-more {
	font-size: 1.2em;
	color: #000289;
	padding-left: 18px;
	background: url(../i/icons/arrow.gif) left no-repeat;
}

a.external-link {
	font-size: 1.2em;
	color: #000289;
	padding-left: 18px;
	background: url(../i/icons/external.gif) left no-repeat;
}

img.marg-bottom {
	margin-bottom: 5px;
}

span.sig {
	color: #9c9c9c;
	font-size: 0.9em;
}

div.main-content-box-content ul {
	margin: 1em 0;
	font-size: 1.1em;
}
div.main-content-box-content ul li {
	color: #4d4d4d;
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 5px;
}
a.page-link {
	border-bottom: solid 1px #6bbaec;
}
a.page-link:hover {
	border-bottom: solid 1px #000;
}

a#team {
	display: none;
}

a#archive {
	display: none;
}

a.none {
	display: none;
}

img.news-image {
	float: right;
	clear: right;
	border: solid 1px #6bbaec;
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 4px;
}
a.research-link {
	font-size: 1.1em;
	color: #0079c2;
	font-weight: bold;
}
img.casestudy-image {
	float: right;
	clear: right;
	border: solid 1px #6bbaec;
	margin-left: 10px;
	margin-top: -6px;
}
img.team {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	border: solid 1px #6bbaec;
}

a.email-link {
	padding-left: 22px;
	background: url(../i/icons/email.gif) left no-repeat;
	margin-left: 15px;
	color: #0079c2;
	text-decoration: none;
}
a.email-link:hover {
	text-decoration: underline;
}
/*************************************************
remove clients messy styles from word pasting.
specify where this applies or it will do all spans
**************************************************/
/*span[style]{ 
	color: inherit !important; 
	font-size: inherit !important; 
	font-family: inherit !important;
}*/

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container {
	margin-left: auto;
	margin-right: auto;
	width: 931px;
}
div#content {
	width: 911px;
	float: left;
	background: #fff url(../i/layout/content-bg.gif) 0px 1px no-repeat;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
}

div.main-content-box {
	width: 670px;
	float: left;
	background: url(../i/layout/main-content-bg.gif) repeat-y;
	margin-bottom: 5px;
}
div.main-content-box-top {
	width: 670px;
	height: 18px;
	float: left;
	background: url(../i/layout/main-content-top.gif) no-repeat;
}
div.main-content-box-bottom {
	width: 670px;
	height: 18px;
	float: left;
	background: url(../i/layout/main-content-bottom.gif) no-repeat;
}
div.main-content-box-content {
	width: 630px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	text-align: justify;
}

div.small-content-box {
	width: 235px;
	float: left;
	background: url(../i/layout/small-content-bg.gif) repeat-y;
	margin-bottom: 5px;
}
div.small-content-box-top {
	width: 235px;
	height: 18px;
	float: left;
	background: url(../i/layout/small-content-top.gif) no-repeat;
}
div.small-content-box-bottom {
	width: 235px;
	height: 18px;
	float: left;
	background: url(../i/layout/small-content-bottom.gif) no-repeat;
}
div.small-content-box-content {
	width: 195px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

div.small-content-box-content p {
	text-align: left;
}

div.small-content-box-blue-overflow {
	width: 235px;
	float: left;
	background: url(../i/layout/small-content-bg-blue-overflow.gif) repeat-y;
	margin-bottom: 5px;
}
div.small-content-box-blue {
	width: 235px;
	float: left;
	background: url(../i/layout/small-content-bg-blue.gif) 0 0 no-repeat;
}
div.small-content-box-top-blue {
	width: 235px;
	height: 18px;
	float: left;
	background: url(../i/layout/small-content-top-blue.gif) no-repeat;
}
div.small-content-box-bottom-blue {
	width: 235px;
	height: 11px;
	float: left;
	background: url(../i/layout/small-content-bottom-blue.gif) bottom no-repeat;
}
div.small-content-box-content-blue {
	width: 195px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 7px;
	float: left;
	text-align: justify;
}
div.small-content-box-content-blue form {
	float: left;
	width: 195px;
}
div.small-content-box-content-blue form label.newsletter {
	text-align: left;
	color: #0079c2;
	padding-top: 5px;
	padding-bottom: 2px;
	height: auto;
}
div.small-content-box-content-blue form input.newsletterInput {
	text-align: left;
	color: #0079c2;
	border: solid 1px #3c84ce;
	width: 186px;
	padding: 2px;
}
div.small-content-box-content-blue form input.newsletterButton {
	float: right;
	text-align: left;
	color: #fff;
	width: 61px;
	height: 22px;
	padding-bottom: 5px;
	margin-top: 8px;
	margin-right: 4px;
	background: url(../i/layout/signup-button.gif) no-repeat;
	border: none;
}

div.content-blue-border {
	width: 190px;
	float: left;
	border-top: dashed 1px #6892bc;
	border-bottom: dashed 1px #6892bc;
	margin-top: 9px;
	margin-bottom: 9px;
	padding-top: 9px;
	padding-bottom: 9px;
}
div#container div.content-blue-border p {
	margin: 0em 0;
}

div.page-column {
	float: left;
	width: 305px;
	margin-right: 10px;
}
div.page-column-right{
	float: left;
	width: 305px;
}
div#contact-details {
	float: left;
	width: 220px;
	margin-right: 10px;
}
div#contact-details h3 {
	text-align: left;
}
div#map-holder {
	float: left;
	width: 400px;
}
div#map {
	width: 400px;
	height: 400px;
	display: block;
	border: solid 1px #6892bc;
}
div#map-options {
	float: right;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/
div#header {
	width: 931px;
	height: 177px;
	float: left;
	background: #FFFFFF;
	border-bottom: solid 2px #0079c2;
}
a#logo {
	width: 221px;
	height: 122px;
	float: left;
	margin-left: 14px;
	margin-top: 9px;
	text-indent: -9999px;
	background: url(../i/layout/power-marketing-logo.gif) no-repeat;
}
div#call-us {
	margin-top: 70px;
	color: #0079c2;
	width: 185px;
	float: right;
	line-height: 1;
}
span#call {
	font-size: 1.6em;
}
span.number {
	display: block;
	font-size: 2.4em;
	color: #0079c2;
}
/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div.center-content {
	float: left;
	width: 670px;
	margin-right: 5px;
}
div.right-content {
	float: left;
	width: 235px;
}
div.casestudy-item {
	float: left;
	margin-top: 10px;
	width: 630px;
}
div.news-item {
	float: left;
	margin-top: 20px;
	width: 630px;
}
div.news-links {
	float: left;
	width: 630px;
	margin-top: 20px;
}
a.more-news {
	float: left;
	display: block;
	margin-left: 15px;
	padding-left: 20px;
	color: #999999;
	font-size: 1.2em;
	margin-top: 1px;
	padding-bottom: 1px;
	background: url(../i/icons/arrow.gif) left no-repeat;
}
a.news-feed {
	float: left;
	display: block;
	padding-left: 20px;
	color: #999999;
	font-size: 1.2em;
	margin-top: 1px;
	padding-bottom: 1px;
	background: url(../i/icons/feed.gif) left no-repeat;
}
a.news-archive {
	float: left;
	display: block;
	margin-left: 20px;
	padding-left: 16px;
	color: #999999;
	font-size: 1.2em;
	margin-top: 1px;
	padding-bottom: 1px;
	background: url(../i/icons/archive.gif) left no-repeat;
}
a.news-link {
	display: block;
	margin-top: 5px;
	font-size: 1.2em;
	color: #000289;
}
span.news-date {
	color: #b6b6b6;
}

span.small-asterix {
	font-size: 0.8em;
}

div#content p.news-description {
	margin: 0em 0;
}

div.service-item {
	float: left;
	width: 195px;
	margin-bottom: 8px;
}
div.service-item-content {
	float: left;
	width: 111px;
	padding-top: 5px; 
	height: 42px;
}
div.service-item-content-bottom {
	float: left;
	width: 111px;
	padding-top: 0px; 
	height: 55px;
}
div#container div.service-item-content p {
	margin: 0em 0;
	text-align: left;
}
a#research {
	width: 54px;
	height: 66px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../i/layout/research-icon.gif) no-repeat;
	margin-right: 10px;
	margin-left: 20px;
}
	*html a#research {
		margin-left: 10px;
	}
a#strategy {
	width: 54px;
	height: 66px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../i/layout/strategy-icon.gif) no-repeat;
	margin-right: 10px;
	margin-left: 20px;
}
	*html a#strategy {
		margin-left: 10px;
	}
a#comms {
	width: 54px;
	height: 66px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../i/layout/comms-icon.gif) no-repeat;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 5px;
}
	*html a#comms {
		margin-left: 10px;
	}
/***********************************************************************
	NAVIGATION
************************************************************************/
div#top-nav {
	font-size: 1.3em;
	float: left;
	clear: both;
	margin-left: 20px;
	margin-top: 10px;
	width: 906px;
	height: 35px;
}
	*html div#top-nav {
		margin-left: 0px;
		width: 900px;
		height: 35px;
	}
div#top-nav ul {
	float: left;
	font-weight: bold;
}
div#top-nav ul li {
	float: left;
	height: 35px;
}
div#top-nav ul li a {
	color: #575757;
	display: block;
	padding-right: 5px;
	padding-left: 24px;
	padding-top: 11px;
	padding-bottom: 9px;
	height: 15px;
	float: left;
}
div#top-nav ul li a.selected {
	color: #575757;
	display: block;
	padding-right: 5px;
	padding-left: 24px;
	padding-top: 11px;
	padding-bottom: 9px;
	height: 15px;
	float: left;
	background: url(../i/layout/menu-select.gif) left no-repeat;
}
div#top-nav ul li a:hover {
	background: url(../i/layout/menu-select.gif) left no-repeat;
}

/*img.menu-img {
	position: absolute;
	float: left;
}
div#top-nav span {
	position: absolute;
	float: left;
	left: 0;
	width: 35px;
	height: 35px;
	background: url(../i/layout/menu-select.gif) left no-repeat;
}*/
/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer {
	float: left;
	width: 901px;
	height: 102px;
	font-size: 1.2em;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	background: url(../i/layout/footer-bg.gif) no-repeat;
	color: #0079c2;
	margin-bottom: 35px;
}
a#footer-logo {
	float: left;
	width: 134px;
	height: 66px;
	text-indent: -9999px;
	background: url(../i/layout/footer-logo.gif) no-repeat;
}
div#footer-links {
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	width: 580px;
}
div#footer-links ul, div#footer-links li {
	float: left;
}
div#footer-links li a {
	float: left;
	color: #0079c2;
	display: block;
	margin-left: 10px;
	padding-right: 10px;
}
	*html div#footer-links {
		margin-left: 0px;
		width: 550px;
	}
	*html div#footer-links li a {
		margin-left: 4px;
		padding-right: 4px;
	}
	*html div#footer-links p {
		margin-left: 4px;
	}
div#footer-links p {
	float: left;
	margin-left: 8px;
	clear: left;
	width: 542px;
	margin-top: 5px;
}
a#optix {
	display: block;
	margin-top: 70px;
	/*margin-top: 33px;*/
	float: right;
	color: #0079c2;
	margin-right: 5px;
}
/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

/* FORMMAILER */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px auto 15px auto;
	width: 400px; 
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
}

form.ddfm {
	text-align: left;
	width: 380px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
	float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	padding: 3px;
}
