h1 {
  color:#B82161;
  font-family:'GothamBold', Helvetica, Arial, sans-serif;
  font-weight:bold;
  font-size:180%;
  margin:0;
  padding:0;
  line-height:130%;
}
h2 {
	font-size:150%;
}
h3 {
  color:black;
  font-weight:bold;
  font-family:Helvetica, Arial, sans-serif;
  font-size:120%;
  margin:0;
  padding:0;
}
h4 {
  font-family:'GothamBold', Helvetica, Arial, sans-serif;
  color:#fff;
  font-size:15px;
}
p {
  margin-top:0.2em;
}

a {
  color:#B82161;
  text-decoration:underline;
  padding:2px;
}
a:hover {
  background-color:#B82161;
  color:white;
  text-decoration:none;
}

form {
  margin:0;
  padding:0;
}
label {
display:block;
float:left;
margin:10px 0 0;
padding:0;
text-align:right;
width:200px;
}
input, textarea, select {
margin:10px 0 0 10px;
width:auto;
}

body {
  margin:0px;
  padding:0px;
  font-family:Arial,Helvetica,sans-serif;
  color:#eee;
  font-size:91%;
  line-height:140%;
  background-color:#B82161;
  background:url('/++resource++images/bg-body.jpg') repeat;
}

.clear-both {
  clear:both;
}
.inline-list ul, .inline-list li {
  display:inline;
}
.block-list ul, .block-list li {
  display:block;
}

/* Header styles */
#header {
  margin:0px;
  padding:70px 0 0 0;
  background:white;
}
#header #sign-in {
  float:right;
  margin:12px;
}
#fake-header {
  /* provides balancing space when no extra header is present */
  height:60px;
}
#welcomeText {
  float:right;
  width:231px;
  padding-top:97px;
  margin-right:95px;
  color:#000000;
  font-size:14px;
  line-height:24px;
}
#logo {
 width:411px;
 height:128px;
 left:-21px;
 position:absolute;
 top:-69px;
 text-indent:-9999px;
}
#logo a{
 display:block;
 background:url('/++resource++images/logo.png') no-repeat;
 padding:2em 1em;
 height:20%;
}
#navigation {
  text-align:right;
  padding:0;
  margin:0;
  height:33px;
  position:absolute;
  top:-36px;
  right:0;
}
#navigation ul {
	overflow:hidden;
	margin:0;

}
#navigation li {
  display:inline-block;
  float:left;
  color:#ddd;
  margin:0;
  padding:0;
  line-height:100%;
}
#navigation a {
  color:#8B8B8B;
  margin:0;
  display:inline-block;
  line-height:33px;
  /*text-transform:uppercase; */
  font-weight:bold;
  font-size:91%;
  text-decoration:none;
  height:33px;
}

#sub-nav {
  text-align:right;
  padding:0;
  margin:0;
  height:33px;
  position:absolute;
  top:0px;
  right:0;
}
#sub-nav ul, #sub-nav li {
  display:inline;
  color:#ddd;
  margin:0;
  padding:0;
  line-height:100%;
}
#sub-nav a {
  margin:0;
  display:inline-block;
  line-height:33px;
  /*text-transform:uppercase; */
  font-weight:bold;
  font-size:91%;
  text-decoration:none;
  height:33px;
  padding:0.5em 1em 0.5em 1em;
}

#sub-nav a:hover {
    box-shadow: 0px 1px 1px 0px #232323;
}

