@charset "utf-8";
/************************************************************
Footer CSS for JUST SHOP
Author: Ben Smithett
Created: 18/2/09
************************************************************/

#footer {
	width:920px;
	height:44px;
	background:#002F60 url('/images/global/footer_bg.jpg') no-repeat;
	margin:0px auto;
	position:relative;
	text-align:right;
	clear:both;
}

#footer_links {
	position:relative;
	top:10px;
	right:20px;
	margin:0px auto;
	cursor:default;
}

#footer_links div {
	display:inline;
	margin: 0px 10px;
}

#footer_links div a {
	/*color:#FFF;*/
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:90%;
}

#footer a:hover {
	text-decoration:none;
	color: #F19E7E;
}



/*Fix bug in IE7 that messes up inline content when user zooms*/
#footer_links div {
	zoom: 100%;
}

