/*
 * Author: Adam Collison [adam.collison@soak.co.uk]
 * Agency: Soak Digital Ltd.
 * Project: Soak Site - V2
 * Comment: Base stylesheet

----------------------
Contents:

1. Reset Styles
2. Font Sizing
3. Generic HTML
4. Content
5. Sub-content
6. Footer
7. Miscellaneous

/*--------------------------------------------------------------------------
	=Reset styles
----------------------------------------------------------------------------*/

html, body, div, h1, h2,
h3, h4, h5, h6, p, ul, li, a, em, img, 
strong, fieldset, form,
label, table, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul
{
	list-style: none;
}

em
{
	font-style: normal;
}

strong
{
	font-weight: bold;
}

a
{
	color: #09f;
}

a:hover
{
	color: #333;
}


/*--------------------------------------------------------------------------
	=Font sizing
----------------------------------------------------------------------------*/

body
{
	font-size: 0.75em;/* 16 x 0.75 = 12px */
}

h1
{
	font-size: 3.92em;/* 12 x 3.92 = 47px */
}

.article-header
{
	font-size: 2.08em;/* 12 x 2.08 = 25px */
}

.clients .testimonials li em,
.work-detail h2,
.surgery h2,
.services h3
{
	font-size: 1.5em;/* 12 x 1.5 = 18px */
}

.content-sidebar p
{
	font-size: 1.25em;/* 12 x 1.25 = 15px */
}

.home #core-content .panel ul.whats-happening h3,
.work em,
.work-detail h3,
.about h3,
.people ul li h3,
.news .news-detail h3,
#dialog .heading h2,
.surgery .info,
.home h1,
.services .mini-services h3
{
	font-size: 1.17em;/* 12 x 1.17 = 14px */
}

.services .mini-services h4
{
	font-size: 1.08em;/* 12 x 1.08 = 13px */
}

.clients .testimonials li p.client
textarea,
input,
select,
#core-content .small-blog-article .info,
#core-content .large-blog-article .info,
#footer ul li a 
{
	font-size: 0.92em;/* 12 x 0.92 = 11px */
}

#footer p,
.surgery .promo p
{
	font-size: 0.8em;/* 12 x 0.91 = 10px */
}


/*--------------------------------------------------------------------------
	=Generic HTML
----------------------------------------------------------------------------*/

body
{
	background: #fff url(../images/bg-body.jpg) 0 0 repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 40px;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #EFEFEF;
	border: 1px solid #D5D5D5;
	padding: 2px 5px;
}

input
{
	background: #EFEFEF;
	border: 1px solid #D5D5D5;
	padding: 2px 5px;
}

input.btn
{
	background: none;
	border: none;
	padding: inherit;
}

