/*

----- Fuse Digital 2007 -----
----- screen stylesheet -----

----- enjoy. -----

----- Panel Drop-Shadow Sizes -----

	Left: 3px
	Right: 5px
	Top: 2px
	Bottom: 6px

----- Site Dimensions -----

	Full Width: 808px
	Panel Width: 800px
	
	Main Col Width: 501px
	Main Col Sub-Col Width: 155px
	
	Sub-Col Width: 219px
	
	Main Col & Sub-Col Left Margin: 20px
	Main Col & Sub-Col Right Margin: 20px
	
	Main Col Sub-Col Gutter: 18px

----- Background Colours -----

	Background Grey: #e2e2e2
	Panel White: #fff

----- Foreground Colours -----

	Strong Grey Text: #333
	Mid Grey Text: #666
	Light Grey Text: #999
	
	Fuse Orange: #ff6700

*/

* {
	margin: 0; /* global reset of margin and padding */
	padding: 0;
}

/* ----- tags ----- */
body {
	background: #e2e2e2 url(../images/bg_pattern.gif) 0 0 repeat-x;
	font: small Arial, Helvetica, sans-serif;
	color: #666;
	padding: 11px 0;
}
ul {
	list-style: none; /* no bullets on lists by default */
}
a {
	color: #666;
	outline: none; /* prevent FF from drawing an outline around active links */
}
a:hover {
	color: #ff6700;
}
a img {
	border: none;
}
em {
	color: #ff6700;
}
blockquote {
	margin: 20px;
	background: url(../images/quote_left.gif) 0 0 no-repeat;
}
blockquote p {
	padding: 5px 25px;
	background: url(../images/quote_right.gif) 100% 100% no-repeat;
}
blockquote cite {
	padding: 0 25px;
	font-weight: normal;
	font-style: normal;
	color: #ff6700;
}

/* ----- universal styles ----- */
.hide {
	display: none;
}
a.lnk {
	text-decoration: none;
	background: url(../images/bullets/arrow_orange.gif) 0 2px no-repeat;
	padding-left: 14px;
}
a.hlt {
	color: #ff6700;
	text-decoration: none;
}
a.hlt:hover {
	color: #666;
}
p.lnk {
	color: #666;
}
p.lnk a {
	color: #ff6700;
	text-decoration: none;
}
p.lnk a:hover {
	color: #333;
}
ul.gen-list {
	list-style: disc inside;
}
#accessibility .col-left ul.gen-list {
	margin-bottom: 20px;
}
p.img {
	clear: left;
	float: left;
	margin: 0 15px 20px 0;
}

/* ----- panels ----- */
.hr { /* hr tag used for panel tops */
	margin: -275px 0 0 108px; /* negative top margin pulls subsequent content back above the masthead */ /* -111 */
	width: 808px;
	height: 27px;
	background: url(../images/panel_top.png) 0 0 no-repeat !important;
	background-image: url(../images/panel_top.gif);
	position: relative; /* set position to allow z-index to be specified */
	z-index: 10; /* set higher z-index to position above masthead */
}
hr {
	display: none;
}
#content { /* main panel containing element */
	clear: both;
	margin: 0 0 0 108px;
	width: 808px;
	text-align: left;
	font-size: 0.85em;
	color: #999;
	position: relative; /* set position to allow z-index to be specified */
	z-index: 10; /* set higher z-index to position above masthead */
}
#content .frame { /* nested frame allows us to float left within an auto margin element */
	float: left;
	width: 760px;
	background: url(../images/panel_bg_rpt.png) 0 0 repeat-y !important;
	background-image: url(../images/panel_bg_rpt.gif);
	padding: 0 25px 0 23px;
}

/* ------ header ------ */
#header {
	position: relative; /* allows us to position absolutely within this element using its co-ords */
	width: 808px;
	height: 94px;
	margin: 0 0 0 108px;
	background: url(../images/header_bg.png) 0 0 no-repeat !important;
	background-image: url(../images/header_bg.gif); /* substitute background image for gif in IE6 */
	z-index: 10; /* set higher z-index to position above masthead */
}
h1 {
	display: block;
	width: 102px;
	height: 35px;
	position: absolute;
	top: 28px;
	right: 25px;
}
/*
this is unused - we're placing the image inline so it can be shown when a page is printed
h1 a {
	display: block;
	width: 102px;
	height: 35px;
	text-indent: -1000em;
	background: url(../images/fuse_logo.gif) 0 0 no-repeat;
}
*/

