/*
 * 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 */
}

.article-header
{
	font-size:				2.08em;	/* 12 x 2.08 = 25px */
}

.clients .testimonials li em,
.work-detail h2,
.surgery h2
{
	font-size:				1.5em;	/* 12 x 1.5 = 18px */
}

.home #core-content .panel ul.whats-happening h3,
.work em,
.work-detail h3,
.about h3,
.services h3,
.people ul li h3,
.news .news-detail h3,
#dialog .heading h2,
.surgery .info
{
	font-size:				1.17em;	/* 12 x 1.17 = 14px */
}

.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;
}

/*--------------------------------------------------------------------------
	=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:				353px;
	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 1em;
}

.home #core-content .panel ul
{
	margin:					0 0 1.4em;
}

.home #core-content .panel ul.service-list a
{
	text-transform:			uppercase;
	display:				block;
	text-decoration:		none;
	color:					#333;
	margin:					10px 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:			1.4em;
	padding-left:			37px;
}

.home #core-content .panel ul.whats-happening li.twitter
{
	background:				url(../images/icons.gif) 0 0 no-repeat;
}

.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 h3
{
	margin:					1.4em 0 0.5em;
	text-transform:			uppercase;
	font-weight:			bold;
}

.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:					30px 0;
}

.about .soak-overview
{
	width:					599px;
	padding:				10px 28px 28px;
}

.about .soak-overview p,
.about .soak-overview ul
{
	margin:					0 0 1em;
}

.about .soak-overview h3
{
	margin:					15px 0 1em;
}

.about .soak-overview 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:					30px 0;
}

.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 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 h2
{
	line-height:			0.6em;
}

.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
{
	top:					-186px;
}

.imaginative-traveller-game .promo
{
	top:					-185px;
}

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
{
	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 h3
{
	margin:					1.4em 0 0.5em;
	text-transform:			uppercase;
	font-weight:			bold;
}

.services #core-content .panel
{
	width:					653px;
	margin:					42px 0;
	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:					30px 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 ul li
{
	margin-bottom:			0.3em;
}

.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 #core-content .component.promo-immerse 
{
	
}

.services .services-overview
{
	width:					599px;
	padding:				10px 28px 28px;
}

.services .services-overview p,
.services .services-overview ul
{
	margin:					0 0 1em;
}


.services .services-overview h3
{
	margin:					15px 0 1em;
}


.services .services-overview ul li
{
	padding-left:			15px;
	background:				url(../images/bg-list-item.gif) 0 0.5em no-repeat;
}

.services .services-overview ul.service-list li
{
	float:					left;
	width:					44%;
}

.services .services-overview ul li a
{
/*	color:					#09f;
	font-weight:			bold;*/
	text-transform:			uppercase;
	text-decoration:		none;
}

/*--------------------------------------------------------------------------
	=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:					30px 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 .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 p,
.news .news-detail .more
{
	margin-bottom:			0.7em;
	margin-left:			180px;
}

.news .news-detail .more p
{
	margin-left:			0;
}

.news .news-detail p.thumb
{
	float:					left;
	margin-left:			0;
}

.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;
}

#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;
}

#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
{
	clear:					both;	
	float:					left;
}

#footer .ipatter-connect
{
	float:					right;
	margin-top:				38px
}


/*--------------------------------------------------------------------------
	=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 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-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;
}




/*--------------------------------------------------------------------------
	=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
{
	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
{
	margin-top:				14px;
	margin-left:			25px;
}

.work h2,
.clients h2,
.about h2,
.services h2,
.contact h2,
.people h2
{
	position:				absolute;	
	top:					-21px;
	right:					120px;
	font-size:				1.7em;	/* 12 x 1.7 = 20px */
	color:					#4A4A4A;
}

.people h2
{
	width:					570px;	
}

.services h2.service-summary
{
	width:					553px;	
}

.cufon-active .work h2,
.cufon-active .clients h2,
.cufon-active .about h2,
.cufon-active .services h2,
.cufon-active .contact h2,
.cufon-active .people h2
{
	line-height:			0.6em;
}

.cufon-active .contact h2
{
	line-height:			0.7em;
}


.clients h2,
.services h2
{
	top:					0;
	right:					145px;
}
.about h2
{
	top:					-22px;
	right:					225px;
}

.services h2
{
	right:					105px;
}

.contact h2
{
	top:					-22px;
	right:					80px;	
}


.services.website-design-and-development h2
{
	top:					21px;
	right:					34px;	
}

.services.online-marketing h2
{
	top:					21px;
	right:					54px;	
}

.services.corporate-communications h2
{
	top:					21px;
	right:					0;	
}

.services.content-management h2
{
	top:					21px;
}

.services.online-video h2
{
	top:					21px;
	right:					140px;
}

.services.strategy-and-consultancy h2
{
	top:					0;
	right:					14px;	
}

.people h2
{
	top:					0;
	right:					65px;	
}

.article-header
{
	color:					#666;	
}

