#stickey_footer { /* This will make your footer stay where it is */
	border: 1px solid rgba(0, 0, 0, 0.3);
	bottom: 0;
	position: fixed;
	text-shadow: 1px 1px 1px #000000;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	z-index: 99;
	background-color: #1D1D1D;
}
/* border curves */
#stickey_footer {
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
/* hover effect */
#stickey_footer:hover {
	background-color: #2b2a2a;
}
/* shadow for the footer*/
#stickey_footer {
	-moz-box-shadow:0px 0px 11px #191919;
	-webkit-box-shadow:0px 0px 11px #191919;
	box-shadow:0px 0px 11px #191919;
}
#footer_menu {
	margin: 0;
	padding: 0;
	width: 99%;
	float: none;
	z-index: 99;
}
#footer_menu li {
	list-style: none;
	float: left;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 7px;
	background-position: 0;
}
#footer_menu li p {
	font-size:14px;
	font-family: "微软雅黑";
	color: #CC6600;
	letter-spacing: 1px;
	font-weight: normal;
}
#footer_menu li p span {
	font-size:12px;
	color: #855c35;
}
#footer_menu .imgmenu {
	padding:5px 8px 3px 14px;
	float:left;
	background:url("../images/home.png") 13px 5px no-repeat;
	width:36px;
	height:30px;
	border:none;
	border-right:1px solid rgba(0, 0, 0, 0.4);
	cursor:pointer;
}
#footer_menu li:hover {
	background-position: 0;
}
#footer_menu .imgmenu:hover {
	background:url("../images/home_hover.png") 13px 5px no-repeat;
}
#footer_menu li a {
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 13px;
	letter-spacing: 1px;
}
#footer_menu li a span {
	color: #855c35;
	font-size: 14px;
}

#footer_menu li a:hover {
	color: #855c35;
}
#stickey_footer #social_icons {
	float:right; /* social icons positions */
	width:auto;
	margin:5px 15px 0px;
	padding:0px;
	overflow:hidden;
}
#stickey_footer #social_icons li {
	margin-right:12px; /* 12px is the space between each one of them */
	float:left;
	width:24px;
	padding:0px;
	height:32px;
	list-style:none;
	_margin-right:0px; /* this is for IE6 only */
}
#logoimgright {
	float: left;
	padding: 0px;
	height: 50px;
	width: 100px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#luokuan {
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#luokuan li {
	padding-right: 13px;
	padding-left: 7px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 3px;
}
#luokuan li a {
	font-size: 12px;
	color: #b1954f;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: "微软雅黑 Light";
}
#luokuan li a span {
	color: #b1954f;
	font-size: 13px;
}

#luokuan li a:hover {
	color: #b1954f;
}
