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

body {
	background-color: #FFFFFF;
}

.MainContainer {
	width: auto;
	height: 860px;
	margin: 0px auto;
	margin-top: -10px;
}

.header {
	width: auto;
	height: 275px;
	margin: 0px auto;
	background-color: #8A0013;
	margin-top: -5px;
}
.headerimage {
	width: 800px;
	height:243px;
	background-image:url(Art/Header.png);
	background-repeat:no-repeat;
	margin: 0px auto;
	margin-top: -5px;
}
.centercontainer {
	width:auto;
	height:404px;
	margin: 0px auto;
	margin-top: 0px;
}
.centerimage {
	width:800px;
	height: 398px;
	margin: 0px auto;
	background-color:transparent;
	background-position:0% 0%;
	z-index: 30%;
	display:block;
}
.footer {
	width: auto;
	height: 132px;
	background-color:#1C5B1B;
	margin: 0px auto;
	margin-top: -5px;
}
.footerimage {
	background-image:url(Art/Footer-Image.png);
	background-repeat:no-repeat;
	margin: 0px auto;
	width: 800px;
	height: 90px;
}
.tagline {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: .65em;
	color: #FFFFFF;
	text-align:center;
}
/** START NAVIGATION **/
.navcontainer {
	background-color:#1C5B1B;	
	width: auto;
	height: 43px;
	margin-top: 10px;
	margin: 0px auto;
}
.navbar {
	width: 800px;
	height:40px;
	margin: 0px auto;
	margin-top: -20px;
	background-color:#1C5B1B;	
}
#navlist {
    position: absolute;
}

#navlist li {
	list-style: none;
	position: absolute;
	margin-top: 0px;
	margin-left:30px;
	margin-top: 0px;
}

#navlist li, #navlist a {
    height: 35px;
    display: block;
}
#home {
	left: 54px;
	width: 185px;
	background: url(Art/Navsprite-White.png) -30px 27px;
}
#menu {
    left: 259px;
    width: 200px;
    background: url(Art/Navsprite-White.png) -275px 27px;
}
#coupons {
	left:501px;
	width: 121px;
	background: url(Art/Navsprite-White.png) -575px 27px;
}
#home a:hover {
    background: url(Art/Navsprite-Black.png)-30px -65px;
}
#menu a:hover {
    background: url(Art/Navsprite-Black.png) -275px -65px;
}
#coupons a:hover {
	background:url(Art/Navsprite-Black.png)-575px -65px;
}
