body {
	font-size: 100%;
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#container {
	width: 950px;
	margin: auto;
}

#header {
	border-top: 1px solid #ccc;
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	height: 140px;
	position: relative;
}

#logoPlacedholder {
	display: block;
	top: 32px;
	left: 16px;
	width: 330px;
	height: 1px;
	position: absolute;
	overflow: hidden;
	padding-top: 53px;
}

.furtherInfo {
	float: right;
	margin-top: 26px;
	font-size: 115%;
	text-align: right;	
}

.furtherInfo .telephone {
	color: #cc0000;
	font-size: 130%;
	font-weight: bold;
}

#findUs {
	background-image: url(/images/contact.gif);
	background-repeat: no-repeat;
	display: block;
	width: 38px;
	height: 52px;
	float: right;
	padding: 8px 0 0 55px;
	font-size: 60%;
	text-decoration: none;
	color: #000;
	margin: 18px 20px 0 26px;
}

#navigation {
	height: 40px;
	background-image: url(/images/nav-bg.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 80%;
}

#navigation span {
	display: none;
}

#navigation a {
	display: block;
	padding: 12px 23px 0 23px;	
	float: left;
	border-right: 1px solid #fff;
	height: 28px;
	font-weight: bold;
}

#navigation a:link, #navigation a:visited {
	color: #fff;
	text-decoration: none;
}

#navigation a.selected {
	background-color: #d42626;
	background-image: url(/images/nav-selected-bg.png);
	background-repeat: repeat-x;
}

#breadcrumbs {
	padding: 11px 0 0 32px;
	height: 31px;
	font-size: 70%;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #000;
	text-decoration: none;
}

#breadcrumbs span.current {
	color: #c00;
}

#subNavigation {
	background-image: url(/images/sub-nav-bg.png);
	background-repeat: no-repeat;
	min-height: 310px;
	height: 310px;
	width: 145px;
	float: left;
	font-size: 70%;
	padding: 20px 19px 0 18px;
	color: #c00;
}

html>body #subNavigation {
	height: auto;	
}

body.contact #subNavigation {
	background-image: url(/images/uk.png);
}

#subNavigation a:link, #subNavigation a:visited {
	color: #000;
	text-decoration: none;
}

#subNavigation a:hover, #subNavigation a.selected {
	color: #c00;	
}

#subNavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subNavigation ul li {
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin: 0;
	padding: 0 0 0 15px;
	color: #000;
}

#subNavigation hr {
	border: 0;
	border-top: 1px solid #999;	
}

#contentContainer {
	width: 548px;
	float: left;
	text-align: center;
}

#contentContainer img {
	margin-bottom: 26px;
}

#content img {
	margin: 0;
	border: 0;
}

#content {
	float: left;
	margin-left: 29px;
	font-size: 80%;
	display: inline;
	text-align: left;
}

html>body #content {
	display: block;
}

#content ul {
	list-style-image: url(/images/bullet.gif);
}

#content a:link, #content a:visited {
	color: #000;
	text-decoration: none;	
}

h1 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 170%;
	font-weight: normal;
}

h1 span {
	color: #c00;
}

#footer {
	background-image: url(/images/footer-bg.png);
	background-repeat: no-repeat;	
	color: #fff;
	padding: 6px 0 0 32px;
	min-height: 44px;
	height: 44px;
	font-weight: bold;
	font-size: 75%;
	clear: both;
}

html>body #footer {
	height: auto;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

.companyName {
	color: #cc0000;
	font-weight: bold;
}

.companyName em {
	font-style: normal;
	color: #000;
}

#sidebar {
	float: right;
	width: 220px;
}

#ads {
	background-image: url(/images/ad-bg.png);
	background-repeat: repeat-x;
	padding: 13px 0 14px 15px;
}

#ads img {
	margin-bottom: 8px;
}

#adLogo {
	float: right;
	margin: 1em 0 0 0;
	padding: 8px 0 8px 0;
	text-align: center;
	width: 205px;
	border: 1px solid #ccc;
}

#adLogo legend {
	font-size: 80%;
	text-align: center;
	margin-left: 60px;
	font-style: italic;
}

#content .range {
	float: left;
	margin: 0 12px 7px 0;
	font-size: 90%;
}

#content .range img {
	margin-bottom: 2px;
}

h2.email {
	background-image: url(/images/email.gif);
	background-repeat: no-repeat;
	padding-left: 33px;
}

address {
	font-style: normal;
}

dd {
	margin: 0 0 0.5em 0;
}

dd input, dd textarea {
	border: 1px solid #ccc;
}

dd textarea {
	width: 24em;
	height: 8em;
}

dd input[type=submit] {
	background-image: url(/images/submit-bg.png);
	background-repeat: repeat-x;
	color: #fff;
	border: 0;
	padding: 4px 6px 4px 6px;
	cursor: pointer;
}

dd .errors {
	color: red;
	margin: 0 0 0 17px;
	padding: 0;
}

#messages {
	padding: 8px;
	background-color: #F2F9FF;
	border: 1px solid #DAEDF9;
	margin-bottom: 1em;
}

#content .logoRow img {
	display: block;
	float: left;
	margin-right: 15px;
}

.logoRow {
	height: 106px;
}