/* ------ global navigation ------ */
#header ul {
	position: absolute;
	left: 13px;
	bottom: 5px;
}
#header ul li {
	float: left;
	margin-right: 5px;
}
#header ul li a {
	display: block;
	height: 33px;
	text-indent: -1000em;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#header ul li a:hover {
	background-position: 0 -200px;
}
#nav1 {
	width: 95px;
	background-image: url(../images/nav/nav1.gif);
}
#nav2 {
	width: 94px;
	background-image: url(../images/nav/nav2.gif);
}
#nav3 {
	width: 84px;
	background-image: url(../images/nav/nav3.gif);
}
#nav4 {
	width: 93px;
	background-image: url(../images/nav/nav4.gif);
}
#nav5 {
	width: 81px;
	background-image: url(../images/nav/nav5.gif);
}
#who-we-are #nav1, #what-we-do #nav2, #our-clients #nav3, #whats-new #nav4, #contact-us #nav5 {
	background-position: 0 -400px;
}

/* ------ masthead ------ */
#masthead {
	width: 100%;
	height: 694px; /* 530px */
	margin-top: -105px;
	overflow: hidden;
}
#masthead .frame {
	width: 1800px; /* 1280px */
	height: 694px; /* 580px */
	margin-left: -128px;
	background: url(../images/panel_masthead.png) 236px 105px no-repeat !important;
	background-image: url(../images/panel_masthead.gif);
}

#masthead-2 {
	float: left;
	width: 808px;
	height: 230px;
	background: url(../images/panel_bg_rpt.png) 0 0 repeat-y !important;
	background-image: url(../images/panel_bg_rpt.gif);
	padding: 0 0 20px 3px;
}


#masthead.nb {
	width: 100%;
	height: 800px; /* 694px */
	margin-top: -105px;
	overflow: hidden;
}
#masthead .frame.nb {
	width: 1800px; 
	height: 800px; /* 694px */
	margin-left: -128px;
	background: url(../images/nb/bg.jpg) 236px 105px no-repeat !important;
	background-image: url(../images/nb/bg.jpg);
	position:relative;
}

#masthead .frame img.nb
{
	position:absolute;
	margin-left:0px;
	top:306px;
	left:337px;
	width:156px;
	height:60px;
}

#masthead .frame img.catch-up
{
	position:absolute;
	top:362px;
	left:607px;
	border: none 0px transparent;
	width:120px;
	height:20px;
}

/*
#masthead .frame.nb {
	width: 1800px; 
	height: 800px;
	margin-left: -128px;
	background: url(../images/nb/bg.jpg) 236px 105px no-repeat !important;
	background-image: url(../images/nb/bg.jpg);
}

#masthead .frame img.nb
{
	position:absolute;
	top:306px;
	left:337px;
}

#masthead .frame img.catch-up
{
	position:absolute;
	top:322px;
	left:447px;
	border: none 0px transparent;
}
*/

/* ------ footer ------ */
#footer {
	clear: both;
	width: 808px;
	margin: 0 0 0 108px;
	text-align: left;
	font-size: 0.85em;
	position: relative; /* set position to allow z-index to be specified */
	z-index: 10; /* set higher z-index to position above masthead */
}
#footer .frame {
	float: left;
	width: 760px;
	background: url(../images/panel_bottom.png) 0 100% no-repeat !important;
	background-image: url(../images/panel_bottom.gif);
	padding: 0 25px 30px 23px;
}
#footer a {
	text-decoration: none;
}
#footer .col-left {
	width: 500px;
	float: left;
	border-top: 1px solid #c0c0c0;
	padding-top: 12px;
}
#footer .col-right {
	width: 260px;
	float: right;
	border-top: 1px solid #c0c0c0;
	padding-top: 12px;
}
#footer .legal {
	margin-bottom: 5px;
}
#footer .copy {
	color: #a6a6a6;
}

