﻿/* CSS Document */
#footer_background {
	background-color:#A1A1A1;
	float:left;
	width:100%;
}
.MVCFooter {height:92px}
.NormalFooter {height:auto}
.LargeFooter {
	font-family:Arial, Helvetica, sans-serif;
}
.LargeFooter ul {
	margin:0;
	padding:0;
}
.LargeFooter ul li.footer_block {
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
	width:153px;
	display:inline;
}
.footer {padding-left:0px}
.LargeFooter li.footer_block ul.first {
	margin:0;
	width:153px;
	padding:15px 0px 15px 0px;
	list-style-type:none;
	display: inline-block;
	border-left:1px solid #A1A1A1;
}
.LargeFooter li.footer_block ul {
	margin:0;
	width:153px;
	padding:15px 0px 15px 0px;
	list-style-type:none;
	display: inline-block;
	border-left:1px solid #808080;
}
.LargeFooter li.footer_block ul li {
	display:block;
	margin:0;
	padding:0px 0px 0px 15px;	
} 

/* Common Links*/
.LargeFooter li.footer_block ul.footer_list a, #lower_row a, #lower_row a:visited,
ul.first a:link, ul.first a:visited, ul.first a:active
{
	color: black;
	text-decoration:underline;

}
.LargeFooter li.footer_block ul.footer_list a:hover, ul.first a:hover, #lower_row a:hover {
	color: white;
}

/* Special Links*/
.LargeFooter li.footer_block ul.footer_special a {
    color: white;
    display:block;
}
.LargeFooter li.footer_block ul.footer_special li#gift a:hover{
	background-image:url(/Content/Styles/Images/Footer/GiftCertificateFooter.gif); 
	background-repeat:no-repeat;
	background-position:0px 6px;
	color: black;
	padding: 10px;
	margin:-10px;
}
#lower_row {
	background-color:#A1A1A1;
	padding:5px 0px 25px 0px;
	margin-bottom:-25px;
	width:100%;
	border-top:1px solid #808080;
	clear:left;
}
#copyright 
{
    background-color:#A1A1A1;
	float:left;
	font-style:italic;
	color:#000;	
	margin: 0px auto;
	padding:5px 0 5px 15px;
}
#privacy 
{
    background-color:#A1A1A1;
	float:right;
    text-align: right;	
	margin: 0px auto;
	padding:5px 15px 5px 0;
}

/* Small Footer Styles */
.SmallFooter
{
	background-color:#A1A1A1;
	color:#000;
	font-size:11px;
	line-height:31px;
	font-style:italic;
	height:32px;
	text-align:center;
}