body {
	padding: none;
	margin: 0;
	font-size: 62.5%;
}

p, a, h1, h2, h3, h4, hr, ul, ol, li, blockquote, table, address, img, form {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	border: none;
	text-decoration: none;
}

a:link { color: #DC068C; }
a:visited { color: #DC068C; }
a:hover { color: #98258F; }
a:active { color: #98258F; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
 }
 
 /* ---------- Header Section ----------- */
 
#header {
	width:  940px;
	margin:  0 auto;
	height: 130px;
}

#logo {
	background: url(../../../../../images/logo.png) no-repeat left top;
	height: 67px;
	width:  280px;
	float: left;
	margin:  30px 0 0 0;
}

#logo p a {
	display: block;
	height: 67px;
	width: 280px;	
}

#logo p a:active {
	outline: none;
}

#logo p {
	text-indent: -9999px;
}

#strapline {
	background: url(../../../../../images/strapline.jpg) no-repeat left top;
	height: 130px;
	width: 643px;
	float: right;
	display:  block;
	text-indent: -9999px;
}

/* ---------- Navigation structure ---------- */

#navigation {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	height: 35px;
	background: #eee;
	background: url(../../../../../images/nav_bg.png) repeat-x left bottom;
	border-top: 1px solid #fff;
}

#links {
	float:  left;
}

#links ul {
	margin: 0;
	padding: 0;
}

#links li {
	float: left;
	list-style: none;
	border-right: 1px solid #ccc;
	font-size: 1.2em;
	padding: 0 0 0 0;
	margin: 0;
	height: 35px;
	display: block;
}

#links li a {
	height: 35px;
	display: inline-block;
	margin: 0;
	padding: 0 10px 0 10px;
	color: #333;
	line-height: 2.5em;
	font-weight: bold;
}

#links li a:link { background: url(../../../../../images/nav_bg.png) no-repeat left bottom; }
#links li a:visited { background: url(../../../../../images/nav_bg.png) no-repeat left bottom; }
#links li a:hover { background: url(../../../../../images/nav_bg.png) no-repeat left top; color: #DC068C; }
#links li a:active { background: url(../../../../../images/nav_bg.png) no-repeat left top; color: #DC068C; }

#links li a.selected:link { background: url(../../../../../images/nav_bg.png) no-repeat left top; }
#links li a.selected:visited { background: url(../../../../../images/nav_bg.png) no-repeat left top; }

/* ---------- Second layer of nav ---------- */

#second_layer {
	background: #eee;
	margin: 0 auto 20px auto;
	width:  940px;
}

#second_layer ul {
	list-style: none;
	margin: 0;
}

#second_layer li {
	float:  left;
	padding: 8px 10px;
	font-size: 1.2em;
}

/* ---------- Breadcrumb ---------- */

#second_layer p {
	font-size: 1.2em;
	padding: 5px 10px;
}

/* ---------- Search box ----------- */

#search {
	float: right;
	padding: 0;
	margin: 0;
}

#search input {
	border: 1px solid #ccc;
	border-right: none;
	margin: 2px 0 0 0;
	padding: 3px 4px;
	line-height: 1em;
	width: 170px;
}

#search button {
	margin: 2px 10px 0 0;
	padding: 3px 4px;
	line-height: 1em;
	width:  30px;
	border: 1px solid #ccc;
	border-left: none;
	background: #F17A20;
	color: #fff;
}

#search #go {
	margin: 2px 10px 0 -5px;
	padding: 3px 4px;
	line-height: 1em;
	width:  30px;
	border: none;
	background: #F17A20;
	color: #fff;
}


/* ---------- Postcode search ----------- */

form#enter_postcode {
	width: 250px;
	margin: 0 auto 30px auto;
	border: 1px solid #eee;
}

form#enter_postcode p {
	padding: 5px 0 5px 10px;
	font-weight: bold;
}

form#enter_postcode input.postcode {
		width: 215px;
		margin: 0 10px 5px 10px;
		padding: 6px;
		font-size: 1.6em;
		border: 1px solid #ccc;
		font-weight: bold;
		color: #333;
}

form#enter_postcode input.postcode_submit {
	width: 50px;
	padding: 2px 4px;
	margin: 0 0 10px 10px;
}


/* ----------- Footer ---------- */

#footer {
	width: 940px;
	clear: both;
	margin: 0 auto 20px auto;
	background: url(../../../../../images/footer_bg.jpg) repeat-y left top;
}

#footer p {
	font-size: 1.3em;
	color: #fff;
	padding: 10px;	
}

