.footer-top-panel {
	height: auto;
	background-color: #015021;
	text-align: center;
}

.footer-top-panel ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	position: relative;
}

.footer-top-panel ul li {
	padding: 0;
	margin: 0;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}

.footer-top-panel ul li.divider {
	height: 6px;
	width: 6px;
	background: url(../image/footer-bullet.png) no-repeat left top;
	vertical-align: middle;
}

.footer-top-panel ul li a {
	margin: 0 20px;
}

.footer-bottom-panel {
	height: auto;
	background-color: #02491f;
}

.top-footer-container {
	height: 42px;
	margin: auto;
	padding-top: 26px;
}

.bottom-footer-container {
	height: 68px;
	margin: auto;
	position: relative;
	font-size: 0;
}

.bottom-footer-container .truck {
	width: 202px;
	height: 75px;
	position: absolute;
	left: 50%;
	margin-left: -101px;
	top: -7px;
}

.bottom-footer-container .truck img {
	max-width: 100%;
	height: auto;
}

.bottom-footer-container .left {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-top: 26px;
}

.bottom-footer-container .right {
	width: 50%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	padding-top: 26px;
}