/* CSS Document */


body { 
	margin:0;
	padding:0;
	width: 100%;
	font:11px Verdana, "lucida sans unicode", "lucida grande", Arial, Sans-Serif;
	line-height: 16px;
	background: #e4edb9 url(../images/bg.jpg) top left repeat-x;
}

#header {
	width: 650px;
	height: 123px;
	margin: 30px auto 0;
	background: transparent url(../images/header.jpg) top center no-repeat;
}

/* Begin Links */

a, a:visited, a:active {
	color: #ee1c25;
	text-decoration: none;
}

a:hover {
	color: #ee1c25;
	text-decoration: underline;
}


/* Begin Navigation */

#navigation {
	width: 650px;
	height: 46px;
	margin: 0 auto;
	background: #ee1c25 url('../images/navigation.jpg') 0 0 no-repeat;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Sans-Serif;
}

	#navigation ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	#navigation li {
		float: left;
		height: 46px;
	}
	
	#navigation a {
		display: block;
		height: 100%;
		text-decoration: none;
		background: transparent url('../images/navigation.jpg') 0 0 no-repeat;
		font-size: 1px;
		line-height: 1px;
		text-indent: -9999em;
	}
	
		#navigation li.home a {
			width: 110px;
			background-position: 0 0;
		}
	
		#navigation li.about a {
			width: 130px;
			background-position: -110px 0;
		}
	
		#navigation li.recipes a {
			width: 130px;
			background-position: -240px 0;
		}
	
		#navigation li.coupons a {
			width: 155px;
			background-position: -370px 0;
		}
	
		#navigation li.locations a {
			width: 125px;
			background-position: -525px 0;
		}
	
	body.home #navigation li.home a,
	body.about #navigation li.about a,
	body.recipes #navigation li.recipes a,
	body.coupons #navigation li.coupons a,
	body.email #navigation li.email a,
	body.locations #navigation li.locations a {
		background: none ! important;
	}

#navigation a:hover,
#navigation a:active {
	color: #222;
	outline: none;
}


/* Begin Containers */

#container_head {
	width: 650px;
	height: 275px;
}

#container {
	width:650px;
	margin: 0 auto;
	background: #fff url(../images/bg_container.gif) top left repeat-y;
}

#left_column {
	margin: 4px 0 0 0;
	width: 114px;
	float: left;
	background: #ED1C24 url(../images/bg_feature_logo.jpg) top right repeat-y;
	text-align: center;
}

#left_column a img {border: none;}

#top_left_column {
	background: #ED1C24 url(../images/top_left_column.jpg) top right no-repeat;
	width: 114px;
	height: 50px;
}

#bottom_left_column {
	background: #ED1C24 url(../images/bottom_left_column.jpg) top right no-repeat;
	width: 114px;
	height: 12px;
}

#right_column {
	width: 496px;
	position: relative;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	float: right;
	background-color: #fff;
}

#store_locator {
	width: 149px;
	float: right;
	position: absolute;
	padding-top: 100px;
	padding-left: 5px;
	top: 0px;
	right: 0px;
	background: #ee1c25 url(../images/store_locator_bg.jpg) top right no-repeat;
	height: 170px;
}

#store_locator optgroup {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

#store_locator option {
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}

#store_locator div {
	width: 130px;
	height: 150px;
	background-color: #fff;
	overflow-y: scroll;
	padding: 2px 5px;
}

#store_locator h3 {
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

#store_locator ul,
#store_locator ul li {
	width: 120px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 14px;
}

#store_locator a:link,
#store_locator a:visited {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#store_locator a:hover,
#store_locator a:active {
	color: #ee1c25;
	text-decoration: none;
}

#weekly_ad{
	float: right;
	width: 134px;
	margin: 0 0 10px 10px;
}

#weekly_ad img{
	margin-bottom: 5px;
}

#weekly_ad p{
	font-size: 9px;
	line-height: 12px;
}


/* Begin Text */

h1 {
	font:28px 'Lucida Grande', Helvetica, Arial, Verdana, Sans-Serif;	
	line-height: 22px;
	color: #ee1c25;
	line-height: 28px;
}
	
h2 {
	font: 14px 'Lucida Grande', Helvetica, Arial, Verdana, Sans-Serif;	
	line-height: 16px;
}
	
h3 {
	font: 14px 'Lucida Grande', Helvetica, Arial, Verdana, Sans-Serif;
	line-height: 20px;
}

#container li {
	margin-left: -15px;
	line-height: 20px;
	font-size: 12px;
}

#footer {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	padding-top: 16px;
	text-align: center;
	width: 650px;
	height: 34px;
	margin: 0 auto;
	background: transparent url(../images/footer.gif) top center no-repeat;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img.right {
	float: right;
}

img.left {
	float: left;
	padding: 0 10px 5px 0;
}

img.center {
	display: block;
	margin: 0 auto 1em;
}

#location_coupons {
	margin-top: 1em;
}

#location_coupons img {
	border: 2px solid #000;
	padding: 1px;
}