@charset "UTF-8";
#footer_container {
	clear: both;
	height: 100px;
	background-color: #000000;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper_copyright {
	clear: both;
	height: 75px;
	background-color: #9ACA3E;
	padding: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}
#footer_info {
	float: left;
	height: 90px;
	width: 305px;
}
#footer_logo  {
	height: 65px;
	width: 200px;
	float: left;
	display: block;
	z-index: 2;
	padding-top: 10px;
}
#footer_info #footer_address {
	float: left;
	height: 60px;
	width: 204px;
	font-family: Helvetica, Arial, sans-serif;
	color: #404040;
	font-size: 14px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B1B3B5;
	margin-top: 20px;
}
#footer_menus {
	float: left;
	width: 560px;
	height: 70px;
	padding-left: 240px;
	padding-top: 30px;
}
#footer_facebook {
	float: left;
	height: 15px;
	width: 9px;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 12px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
}
#footer_twitter {
	float: left;
	height: 15px;
	width: 18px;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 12px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
}
#footer_youtube {
	float: left;
	height: 15px;
	width: 20px;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#footer_search {
	float: left;
	height: 15px;
	width: 15px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#footer_menus #top_menu  {
	width: 450px;
	display: block;
	float: left;
	height: 30px;
	margin-top: 10px;
}
#footer_menus #main_menu {
	float: left;
	height: 30px;
	width: 695px;
	margin-top: 5px;
}
#wrapper_copyright #footer_text {
	color: #FFF;
	text-align: center;
	width: 1000px;
	padding-top: 25px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}
#wrapper_footer {
	display: block;
	background-color: #000;
}
