/* 
~~ Saz's: Page Template ~~
Copyright ©2006 MCITY CREATIVE and Casper Creative Group
Original: 2006.02.18
Last Modified: 2010.08.03 
*/

/* Feature: Main Image */
#feature {
	background: #000 url(../images/features/restaurant-packers.jpg) no-repeat left top;
	width: 100%;
	height: 260px;
	margin: 0px;
	position: relative;
	z-index:30;
	padding: 0px;
 }
#feature h1 {
	display:none; /* Temporarily hide for Packer promo */
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 100px;
	z-index: 40;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	left: 430px;
	width: 290px;
	line-height: 1.5em;
 }
#feature img {
	z-index: 50;
}

/* Column Headings */
#leftCol h1 {
	background: #464646 url(../images/headers/ThisMonthsSpecials.gif) no-repeat 5px center;
}
#middleCol h2.heading1 {
	background: #A00706 url(../images/headers/BookAParty.gif) no-repeat 5px center;
	}
#middleCol h2.heading2 {
	background: #A00706 url(../images/headers/SazsTurns30.gif) no-repeat 5px center;
	} /* Added 4/8/07 - Kathy Stack */
#middleCol h2.heading3 {
	background: #A00706 url(../images/headers/NewsletterSignupRED.gif) no-repeat 5px center;
	}
#rightCol h2.heading1{
	background: #464646 url(../images/headers/RestaurantMenus.gif) no-repeat 5px center;
	}
#rightCol h2.heading2{
	background: #464646 url(../images/headers/QuickLinks.gif) no-repeat 5px center;
	}

