/* ########### Contact				########### */

h3.find {
	width: 100%;
}

.contact {
	clear: both;
	padding: 30px 0 0 0;
	display: block;
	position: relative;
	height: 283px;
}

.contact label,
.contact input {
	margin: 0 0 35px 0;
}

.contact label {
	text-transform: uppercase;
	display: block;
	float: left;
	width: 120px;
	padding-left: 4px;
}

.contact input {
	border: 0px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	width: 280px;
	padding: 0 0 0 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.contact input.error {
	border-bottom: 1px solid #F03018;
}

.contact label.error {
	display: none !important;
}

.contact br {
	clear: both;
}


.contact textarea {
	position: absolute;
	right: 0px;
	top: 50px;
	width: 375px;
	height: 186px;
	padding: 20px;
	overflow: auto;
	border: 1px solid #d4d4d4;
	color: #7A7A7A;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.contact .submit {
	margin: 0;
	text-align: center;
	padding: 3px 0 0 0;
	line-height: 15px;
	width: 107px;
	height: auto;
	text-transform: uppercase;
	background-color: #d4d4d4;
	color: #FFF;
	cursor: pointer;
	position: absolute;
	right: 0px;
	bottom: 0px;
	outline: none;
}

.contact #formresult {
	position: absolute;
	right: 125px;
	bottom: 2px;
	text-align: right;
	line-height: 16px;
}

.contact #formresult.error {
	color: #F03018;
}

.contact #formresult img {
	float: right;
}


address {
	clear: both;
	padding:15px 0 0 4px;
	float: left;
	width: 120px;
	font-style: normal;
}

address span {
	display: block;
	margin: 18px 0px;
}

.other {
	float: left;
	padding:15px 0 0 4px;
	margin: 0 0 0 60px;
}

address strong,
.other strong {
	font-weight: bold;
	color: #000;
}

#map {
	width: 400px;
	height: 180px;
	border: 5px solid #d6d6d6;
	float: right;
	margin-top: 32px;
}