#footer .missioncopy {
	color: #a6a6a6;
}

#footer .missioncopy a {
	color: #a6a6a6;
}
#footer .missioncopy a:hover {
	color: #ff6700;
}

#footer ul {
	float: right;
	margin-bottom: 5px;
}
#footer ul li {
	float: left;
	margin-left: 12px;
}
#footer .links {
	clear: right;
	float: right;
	width: 260px;
	text-align: right;
}
#footer .links a {
	color: #a6a6a6;
}
#footer .links a:hover {
	color: #ff6700;
}

#footer .carbon-neutral {
	background:url(../images/carbon_neutral_company.gif) 0 0 no-repeat;
	width:150px;
	height:13px;
	float:right;
	margin-top:5px;
	text-indent:-100000px;
}

/* ------ content generic ------ */
#content .col-left {
	float: left;
	width: 501px;
}
#privacy-policy #content .col-left, #accessibility #content .col-left, #error #content .col-left {
	width: 760px;
}
#error #content .col-left {
	margin-top: 25px;
}
#content .col-right {
	float: right;
	width: 219px;
}
#content .col-left p {
	line-height: 1.3em;
	margin-bottom: 20px;
}
#content p.int {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #666;
}
#content .col-right p {
	line-height: 1.3em;
	margin-bottom: 15px;
	clear: left;
}
#content .col-right ul {
	margin-bottom: 10px;
}
#content .col-right ul.gen-list-2 {
	list-style: none;
	margin-bottom: 15px;
	width: 100%;
}
#content .col-right ul li {
	margin-bottom: 6px;
}
#content .col-right ul.gen-list-2 li {
	margin-bottom: 0;
}
#content .col-right ul li a {
	text-decoration: none;
	color: #ff6700;
}
#content .col-right ul li a:hover {
	color: #333;
}
#content .col-right ul li a strong {
	font-weight: normal;
	color: #999;
}

/* ------ content blocks ------ */
.gen-full {
	clear: both;
	margin-bottom: 30px;
}
.gen-full h3 {
	color: #666;
	font-size: 1.2em;
	margin-bottom: 5px;
}
.gen-full h3 span {
	font-weight: normal;
	color: #999;
}
.gen-full h3.ext span {
	font-weight: bold;
	color: #999;
	font-size: 0.85em;
}
.gen-full h4 {
	color: #666;
	font-size: 1em;
	margin-bottom: 5px;
}
.gen-block h3 {
	color: #666;
	font-size: 1.1em;
	margin-bottom: 5px;
}
.col-right .gen-block, .col-right .first-to-know {
	clear: both;
	float: left;
	width: 219px;
	margin-bottom: 5px;
}
#our-clients .gen-block {
	margin-bottom: 20px;
}
.gen-block a {
	color: #ff6700;
	text-decoration: none;
}
.gen-block a:hover {
	color: #666;
}
.gen-block a.lnk {
	color: #666;
}
.gen-block a.lnk:hover {
	color: #ff6700;
}
.sub-left {
	float: left;
	width: 243px;
	margin-bottom: 15px;
}
.sub-right {
	float: right;
	width: 243px;
	margin-bottom: 15px;
}
#contact-us .sub-left {
	width: 155px;
}
#contact-us .sub-right {
	width: 326px;
	margin-right: -20px;
}
#contact-us .sub-left p {
	color: #666;
}
#contact-us .sub-left p span {
	color: #999;
	font-size: 0.85em;
}
.col-left ul {
	margin-bottom: 15px;
}
.col-left ul li a {
	color: #ff6700;
	text-decoration: none;
}
.col-left ul li a:hover {
	color: #333;
}
.col-left ul li strong {
	color: #666;
}
#content .sub-left p, #content .sub-right p {
	margin-bottom: 10px;
}

