@charset "utf-8";
/* CSS Document */
/* For Rotating Specials Banner */
#scrollup {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #000;
	height: 40px;
	background-color:#FF9900;
}
.scrollheadline {
	position: absolute;
	top: 210px;
	height: 40px;
	width: 973px;
	background-color:#FF9900;
	color: black;
	text-align:center;
}
.scrollheadline a:link, .scrollheadline a:visited, .scrollheadline a:hover, .scrollheadline a:active{
	text-decoration: none;
	color: black;
}
.promo-normal {
	background-color:#000080;
	text-decoration: none;
	width: 1000px;
	height:40px;
}
.promo-thanksgiving {
	background-color:#FF9900;
	text-decoration: none;
	width: 1000px;
	height:40px;
}








