 /* ====================================================================================

footer

==================================================================================== */
#footer {
	width:auto;
	background-color:#f4f4f4;
	margin:20px 0px 0px 0px;
	padding:18px 0px;
	text-align:center;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul.cf {
	display:inline-table;
	min-height:1%;
	width:900px;
	margin:0px auto 10px auto;
	padding:0px 0px 0px 50px;
}
#footer ul.cf li {
	width:200px;
	float:left;
	margin:0px 25px 0 0;
	text-align:left;
}
#footer ul.cf li .cat {
	float: left;
	width: 70px;
	height: 80px;
}
#footer ul.cf li img {
	width: 48px;
	height: 48px;
	text-align: center;
	margin: 0 11px;
}
#footer ul.cf li h4 {
	text-align: center;
	margin-top: 5px;
}
#footer ul.cf li p {
	background-position: center 0;
	background-repeat: no-repeat;
	font-weight:bold;
	color:#2e2e2e;
	float: left;
	display: block;
	width: 70px;
	padding-top: 40px;
	text-align: center;
}
#footer ul.cf li#friendlinks p {
	background-image: url(../images/links.png);
}
#footer ul.cf li#aboutco p {
	background-image: url(../images/aboutco.png);
}
#footer ul.cf li#aboutus p {
	background-image: url(../images/aboutus.png);
}
#footer ul.cf li#logitics p {
	background-image: url(../images/logitics.png);
}
#footer ul.cf li ul {
	float: left;
	display: block;
	width: 130px;
}
#footer ul.cf li ul li {
	float:none;
	margin:0px 0px 8px 0px;
	color:#d8d8d8;
	width: 130px;
}
#footer p.copyRight {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:30px 0px 0px 0px;
	font-size:11px;
}
