/* Footer styles */



#footer {
	background-color:#741b3f;
	border-top:1px solid #823253;
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:20px;
}
#footer div.last, #footer li.last {
	border:none;
	background:none;
}
#footer .sectionBody {
	width:950px;
}
#footer .sectionBody, #footer a {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
#footerLinks {
	margin:20px 0 20px 0;
	padding:10px 0 15px 0;
	float:left;
	width:100%;
	background: url(/includes/images/footer_line.png) no-repeat center bottom;
}

.play #footerLinks {
padding-left:60px;
background-position:100px bottom;
}

.footerSection {
	width:16%;
	margin:0 0 0 3%;
	padding:0;
	float:left;
	text-align:left;
	background: url(/includes/images/footerDivider.gif) no-repeat right 10px;
}
.footerHeader {
	font-size:110%;
	font-weight:bold;
	margin:0 0 5px 0;
}
#legal {
	float:left;
	width:100%;
}
#copyright {
	margin:10px 0;
	font-size:100%;
}
#legal ul a {
	font-size:110%;
	font-weight:bold;
}
#legal ul li {
	display:inline;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #904865;
}
#recall {
	font-weight:bold;
	font-size:110%;
	margin-bottom:4px;
}
.social {
	position:relative;
	top:-5px;
	font-size:110%;
	font-weight:bold;
color:#fff;

}
.social img {
	vertical-align:middle;
}
/******** Retail Footer Menu ********/

ul#footerMenu {
	height: 30px;
	padding:0px;
	margin: 0 0 0 10px;
	list-style-type:none;
	font-size:95%;
}
ul#footerMenu li {
	padding: 0 20px;
	margin:0;
	background: none;
	float:left;
}
ul#footerMenu li a {
	color: #fff;
	text-decoration: none;
	font-size:110%;
	font-weight:bold;
}
ul#footerMenu li a:hover {
	text-decoration:underline;
}

