body {
	font-family: 'Titillium Web';
	font-size: 14px;
	background: #fbfbfb;
}

h2 {
	font-size: 21px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 27px;
}

h2 span {
	color: #008eab;
}

a,a:visited,a:link,a:active {
	text-decoration: none;
	color: #000;
}

input {
	outline: none;
	resize: none;
	font-family: 'Titillium Web';
	font-size: 14px;
}

textarea {
	outline: none;
	resize: none;
	overflow: auto;
	font-family: 'Titillium Web';	
	font-size: 14px;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

#logo_wrap {
	width: 292px;
	margin: 75px auto 65px auto;
}

#map_wrapper {
	width: 882px;
	margin: 0 auto 80px auto;
}

#contact_wrap {
	float: left;
	width: 100%;
	height: 218px;
	background: #eeeeee;
	padding-top: 27px;
	padding-bottom: 30px;
	padding-bottom: 60px;
}

#contact_left {
	float: left;
	width: 475px;
	margin-right: 10px;
}

#contact_right {
	float: left;
	width: 475px;
}

#contact_wrap input {
	float: left;
	clear: both;
	width: 465px;
	height: 40px;
	background: #fbfbfb;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}

#contact_wrap input.active,
#contact_wrap textarea.active {
	background: #ccc;
	color: #fff;
}

#contact_wrap textarea {
	float: left;
	clear: both;
	width: 465px;
	height: 80px;
	background: #fbfbfb;
	border: 0;
	margin: 0 0 10px 0;
	padding: 10px 0 0 10px;
    font-size: 13px;
}

#contact_wrap #submit_btn {
	text-align: left;
	background: #d5d5d5;
	width: 475px;
	cursor: pointer;
}

#contact_wrap #submit_btn:hover {
	background: #008eab;
	color: #fff;
}

#contact_message {
	display: none;
	margin: 10px 0;
	float: left;
	width: 475px;
	text-align: right;
}

#contact_info {
	float: left;
	width: 100%;
	height: 324px;
	background: #e1e1e1;
	padding-top: 27px;
	padding-bottom: 70px;
}

#contact_info_left {
	float: left;
	width: 485px;
}

#contact_info_left .bold {
	font-weight: 600;
}

#contact_info_right {
	float: left;
	width: 475px;
}

#contact_info p {
	margin-bottom: 4px;
}

#contact_table {
	margin-top: 27px;
}

#contact_table td {
	padding-bottom: 4px;
}

.logo_row {
	float: left;
    width: 665px;
    height: 169.5px;
    margin-left: -161px;

}

.logo_item {
	float: left;
	width: 130px;
	padding: 10px;
	margin-left: 12.5px;
	background: #fbfbfb;
	border-bottom: 1px solid #008eab;
	position: relative;
}

.logo_item:hover {
	border-bottom: 3px solid #008eab;
	top: -2px;
}

.logo_item .logo_img_wrap {
	width: 130px;
	height: 105px;
	background: #000;
	margin-bottom: 10px;
	position: relative;
}

.logo_item img {
	width: 130px;
	height: 105px;
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

.logo_item .img_hover {
	opacity: 0;
	z-index: 9999;
}

.logo_item span {
	font-size: 13px;
	color: #000;
}

.logo_item .logo_arrow {
	width: 9px;
	height: 5px;
	float: right;
	background: url(../images/arrow.png) no-repeat;
	position: relative;
	top: 6px;
}

.logo_item:hover .logo_arrow {
	background: url(../images/arrow_hover.png) no-repeat;
}

#footer {
	float: left;
	width: 100%;
	background: #008eab;
	padding: 22px 0;
}

#footer_left {
	float: left;
	font-size: 12px;
	font-family: 'Titillium Web';
	color: #8de7f9;
}

#footer_right {
	float: right;
	font-size: 12px;
	font-family: 'Titillium Web';
	color: #8de7f9;
}

#footer_right a {
	color: #8de7f9;
}

.map_hover {
	cursor: pointer;
}