@charset "utf-8";

html {
	font-family: Tahoma, Helvetica, Arial, Verdana, Sans Serif;
	font-size: 90%;
}
h1,
h2,
h3 {
	font-family: Century Gothic, sans-serif;
}
a {
	color: #000;
	font-weight: bold;
}
a:after {
	/*content: ' «' attr(href) '»';*/
	font-weight: normal;
	text-decoration: none;
}
a img {
	border: none;
}
abbr,
acronym {
	border: 0;
}

blockquote {
	border-bottom: 5px solid #000;
	border-top: 5px solid #000;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 0 3em 1em;
}

#header_links li,
#navigation, 
#lhs_column, 
#breadcrumbs,
#content_utils,
/*#rhs_column,*/
#footer_links {
	display: none;
}


#header_links {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header_links li.home{
	display: block;
	margin: 0;
	padding: 0;
}
#header_links li.home a {
	display: block;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	text-align: center;
	text-decoration: none;
}
#header_links li.home a:after {
	content: '';
}
#header_links li.home a span.url {
	font-size: 0.75em;
}
#header_links li.home a span.strapline {
	font-size: 0.5em;
	display: block;
}

#footer {
	border-top: 1px solid #666;
	color: #666;
	font-size: 80%;
	margin-top: 5em;
}
#footer #company_details {
	font-size: 80%;
}


#clients-section #clients ul li div.img {
	display: none;
}
p.to-top {
	display: none;
}

#print_link {
	display: none;
}
.noprint {
    display: none;
}

img.default, 
img.wrap_left,
img.focus, 
img.sidelined {
	float: left;
	margin-right: 1em;
}
img.wrap_right {
	float: right;
	margin-left: 1em;
}
img.block {
	display: block;
	margin: 0 auto;
}
.honeypot {
    display: none
}
