@CHARSET "UTF-8";

.footer {
	width: 100%;
	margin-top:30px;
	padding-top: 40px;
	text-align: center;
	border-top-color: #6c6c6c;
	border-top-width: 2px;
	border-top-style:solid;
	clear: both;
}
.footer .menulist {
	width: 945px;
	margin-left:auto;
	margin-right:auto;
}
.footer .menulist .submenu {
	float: left;
	width:155px;
	min-height: 80px;
	text-align: left;
	margin-right: 25px;
	margin-bottom: 40px;
	
}
.footer .menulist .submenu .title {color:#505050;}
.footer .menulist .submenu a:link, .footer .menulist .submenu a:visited{text-decoration: none; color: #333333;}
.footer .menulist .submenu a:hover, .footer .menulist .submenu a:active{text-decoration: none; color: #E40000;}
.footer .menulist .submenu p {
	line-height: 11px;
	margin: 15px 0px;
	color:#505050;
}

.footer .menulist .submenu input {
	width: 135px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	border-style: none;
	background-repeat: no-repeat;
	background-color: #DBDBDB;
	border-color: none;
	background-image: url(../../images/icon_arrow_w.png);
	background-position: right center;
}

.footer .copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	border-top-color: #BEBEBE;
	border-width: 1px;
	border-top-style: solid;
}

.footer_subscribe_div{
	background-color:#303030;
	padding:10px;
	margin:10px 0 0 0;
	color:#fff;
	text-align:center;
	cursor:pointer;
}