/* Footer
--------------------------- */

#footer-wrapper {
	width: 982px;
	height: auto;
	margin: 0 auto;
	background-color:#fff;
}

#footer {
	width:952px;
	padding: 0 0 15px 0;
	background: #fff url(/top/nav_files/images/bg_grayrule.gif) repeat-x left 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 15px;
	clear: both;
	font-size:.9090909em;
	color:#a4a4a4;
	text-align: left;
}

#footer a {
	color: #959595;
}

#footer a:hover {
	color: #D81027;
	text-decoration: underline;
}


#footer ul {float: none; clear: both; margin: 0; padding: 15px 0 0 0;}

#footer ul.f_store {padding: 0;}

#footer li {
	float:left;
	margin: 5px 30px 0 0;
	display: inline;
	padding:0;
	list-style: none;
	width: auto;
	font-size: 10px;
	line-height: 1.4em;
	white-space: nowrap;
}


#footer a, #footer a:link {
	text-decoration:none;
	height: 17px;
	margin-right: -1px;
	font-size: 9px;
	width: auto;
}

/* etc */
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
.clear{font-size:0px;height:0;line-height:0; clear: both;}

