.MainMenu .Item9 {
	background: #fff;
}
.ContactDetailsCon {
	width: 300px;
	float: left;
}
.ContatDetailsTitle {
	font-size: 17px;
	font-weight: 600;
	margin: 15px 0px 6px 0px;
}
.DetailsTel {
	display: block;
	padding: 3px 8px 3px 25px;
	margin: 0px 0px 8px 0px;
	background: url(../images/icons/phone.png) 0px 2px no-repeat;
	background-size: 23px;
}
.DetailsFax {
	display: block;
	padding: 3px 8px 3px 25px;
	margin: 0px 0px 8px 0px;
	background: url(../images/icons/fax.png) 0px 2px no-repeat;
	background-size: 23px;
}
.DetailsEmail {
	display: block;
	padding: 3px 8px 3px 25px;
	margin: 0px 0px 8px 0px;
	background: url(../images/icons/email.png) 0px 2px no-repeat;
	background-size: 23px;
}
.DetailsAddress {
	display: block;
	padding: 3px 8px 3px 25px;
	margin: 0px 0px 8px 0px;
	background: url(../images/icons/address.png) 0px 2px no-repeat;
	background-size: 23px;
}
.ContactFormCon {
	width: calc(100% - 300px);
	float: right;
}
.InputC1 {
	width: calc(33.33% - 10px);
	height: 35px;
	float: left;
	margin: 5px 5px;
	border-radius: 3px;
	border: 1px solid #A5A2A2;
	padding: 0px 5px;
}
.InputC2 {
	width: calc(100% - 10px);
	height: 35px;
	float: left;
	margin: 5px 5px;
	border-radius: 3px;
	border: 1px solid #A5A2A2;
	padding: 0px 5px;
}
.ContactMessage {
	width: calc(100% - 10px);
	max-width: 840px;
	height: 172px;
	max-height: 172px;
	float: left;
	margin: 5px 5px;
	border-radius: 3px;
	border: 1px solid #A5A2A2;
	padding: 5px 5px;
}
#SendButt {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 100px;
	background: #ccc;
	text-align: center;
	margin: 10px 5px;
	float: right;
	cursor: pointer;
}
#SendButt:hover {
	background: #008ac3;
	color: #fff;
}
.BackMessageCon {
	margin: 10px 5px;
	text-align: center;
	float: left;
	width: calc(100% - 120px);
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
#BackMessage {
	display: none;
	margin: 0px;
	font-size: 17px;
}
#LoadingMessage {
	display: none;
	height: 40px;
	padding: 8px 0px;
}
.MapTitle {
	font-size: 17px;
	font-weight: 600;
	margin: 6px 0px;
}
.MapCon {
	width: 100%;
	height: 300px;
	border: 3px solid #ccc;
	margin: 0px auto 20px auto;
}
#map-canvas {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 5px solid #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#bodyContent p {
	margin: 5px 0px;
	text-align: center;
}
