@charset "utf-8";
/* CSS Document */

a {
	color: #650404;
}
/*a span
{
 display: none;
}*/

a:hover {
	color: #000;
}

#breadcrumb {
	font-size: 1.2em;
}

#breadcrumb a {
	text-decoration: none;
}

.clear {
	clear: both;
}

#contact ul {
	padding-left: 122px;
}

#contact ul li {
	display: block;
	float: left;
	height: 25px;
	list-style-type: none;
}

#contact ul li span {
	display: none;
}

#contact ul li.contact1 {
	background: url(/assets/images/london.png);
	width: 220px;
}

#contact ul li.contact2 {
	background: url(/assets/images/manchester.png);
	width: 248px;
}

#contact ul li.contact3 {
	width: 254px;
}

#contact ul li.contact3 a {
	background: url(/assets/images/emailAddress.png) left;
	display: block;
	height: 25px;
	width: 254px;
}

#contact ul li.contact3 a:hover {
	background-position: right;
}

img {
	border: none;
}

.inThisSection {
	background: url(/assets/images/inThisSection.png);
	height: 56px;
	width: 182px;
}

.links {
	color: #666;
	float: left;
	font-size: 1.2em;
	width: 620px;
}

.links a, .zws a {
	text-decoration: none;
}

#news h2 {
	color: #666;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 20px;
}

#news h2 a {
	color: #666;
	font-weight: normal;
	margin-top: 20px;
 text-decoration: none;
}

#news h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-top: 15px;
}

#news p {
	font-size: 1.3em;
	line-height: 1.4em;
}

.replace span {
	display: none;
}

.searchInput {
	background: transparent;
	border: none;
	color: #999;
	height: 16px;
	width: 235px;
}

.zws {
	float: right;
	font-size: 1.1em;
	margin-top: 1px;
	text-align: right;
	width: 300px;
}

