@charset "utf-8";
/* webdesign peterborough CSS Document */
body {
    font-family: 'Titillium Web', sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/BG-main.png);
	background-repeat: repeat-y;
	background-position: center top;
    background-color: #ededed;
}
.page-holder {
	width: 100%;
	height: 100%;
}
.page-holder-left {
	width: 25%;
	background-color: #D6D6D6;
	background-image:url(images/BG-left.png);
	height: 100%;
	display: table-cell;
	background-repeat: repeat-x;
}
.page-holder-centre {
	width: 50%;
	height: 768px;
	background-image:url(images/BG-body.png);
	vertical-align: top;
	display: table-cell;
	background-repeat: no-repeat;
}
.page-holder-right {
	width: 25%;
	background-color: #EDEDED;
	background-image:url(images/BG-right.png);
	height: 100%;
	display: table-cell;
	background-repeat: repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #727272;
	text-align: center;
	margin-bottom: -25px;
	display: block;
}
.bodytext {
	color: #727272;
	font-size: 16px;
	text-align: left;
	line-height: 20px;
	font-weight: normal;
}
.main {
	margin-left: 555px;
	margin-top: 290px;
}
/* Contact Fields */
.contactform {
	width:456px;
	margin-left:150px;
	margin-top:20px;
	margin-bottom: auto;
	font-size: 12px;
	color: #575757;
}
.contactform input {
	background-image: url(images/input-text.png);
	height: 26px;
	width: 170px;
	padding-left: 20px;
	padding-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	outline:none;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contactform textarea {
	background-color: transparent;
	background-image: url(images/input-textfield.png);
	height: 68px;
	width: 416px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	outline:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contactform #radio {
	background-image: url(images/input-radio.png);
	height: 29px;
	width: 29px;
	background-color: transparent;
}
.contactform button {
	background-color: transparent;
	background-image: url(images/input-button.png);
	height: 36px;
	width: 111px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#error {
	display:block;
	width: 100%;
	background-color: #f1f1f1;
	border: thin solid #FF0000;
	padding: 10px;
	font-size: 16px;
	color: #FF0000;
	line-height: 18px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}
.development {
	color: #CC0000;
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: 30px;
	font-weight: bold;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.facebook {
	position: absolute;
	top: 70px;
	right: 0px;
}