@charset "utf-8";
/* CSS Document */

/*Body*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}
body {
	background-image: url(../images/RedBG.jpg);
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*Font Links*/
a:link {
	color: #777777;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #777777;
}
a:focus {
	outline:none;
}
object {
	outline:none;
}

/*Font*/
.Title {
	font-size: 18px;
	font-weight: bold;
	color: #CC3300;
}
h1 {
	color: #993300;
	font-size: 14px;
}
h2 {
	color: #993300;
	font-size: 12px;
}
.SubTitle {
	color: #993300;
	font-weight:bold;
}

/*BG Elements*/
#TopSplatter {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:400px;
	z-index:1;
	background-image: url(../images/TopRedBG.jpg);
	background-position: center;
	background-repeat:repeat-x;
}
#Container {
	position: absolute;
	width:794px;
	top:20px;
	left:50%;
	margin-left:-397px;
	z-index:2;
}
.top {
	width:794px;
	height:120px;
}
.center {
	background-image: url(../images/CenterColumn.png);
	_background-image: url(../images/CenterColumnIE.gif);
	background-position: center;
	background-repeat: repeat-y;
	overflow: visible;
	width: 794px;
}
#PageBackgrounds {
	width: 794px;
	background-position: center;
	background-repeat: no-repeat;
}
.bottom {
	width: 794px;
	height: 150px;
	background-image: url(../images/BottomStripes.png);
	_background-image: url(../images/BottomStripesIE_1.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.bottom2 {
	width: 794px;
	height: 70px;
	background-image: url(../images/BottomStripes2.png);
	_background-image: url(../images/BottomStripesIE_2.gif);
	background-position: center;
	background-repeat: no-repeat;
}

/*Navigation*/
#NavigationFrame {
	position:absolute;
	left:50%;
	top:20px;
	margin-left:-397px;
	width:794px;
	height:180px;
	z-index:3;
}

/*Index-Button-RollOvers & Elements*/
#BottomButtons {
	width:794px;
}
#FlashImageGallery {
	position:absolute;
	left:50%;
	top:125px;
	margin-left:-375px;
	width:750px;
	height:500px;
	z-index:3;
}

/*Coupon-Button-RollOver*/
a.coupon_rollover {
	display: block;
	width: 250px;
	height: 125px;
	text-decoration: none;
	background-image: url(../images/Coupon_RollOver.png);
	_background-image: url(../images/Coupon_RollOver.gif);
}
a.coupon_rollover:hover {
	background-position: -250px 0;
}
.coupon_displace {
	position: absolute;
	left: -5000px;
}

/*Location-Button-RollOver*/
a.location_rollover {
	display: block;
	width: 250px;
	height: 125px;
	text-decoration: none;
	background-image: url(../images/Location_RollOver.png);
	_background-image: url(../images/Location_RollOver.gif);
}
a.location_rollover:hover {
	background-position: -250px 0;
}
.location_displace {
	position: absolute;
	left: -5000px;
}

/*OrderOnline-Button-RollOver*/
a.order_rollover {
	display: block;
	width: 250px;
	height: 125px;
	text-decoration: none;
	background-image: url(../images/Order_RollOver.png);
	_background-image: url(../images/Order_RollOver.gif);
}
a.order_rollover:hover {
	background-position: -250px 0;
}
.order_displace {
	position: absolute;
	left: -5000px;
}

/*Coupon RSS Style*/
.rss-item  {
	list-style: none;
}

.rss-items  {
	padding: 0px;
	_margin-left:0px;
}