/* ------ left col headings ------ */
/* left col h2 headings replaced with images */
h2 {
	clear: left;
}
h2.latest-work {
	display: block;
	width: 213px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/latest_work.gif) 0 0 no-repeat;
}
h2.who-we-are {
	display: block;
	width: 96px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/who_we_are.gif) 0 0 no-repeat;
}
h2.partnerships {
	display: block;
	width: 191px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/our_group_of_companies.gif) 0 0 no-repeat;
	margin-left: 13px !important;
	margin-left: 22px;
}
h2.people {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/people.gif) 0 0 no-repeat;
}
.col-left h2.jobs {
	display: block;
	width: 31px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/jobs.gif) 0 0 no-repeat;
}
.col-left h2.jobs-at-fuse {
	display: block;
	width: 93px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/jobs_at_fuse.gif) 0 0 no-repeat;
}
.col-left h2.what-we-do {
	display: block;
	width: 96px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/what_we_do.gif) 0 0 no-repeat;
}
.col-left h2.more-info {
	display: block;
	width: 96px;
	height: 33px;
	text-indent: -1000em;
	background-image: url(../images/headings/talk_to_us.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.col-left h2.our-clients {
	display: block;
	width: 84px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/our_clients.gif) 0 0 no-repeat;
}
.col-left h2.whats-new {
	display: block;
	width: 91px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/whats_new.gif) 0 0 no-repeat;
}
.col-left h2.working-at-fuse {
	display: block;
	width: 127px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/working_at_fuse.gif) 0 0 no-repeat;
}
.col-left h2.current-vacancies {
	display: block;
	width: 140px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/current_vacancies.gif) 0 0 no-repeat;
}
.col-left h2.apply-today {
	display: block;
	width: 91px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/apply_today.gif) 0 0 no-repeat;
}
.col-left h2.contact-us {
	display: block;
	width: 80px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/contact_us.gif) 0 0 no-repeat;
}
.col-left h2.find-us {
	display: block;
	width: 118px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/find_us.gif) 0 0 no-repeat;
}
.col-left h2.accessibility {
	display: block;
	width: 118px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/accessibility.gif) 0 0 no-repeat;
}
.col-left h2.privacy-policy {
	display: block;
	width: 99px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/privacy_policy.gif) 0 0 no-repeat;
}
.col-left h2.site-map {
	display: block;
	width: 64px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/site_map.gif) 0 0 no-repeat;
}
.col-left h2.lucozade-running {
	display: block;
	width: 140px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/clients/lucozade_running.gif) 0 0 no-repeat;
}
.col-left h2.lucozade-energy {
	display: block;
	width: 140px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/clients/lucozade_energy.gif) 0 0 no-repeat;
}
.col-left h2.miele {
	display: block;
	width: 42px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/clients/miele.gif) 0 0 no-repeat;
}
.col-left h2.carlsberg {
	display: block;
	width: 125px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/clients/carlsberg.gif) 0 0 no-repeat;
}
.col-left h2.triton {
	display: block;
	width: 43px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/clients/triton.gif) 0 0 no-repeat;
}
.col-left h2.greenpeace {
	display: block;
	width: 90px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/clients/greenpeace.gif) 0 0 no-repeat;
}
.col-left h2.grant-thornton {
	display: block;
	width: 116px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/clients/grant_thornton.gif) 0 0 no-repeat;
}
.col-left h2.ruby-and-ed {
	display: block;
	width: 77px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/clients/ruby_and_ed.gif) 0 0 no-repeat;
}
.col-left h2.page-not-found {
	display: block;
	width: 119px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/page_not_found.gif) 0 0 no-repeat;
}
.col-left h2.awards {
	display: block;
	width: 56px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/awards.gif) 0 0 no-repeat;
}
.col-left h2.tuborg {
	display: block;
	width: 52px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/clients/tuborg.gif) 0 0 no-repeat;
}
.col-left h2.thank-you {
	display: block;
	width: 77px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/thank_you.gif) 0 0 no-repeat;
}
.col-left h2.error {
	display: block;
	width: 37px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/error.gif) 0 0 no-repeat;
}
.col-left h2.join-our-team {
	display: block;
	width: 102px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/join_our_team.gif) 0 0 no-repeat;
}

