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

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

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


/* Footer */

div.footer {
	clear: both;
	font-family: Tahoma, Verdana, Helvetica, sans;
	font-size: 13px;
	width: 990px;
	color: #766862;
	line-height: 20px;
	text-align: center;
	padding: 27px 0 0 0;
	margin: 0;
}

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

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

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


div.footer2 {
	clear: both;
	font-family: Tahoma, Verdana, Helvetica, sans;
	font-size: 13px;
	width: 970px;
	height: 32px;
	color: #766862;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0 10px 0 10px;
	background: url(http://www.surfacethreads.com/images/footerBkgd.gif) top left no-repeat;
}

html.ie6 div.footer2 {
	clear: both;
	font-family: Tahoma, Verdana, Helvetica, sans;
	font-size: 13px;
	width: 970px;
	height: 32px;
	color: #766862;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0 10px 0 10px;
	background: url(http://www.surfacethreads.com/images/footerBkgd.gif) top left no-repeat;
}

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

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

div.footer2 address {
	font-style:normal;
	display:inline;
}


