#advertisers {
	background:url('/++resource++images/nav/up_advertisers.png') no-repeat;
	width:105px;
}
#advertisers:hover {
	background:url('/++resource++images/nav/over_advertisers.png') no-repeat;	
}
#advertisers.select, #advertisers.select:hover {
	background:url('/++resource++images/nav/paged_advertisers.png') no-repeat;	
}
#publishers {
	background:url('/++resource++images/nav/up_publishers.png') no-repeat;
	width:96px;
}
#publishers:hover {
	background:url('/++resource++images/nav/over_publishers.png') no-repeat;	
}
#publishers.select, #publishers.select:hover {
	background:url('/++resource++images/nav/paged_publishers.png') no-repeat;	
}
#aboutUs {
	background:url('/++resource++images/nav/up_about.png') no-repeat;
	width:65px;
}
#aboutUs:hover {
	background:url('/++resource++images/nav/over_about.png') no-repeat;	
}
#aboutUs.select, #aboutUs.select:hover {
	background:url('/++resource++images/nav/paged_about.png') no-repeat;	
}
#contactUs {
	background:url('/++resource++images/nav/up_contactus.png') no-repeat;
	width:102px;
}
#contactUs:hover {
	background:url('/++resource++images/nav/over_contactus.png') no-repeat;	
}
#contactUs.select, #contactUs.select:hover {
	background:url('/++resource++images/nav/paged_contactus.png') no-repeat;	
}
#blog {
	background:url('/++resource++images/nav/up_blog.png') no-repeat;
	width:57px;
}
#blog:hover {
	background:url('/++resource++images/nav/over_blog.png') no-repeat;	
}
#blog.select, #blog.select:hover {
	background:url('/++resource++images/nav/paged_blog.png') no-repeat;	
}
#login {
	background:url('/++resource++images/nav/up_login.png') no-repeat;
	width:61px;
}
#login:hover {
	background:url('/++resource++images/nav/over_login.png') no-repeat;	
}
#login.select, #login.select:hover {
	background:url('/++resource++images/nav/paged_login.png') no-repeat;	
}
/* end Header styles */

.layout-one-third-sidebar-rhs {
  background:url('/++resource++images/bg-sidebar-rhs.gif') repeat-y;	
  overflow:hidden;
}
.layout-one-third-sidebar-rhs .body-column {
  float:left;
  width:570px;
}
.layout-one-third-sidebar-rhs .sidebar {
  float:left;
  width:300px;
  margin-left:40px;
  padding:10px;
}

#body-container {
  background-color:white;
  width: 1000px; 
  padding:0px;
  margin:70px auto 0 auto;
  position:relative;
}
#body-content {
  background-color:#fff;
  color:#333;
  padding:35px;
  clear:both;
  overflow:hidden;
}
#headerWrapper {
	background:#DEFAEF;
	display:block;
	width:100%;
	height:100%
}
#introText {
	float:left;
	height:204px;
	width:482px;
	background:#DEFAEF;
	color:#000000;
	padding:30px 20px 20px 50px;
	font-weight:bold;
}
#introText h1 {
	color:#000000;
	font-size:175%;
	line-height:100%;
	margin-bottom:15px;
}
#introText p {
	margin:0;
}
#introText ul {
	list-style:none;
	padding:0;
	margin:0;
}
#introText li {
	float:left;
	margin-right:15px;
}
#introText a {
	color:#000;
	text-decoration:none;
}
#introText a:hover {
	text-decoration:underline;
	color:white;
}
#flashContent {
	float:right;
}
/* Footer styles */
#footer {
  background:url('/++resource++images/footer-bg.gif') repeat-x top #232323;
  font-family:'GothamBold', Helvetica, Arial, sans-serif;
  padding:29px 30px 68px 30px;
  font-size:10px;
  color:#969696;
  overflow:hidden;
  clear:both;
}
#footer h3 {
  color:#29DDBF;
}
#footer a {
  color:#29DDBF;
}
#footer a:hover {
  color:#040404;
  text-decoration:none;
  background-color:#29DDBF;	
}
#footer-col-right {
  float:left;
  width:450px;
  position:relative;
  top:-15px;
}
#footer-nav {
  float:left;
  width:450px;
}
#footer-nav ul {
  padding:0;
  margin:0;
}
#footer-nav li {
  float:left;
  display:inline;
  font-size:110%;
  margin:0;
  padding-bottom:1.2em;
  border-bottom:solid 2px #333;
  padding-right:35px;
}
#footer-nav a {
  text-decoration:none;
}
#footer-nav-advertisers {
  clear:left;
}
#footer-nav-advertisers.footer-nav-adjust {
  width:200px;
  margin-top:1em;
  border:none;
  padding-right:0;
}
#footer-nav li #footer-nav-advertisers {
  margin-right:200px;
  padding-right:0;
}
#footer-nav .block-list li {
  display:block;
  float:none;
  font-size:100%;
  padding:0;
  padding-left:1em;
  margin:0;
  list-style-type:none;
  border:none;
  width:200px;
}
#footer-nav .block-list a {
  color:#969696;
}
#footer-nav .block-list a:hover {
  color:#040404;
}
#footer-nav-publishers {
  margin-top:2em;
  margin-left:100px;
}
#footer-nav-publishers.footer-nav-adjust {
  margin-top:1em;
  border:none;
}
#footer .icon {
	position:relative;
	top:10px;
}
#footer .icon:hover {
	background:none;
}
#footer .icon img {
	border:0;
}
#signup_container {
	border-top:1px solid #232323;
	width:100%;
}
#signup {
    width: 930px;
    text-align: center;
}
#signup_container #signup p, 
#signup_container #signup small, 
#signup_container #signup form {
    padding: 10px 10px 15px;
    color:#6A6A6B;
    line-height:100%;
    margin:0;
    display: inline-block
}
#signup_container #signup p, #signup_container #signup small {
	margin-top:12px;
}
/* end Footer styles */

