/*
CSS name: Westacott Mailing Hybrid 5
Release date: 10-01-2010
Description: Strict CSS styles for Westacott Mailing
Author: Kevin Lapper
Author URI: http://cartercommunication.co.uk


*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048; text-decoration:none;}
a:hover {color: #06C; text-decoration:underline;}

body {
	background: #faa21a url('img/body2.jpg') no-repeat center top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 64px;
}

img
{  border-style: none;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

.page_title {
	padding: 20px 0 20px 0;
	font-size: 18px;
	color: #faa21a;
}

.page_title a {
	font-size: 18px;
	color: #004f82;
	text-decoration:none;
}

.page_title a:hover {
	font-size: 18px;
	color: #004f82;
	text-decoration:underline;
}
	
	
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

.spin {
	font-size:14px;
}

.spin a {
	font-size:14px;
}


.spin a:hover {
	font-size:14px;
	text-decoration:underline;
}

.spin-phone {
	font-size:24px;
}

.spin-img {
	padding: 8px 0 0 0;
}

.spin2 {
	font-size:14px;
}

.spin2 a {
	font-size:14px;
	color:#999;
}


.spin2 a:hover {
	font-size:14px;
	text-decoration:underline;
}

.spin-phone2 {
	font-size:24px;
	color:#999;
}


.team {
	padding: 10px 14px 20px 20px;
	margin: 0 24px 0 0;
	border-right: #CCC dotted;
}

.team img {
	padding: 10px 14px 20px 20px;
	margin-bottom: 40px;
	border-left: #CCC dotted;
}

.case {
	padding: 10px 14px 0 20px;
	margin: 0 24px 20px 0;
	border-right: #CCC dotted;
}

.caseDivide {
	border-top: #ccc dotted;
	background:#FFF;
	height: 1px;
	padding-bottom: 10px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 960px;
}

.outer-container {
	background: url('img/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* NETWORK BAR */
#networkBar {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
  text-align: center;
}

#networkBarPopup {
  width: 995px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  background-color: #0C3E74;
  text-align: center;
}

#networkBarBanners {
  width: 982px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;

}
#networkBarBanners img {
  margin:0;
  cursor:pointer;
}

#networkBarBanners a {
  display: block;
  float: left;
  width: 185px;
  height: 58px;
  margin:0;
  margin-right:8px;
}
#networkBarBanners a.first_popup_banner {
  margin-left:7px;
}
#networkBarBanners>a.first_popup_banner {
  margin-left:11px;
}
#networkBarBanners a.last_popup_banner {
  margin-right:8px;
}
#networkBarBanners>a.last_popup_banner {
  margin-right:10px;
}
#networkBarControls {
  width: 995px;
  height: 17px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #0C3E74;
}

#networkBarButton {
  display: block;
  position: absolute;
  float: left;
  margin-left: 15px;
}

#networkBarButton img {
  float: left;
}

/* headere & title */
.header {
	height: 353px;
	margin-bottom: 5px;
	text-align: center;
}

.page_header {
	height: 203px;
	margin-bottom: 5px;
	text-align: center;
}

.page_header400 {
	height: 400px;
	margin-bottom: 5px;
	text-align: center;
}


.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	float: left;
	width: 660px;
	height: 13px;
	background: #fff;
	color: #666;
	text-transform:uppercase;
	font: normal 11px Verdana,sans-serif;
	padding: 3px 12px 3px 0;
	margin: 39px 0 0 0;
	border-top:#b4b4b4 3px solid;
	border-bottom:#b4b4b4 3px solid;

}

.path li {
	display: inline;
}

.path ul {
	padding-left: 36px;
}
	
	
.path a {
	color: #666;
	text-decoration: none;
	text-transform:uppercase;
	padding: 0 6px 0 6px;
}
.path a:hover {
	background:#FAA21A;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	padding: 4px 6px 4px 6px;
}

.path .pip {
	color: #999;
	text-decoration: none;
	text-transform:uppercase;
	padding: 0 6px 0 6px;
}

/* main */
.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 651px;
	padding-right: 20px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.content .des {
	float: left;
	display:inline;
	width: 281px;
}

.content .bin {
	width: 310px;
	height: 360px;
	text-align:center;
	padding: 20px 20px 20px 20px;
	float:right;
	display:inline;
	background:url(img/des-callbg.jpg) no-repeat;
}

.content .bin2 {
	width: 310px;
	height: 360px;
	text-align:center;
	padding: 20px 20px 20px 20px;
	float:right;
	display:inline;
	background:url(img/des-callbg.jpg) no-repeat;
}

.contact-bg {
	background:url(img/contact-bg.jpg) no-repeat;
	height: 260px;
	width: 610px;
	padding: 20px 20px 20px 20px;
}

