body { 
	margin: 10px 0 0 0; 
	padding: 0; 
	text-align: center; 
	font-size: 100%; 
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif; 
	}
#strap { 
	position: relative;
	margin: 0 auto; 
	padding: 10px; 
	text-align: left; 
	width: 460px;
	}
h1 {
	position: relative;
	clear: left;
	display: block;
	width: 500px;
	height: 227px;
	margin: 0;
	padding: 0;
}
h1 span {
	background: url(http://www.bathdesign.co.uk/img/bath_design_logo.png) no-repeat left top;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 200;
}

h2, h3 { 
	font-size: 110%; 
	color: #777;
	}
h3 { 
	font-size: 100%; 
	margin: 1.4em 0 0 0; 
	padding: 0; 
	text-decoration: underline; 
	}
p.logo-p { 
	padding: 0; 
	font-size: 120%; 
	font-weight: bold; 
	color: #777; 
	line-height: 200%; 
	}
p { 
	font-size: 100%; 
	color: #555;
	}
li h4 {
	margin: 5px 0 0 0;
	}
li p {
	font-size: 80%; 
	color: #777;
	margin: 5px 0 10px 0;
	line-height: 120%;
	}
address { 
	margin: 0; 
	font-size: 110%; 
	color: rgb(112, 220, 76); 
	font-style: normal; 
	line-height: 120%;
	}
dt, ul { 
	list-style-type: none; 
	}
ul { 
	margin: 0; 
	padding: 0; 
	}
dt { 
	font-size: 110%; 
	text-decoration: underline; 
	}
dt, dd, li { 
	color: #777; 
	margin: 0; 
	padding: 0; 
	line-height: 120%; 
	}
dd, li { 
	font-size: 100%; 
	}
a {
	color: rgb(112, 220, 76);
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.sorry {
	color: rgb(112, 220, 76);
	font-size: 90%;
	}
/*
.offer {
	position: absolute;
	width: 300px;
	height: 200px;
	top: 200px;
	right: -233px;
	overflow: hidden;
	cursor: pointer;
	}
	.offer h2 {
		position: relative;
		width: 300px;
		height: 200px;
		}
	.offer h2 a {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		overflow: hidden;
		}
	.offer h2 span {
		background: url(http://www.bathdesign.co.uk/img/contact-button.png) no-repeat 0 0;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 200;
		overflow: hidden;
		}
	.offer p {
		position: absolute;
		z-index: 100;
		height: 0;
		overflow: hidden;
		}
	.offer p.terms {
		position: absolute;
		font-size: 10px;
		width: 100%;
		height: 25px;
		margin: 0;		
		bottom: -8px;
		right: -86px;		
		z-index: 400;
		}
	*/
