@charset "utf-8";
#contact h1  {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#contact p {
	text-align: left;
	line-height: 8px;
	font-size: 12px;
}
#top {
	overflow: hidden;
	margin-bottom: 15px;
}
#bottom {
	overflow: hidden;
	clear: both;
	background:#fff;
	padding-bottom: 15px;
}
div.right-content {
	width: 276px;
	float: right;
}

div.left-content {
	width: 413px;
	float:left;
}
div.left-content  .info  {

}
.info h3 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
.info p {
	font-size: 18px;
	color: #b71324;
	font-weight: bold;
}
.info a {
	font-size: 18px;
	color: #b71324;
	text-decoration: none;
}
div.left-content label {
	clear: left;
	float: left;
	display: block;
	width: 140px;
	padding-right: 13px;
	line-height: 22px;
	margin-bottom: 8px;
}
div.left-content label.required {
	padding-right: 10px;
	border-right: 3px solid #fe8b97;
}
div.left-content label.empty {
	padding-right: 10px;
	border-right: 3px solid #FF0000;
}
#send {
	height: 36px;
	width: 53px;
	position: absolute;
	left: 321px;
	bottom: -15px;
	margin: 0px;
	padding: 0px;
}
.info {
	margin-top: 25px;
}

div.left-content input {
	width: 190px;
	margin-bottom: 8px;
	margin-left: 2px;
}
div.left-content #query {
	width: 190px;
	height: 144px;
	margin-left: 2px;
}




div.left-content form {
	width: 371px;
	background-color: #f9f9f9;
	border: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
	position:relative;
}
div.left-content fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




div.left-content .submit-button {
	background-image: url(../Images/send.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 82px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#map {
	height: 256px;
	width: 272px;
	padding: 2px;
}
.directions {
	height: 28px;
	width: 264px;
	border: 1px solid #CCCCCC;
	background-color: #f2f2f2;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}
.left-content #address {
	float: left;
	width: 240px;
	margin-top: 10px;
}
#address p {
	font-size: 14px;
	margin-bottom: 2px;
}
.directions .postCode #postCode2 {
	float: left;
	margin-top: 2px;
	font-size: 13px;
	width: 110px;
}
div.postCode {
	position:relative;
}
div.directions .postCode .btnGetDirections {
	background-image: url(../Images/getdirections.gif);
	display: block;
	position: absolute;
	bottom: -45px;
	right: 0px;
	background-repeat: no-repeat;
	height: 37px;
	width: 101px;
	text-indent: -9999px;
	float: right;
}

#error,#mailsent {
	margin-bottom: 20px;
	background: #FFC7C7;
	border: 1px solid #FF7070;
	width: 339px;
	padding: 5px;
}
#mailsent {
	background: #BEFAB1;
	border: 1px solid #6DF550;
}

#redbar {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	min-height: 40px;
	background: #ffc7c7 url(../Images/warning.png) no-repeat 5px 5px;
	border: 1px solid #ff7070;
	text-align: left;
}

#redbar p {
	padding: 5px 0 5px 45px;
}
