﻿/*	Colors
		
		#ed1c24	Red	Text
		#c9252b	Red Background
	
*/

.red { color:#ed1c24; }
.blockLink { display:block; width:100%; height:100%; }
.hideme { display:none; }

/* General */

body, html	{ background-color:#c9252b; font-family:helvetica, arial; }

a:link, a:visited { color:Black; text-decoration:underline; }
a:hover, a:active { text-decoration:none; }



/* Master Styles */

#Everything { width:980px; margin:16px auto 0px auto; position:relative; }

#Header			{ position:relative; background:url(Images/Header.jpg); width:980px; height:183px; }

	#Header div	{ position:absolute; }
	#Header a:link, #Header a:visited { text-decoration:none; color:Black; font-size:14pt; }
	#Header a:hover, #Header a:active { text-decoration:underline; }
	
	#divHomeLink		{ top:0px; left:0px; width:290px; height:180px; }
	#divHeaderText		{ top:10px; left:300px; width:670px; height:80px; font-weight:bold; font-size:22pt; text-align:right; letter-spacing:-1pt; }
	
	.divLinkCircular	{ top:142px; left:300px; width:125px; height:24px; text-align:center; }
	.divLinkCatering	{ top:142px; left:460px; width:125px; height:24px; text-align:center; }
	.divLinkCoupons		{ top:142px; left:621px; width:125px; height:24px; text-align:center; }
	.divLinkLocations	{ top:142px; left:783px; width:125px; height:24px; text-align:center; }
	
#HeaderRedBar	{ position:relative; background:url(Images/RedBar.png); width:960px; padding-right:20px; height:44px; line-height:44px; vertical-align:middle; text-align:right; color:White; font-size:16pt; }
	#HeaderRedBar a:link, #HeaderRedBar a:visited	{ color:White; text-decoration:none; }
	#HeaderRedBar a:hover, #HeaderRedBar a:active	{ text-decoration:underline; }

#HeaderLinks	{ position:relative; background:url(Images/LinkButtons.png); width:980px; height:35px; }
	
	#HeaderLinks div	{ position:absolute; height:20px; width:190px; height:35px; line-height:32px; text-align:center; vertical-align:middle; }
	
	#HeaderLinks a:link, #HeaderLinks a:visited	{ color:White; font-size:16pt; font-weight:bold; text-decoration:none; }
	#HeaderLinks a:hover, #HeaderLinks a:active { text-decoration:underline; }
	
	.divLinkMeat		{ left:0px; }
	.divLinkProduce		{ left:196px; }
	.divLinkDeli		{ left:394px; }
	.divLinkGrocery		{ left:590px; }
	.divLinkPolicies	{ left:788px; }


#Content		{ position:relative; background-color:White; width:980px; }
#Footer			{ position:relative; background:url(Images/RedBar.png); width:980px; height:44px; }