﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image: url('bg-body.jpg');
	background-repeat: repeat-x;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
#wrapper {
	width: 1037px;
	margin: 10px auto 10px auto;
	background-color: #FFF;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#webhead {
	width: 1037px;
	height: 129px;
	margin: 0;
	background-image: url('logo.jpg');
	background-repeat: no-repeat;
}
.shadow {
	background-image: url('bg-headershadow.gif');
	background-repeat: repeat-x;
	height: 7px;
	width: 1037px;
}
#navstrip {
	height: 50px;
	width: 1037px;
	background-image: url('bg-menu.jpg');
	background-repeat: repeat-y;
	margin-top: 0;
	padding: 0;
}
a.nav, a.nav:link, a.nav:visited {
	display: block;
	width: 120px;
	height: 35px;
	background-image: url('menuoff.png');
	margin: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	color: #FFF;
	overflow: hidden;
	float: left;
	padding-right: 0px;
	padding-top: 15px;
}

a {
	outline: none;
}

a.nav:hover {
	color: #fff;
	background-image: url('menuon.png');
}
a.nav:active {
	color: #fff;
	background-image: url('menuoff.png');
}
.active {
	display: block;
	width: 120px;
	height: 50px;
	color: #fff;
	background-image: url('menuactive.png');
	padding-right: 0px;
	padding-top: 15px;
	margin-top: -15px;
	font-weight: bold;
}
#container {
	width: 1037px;
	margin-top: 10px;
}
#leftstrip {
	width: 260px;
	float: left;
	height: 622px;
	background-image: url('bg-leftstrip.png');
	background-position: bottom;
}

#leftstrip img {
	float: right;
	border: 1px none #FFF;
	width: 250px;
	height: 380px;
}



#address {
	width: 260px;
	margin-top: 400px;
	text-align: center;
	font-size: 0.8em;
}
.telephone {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: bold;
}
#pagecontent {
	margin-left: 280px;
	margin-bottom: 15px;
	background-color: #fff;
}
#pageleft {
	width: 350px;
	background-color: #fff;
	float: left;
	padding-right: 8px;
	margin-bottom:20px;
}
#pageright {
	width: 350px;
	background-color: #fff;
	margin-top: 10px;
	margin-left: 378px;
	padding-left: 8px;

}
#pageleft h1 {
	font-size: 1em;
	margin-top: 0px;
	padding: 12px 50px 12px 12px;
	background-image: url('bg-h1.jpg');
	background-repeat: no-repeat;
	width: 289px;
	color: #FFF;
	text-transform:capitalize;
}
#pageleft h2, h3, h4 {
	font-size: 0.9em;
	margin-top: 0px;
	padding: 12px 40px 12px 12px;
	background-image: url('bg-h2.jpg');
	background-repeat: no-repeat;
	width: 299px;
	color: #FFF;
	text-transform:capitalize;
}
.hr64 {
	color: #FFF;
	padding: 64px 0 0 0;
	border:1px solid #FFF;
}
.hr44 {
	color: #FFF;
	padding: 44px 0 0 0;
	border:1px solid #FFF;
}

#pageright h1 {
	font-size: 1em;
	margin-top: 0px;
	padding: 12px 50px 12px 12px;
	background-image: url('bg-h1.jpg');
	background-repeat: no-repeat;
	width: 289px;
	color: #FFF;
	text-transform:capitalize;
}
#pageright h2, h3, h4 {
	font-size: 0.9em;
	margin-top: 0px;
	padding: 12px 40px 12px 12px;
	background-image: url('bg-h2.jpg');
	background-repeat: no-repeat;
	width: 299px;
	color: #FFF;
	text-transform:capitalize;
}
#pagecontent p {
	font-size: 0.8em;
	line-height: 1.6em;
}
#pagecontent ul {
	font-size: 0.8em;
	line-height: 1.2em;
}
#pagecontent ol {
	list-style-type: lower-alpha;
	font-size: 0.8em;
	line-height: 1.6em;
}
#pagecontent li {
	padding: 0px 5px 10px 0px;
}

.postcodes {
	font-weight: bold;
	word-spacing: 30px;
}

.spacer {
	padding:30px 0px 30px 0px;
}

a.navmenu, a.navmenu:link, a.navmenu:visited {
	display: block;
	width: 321px;
	height: 27px;
	background-image:url('inset-menu-off.jpg');
	margin: 0px 0px 5px 0px;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	float: left;
	padding-left: 30px;
	padding-top: 7px;
}
a.navmenu:hover {
	color: #EA0084;
	background-image: url('inset-menu-on.jpg');
	padding-top:6px;
	height: 28px;
}
a.navmenu:active {
	color: #666;
	background-image: url('inset-menu-off.jpg');
}


a {	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#EA0084;
}
#options {
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
}


.testimonial {
	padding-top: 50px;
}

#footer {
	clear: both;
	height: 28px;
	width: 1037px;
	background-image: url('bg-footer.jpg');
	background-repeat: repeat-y;
	margin-top: 10px;
	font-size: 0.7em;
	padding-left: 15px;
	padding-top: 16px;
}
#wbd {
	width: 1037px;
	margin: 10px auto 10px auto;
	text-align: right;
}
#wbd a {
	text-decoration: none;
	color: #FFF;
	font-size: 0.6em;
}
#wbd a:hover {
	color: #FFCC00;
}