/* ------ right col headings ------ */
/* right col h2 headings replaced with images */
h2.whats-new {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/whats_new_sub.gif) 0 0 no-repeat;
}
.first-to-know h2 {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background-image: url(../images/headings/newsletters.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.col-right h2.jobs {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/jobs_at_fuse_sub.gif) 0 0 no-repeat;
}
.col-right h2.what-we-do {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/what_we_do_sub.gif) 0 0 no-repeat;
}
.col-right h2.more-info {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background-image: url(../images/headings/talk_to_us_dotted.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.col-right h2.our-services {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/our_services_sub.gif) 0 0 no-repeat;
}
.col-right h2.clients {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background-image: url(../images/headings/client_list.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.col-right h2.awards {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background-image: url(../images/headings/a_brief_word_on_awards.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.col-right h2.press-enq {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/press_enq_sub.gif) 0 0 no-repeat;
}
.col-right h2.latest-posts {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/latest_posts_sub.gif) 0 0 no-repeat;
}
.col-right h2.visit-site {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/visit_site_sub.gif) 0 0 no-repeat;
}
.col-right h2.other-case-studies {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/other_case_studies_sub.gif) 0 0 no-repeat;
}
.col-right h2.people {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/people_sub.gif) 0 0 no-repeat;
}
.col-right h2.current-vacancies {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/current_vacancies_sub.gif) 0 0 no-repeat;
}
.col-right h2.getting-here {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/getting_here_sub.gif) 0 0 no-repeat;
}
.col-right h2.join-our-team {
	display: block;
	width: 219px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/join_our_team_sub.gif) 0 0 no-repeat;
}

/* ------ client headings ------ */
/* client h2 headings replaced with images */
h2.lucozade {
	display: block;
	width: 69px;
	height: 33px;
	text-indent: -1000em;
	background: url(../images/headings/clients/lucozade.gif) 0 0 no-repeat;
}

/* ------ first to know block ------ */
#content .col-right .first-to-know {
	margin-bottom: 25px;
}
#content .col-right .first-to-know p {
	line-height: 1.3em;
	margin-bottom: 6px;
}
.first-to-know p span {
	display: block;
	float: left;
}
.first-to-know p span.button {
	display: block;
	float: left;
	padding: 2px 0 0 15px;
}
.first-to-know .field {
	width: 156px;
	background: #e8e8e8;
	border: 1px solid #ddd;
	padding: 2px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #666;
}
#content .col-left p.first-to-know {
	float: left;
	padding-bottom: 15px;
}
#content .col-left p.first-to-know .field {
	float: left;
}
#content .col-left p.first-to-know span.button {
	display: block;
	float: left;
	padding: 2px 0 0 15px;
}

/* ------ what client said block ------ */
#content .col-right .what-client-said {
	margin: 0 -5px 15px -3px;
}
#content .col-right h2.what-client-said {
	display: block;
	width: 227px;
	height: 34px;
	text-indent: -1000em;
	background: url(../images/what_said_box_top.gif) 0 0 no-repeat;
	margin-bottom: 0;
}
blockquote.what-client-said {
	background: url(../images/what_said_box_bottom.gif) 0 100% no-repeat;
	color: #fff;
	padding: 10px 10px 15px 10px;
	width: 207px;
	font-size: 1em;
	font-weight: bold;
}
blockquote.what-client-said cite {
	font-weight: normal;
	font-style: normal;
	color: #fff;
	padding: 0;
}
blockquote.what-client-said p {
	padding: 0;
	background: none;
}


