/*
***********************************************************

Title:			footer.css
Browser(s): 	All
Created: 		9.24.2008

***********************************************************
*/


/* Footer */

div.footer {
	float: left;
	width: 100%;
	font-family: Tahoma, Verdana, Helvetica, sans;
	font-size: 13px;
	color: #b3a789;
	line-height: 20px;
	height: 144px;
	padding: 12px 0 0 0;
	margin: 0;
	border-top: 1px solid #76352a; 
	background-color:#1a120a;
}

div.footer a {
	color: #ad3e22;
	text-decoration: none;
}

div.footer a:hover {
	color: #7399c6;
}

.footerOrange {
	color: #ad3e22;
	text-decoration: none;
}

div#footerAgeVerification {
	float: left;
	width: 740px;
	font-family: Tahoma, Verdana, Helvetica, sans;
	font-size: 13px;
	color: #b3a789;
	line-height: 20px;
	text-align: center;
	height: 25px;
	padding: 4px 0 0 0;
	margin: 22px 0 0 57px;
	background: url(../images/footerBkgd.png) top left no-repeat;
}

html.ie6 div#footerAgeVerification {
	float: left;
	width: 740px;
	font-family: Tahoma, Verdana, Helvetica, sans;
	font-size: 13px;
	color: #b3a789;
	line-height: 20px;
	text-align: center;
	height: 25px;
	padding: 4px 0 0 0;
	margin: 22px 0 0 28px;
	background: url(../images/footerBkgd.png) top left no-repeat;
}

div#footerAgeVerification a {
	color: #ad3e22;
	text-decoration: none;
}

div#footerAgeVerification a:hover {
	color: #7399c6;
}

.footerOrange {
	color: #ad3e22;
	text-decoration: none;
}






