h1
{
	color: #666;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

/*--------------------------------------------------------------------------
	=NAV Styles
----------------------------------------------------------------------------*/

#nav
{
	height: 122px;
	text-align: left;
	width: 670px;
	margin: auto;
	position: relative;
	padding-left: 257px;
	padding-top: 51px;
}	

#nav li
{
	float: left;
}

#nav li a,
#nav li.home a em
{
	float: left;
	display: block;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration:none;
}

#nav li.home a
{
	float: left;
	display: block;
	height: auto;
	text-indent: 0;
	overflow: auto;
}

#nav li.home a img
{
	position: absolute;
	top: 0;
	left: -22px;
	z-index: 10;
}

#nav .home a
{
	background: url(../images/nav.gif) 0 0 no-repeat;
	width: 74px;
}
#header #nav .home a:hover,
#header #nav .home a.selected
{
	background-position:	0 -22px;
}


#nav .work a
{
	background: url(../images/nav.gif) -74px 0 no-repeat;
	width: 71px;
}
#header #nav .work a:hover,
#header #nav .work a.selected
{
	background-position:	-74px -22px;
}

#nav .clients a
{
	background: url(../images/nav.gif) -145px 0 no-repeat;
	width: 83px;
}
#header #nav .clients a:hover,
#header #nav .clients a.selected
{
	background-position:	-145px -22px;
}


#nav .about a
{
	background: url(../images/nav.gif) -228px 0 no-repeat;
	width: 98px;
}
#header #nav .about a:hover,
#header #nav .about a.selected
{
	background-position:	-228px -22px;
}


#nav .services a
{
	background: url(../images/nav.gif) -326px 0 no-repeat;
	width: 91px;
}

#header #nav .services a:hover,
#header #nav .services a.selected
{
	background-position:	-326px -22px;
}

#nav .news a
{
	background: url(../images/nav.gif) -417px 0 no-repeat;
	width: 69px;
}
#header #nav .news a:hover,
#header #nav .news a.selected
{
	background-position:	-417px -22px;
}



#nav .blog a
{
	background: url(../images/nav.gif) -486px 0 no-repeat;
	width: 69px;
}
#header #nav .blog a:hover,
#header #nav .blog a.selected
{
	background-position:	-486px -22px;
}



#nav .contact a
{
	background: url(../images/nav.gif) -555px 0 no-repeat;
	width: 96px;
}
#header #nav .contact a:hover,
#header #nav .contact a.selected
{
	background-position:	-555px -22px;
}




/*--------------------------------------------------------------------------
	=Homepage HTML
----------------------------------------------------------------------------*/

.home #flash-promo
{
	position: absolute;
	top: -72px;
	left: -45px;
	z-index: 1;
	width: 1065px;
}

.home #core-content
{
	padding-top: 420px;
	top: 0;
}

.home #core-content .panel
{
	float: left;
	width: 297px;
	background: url(../images/bg-panel-xsmall.png) 0 0 repeat-y;
	position: relative;
	padding: 8px 0;
	margin: 0 16px 12px 0;
	min-height: 361px;
	margin-top: -56px;
}

.home #core-content .panel .base
{
	position: absolute;
	bottom: -12px;
	left: 0;
}

.home #core-content .panel .top
{
	position: absolute;
	top: -12px;
	left: 0;
}


.home #core-content .panel div
{
	padding: 0 25px;
}

.home #core-content .panel h1,
.home #core-content .panel h2,
.home #core-content .panel h3,
.home #core-content .panel h4
{
	margin: 0 0 15px;
}

.home #core-content .panel p,
.home #core-content .panel ul
{
	margin: 0 0 10px;
}

.home #core-content .panel p.last
{
	min-height: 92px
}

.home #core-content .panel ul
{
	margin: 0 0 10px;
}

.home #core-content .panel ul.service-list a
{
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	color: #333;
	margin: 6px 0;
}

.home #core-content .panel ul.service-list a:hover
{
	text-decoration: underline;
	color: #09f;
}

.home #core-content .panel ul.whats-happening li
{
	margin-bottom: 23px;
	padding-left: 37px;
}

.home #core-content .panel ul.whats-happening li.twitter
{
	background: url(../images/icons.gif) 0 0 no-repeat;
	margin-bottom: 0;
}

.home #core-content .panel ul.whats-happening li.news
{
	background: url(../images/icons.gif) 0 -200px no-repeat;
}

.home #core-content .panel ul.whats-happening li.blog
{
	background: url(../images/icons.gif) 0 -400px no-repeat;
}

.home #core-content .panel ul.whats-happening p
{
	margin-bottom: 0;
	overflow: hidden;
}

.home #core-content .panel ul.whats-happening a
{
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.home #core-content .panel ul.whats-happening a:hover
{
	text-decoration: underline;
	color: #09f;
}

.home #core-content .panel ul.whats-happening h3
{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
}


.home #core-content .panel.last
{
	margin-right: 0;
}


/*--------------------------------------------------------------------------
	=About HTML
----------------------------------------------------------------------------*/

.about .content-narrow h3
{
	border-top: 1px solid #EBEBEB;
	color: #09F;
	margin: 14px 0 5px;
	padding-top: 20px;
	font-weight: bold;
}

.about h3.first
{
	border-top: none;
	padding-top: 0;
}

.about #core-content .panel
{
	width: 653px;
	margin: 42px 0;
	background: url(../images/bg-panel-standard.png) 0 0 repeat-y;
	position: relative;
	padding: 0 0;
	min-height: 325px;
	float: left;
}

.about #core-content .supporting-panel
{
	float: right;
	width: 254px;
	margin: 42px 0 30px;
}

.about .soak-overview
{
	width: 627px;
	padding: 10px 0 28px 28px;
}

.about .soak-overview .content-narrow
{
	padding-right: 20px;
	width: 380px;
}

.about .soak-overview h3
{
	margin: 15px 0 10px;
}

.about .soak-overview .content-narrow ul li
{
	float: left;
	width: 44%;
	padding-left: 15px;
	background: url(../images/bg-list-item.gif) 0 0.5em no-repeat;
}

.about .soak-overview ul li a
{
	color: #09f;
	font-weight: bold;
	text-decoration: none;
}

/*--------------------------------------------------------------------------
	=Smallprint HTML
----------------------------------------------------------------------------*/
.smallprint h1
{
	margin-top: 14px;
	margin-left: 25px;
}

.smallprint h2
{
	font-weight: bold;
	margin: 15px 0 1em;
	text-transform: uppercase;
}

.smallprint #core-content .panel
{
	width: 653px;
	margin: 42px 0;
	background: url(../images/bg-panel-standard.png) 0 0 repeat-y;
	position: relative;
	padding: 0 0;
	min-height: 325px;
	float: left;
}

.smallprint #core-content .supporting-panel
{
	float: right;
	width: 254px;
	margin: 42px 0 30px;
}

.smallprint .soak-overview
{
	width: 599px;
	padding: 10px 28px 28px;
}

.smallprint .soak-overview p,
.smallprint .soak-overview ul
{
	margin: 0 0 1em;
}

.sitemap #core-content ul
{
	margin: 0 0 10px;
}

.sitemap #core-content ul ul
{
	margin: 0 0 10px 10px;
}

/*--------------------------------------------------------------------------
	=People HTML
----------------------------------------------------------------------------*/
.people #core-content .panel
{
	width: 924px;
	margin: 42px 0;
	background: url(../images/bg-panel-large.png) 0 0 repeat-y;
	position: relative;
	padding: 0 0 15px;
	min-height: 325px;
}

.people #core-content .panel .base
{
	position: absolute;
	bottom: -12px;
	left: 0;
}

.people #core-content .panel .top
{
	position: absolute;
	top: -12px;
	left: 0;
}

.people ul
{
	padding: 0 25px;
}

.people ul li
{
	/*min-height: 180px;*/
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.people ul li ul
{
	float:none!important;
	margin:15px 0 0;
	margin-left:218px;
}

.people ul li ul li
{
	/*min-height: 180px;*/
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.people ul li p,
.people ul li h3,
.people ul li h4
{
	/* margin-left: 250px;*/
	margin-right: 130px;
}

.people ul li h3
{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 2px;
	margin-left: 250px;
}

.people ul li h4
{
	margin-bottom: 1em;
	margin-left: 250px;
}

.people ul li p
{
	margin-bottom: 0.9em;
	margin-left: 250px;
}

.people ul li p.accreditation
{
	margin-left: 0;
	margin-right: 0;
	float: right;
}

.people ul li p.accreditation.google
{
	margin-top: -30px;
}

.people ul li .photo
{
	float: left;
}


/*--------------------------------------------------------------------------
	=Clients HTML
----------------------------------------------------------------------------*/

.clients #core-content .panel
{
	width: 924px;
	margin: 42px 0;
	background: url(../images/bg-panel-large.png) 0 0 repeat-y;
	position: relative;
	padding: 00;
	min-height: 325px;
}

.clients #core-content .panel .base
{
	position: absolute;
	bottom: -12px;
	left: 0;
}

.clients #core-content .panel .top
{
	position: absolute;
	top: -12px;
	left: 0;
}

.clients .client-list 
{
	margin-left: 12px;
	padding-bottom: 20px;
}

.clients .client-list li
{
	float: left;
	margin: 0 38px 0 24px;
}

.clients .client-list li.first-middle
{
	margin-left: 115px;
}

.clients .client-list li.last
{
	margin: 0 0 0 20px;
}

.clients .testimonials
{
	padding: 14px 20px 18px 30px;
	display: block;
}

.clients .testimonials h3
{
	margin-bottom: 15px;
}

.clients .testimonials div ul li
{
	float: left;
	padding-left: 38px;
	background: url(../images/bg-clients-quote.gif) 0 0 no-repeat;
	margin-right: 38px;
	width: 216px;
}

.clients .testimonials li p
{
	margin-bottom: 1em;
	height: 168px;
	margin-bottom: 12px;
}

.clients .testimonials li p.client
{
	font-weight: bold;
	height: auto;
	padding-top: 5px;
	border-top: 1px solid #d0d0d0;
}

.clients .testimonials li em
{
	display: block;
	margin: 0.4em 0;
}

.clients .testimonials li strong
{
	color: #09f;
	font-weight: normal;
}

/*--------------------------------------------------------------------------
	=Work HTML
----------------------------------------------------------------------------*/


.work #core-content .panel
{
	width: 924px;
	margin: 42px 0;
	background: url(../images/bg-panel-large.png) 0 0 repeat-y;
	position: relative;
	padding: 0;
	min-height: 325px;
}

.work #core-content .panel .base
{
	position: absolute;
	bottom: -12px;
	left: 0;
}

.work #core-content .panel .top
{
	position: absolute;
	top: -12px;
	left: 0;
}

.work ul
{
	padding-left: 25px;
}

.work li
{
	width: 274px;
	margin: -12px 23px 18px 0;
	float: left;
	min-height: 300px;
}

.work p
{
	margin-bottom: 7px;
}

.work p
{
	line-height: 1.2em;
}

.work em
{
	display: block;
	text-transform: uppercase;
	margin-bottom: 4px;
}

/*--------------------------------------------------------------------------
	=Work Detail HTML
----------------------------------------------------------------------------*/
.work-detail h1
{
	margin: 20px 0 0 25px;
}

.work-detail h1
{
	z-index: 500;
	position: relative;
}

.work-detail h3
{
	margin: 1.4em 0 0.5em;
	text-transform: uppercase;
	font-weight: bold;
}

.work-detail p,
.work-detail .editorial ul
{
	margin: 0 0 0.8em;
}

.work-detail .editorial ul li
{
	margin-bottom: 0.3em;
	padding-left: 20px;
	background: url(../images/bg-list-item.gif) 0.2em 0.5em no-repeat;
}


.work-detail #core-content .panel
{
	width: 864px;
	margin: 22px 0 42px 0;
	background: url(../images/bg-panel-large.png) 0 0 repeat-y;
	position: relative;
	padding: 0 30px 18px;
	min-height: 325px;
}

.work-detail #core-content .panel .base
{
	position: absolute;
	bottom: -12px;
	left: 0;
}

.work-detail #core-content .panel .top
{
	position: absolute;
	top: -12px;
	left: 0;
}

.work-detail .editorial
{
	width: 411px;
	float: left;
}

.work-detail .editorial h2
{
	z-index: 2222;
	position: relative;
}

.work-detail .gallery
{
	float: right;
	width: 416px;
	text-align: right;
	margin-top: 305px;
}

.work-detail .gallery ul li
{
	float: left;
	margin-right: 16px;
	margin-bottom: 10px;
}

.work-detail .gallery ul li.last
{
	margin-right: 0;
}

.work-detail .promo
{
	position: absolute;
	top: -145px;
	z-index: 400;
	right: 3px;
	text-align: right;
}

.work-detail .promo img
{
	position: relative;
}


.axa-image-manager .promo,
.archant-great-british-life .promo,
.hoseasons-affiliate-portal .promo,
.ideal-standard-intranet .promo,
.archant-jumbo-24 .promo,
.shoreditch-townhall-website .promo,
.health-of-nations .promo,
.imaginative-traveller-site .promo,
.animed-ppc .promo
{
	top: -186px;
}

.imaginative-traveller-game .promo
{
	top: -185px;
}

.imaginative-traveller-site .promo
{
	top: -182px;
}

.hog-mobile .promo
{
	top: -160px;
}

div.imaginative-traveller-game .gallery,
div.axa-image-manager .gallery,
div.archant-great-british-life .gallery,
div.imaginative-traveller-game .gallery,
div.hoseasons-affiliate-portal .gallery,
div.ideal-standard-intranet .gallery,
div.archant-jumbo-24 .gallery,
div.health-of-nations .gallery,
div.imaginative-traveller-site .gallery
{
	margin-top: 250px;
}

.work-detail .promo p
{
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
}

.work-detail .promo p a
{
	background: url(../images/bg-arrow-link.gif) 0 0 no-repeat;
	padding-left: 25px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.work-detail .promo p a:hover
{
	text-decoration: underline;
}

.work-detail .actions
{
	margin-top: 35px;
}

.work-detail .panel .ipatter-connect
{
	float: right;
	margin: 20px 20px 0 0;
}


/*--------------------------------------------------------------------------
	=Services HTML
----------------------------------------------------------------------------*/

.services li h3,
.mini-services h4
{
	background: url(../images/bg-arrow-link-1.png) no-repeat 100% 50%;
	color: #4A4A4A;
	display: inline;
	padding-right: 10px;
	font-weight: bold;
}

.services li:hover h3,
.services lih3:hover ,
.mini-services a:hover h4
{
	background: url(../images/bg-arrow-link-1-hover.png) no-repeat 100% 50%;
	color: #09F;
}

.services #core-content .panel
{
	width: 653px;
	margin: 32px 0 40px;
	background: url(../images/bg-panel-large.png) 0 0 repeat-y;
	position: relative;
	padding: 0 0;
	min-height: 325px;
	float: left;
}

.services #core-content .supporting-panel
{
	float: right;
	width: 254px;
	margin: 20px 0;
}

.services #core-content .component.other-services h6,
.services #core-content .component.other-services ul
{
	padding: 0 15px; 
	margin: 10px 0;
}

.services #core-content .component.other-services ul
{
	padding-bottom: 10px;
}

.services #core-content .component.other-services li
{
	margin-bottom: 3px;
}

.services #core-content .component.other-services ul a
{
	color: #333;
	display: inline;
	min-height: inherit;
	font-weight: bold;
	text-decoration: none;
}

.services #core-content .component.other-services ul a:hover
{
	color: #09f;
}

.services .services-overview
{
	width: 630px;
	padding: 10px 0 30px 25px;
}

.services .services-overview .contact-us,
.soak-overview .contact-us
{
	background: url(../images/bg-contact-us.png) 20px 20px no-repeat;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
	min-height: 50px;
	padding-left: 100px;
}

.services .services-overview .contact-us p,
.soak-overview .contact-us p
{
	margin-bottom: 0.4em;
}

.news-detail p,
.news-detail ul,
.editorial p,
.editorial ul,
.content-narrow p,
.content-narrow ul
{
	line-height: 1.5em;
	margin: 0 0 20px;
}

.services .services-overview ol
{
	padding: 0;
}

.services .services-overview h3
{
	margin: 0 0 10px;
}

.services .services-overview h5.toggle
{
	color: #0199FF;
	text-decoration: underline;
	cursor: pointer;
}

.services .services-overview .more-info
{
	margin-bottom: 2em;
}

.services .services-overview .more-info h5
{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
}

.services .services-overview h4
{
	margin: 0 0 4px;
	font-weight: bold;
}

.services .services-overview ul 
{
	margin-left: -12px;
}

.services .services-list li
{
	background: url(../images/bg-services-listing.png) no-repeat 0 100%;
	float: left;
	margin: 0 16px 20px 0;
	padding: 0 10px;
}

.services .services-overview ul.service-list li
{
	float: left;
	width: 44%;
}

.services .services-overview ul p
{
	margin-top: 8px;
}

.services .content-narrow ul li
{
	margin-left: 15px;
	padding-left: 15px;
	background: url(../images/bg-list-item.gif) 0 0.5em no-repeat;
}

.services .content-sidebar
{
	background: url(../images/bg-service-icons.jpg) no-repeat 0 0;
	line-height: 1.6em;
	padding-top: 170px;
}

.about .content-sidebar p,
.services .content-sidebar p
{
	line-height: 1.4em;
}

.website-design-and-development .content-sidebar
{
	background-position: -5px 0;
}

.strategy-and-consultancy .content-sidebar
{
	background-position: -252px 0;
}

.web-development .content-sidebar
{
	background-position: -512px 0;
}

.social-media-marketing .content-sidebar
{
	background-position: -758px 0;
}

.search-engine-optimisation .content-sidebar
{
	background-position: -1008px 0;
}

.pay-per-click .content-sidebar
{
	background-position: -1255px 0;
}

.mobile-solutions .content-sidebar
{
	background-position: -1505px 0;
}

.email-marketing .content-sidebar
{
	background-position: -1755px 0;
}

.services-overview li a
{
	background: url(../images/bg-service-icons.jpg) no-repeat 0 0;
	color: #333;
	display: block;
	min-height: 120px;
	padding: 168px 4px 0;
	text-decoration: none;
	width: 169px;
}

.services-overview .strategy a
{
	background-position: -250px 0;
}

.services-overview .development a
{
	background-position: -500px 0;
}

.services-overview .social a
{
	background-position: -750px 0;
}

.services-overview .seo a
{
	background-position: -1000px 0;
}

.services-overview .ppc a
{
	background-position: -1250px 0;
}

.services-overview .mobile a
{
	background-position: -1500px 0;
}

.services-overview .email a
{
	background-position: -1750px 0;
}

.services-overview .contact a
{
	background-position: -2000px 0;
}

.services-overview .mini-services ul
{
	line-height: 1.2em;
	margin-left: 0;
}

.services-overview .mini-services li
{
	background: url(../images/bg-services-listing-mini.png) no-repeat 0 100%;
	float: left;
	margin: 0 7px 20px 0;
	padding: 0 10px 10px;
}

.services-overview .mini-services li a
{
	background-position: -2250px 0;
	min-height: 35px;
	padding: 75px 4px 0;
	width: 121px;
}

.services-overview .mini-services .strategy a
{
	background-position: -2500px 0;
}

.services-overview  .mini-services .development a
{
	background-position: -2750px 0;
}

.services-overview  .mini-services .social a
{
	background-position: -3000px 0;
}

.services-overview .mini-services .seo a
{
	background-position: -3250px 0;
}

.services-overview .mini-services .ppc a
{
	background-position: -3500px 0;
}

.services-overview .mini-services .mobile a
{
	background-position: -3750px 0;
}

.services-overview .mini-services .email a
{
	background-position: -4000px 0;
}

.services-overview .solution a,
.smallprint .solution a
{
	background: url(../images/bg-solution.jpg) no-repeat 0 0;
	display: block;
	height: 113px;
	margin-left: -10px;
	text-indent: -99999px;
	width: 616px;
}

.smallprint .solution a
{
	margin-top:20px;	
}

.mini-services
{
	border-top: 1px solid #EBEBEB;
	clear: both;
	margin-left: -12px;
	width: 624px;
}

.about .mini-services h3,
.services .mini-services h3
{
	color: #09F;
	display: block;
	font-weight: bold;
	margin: 10px 10px 15px;
}

.content-column
{
	width: 520px;
	margin-bottom: 40px;
}

.content-column p
{
	margin-bottom: 20px !important;
}

.content-sidebar
{
	float: left;
	margin-bottom: 20px;
	width: 180px;
}

.content-narrow
{
	border-left: 1px solid #EBEBEB;
	float: right;
	margin: 0 20px 20px 0;
	padding-left: 20px;
	width: 400px;
}

.content-sidebar p
{
	color: #09F;
	font-family: Georgia, serif;
	font-style: italic;
}

.summary
{
	color: #4A4A4A;
	font-weight: bold;
}

/*--------------------------------------------------------------------------
	=News HTML
----------------------------------------------------------------------------*/
.news h1
{
	margin-top: 14px;
	margin-left: 25px;
}

.news h2
{
	position: absolute;
	top: 0;
	right: 0;
}

.news li h2
{
	position: relative;
	top: 0;
	right: 0;
	font-weight: bold;
}

.news #core-content .component ul li.selected a
{
	color: #09f;
}

.news .thumb
{
	text-align: center;
}

.news .thumb img
{
	margin: auto;
}

.news #core-content .panel
{
	width: 653px;
	margin: 42px 0;
	background: url(../images/bg-panel-standard.png) 0 0 repeat-y;
	position: relative;
	padding: 0;
	min-height: 325px;
	float: left;
}

.news #core-content .supporting-panel
{
	float: right;
	width: 254px;
	margin: 42px 0;
}

.news #core-content .component
{
	background: url(../images/bg-panel-small.png) 0 0 repeat-y;
	position: relative;
	padding: 7px 0;
	min-height: 100px;
	margin-bottom: 52px;
}

.news #core-content .component h4,
.news #core-content .component ul
{
	margin: 0 15px 10px;
}

.news #core-content .component ul li
{
	font-weight: bold;
	margin-bottom: 0.3em;
}

.news #core-content .component ul li a
{
	color: #333;
	text-decoration: none;
	display: inline;
	min-height: inherit;
}

.news #core-content .component ul li a:hover
{
	color: #09f;
	text-decoration: underline;
}

.news #core-content .panel .base,
.news #core-content .component .base
{
	position: absolute;
	bottom: -12px;
	left: 0;
}

.news #core-content .panel .top,
.news #core-content .component .top
{
	position: absolute;
	top: -12px;
	left: 0;
}

.news .news-detail
{
	margin: 0 25px;
}

.news .news-detail li
{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.news .news-detail .share
{
	display: none;
}

.news .news-detail .share.visible
{
	display: block;
}

.news .news-detail .share li
{
	float: left;
	margin-bottom: 0;
	min-height: 68px;
	padding-bottom: 0;
	border-bottom: none;
}

.news .news-detail .share .spacer
{
	margin-right: 10px;
}

.news .news-detail li .inpage
{
	margin-left: 20px;
	list-style: disc;
}

.news .news-detail li .inpage li
{
	margin-bottom: 6px;
	padding-bottom: 0;
	border-bottom: none;
	display: list-item;
}


.news .article li
{
	border-bottom: none;
}

.news .news-detail h3
{
	text-transform: uppercase;
	font-weight: bold;
}

.news .news-detail h3 a
{
	color: #333;
	text-decoration: none;
}

.news .news-detail h4
{
	margin-bottom: 1em;
}

.news .news-detail .more
{
	width: 420px;
}

.news .news-detail p,
.news .news-detail .more
{
	margin-bottom: 0.7em;
	margin-left: 180px;
}

.news .news-detail .more p
{
	margin-left: 0;
}

.news .news-detail div.thumb
{
	float: left;
	margin-left: 0;
	width: 160px;
}

.news .news-detail div.thumb img
{
	display: block;
	margin-bottom: 18px;
}

.news .news-detail .more
{
	display: none;
}

.news .older
{
	float: right;
	margin: 0 25px 25px 0;
}

.news .newer
{
	margin: 0 0 25px 25px;
}

/*--------------------------------------------------------------------------
	=Contact Us HTML
----------------------------------------------------------------------------*/
.contact #core-content .panel-a
{
	width: 924px;
	margin: 42px 0 22px;
	background: url(../images/bg-panel-large.png) 0 0 repeat-y;
	position: relative;
	padding: 0;
	min-height: 288px;
}

.contact #core-content .panel-b
{
	width: 451px;
	margin: 22px 0;
	background: url(../images/bg-panel-medium.png) 0 0 repeat-y;
	position: relative;
	padding: 0;
	min-height: 288px;
	float: left;
	margin-right: 22px;
}

.contact #core-content .callouts
{
	clear: both;
}

.contact #core-content .panel-c
{
	width: 297px;
	margin: 22px 0;
	background: url(../images/bg-panel-xsmall.png) 0 0 repeat-y;
	position: relative;
	padding: 0;
	float: left;
	margin-right: 16px;
}

.contact #core-content .panel-c p a
{
	display: block;
	height: 177px;
	position: relative;
	top: -10px;
}

.contact #core-content .panel-c p a img
{
	position: absolute;
	top: -20px;
	right: -16px;
	z-index: 9999;
}

.contact #core-content .call-back p a img
{
	top: -10px;
	right: -10px;
}

.contact #core-content .immerse p
{
	margin: 0;
	padding: 0;
}

.contact #core-content .call-back .hide
{
	display: none;
}

.contact #core-content .call-back form
{
	height: 197px;
	right: -10px;
	position: absolute;
	top: -20px;
	width: 297px;
	z-index: 99999;
}

.contact #core-content .call-back fieldset
{
	height: 122px;
	left: 10px;
	position: absolute;
	top: 68px;
}

.contact #core-content .call-back input
{
	display: block;
	margin-bottom: 5px;
	width: 152px;
}

.contact #core-content .call-back .btn
{
	bottom: 0;
	height: 23px;
	position: absolute;
	width: 120px;
}

.contact #core-content .call-back p a
{
	background: transparent url(../images/banners/large-call-back.gif) 50% 0 no-repeat;
}

.contact #core-content .call-back.form p a
{
	background-position:	50% -200px;
}

.contact #core-content .call-back p a:focus
{
	outline: none;
}

.contact #core-content .call-back.problem p a
{
	background-position:	50% -400px;
}

.contact #core-content .call-back.sent p a
{
	background-position:	50% -600px;
}

.contact #core-content .immerse p a
{
	background: transparent url(../images/banners/large-immerse.gif) 50% 0 no-repeat;
}

.contact #core-content .creds p a
{
	background: transparent url(../images/banners/large-creds.gif) 50% 0 no-repeat;
}

.contact #core-content .live-chat em img
{
	position: absolute;
	top: -25px;
	right: -16px;
	z-index: 9999;
}

.contact #core-content .live-chat #providechat_popup
{
	position: relative;
	top: 10px;
	right: -20px;
	z-index: 999;
	margin-bottom: 16px;
}

.contact #core-content .live-chat p a
{
	display: block;
	height: auto;
	position: relative;
	top: 0;
}




.contact #core-content .last
{
	margin-right: 0;
}

.contact #core-content .panel-a .base,
.contact #core-content .panel-b .base,
.contact #core-content .panel-c .base
{
	position: absolute;
	bottom: -12px;
	left: 0;
}

.contact #core-content .panel-a .top,
.contact #core-content .panel-b .top,
.contact #core-content .panel-c .top
{
	position: absolute;
	top: -12px;
	left: 0;
}

.contact #core-content .panel-a p
{
	padding: 10px 0 0 25px;
}

.contact #core-content .panel-b h3
{
	padding: 8px 0;
}

.contact #core-content .panel-b form,
.contact #core-content .panel-b .map-container
{
	padding: 0 25px;
}

.contact #core-content .panel-b form fieldset
{
	clear: both;
	margin-bottom: 10px;
}

.contact #core-content .panel-b form #frm_name,
.contact #core-content .panel-b form #frm_email,
.contact #core-content .panel-b form #frm_tel
{
	width: 180px;
	margin-right: 4px;
}

.contact #core-content .panel-b form #frm_intrestedin
{
	width: 402px;
}

.contact #core-content .panel-b form textarea
{
	width: 389px;
	height: 120px;
}

.contact #core-content .panel-b .actions
{
	text-align: right;
}

.contact #core-content .panel-b #map
{
	background: #ccc;
	width: 396px;
	height: 239px;
}

.contact .highlight
{
	border: 1px solid #F00;
	color: #F00;
}

.contact .error
{
	position: absolute;
	z-index: 9999;
	text-indent: -9999px;
	overflow: hidden;
}

.contact .success
{
	background: #EAFFF1;
	color: #090;
	border: 1px solid;
	padding: 10px;
	margin: 0 0 10px;
}

.contact .hide
{
	display: none;
}

#errorintrestedin
{
	top: 22px;
	left: 325px;
	width: 122px;
	height: 73px;
	background: url(/assets/images/error-interestedin.png) 0 0 no-repeat;
}

#errormessage
{
	top: 65px;
	left: 195px;
	width: 111px;
	height: 61px;
	background: url(/assets/images/error-message.png) 0 0 no-repeat;
}

#erroremail
{
	top: 5px;
	left: 155px;
	width: 135px;
	height: 59px;
	background: url(/assets/images/error-email.png) 0 0 no-repeat;
}


#page-container
{
	background: #DFDFDF url(../images/bg-page-container.jpg) 0 0 repeat-x;
	position: relative;
	padding-bottom: 20px;
	width:100%;
}

#core-content
{
	text-align: left;
	width: 927px;
	margin: auto;
	position: relative;
	top: -8px;
}	

#footer
{
	height: 130px;
	text-align: left;
	width: 927px;
	margin: auto;
	padding: 40px 0;
}

ul.socials
{
	float:right;	
	clear:right;
}

ul.socials li,
ul.socials li a
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
ul.socials li a
{
	width:40px;
	height:40px;
	background:url(../images/bg-socials.png) 0 0 no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	margin-left:7px!important;
	margin-right:0!important;
}

ul.socials li a:hover
{
	background-position:0 -40px;
}
ul.socials li.facebook a
{
	background-position:-41px 0;
}
ul.socials li.facebook a:hover
{
	background-position:-41px -40px;
}
ul.socials li.twitter a
{
	background-position:-81px 0;
}
ul.socials li.twitter a:hover
{
	background-position:-81px -40px;
}

#footer .copyright
{
	width: 180px;
	float: right;
	background: url(../images/img-footer-logo.gif) top right no-repeat;
	padding: 70px 0 0;
	text-align: right;
}

#footer h6
{
	margin-bottom: 10px;
}

#footer form
{
	margin-bottom: 22px;
}

#footer fieldset,
#footer fieldset *
{
	vertical-align: middle;
}


#footer p em
{
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 160%;
	font-weight: bold;
	font-style: normal;
	color: #09f;
}

#footer ul
{
	margin-top: 27px;
}

#footer ul li
{
	float: left;
}

#footer ul li a
{
	float: left;
	display: block;
	margin-right: 20px;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
}

#footer ul li a:hover
{
	color: #09f;
	text-decoration: underline;
}

#footer p img
{
	clear: both;
}

#footer .adwords
{
	float: left;
}
#footer .rar
{
	float: left;
	padding-left:15px;
}

#footer .ipatter-connect
{
	float: right;
	margin-top: 38px
}

#footer .ipatter-connect img
{
	margin-left: 5px;
}


/*--------------------------------------------------------------------------
	=Soak Surgery HTML
----------------------------------------------------------------------------*/

.surgery #core-content .panel
{
	width: 924px;
	margin: 42px 0;
	background: url(../images/bg-panel-large.png) 0 0 repeat-y;
	position: relative;
	padding: 0;
	min-height: 325px;
}

.surgery #core-content .panel .base
{
	position: absolute;
	bottom: -12px;
	left: 0;
}

.surgery #core-content .panel .top
{
	position: absolute;
	top: -12px;
	left: 0;
}

.surgery .editorial
{
	margin-left: 25px;
	width: 415px;
}

.surgery .promo
{
	position: absolute;
	top: -109px;
	z-index: 400;
	right: 26px;
	text-align: right;
}

.surgery .promo p
{
	color: #4A4A4A;
	margin: 10px 5px 0 0;
	text-align: right;
}

.surgery h2
{
	color: #4A4A4A;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.surgery p
{
	margin-bottom: 20px;
}

.surgery h2 em
{
	color: #09F;
	text-transform: uppercase;
}

.surgery p em
{
	color: #09F;
}

.surgery .info
{
	color: #4A4A4A;
	font-weight: bold;
	margin: 30px 0 22px;
}

.surgery h3
{
	float: left;
	margin: 0 0 12px 1px;
}

.surgery fieldset
{
	clear: left;
}

.surgery hr
{
	height: 0;
	line-height: 0;
	border: 0;
	border-bottom: 1px solid #CCC;
}

.surgery .required
{
	float: right;
	margin: 0 30px 0 0;
}

.surgery .editorial form
{
	margin-bottom: 12px;
}

.surgery .cakes
{
	background: url(../images/content/surgery/teacup.jpg) no-repeat 100% 0;
	min-height: 70px;
	padding: 15px 100px 0 0;
}

.surgery .editorial label
{
	margin-bottom: 6px;
}

.surgery .editorial .actions input
{
	margin-bottom: 0;
}

.surgery .editorial input,
.surgery .editorial select
{
	float: left;
	margin: 0 9px 10px 0;
}

.surgery .editorial textarea
{
	margin-bottom: 18px;
}

.surgery .editorial label
{
	clear: both;
	display: block;
}

.surgery .editorial label.w3c
{
	clear: none;
}

.surgery #frm_fname,
.surgery #frm_lname,
.surgery #frm_business,
.surgery #frm_tel
{
	width: 180px;
}

.surgery #frm_comments,
.surgery #frm_email
{
	width: 381px;
}

.surgery #frm_interest
{
	width: 244px;
}

.surgery #frm_time
{
	width: 140px;
}

.surgery .success
{
	background-color: #DFD;
	border: 1px solid #090;
	color: #090;
	margin-bottom: 14px;
	padding: 7px 20px;
	width: 351px;
}

.surgery .errors
{
	background-color: #FFEAEA;
	border: 1px solid #CA0000;
	color: #CA0000;
	list-style: outside disc;
	margin-bottom: 14px;
	padding: 7px 30px 4px;
	width: 331px;
}

.surgery .errors li
{
	margin-bottom: 3px;
}


/*--------------------------------------------------------------------------
	=BANNER HTML
----------------------------------------------------------------------------*/


.services #core-content .component,
.about #core-content .component,
.smallprint #core-content .component
{
	background: url(../images/bg-panel-small.png) 0 0 repeat-y;
	position: relative;
	padding: 0 0;
	margin-bottom: 42px;
}

#core-content .component a
{
	min-height: 168px;
	display: block;
}

#core-content .small-creds .mobile-download
{
	left: 14px;
	position: absolute;
	top: 94px;
	cursor: pointer;
}

.download-help
{
	position:absolute;
	background: url(../images/banners/bg-mobile-download-help.gif) 50% 50% no-repeat;
	width:235px;
	height:90px;
	z-index: 9999;
	top:103px;
	left:-31px;
	padding:20px;
	font-size:0.9em;
	cursor:pointer;
	display:none;
}

#core-content .new-creds
{
	background: url(../images/banners/bg-new-creds-panel.jpg) 0 0 no-repeat!important;
	height:74px;
	padding:160px 0 0 0!important;
}

#core-content .new-creds a
{
	min-height:inherit;
	height:auto;
	margin-bottom:10px;
	margin-left:10px;
}

#page-container #core-content div.new-creds p a img
{
	position:relative;
	top:auto;
	right:auto;
}


.download-help p
{
	margin-top:10px;
}

#core-content .small-creds a
{
	background: url(../images/banners/small-creds.gif) 50% 50% no-repeat;
}

#core-content .small-live-chat a
{
	background: url(../images/banners/small-live-chat.gif) 50% 50% no-repeat;
}

#core-content .small-immerse a
{
	background: url(../images/banners/small-immerse.gif) 50% 50% no-repeat;
}

#core-content .small-mobile-example a
{
	background: url(../images/banners/small-mobile-examples.gif) 50% 50% no-repeat;
	min-height: 220px;
	text-decoration: none;
}

#core-content .small-email-example a
{
	background: url(../images/banners/small-email-examples.gif) 50% 50% no-repeat;
	text-decoration: none;
}

#core-content .small-meet-the-team a
{
	background: url(../images/banners/small-meet-the-team.gif) 50% 50% no-repeat;
}

#page-container #core-content .large-blog-article
{
	min-height: 177px;
}

#core-content .small-blog-article a,
#page-container #core-content .large-blog-article a
{
	min-height: inherit;
	display: inline;
}

#core-content .small-blog-article h5,
#core-content .large-blog-article h5
{
	padding: 0 0 5px 15px;
}

#core-content .small-blog-article h6,
#core-content .large-blog-article h6
{
	padding: 0 0 5px 15px;
	width: 132px;
}

#core-content .large-blog-article h6
{
	width: 183px;
}

#core-content .small-blog-article .info,
#core-content .large-blog-article .info
{
	padding: 0 0 10px 15px;
	width: 150px;
}

#page-container #core-content .large-blog-article a
{
	top: inherit;
}

#core-content div.small-blog-article p a img
{
	top: -32px;
}

#page-container #core-content div.large-blog-article p a img
{
	top: -77px;
	right: -217px;
}

#core-content .small-blog-article .blog-content,
#core-content .large-blog-article .blog-content
{
	padding: 5px 15px 10px;
}

#core-content .small-blog-article .info em,
#core-content .large-blog-article .info em
{
	float: right;
}

#page-container #core-content .component p a img
{
	position: absolute;
	z-index: 999;
	top: -20px;
	right: -10px;
}


#page-container #core-content .google-partner p a img
{
	position: absolute;
	z-index: 999;
	top: 19px;
	left: 68px;
}


#core-content .panel .base,
#core-content .component .base
{
	position: absolute;
	bottom: -12px;
	left: 0;
}

#core-content .panel .top,
#core-content .component .top
{
	position: absolute;
	top: -12px;
	left: 0;
}


.case-study
{
	width: 254px;
	height: 170px;
	position: relative;
	margin-bottom: 20px;
}

.case-study a
{
	position: absolute;
	padding-left: 7px;
	display: block;
}

.promo-axa
{
	background: url(../images/banners/case-studies/bg-axa.png) 0 0 no-repeat;
}

.promo-ideal
{
	background: url(../images/banners/case-studies/bg-ideal.png) 0 0 no-repeat;
}

.promo-imaginative
{
	background: url(../images/banners/case-studies/bg-imaginative.png) 0 0 no-repeat;
}

.promo-hog
{
	background: url(../images/banners/case-studies/bg-hog.png) 0 0 no-repeat;
}

.promo-nuca
{
	background: url(../images/banners/case-studies/bg-nuca.png) 0 0 no-repeat;
}

.promo-gbl
{
	background: url(../images/banners/case-studies/bg-gbl.png) 0 0 no-repeat;
}

.promo-jumbo
{
	background: url(../images/banners/case-studies/bg-jumbo.png) 0 0 no-repeat;
}

.promo-hoseasons
{
	background: url(../images/banners/case-studies/bg-hoseasons.png) 0 0 no-repeat;
}

.news #core-content .news-archive
{
	min-height: 60px;
}

.news-archive form
{
	padding: 0 15px;
}

.news-archive select
{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	width: 160px;
}

.news-archive input
{
	display: inline-block;
	border: none;
	padding: 0;
	vertical-align: middle;
}

.about #core-content .supporting-panel .testimonial,
.services #core-content .supporting-panel .testimonial
{
	margin: 80px 0;
	padding: 5px 16px 0 18px;
}

.about #core-content .supporting-panel .testimonial .base,
.services #core-content .supporting-panel .testimonial .base
{
	bottom: -41px;
}

.about #core-content .supporting-panel .testimonial .top,
.services #core-content .supporting-panel .testimonial .top
{
	top: -50px;
}

.testimonial a
{
	text-decoration: none;
}

.testimonial p
{
	color: #4A4A4A;
}

.testimonial blockquote
{
	margin: 0;
}

.testimonial cite
{
	font-style: normal;
}

.testimonial .logo
{
	display: block;
	margin: 0 auto 10px;
}

.testimonial .main
{
	line-height: 1.5em;
	margin-bottom: 10px;
}


/*--------------------------------------------------------------------------
	=Misc HTML
----------------------------------------------------------------------------*/

#footer:after,
#nav:after,
#core-content:after,
#footer ul:after,
.home #core-content .panel ul.whats-happening li:after,
.clients .client-list:after,
.work ul:after,
.work-detail #core-content .panel:after,
.work-detail .gallery ul:after,
.services .services-overview ul:after,
.people ul li:after,
.news .news-detail li:after,
.mini-services ul:after,
ul.socials:after
{
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

.w3c
{
	position: absolute;
	left: -99999px;
}

.clients .testimonials div
{
	width: 870px;
	height: 270px;
}

.clients .testimonials div ul
{
	width: 3212px;
}

.non-scroll-pane
{
	overflow: hidden;
}

.jScrollPaneContainer {
	position:  relative;
	overflow:  hidden;
	z-index:  1;
}

.jScrollPaneTrack {
	position:  absolute;
	cursor:  pointer;
	left:  0;
	bottom:  0;
	width:  100%;
	background:  #d0d0d0;
	border-bottom: 10px solid #fff
}

.jScrollIntervalTrack { 
	position:  absolute;
}

.jScrollPaneDrag {
	position:  absolute;
	background:  #FFE0B3;
	cursor:  pointer;
}

.jScrollPaneDrag img
{
	position: absolute;
	z-index: 9999;
	top: -11px;
	left: 45%;
}

.jScrollPaneDragLeft {
	position:  absolute;
	bottom:  0;
	left:  0;
	overflow:  hidden;
}

.jScrollPaneDragRight {
	position:  absolute;
	bottom:  0;
	right:  0;
	overflow:  hidden;
}



/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    position: fixed;
    top:  7%;
    left:  50%;
    margin-left:  -342px;
    width:  624px;
    background-color:  #EEE;
    color:  #333;
    border:  1px solid black;
    padding:  12px;
}

#dialog .content
{
	display: none;
}

#dialog .content
{
	text-align: center;
}

#dialog .close
{
	position: absolute;
	top: 10px;
	right: 10px;
}

#dialog .heading h2
{
	font-weight: bold;
	margin-bottom: 10px;
}

#dialog .heading 
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#dialog .loader
{
	height: 40px;
	background: url(../images/content/work/ajax-loader.gif) 50% 50% no-repeat;
}

#dialog .content img {
	margin: auto;
}

.jqmOverlay { 
	background-color:  #000; 
}

#hide-chat
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#success
{
	background: #F3FFD7;
	bottom: 5px;
	padding: 8px;
	position: absolute;
	width: 385px;
	color: #060;
	border: 1px solid;
}



/* Generic Heading Styles */
.work h1,
.clients h1,
.about h1,
.services h1,
.contact h1,
.people h1,
.surgery h1
{
	line-height: 1em;
	margin-top: 14px;
	margin-left: 25px;
}

.work h2,
.clients h2,
.about h2,
.services h2,
.contact h2,
.people h2,
.news h2
{
	position: absolute;
	top: -3px;
	right: 95px;
	font-size: 1.7em;/* 12 x 1.7 = 20px */
	color: #4A4A4A;
}

.services .content-narrow h2
{
	font-size: 1.43em;
	margin-bottom: 20px;
	position: relative;
	top: 0;
	right: 0;
}

.summary
{
	font-size: 1.43em;
}

.people h2
{
	width: 570px;
}

.cufon-active .work h2,
.cufon-active .clients h2,
.cufon-active .news h2,
.cufon-active .about h2,
.cufon-active .services h2,
.cufon-active .contact h2,
.cufon-active .people h2
.cufon-active .work-detail h2
{
	line-height: 0.6em;
}

.cufon-active .contact h2
{
	line-height: 0.7em;
}

.cufon-active .services .content-narrow h2
{
	line-height: 1.2em;
}

.clients h2
{
	top: 4px;
	right: 125px;
}

.services h2
{
	top: 8px;
	right: 180px;
}

.news h2
{
	top: 8px;
	right: 187px;
}

.about h2
{
	top: -3px;
	right: 210px;
}

.services h2
{
	top: 4px;
}

.contact h2
{
	top: -3px;
	right: 70px;
}

.search-engine-optimisation h2
{
	top: 21px;
	right: 170px;
}

.website-design-and-development h2
{
	top: 21px;
	right: 200px;
}

.online-marketing h2
{
	top: 21px;
	right: 34px;
}

.web-development h2
{
	top: 4px;
	right: 110px;
}

.mobile-solutions h2
{
	top: 21px;
	right: 165px;
}

.pay-per-click h2
{
	top: 21px;
	right: 225px;
}

.email-marketing h2
{
	top: 21px;
	right: 35px;
}

.social-media-marketing h2
{
	top: 21px;
	right: 220px;
}

.strategy-and-consultancy h2
{
	top: 21px;
	right: 50px;
}

.people h2
{
	top: 0;
	right: 65px;
}

.article-header
{
	color: #666;
}

/* 404 Page Styles */

#to_cluster.clustered {
	margin-top: -52px;
}

#to_cluster {
	position: absolute;
	text-indent: -9999px;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	line-height: 200%;
	display: block;
	font-size: 400px;
	height:450px;
}

.clustered svg {
  position: absolute;
  top: -12px;
  left: 0;  
}

.cluster
{
	display:block;
	height:400px;
}

.c404 p
{
	margin: 10px 0 0 30px;	
}


/*

@media only screen and (max-width: 1023px) { 
	#core-content { width: 750px; border:1px solid red; }
	
}

@media only screen and (max-width: 750px) { 
	#core-content { width: 500px; }
}

@media only screen and (max-width: 500px) { 
	#core-content { width: 320px; }
}*/