.contact-left {
	width: 280px;
	float: left;
	padding: 10px 0 10px 20px;
}

.contact-right {
	width: 280px;
	float: right;
	padding: 10px 20px 10px 0;

}

INPUT {
	padding: 4px 10px 4px 10px;
}


/* Boxes and Borders */

.logobox {
	width: 236px;
	height: 157px;
	border:0;
}

.fadebox {
	background:url(img/fadebox.jpg) no-repeat;
	float:left;
	width: 39px;
	height: 25px;
	padding: 3px 12px 3px 0;
	margin: 39px 0 0 0;
}

.pgbox_container {
	height: auto;
	width: 651px;
}

.pgbox {
	float: left;
	background:url(img/pgbox_bg.jpg) no-repeat;
	margin: 20px 4px 0 0;
	height: 186px;
	width: 315px;
}

.pgbox .title {
	padding: 4px 20px 2px 20px;
	font-size:16px;
}

.pgbox .text {
	padding: 8px 20px 4px 20px;
	font-size:11px;
}

.pgbox_right {
	float: left;
	background:url(img/pgbox_bg.jpg) no-repeat;
	margin: 20px 0  0 17px;
	height: 186px;
	width: 315px;
}

.pgbox_right .title {
	padding: 4px 20px 2px 20px;
	font-size:16px;
}

.pgbox_right .text {
	padding: 8px 20px 4px 20px;
	font-size:11px;
}

.pgbox_right .text .right {
	text-align: right;
	width: 280px;
	border-top: 1px solid #999;
	padding-top: 6px;
}

.pintail {
	width: 651px;
	padding: 10px 0 20px 0;
}

.conbox {
	background:url(img/conbox-bg.jpg) no-repeat;
	width: 236px;
	height: 146px;
	margin-bottom: 20px;
}

.conbox .text {
	padding:14px 4px 4px 50px;
	font-size: 11px;
}

.conbox .phonetext {
	font-size: 16px;
	color: #004f82;
}

/* navigation */
.navigation {
	float: left;
	width: 236px;
}
.navigation h2 {
	float: right;
	width: 182px;
	color: #5A5A43;
	font: bold 1.1em Helvetica,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	border-right:#b4b4b4 3px solid;
	border-left:#b4b4b4 3px solid;

}
.navigation ul {
	float:right;
	padding: 0;
	width: 194px;
	border-top: 1px solid #EAEADA;
	border-right:#b4b4b4 3px solid;
	border-left:#b4b4b4 3px solid;
}
.navigation li {
	border-bottom: 1px solid #EAEADA;
}

.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}

.navigation .pip {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.subtext {
	font-size:10px;
	color:#FAA21A;
	font-weight:bold;
}

.consent {
	font-size:10px;
	padding: 10px 0 10px 0;
	margin-right: 10px;
}

/* Forms */

.sideform {
	padding: 14px 0 0 10px;
}

.input {
	color:#999;
}

.signup {
	padding: 2px 2px 2px 2px;
	color:#999;
	width: 152px;
}

.cleardefault {
	color:#999;
	font-size: 11px;
	width: 158px;
	padding: 4px 2px 4px 2px;
}

/* footer */
.footer {
	background: url(img/footer-bg.jpg) repeat-x;
	color: #F7F7F2;
	font: normal 11px sans-serif;
	line-height: 18px;
	margin-top: 5px;
	padding: 20px 12px;
	height: 64px;
	border-top:#b4b4b4 1px solid;
	border-bottom:#b4b4b4 1px solid;

}

.footer .right {
	color: #000; 
	text-align:right;
	width:auto;
}

.footer .right a {
	color: #004f82;
	font-weight: bold;
	text-decoration: none;
	margin-left: 4px;
}

.footer .right a:hover {
	text-decoration: underline;
}

.footer .left, footer .left a {
	margin: 14px 0 0 4px;
	color:#000; 
	text-align:left;
}

.footer-nav {
	text-align:right;
	float: right;
	color: #333;
	font: normal 10px Verdana,sans-serif;
	padding: 0px 3px 3px 3px;

}

.footer-nav li {
	display: inline;
}

.footer-nav ul {
	padding: 0px;
}
	
	
.footer-nav a {
	color: #004f82;
	text-decoration: none;
	padding: 0 3px 0 3px;
	font-weight:bold;
}

.footer-nav a:hover {
	text-decoration: underline;
}

.footer-nav .pip {
	color: #666;
	text-decoration: none;
	padding: 0 3px 0 3px;
	font-weight:bold;
}

.quote-bg {
	background:url(img/quote-bg.jpg) no-repeat;
	height: 410px;
	width: 610px;
	padding: 20px 20px 20px 20px;
}

