@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../graphics/edge.jpg);
	/*background-repeat: repeat-x;*/
	background-position:center top;
	margin: 0px;
	padding: 0px;

	
}
p {
	font-family:Arial;
	font-size:12px;
	margin:o;
}

a {
	font-family:Arial;
	font-size:12px;
	margin:o;
	color: #400000 ;
	font-style:normal;
}
#header {
	background-image: url(../graphics/bg_header.jpg);
	height: 102px;
	width: 839px;
}
#wrap {
	margin-right: auto;
	margin-left: auto;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;


	min-height:100%;
    position:relative;
width:845px;
	background-color:#FFF;
	padding-left:15px;
	margin-top:20px;
	padding-bottom:200px;
}

html,* html #wrap {
height:100%;
}

#navigation {
	height: 146px;
	width: 137px;
	background-image: url(../graphics/bg_navigation.jpg);
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 14px;
	margin-top: 0;

}

#navigation ul {
	list-style:none;
	margin:0;
	padding-left:2px;
}

#navigation a {
	display:block;
	width:116px;
	padding:3px;
	height:auto;
	color: #666;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

#navigation a:hover {
	background-color:#ffe387;
}

#address {
	height: 283px;
	width: 130px;
	background-image: url(../graphics/bg_address.jpg);
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	color:#666;
		
}

.float_left {
	float: left;
}
#txtPostcodeA {
	width:57px;
	margin-top:5px;
}
#txtPostcodeB {
	width:57px;
	margin-top:5px;
}
#btnShowDirections {
	height:20px;
/*	background-color:#fff;
	border:0;*/
	text-align:right;
	float:right;
	margin-right:15px;
}
.title {
	color:#FFF;
	height:20px;
	padding-top:12px;
	
	
}
span {
display:none;
}

.current {
	background-color:#ffe387;
}h1 {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#footer_asp {
	position:absolute;
	bottom:0px;
	right:0px;
	padding:10px;
	
}

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