/* ------ general blocks ------ */
.gen-blocks {
	float: left;
	margin-bottom: 20px;
}
#our-clients .gen-blocks {
	margin-bottom: 0;
}
.gen-blocks ul {
	float: left;
	width: 519px !important; /* percieved width is 501 */
	margin-left: -18px !important; /* negative left margin so all list items can use the same style */
	width: 527px; /* fudge width for IE6 */
	margin-left: -26px; /* fudge left margin for IE6 */
	padding-left: 5px;
	position: relative;
}
.gen-blocks ul li {
	float: left;
	margin-left: 9px;
}
#our-clients .gen-blocks ul li {
	margin-bottom: 15px;
	/*position: relative;*/
}
.gen-blocks ul li a {
	display: block;
	width: 163px;
	text-decoration: none;
}
.gen-blocks ul li a strong {
	padding: 0 4px;
	color: #333;
	font-weight: normal;
}
.gen-blocks ul li a span {
	padding: 0 4px;
	color: #999;
}
.gen-blocks ul li a span.img {
	padding: 0;
}
.gen-blocks ul li a:hover strong {
	color: #ff6700;
}

.gen-blocks-row {
	float: left;
	margin-bottom: 20px;
	width: 519px !important; /* percieved width is 501 */
	margin-left: -18px !important; /* negative left margin so all list items can use the same style */
	width: 527px; /* fudge width for IE6 */
	margin-left: -26px; /* fudge left margin for IE6 */
	padding-left: 5px;
}
.gen-blocks-row .block {
	float: left;
	margin-left: 9px;
	display: block;
	width: 163px;
}
#content .gen-blocks-row .block h3 {
	margin: 6px 4px 10px 4px;
	font-size: 1em;
	font-weight: bold;
	color: #333;
}
#content .gen-blocks-row .block h3 span {
	color: #999;
}
#content .gen-blocks-row .block p {
	margin: 0 4px 15px 4px;
}
#content .gen-blocks-row .block p strong {
	font-weight: normal;
	color: #666;
}
#content .gen-blocks-row .block p a {
	color: #ff6700;
	text-decoration: none;
}
#content .gen-blocks-row .block p a:hover {
	color: #333;
}

/* ------ block lists ------ */
.gen-block ul {
	float: left;
	margin-bottom: 20px;
}
#our-clients .col-right ul li {
	margin-bottom: 0;
}
#our-clients .col-right ul#gen-block-adj li {
	margin-bottom: 6px;
}

/* ------ definition list block ------ */
dl {
	width: 501px;
	margin-bottom: 30px;
}
dt {
	width: 501px;
	background: url(../images/bg_diag_rpt.gif) 0 0 repeat;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin-top: 1px;
}
dt a {
	display: block;
	width: 481px;
	padding: 4px 10px;
	color: #666;
	text-decoration: none;
}
dt.current {
	background: #ff6700;
	color: #fff;
}
dt.current a, dt.current a:hover {
	color: #fff;
	text-decoration: none;
}
dd {
	width: 481px;
	border: 1px solid #e9e9e9;
	border-top: none;
	background: #f7f7f7;
	padding: 12px 9px 2px 9px;
}
#content .col-left dd p {
	margin-bottom: 10px;
}

/* ------ snippets ------ */
#whats-new #content .col-left {
	padding-bottom: 20px; /* adjust to offset margin collapse in IE6 and IE7. Gits. */
}
.latest-snip, .latest-story {
	clear: left;
	float: left;
	width: 501px;
	background: url(../images/dots_h_rpt.gif) 0 100% repeat-x;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.latest-snip h3, .latest-story h3 {
	color: #666;
	font-size: 1.2em;
}
.latest-story h3 {
	margin-bottom: 10px;
}
.latest-snip h3 a {
	color: #666;
	text-decoration: none;
}
.latest-snip h3 a:hover {
	color: #ff6700;
}
.latest-snip a, .latest-story a {
	color: #ff6700;
	text-decoration: none;
}
.latest-snip a:hover, .latest-story a:hover {
	color: #666;
}
#content .col-left .latest-snip .date, #content .col-left .latest-story .date {
	margin-bottom: 0;
	color: #666;
}
#content .col-left .latest-snip p, #content .col-left .latest-story p {
	margin-bottom: 10px;
}
.latest-snip .envelope, .latest-story .envelope {
	color: #666;
}