/* Home page styles */
#index-advertiser-column {
  float:left;
  background:url('++resource++images/bg-advertisers-cta.gif') no-repeat;
  width:437px;
  height:292px;
}
#index-advertiser-column .cta-content {
	margin:53px 45px 0 160px;
}
.two-column-middle {
	width:430px;
}
.two-column-body {
	padding:0 15px;
}
.two-column-body-left, .two-column-body-right {
	float:left;
}
.two-column-body-left {
	width:150px;
	margin-left:30px;
}
#index-publisher-column {
  float:right;	
  background:url('++resource++images/bg-publishers-cta.gif') no-repeat;
  width:486px;
  height:292px;
}
#index-publisher-column .cta-content {
	margin:52px 38px 0 200px;
}
.two-column-body img {
	padding: 5px 0 0 10px;
}
.two-column-middle h1 {
  margin-top:2em;
}
/* End Home page styles */

/* Advertiser section general styles */
ul#box-features {
  margin:0;
  padding:0;
  width:925px;
}
#box-features li {
  float:left;
  list-style:none;
  position:relative;
  left:-35px;
}
.four-column-left {
	background:url('/++resource++images/4-column-feature-box-left-r.gif') repeat-y;
	width:228px;
}
.four-column-top-left {
	background:url('/++resource++images/4-column-feature-box-left.gif') no-repeat;
	width:228px;
	height:11px;
}
.four-column-bottom-left {
	background:url('/++resource++images/4-column-feature-box-left.gif') no-repeat 0 -11px;
	width:228px;
	height:14px;
}
.four-column-right {
	background:url('/++resource++images/4-column-feature-box-right-.gif') repeat-y;
	width:230px;
}
.four-column-top-right {
	background:url('/++resource++images/4-column-feature-box-right.gif') no-repeat;
	width:230px;
	height:15px;
}
.four-column-bottom-right {
	background:url('/++resource++images/4-column-feature-box-right.gif') no-repeat 0 -15px;
	width:230px;
	height:14px;
}
.four-column-body {
 margin:0 20px;
 text-align:center;
}
.four-column-body h3 {
	margin:10px 0 0 0;
	text-transform: uppercase;
}
.four-column-body h3 a {
	text-decoration:none;
}
.four-column-left .four-column-body {
	height:195px;
}
.four-column-right .four-column-body {
	height:190px;
}
/* End Advertiser section general styles */

