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

*
{
	margin:0;
	padding:0;
}

body
{
	background-color:#000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
}

p .bold
{
	font-weight:bold;
}
p .ital 
{
	font-style:italic;
	font-weight:bolder;
}


#wrapper
{
	position:relative;
	width:1000px;
	height:1000px;
	margin: 0 auto;
	text-align:left;
}
#clear
{
clear:both;
}


#header
{
	position:relative;
	width:940px;
	height:385px;
	background:url(images/header.jpg) no-repeat;
	margin:0 0 0 30px;
}

#locations
{
	
	float:left;
	height: 50px;
	width: 475px;
	display: block;
	position: absolute;
	top:330px;
	left:65px;
	list-style-type: none;
	list-style-image: none;
	clear: right;
}

#locations ul
{ 
	display:inline;
	}
	
#locations li
{
	list-style-type:none;
	float:left;
	}
	
#location1
{
	width:153px;
	height:75px;
	margin:0 5px 0 0;
	text-align: center;
}



#location1 a
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
	color:#FFF;
	text-decoration: none;
}

#location1 a:hover
{
	color:#FFFF00;
	text-decoration:none;
}
	
	
#location2
{
	width:153px;
	height:75px;
	margin:0 5px 0 0;
	text-align: center;
}



#location2 a
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
	color:#FFF;
	text-decoration: none;
}

#location2 a:hover
{
	color:#FFFF00;
	text-decoration:none;
}
	
	
#location3
{
	width:153px;
	height:75px;
	text-align: center;
}



#location3 a
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration: none;
}

#location3 a:hover
{
	color:#FFFF00;
	text-decoration:none;
}

#mainnav
{
	width:1000px;
	height:42px;
	top:400px;
	display: block;
	position: absolute;
	list-style-type: none;
	list-style-image: none;
	clear: right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:14px;
	line-height:13px;
	color:#FFFFFF;

}
.asparagus {
	vertical-align: bottom;
}

#mainnav ul
{ 
	display:inline;
	}
	
#mainnav li
{
	list-style-type:none;
	float:left;
	}
	
#navhome
{
	width:166px;
	height:37px;
	background-color:#00cc66;
	text-align:center;
	padding:5px 0 0 0;
}	

#nav1weekly
{
	width:166px;
	height:37px;
	background-color:#ff0033;
	text-align:center;
	padding:5px 0 0 0;
}

#nav2store
{
	width:166px;
	height:37px;
	background-color:#00cc66;
	text-align:center;
	padding:5px 0 0 0;
}

#nav3wholesale
{
	width:166px;
	height:37px;
	background-color:#ff0033;
	text-align:center;
	padding:5px 0 0 0;
}

#nav4catering
{
	width:166px;
	height:37px;
	background-color:#00cc66;
	text-align:center;
	padding:5px 0 0 0;
}

#nav5recipes
{
	width:166px;
	height:37px;
	background-color:#ff0033;
	text-align:center;
	padding:5px 0 0 0;
}

#navhome a, #nav1weekly a, #nav2store a, #nav3wholesale a, #nav5recipes a
{	
	text-decoration:none;
}

#navhome a:visited, #nav1weekly a:visited, #nav2store a:visited, #nav3wholesale a:visited, #nav5recipes a:visited
{
	color:#fff;
}


#content
{
	background:#FFCC99;
	width:968px;
	height:390px;
	top:442px;
	left:16px;
	position:absolute;
	background-color: #F9D789;

}


#content_specials
{
	background:#FFCC99;
	width:968px;
	height:2080px;
	top:442px;
	left:16px;
	position:absolute;
	background-color: #F9D789;

}

#content li
{
	list-style-type:none;
	float:left;
}

#content ul
{
	list-style-type:none;
	list-style-image: none;
}

#content h1, p
{margin:10px 40px;
clear:none;
}

#content1
{
width:310px;
height:330px;
left:100px;
position:absolute;
}

#content2
{
	width:450px;
	height:246px;
	left:420px;
	
	position:absolute;
	
}

#content1meats
{
width:310px;
height:400px;
left:75px;
position:absolute;
}

#content2meats
{
	width:375px;
	height:246px;
	left:480px;
	
	position:absolute;
	
}

#content2specials
{
	width:375px;
	height:50px;
	left:480px;
	
	position:absolute;
	
}

#specialjpgs
{
	width:968px;
	height:2030px;
	left:0;
	top:65px;
	position:absolute;
	
}

#content1specials
{
width:310px;
height:50px;
left:75px;
position:absolute;
}







	