/* ------ site map ------ */
#site-map #content .col-left ul {
	margin: 10px 0 0 30px;
}
#site-map #content .col-left ul li {
	margin-bottom: 15px;
}
#site-map #content .col-left ul li ul li {
	margin-top: 6px;
	margin-bottom: 0;
}
#site-map #content .col-left ul li ul {
	margin: 0 0 0 20px;
}
#site-map #content .col-left ul li a {
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
}
#site-map #content .col-left ul li ul li a {
	font-size: 1.1em;
	font-weight: normal;
}
#site-map #content .col-left ul li a.sec {
	font-size: 1em;
	color: #999;
}
#site-map #content .col-left ul li a:hover, #site-map #content .col-left ul li a.sec:hover {
	color: #ff6700;
}

/* ------ general blocks client buttons ------ */
#our-clients .gen-blocks li span.img {
	display: block;
	width: 163px;
	height: 122px;
}
.gen-blocks li a.lucozade-energy, .gen-blocks li a.lucozade-running, .gen-blocks li a.miele, .gen-blocks li a.grant-thornton, .gen-blocks li a.carlsberg, .gen-blocks li a.triton, .gen-blocks li a.greenpeace, .gen-blocks li a.ruby-and-ed, .gen-blocks li a.tuborg {
	height: 122px;
	text-indent: -1000em;
}
.gen-blocks li a.lucozade-energy:hover, .gen-blocks li a.lucozade-running:hover, .gen-blocks li a.miele:hover, .gen-blocks li a.grant-thornton:hover, .gen-blocks li a.carlsberg:hover, .gen-blocks li a.triton:hover, .gen-blocks li a.greenpeace:hover, .gen-blocks li a.ruby-and-ed:hover, .gen-blocks li a.tuborg:hover {
	background-position: 0 -300px;
}
.gen-blocks li a.lucozade-energy {
	background: url(../images/clients/lucozade_energy_set.gif) 0 0 no-repeat;
}
.gen-blocks li a.lucozade-running {
	background: url(../images/clients/lucozade_sport_set.gif) 0 0 no-repeat;
}
.gen-blocks li a.miele {
	background: url(../images/clients/miele_set.gif) 0 0 no-repeat;
}
.gen-blocks li a.grant-thornton {
	background: url(../images/clients/grant_thornton_set.gif) 0 0 no-repeat;
}
.gen-blocks li a.carlsberg {
	background: url(../images/clients/carlsberg_set.gif) 0 0 no-repeat;
}
.gen-blocks li a.triton {
	background: url(../images/clients/triton_set.gif) 0 0 no-repeat;
}
.gen-blocks li a.greenpeace {
	background: url(../images/clients/greenpeace_set.gif) 0 0 no-repeat;
}
.gen-blocks li a.ruby-and-ed {
	background: url(../images/clients/ruby_and_ed_set.gif) 0 0 no-repeat;
}
.gen-blocks li a.tuborg {
	background: url(../images/clients/tuborg_set.gif) 0 0 no-repeat;
}

/* ------ people ------ */
.people-row {
	width: 100%;
	float: left;
	clear: both;
}

/* ------ tooltips ------ */
/*
.tooltip {
	position: absolute;
	bottom: -25px;
	left: 65px;
	z-index: 20;
	display: block;
	width: 140px;
	background: url(../images/tooltip_cap.png) 0 0 no-repeat !important;
	background-image: url(../images/tooltip_cap.gif);
	padding-left: 11px;
}
*/
.tooltip {
	position: absolute;
	margin-left: 65px;
	margin-top: -15px;
	z-index: 20;
	display: block;
	width: 140px;
	background: url(../images/tooltip_cap.png) 0 0 no-repeat !important;
	background-image: url(../images/tooltip_cap.gif);
	padding-left: 11px;
}
.tooltip span.point {
	position: absolute;
	top: -18px;
	display: block;
	background: url(../images/tooltip_point.png) 0 0 no-repeat !important;
	background-image: url(../images/tooltip_point.gif);
	width: 26px;
	height: 21px;
	text-indent: -1000em;
}
.tooltip span.inf {
	display: block;
	background: url(../images/tooltip_bg.png) 100% 0 no-repeat !important;
	background-image: url(../images/tooltip_bg.gif);
	height: 27px;
	padding: 12px 11px 0 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