/* Advertiser Examples styles */
ul#advertiser-examples-list {
  background-color:white;
  padding:0;
  margin:0;
  overflow:hidden;
}
#advertiser-examples-list li {
  background-color:white;
  margin:0;
  margin-bottom:3em; 
  display:block;
  list-style-type:none;
  clear:both;
  overflow:hidden;
}
#advertiser-examples-list .example-ad {
  background-color:white;
  border:solid 1px #eee;
  float:left;
  width:400px;
}
#advertiser-examples-list .information {
  background-color:white;
  margin-left:0.5em;
  padding:0.5em;
  float:left;
  width:370px;
}
.youtube-laptop {
	text-align:center;
	background:url('/++resource++images/img-macbook.jpg') no-repeat 54px 0;
	width:795px;
	height:460px;
	padding-top:50px;
	padding-left:60px;
	position:relative;
}
.youtube-laptop p {
	position:absolute;
	top:405px;
	left:55px;
	widtH:795px;
}
#reporting-list {
	margin-left:400px;
}
/* End Advertiser Examples styles */

/* Estimator styles */
#packages {
	overflow:hidden;
	padding:0;
	margin:0;
	width:100%;
}
#packages li#standard,
#packages li#deluxe,
#packages li#bespoke{
	display:inline;
	float:left;
	padding:12px;
	width:286px
}
/*#packages li#standard{
	width:262px;
}

#packages li#deluxe{
	width:313px;
}
#packages li#bespoke{
	width:280px;
}*/
#packages li h1 {
	text-indent:-9999px;
	height:174px;
	margin:0 -12px;
	width:300px
}
#packages li h1 a{
	display:block;
	background-image:url('/++resource++images/packages_headings.gif');
	background-repeat:no-repeat;
	padding:2.6em 2em;
}
#packages li h1 a:hover{
	background-color:transparent;
}
#packages li#standard,
#packages li#deluxe{
	background:url('/++resource++images/packages_bg.gif') no-repeat;
	background-position: right top;
}

#packages li#standard h1 a{
	background-position: left top;
}
#packages li#deluxe h1 a{
	background-position: -303px top;
}
#packages li#bespoke h1 a{
	background-position: -644px top;
}
#estimator-results {
  font-size:84%;
}
#estimator-results hr {
	clear:both;
}
#estimator-results h3 {
  color:#B82161;
}
#estimator-results-overview {
  padding:10px;
}
#estimator-results-overview .left {
	float:left;
	width:45%;
}
#estimator-results-overview .right {
	float:right;
	width:45%;
}
#estimator-results-mail-form {
  width:400px;
}
#estimator-results-mail-form label {
	width:160px;
	clear:left;
}
#estimator-results-mail-form input {
	width:180px;
}
#estimator-results-mail-form input.submit {
	float:right;
	margin-right:20px;
	width:auto;
}
.estimator-results-site {
  clear:both;
}
.estimator-results-site-thumbnail {
  float:left;
  width:300px;
  margin-right:20px;
  text-align:right;
}
.estimator-results-site-thumbnail img {
	border:0;
}
.estimator-results-site-thumbnail a:hover {
	background:none;
}
.estimator-results-site-data {
  float:left;
  color:#B82161;
  font-size:70%;
}
.estimator-results-site-data table {
  padding:0;
  width:350px;
}
.estimator-results-site-data th {
  text-align:left;
  padding-right:0.5em;
}
.estimator-results-site-data .small-text {
  font-size:90%;
}
input.totalamount, input.reportcost {
  color:#B82161;
}
#sites-i-like {
  padding:10px;
}
#sites-i-like h3 {
  width:400px;
}
form.van-form {
  background:url('/++resource++images/bg-estimator-repeat.gif') repeat-y;
  padding:20px 30px 40px 30px;
  width:812px;
  max-width:812px;
}
.form-top {
	background:url('/++resource++images/bg-estimator.gif') no-repeat;
	width:872px;
	height:11px;
	margin-top:20PX;
}
.form-bottom {
	background:url('/++resource++images/bg-estimator.gif') no-repeat 0 -11px;
	width:872px;
	height:10px;
}
.van-form fieldset {
	border:none;
}
#estimator fieldset.left {
	float:left;
	width:45%;
}
#estimator fieldset.right {
	float:right;
	width:45%;
}
.van-form legend, .van-form label {
	font-weight:bold;
	padding:0;
	width:auto;
	text-align:left;
	font-size:90%;
	margin:-3px 5px 0 0;
	clear:left;
}
.van-form legend {
	color:#333333;
	padding:0;
	margin:0;
}
.van-form .left-radio {
	float:left;
	margin-right:5px;
	clear:left;
}
#estimator #slider-range-min {
	margin-top:10px;
}
#estimator p {
	font-size:90%;
	line-height:100%;
}
.van-form legend.title {
	font-size:1.5em;
}
.van-form label {
	color:#B82161;
	float:none;
}
.van-form .left-label {
	clear:none;
	width:inherit;
	float:left;
}
#estimator label.budget {
	float:left;
}
.van-form input, textarea, select {
	margin:0;
}
input#amount {
	background:none;
	color:#1B8C58;
	margin:10px 0 0 10px;
}
.van-form .left {
	float:left;
	width:50%;
}
.van-form input.text {
	width:310px;
}
.van-form input.submit {
	float:right;
	margin:5px 60px 0 0;
}
.ui-widget-header {
	background:#1DFF96;
}
#demo-frame > div.demo { padding: 10px !important; }

