* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fbf5f6;
}
#wrapper, #footer {
	width: 766px;
}
#wrapper {
	margin: 0 auto;
	background-image: url(img/unbeweaveable-manchester.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	border-left: 1px solid #500001;
	border-right: 1px solid #500001;
}
#header {
	width: 766px;
	height: 355px;
}
#header h1, #header h2 {
	display: none;
}
#container {
	float: left;
	width: 530px;
}
#holder {
	width: 472px;
	padding-left: 58px;
}
h3, #content p, .priceList, #tail p, #side {
	font-family: Tahoma, sans-serif;
	font-size: 0.7em;
}
#title {
	width: 472px;
	background-image: url(img/box-top.gif);
	background-repeat: no-repeat;
	background-color: #fff;
}
#title h3, #content h3 {
	padding: 18px 0 6px 46px;
	color: #bf012f;
	text-transform: uppercase;
}
#title h3 {
	padding: 18px 0 6px 46px;
}
#content h3 {
	padding: 18px 0 6px 40px;
}
#content {
	width: 460px;
	min-height: 410px;
	background-color: #fff;
	border-left: 6px solid #500001;
	border-right: 6px solid #500001;
}
#content p, .priceList {
	padding-bottom: 6px;
	color: #292727;
}
#content p {
	margin: 0 40px 0 40px;
	line-height: 1.3em;
}
#content p.newSection {
	border-top: 1px dashed #500001;
	padding-top: 6px;
}
#content img {
	padding: 6px 0 6px 25px;
}
#content img.noborder {
	padding: 0;
	margin: 0 40px;
}
.priceList {
	margin: 0 80px 0 80px;
	clear: both;
	height: 20px;
	line-height: 20px;
	background-image: url(img/pricelist.gif);
	background-repeat: repeat-x;
	background-position: 0 13px;
}
.priceList em {
	display: none;
}
.price {
	float: right;
	background-color: #fff;
}
.service {
	float: left;
	background-color: #fff;
}
.ba-view {
	clear: both;
	float: left;
	width: 295px;
}
.ba-thumbs {
	float: right;
	width: 83px;
	padding: 0 40px 0 16px;
}
#content .ba-thumbs img {
	border: 0;
	display: block;
	padding: 6px 0 0 0;
}
#content a, .priceList a {
	text-decoration: underline;
}
#tail {
	width: 253px;
	height: 109px;
	background-image: url(img/box-bottom.jpg);
	background-repeat: no-repeat;
	padding: 28px 0 0 277px;
}
#tail p, a {
	color: #292727;
	text-decoration: none;
	margin-bottom: 2px;
}
#side {
	float: right;
	margin: 120px 0 0 30px;
	width: 206px;
}
#side h4 {
	background-image: url(img/bull1.gif);
	background-repeat: no-repeat;
	height: 45px;
	text-transform: uppercase;
	color: #500001;
	vertical-align: top;
	padding: 6px 0 0 40px;
	margin-top: 30px;
	font-size: 1em;
}
#side li {
	/*list-style-image: url(img/bull2.gif);*/
	background-image: url(img/bull2.gif);
	background-repeat: no-repeat;
	background-position: 0 0.55em;
	list-style-type: none;
	
	margin-left: 25px;
	padding-left: 15px;
	line-height: 1.5em;
}
#footer {
	clear: both;
	height: 1px;
	background-color: #500001;
	overflow: hidden;
}
label {
	display: block;
	font-weight: bold;
	margin: 0 0 0 6px;
}
input, textarea {
	display: block;
	border: 0;
	width: 364px;
	background-repeat: no-repeat;
	font-family: Tahoma, sans-serif;
	font-size: 1em;
}
input {
	background-image: url(img/form-input.gif);
	height: 20px;
	padding: 8px 8px 0 8px;
}
input.submit {
	background-image: none;
	width: auto;
	height: auto;
	padding: 0;
}
textarea {
	background-image: url(img/form-textarea.gif);
	height: 129px;
	padding: 8px 8px 8px 8px;
	overflow: hidden;
}
.spacer {
    clear: both;
    width: 1px;
    height: 1px;
    overflow: hidden;
}