@charset "utf-8";
/* CSS Document */
body {
	background-color:#ffffff;
	background-image:url(images/Background1.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#wrapper {
	width:800px;
	position:relative;
	left:50%;
	margin-left:-400px;
}
#header {
	width:800px;
	height:200px;
}
#content {
	width:800px;
	background-image:url(images/ContentBackground.jpg);
	background-repeat:repeat-y;
}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	width: 800px;
	height: 25px;
	color: #c7c5c5;
	padding: 0px 0px 0px 0px;
	background-image: url(images/NavBar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #300;
	}

#nav {
	margin: 0px;
	padding-left: 44px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	list-style: none;
	padding: 0px;	
	}

#nav a {
	color: #c7c5c5;
	display: block;
	font-weight: bold;
	margin-right: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-decoration:none;
	}
	
#nav a:hover {
	color: #c8ebee;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-right: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/NavBar.gif);
	background-position: center top;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 126px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	color: #C7C963;
	width: 126px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #C7C963;
	background-color: #300;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #000 url(images/navbar.gif);
	color: #C7C963;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 100;
	}
	
#nav .active {
	color:#c8ebee;
	display: block;
	font-weight: bold;
	margin-right: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-decoration:none;
}
	
/************************************************
*	Left Side      								*
************************************************/	

#leftSide {
	width:400px;
	float:left;
	padding-top:20px;
	padding-left:50px;
}
#leftSide p {
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
	
/************************************************
*	Right Side      								*
************************************************/	

#rightSide {
	width:300px;
	float:right;
	padding-right:40px;
	padding-top:70px;
}	

/************************************************
*	Full Size Content							*
************************************************/	

#fullSize {
	width:750px;
	padding-top:20px;
	padding-left:50px;
}

/************************************************
*	Content Bottom - Coupons					*
************************************************/	

#contentBottomSpacer {
	width:800px;
	height:25px;
	clear:both;
	text-align:left;
}

#contentBottomSpacer .print {
	text-align:left;
	padding-left:30px;
}

#contentBottom {
	clear:both;
	width:800px;
	height:150px;
	background-image:url(images/coupons/CouponBackground.jpg);
}

#contentBottom img {
	padding-left:50px;
	padding-top:10px;
	padding-bottom:10px;
}
#contentBottomSm {
	clear:both;
	width:800px;
	height:40px;
	background-image:url(images/ContentBottomSmBackground.gif);
}

/************************************************
*	Bottom - Logos 								*
************************************************/	

#bottom {
	width:800px;
	height:100px;
	background-image:url(images/BottomBackground.jpg);
	text-align:center;
}
#bottom img {
	padding:25px;
}
#bottomSm {
	width:800px;
	height:25px;
	background-image:url(images/BottomSmBackground.gif);
	text-align:center;
}

/************************************************
*	Footer       								*
************************************************/

#footer {
	width:800px;
	position:relative;
	left:50%;
	margin-left:-400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/************************************************
*	Text Styles   								*
************************************************/	

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#802f3d;
	padding-bottom:15px;
	border-bottom-style: double;
	border-bottom-color: #7deaf4;
	margin-right:20px;
}
.specials {
	font-size:18px;
	color:#cd2323;
	font-weight:bold;
	text-align:center;
}	