/* end Estimator styles */

/* Publisher styles */

br {
clear:left;
}
#publisherRight {
	float:right;
	text-align:right;
}
#publisherBg {
	width:761px;
	height:328px;
	background:url('/++resource++images/publishers.jpg') no-repeat;
	padding-right:29px;
	position:relative;
	right:-29px;
}
#publisherSignupForm input, #publisherSignupForm textarea, #publisherSignupForm select {
	margin-bottom:13px;
}

/* End Publisher styles */

/* About Us styles*/
.about-header {
  float:left;
  margin-top:-40px;
}
#staff-bios {
  padding:0;
  margin:0;
}
#staff-bios ul {
  margin:0;
  padding:0;
}
#staff-bios li {
  float:left;
  width:270px;
  font-size:80%;
  line-height:100%;
  margin-left:0;
  margin-right:12px;
  margin-bottom:10px;
  list-style-type:none;
}
#staff-bios img {
  float:left;
  margin:0;
  padding:0;
  margin-right:7px;
}
#staff-bios a {
color:#0783B6;
text-decoration:none;
background:none;
float:left;
clear:left;
margin-left:18px;
}
#staff-bios a:hover {
color:#0783B6;
text-decoration:underline;
}
#staff-bios a img {
	float:none;
	margin-right:0;
}

/* End About Us styles*/

/* Contact Us styles */
.google-map {
  float:left;
  width:400px;
  margin:0 10px 0 50px;
}
.bristol, .london {
	clear:left;
}
.icon-ice-cream {
	float:left;
	position:relative;
	top:-15px;
}
.adr {
	position:relative;
	left:-20px;
}
/* End Contact Us styles */

/* General class styles */
.bold {
  font-weight:bold;
}
.iconRight {
  float:right;
  margin-left:10px;
  padding:0;
  margin-top:-3px;
}
.noBackground:hover {
  background:none;
}
.clearBoth {
  clear:both;
}
.title-left {
	float:left;
	width:45%;
}
.hide {
	display:none;
}
.no-top {
	margin-top:0;
}
.img-left {
float:left;
margin-right:20px;
}
.img-right {
	float:right;
	margin-right:20px;
}
a.img {
	background:transparent;
	border:0;
	text-decoration:none;
}
a.img:hover {
	background:transparent;
	border:0;
}
a.img img {
	border:0;
}
a.anchor {
	background:none;
	text-decoration:none;
}
p#willnotspamyou {
    font-size: 9px;
    font-style: italic;
}

