body {
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
	background-color: #ffffff;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	padding-left: 7px;
	width: 840px;
	text-align: left;
}

#header {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 776px;
	height: 180px;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
}

#main {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	padding-top: 190px;
	width: 840px;
}

.landing{
	float: left;
	position: relative;
	margin: 0;
	padding: 5px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 30px;
	background-image: url(../images/LandingBackgroundMid.png);
	background-repeat: repeat-y;
	width: 790px;
	min-height: 383px;
}

.tile {
	float: left;
	position: relative;
	margin: 0;
	padding: 5px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/TileBackground.png);
	background-repeat: no-repeat;
	width: 245px;
	height: 210px;
}

.tile:hover {
	background-image: url(../images/TileBackgroundHover.png);
}

.tile a {
	text-decoration: none;
	color: black;
}

.tileheading {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 6px;
	text-transform: uppercase;
}

h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	display: block;
	margin-bottom: 6px;
	text-transform: uppercase;
}

#footer {
	float: left;
	position: relative;
	margin: 0;
	margin-left: 2px;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 30px;
	width: 774px;
	background-image: url(../images/footer2.gif);
	background-repeat: no-repeat;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	clear: both;
}

#mainlogo
{
	float: left;
	position: relative;
	padding-left:40px;
	padding-top: 60px;
}

#utilitynav
{
	float: right;
	position: relative;
	padding-top: 10px;
	padding-right: 6px;
	font-size: 12px;
}
#utilitynav a
{
	color: #ffffff;
	text-decoration: none;
}
#utilitynav a:hover
{
	color: red;
	text-decoration: none;
}

#mainnav
{
	clear: both;
	padding-top: 33px;
	padding-left: 10px;
	text-align: center;
	width: 770px;
}
#mainnav a
{
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	background-image: url(../images/menubullet.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}
#mainnav a:hover
{
	color: #0973A5;
	font-weight: bold;
	background-image: url(../images/menubullet_hover.gif);
	background-color: #f2f2f2;
}

#copyright
{
	float: left;
	position: relative;
	padding-left: 6px;
}

#footernav
{
	float: right;
	position: relative;
	padding-right: 6px;
}
#footernav a
{
	color: black;
	text-decoration: none;
}
#footernav a:hover
{
	color: red;
	text-decoration: none;
}

#subnav
{
	float: left;
	position: relative;
	margin-left: 6px;
	width: 150px;
}
#subnav a
{
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	background-image: url(../images/submenu.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 24px;
	display: block;
	padding-top: 6px;
}
#subnav a.subnav_drop_head
{
	background-image: url(../images/submenudown.gif);
}
#subnav a:hover
{
	background-image: url(../images/submenu_hover.gif);
	color: #0973A5;
}

#subnav_drop a
{
	background-image: url(../images/nopic.gif);
	height: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
	background-color: #F8F8F8;
}

#subnav_drop a:hover
{
	background-image: url(../images/nopic.gif);
	background-color: #D4E4EC;
}

.LinkList a
{
	text-decoration: none;
	color: black;
}

.LinkList a:hover
{
	text-decoration: none;
	color: blue;
}

.HPPromo {
	margin: 2px 6px;
	padding-top: 8px;
	padding-left: 3px;
	float: left;
	width: 165px;
	height: 160px;
	background-image: url(../images/HPModuleType1Bg.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
}

.RSSFeed a {
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #055F9A;
}

.RSSFeed a:hover {
	color: #055FFF;
}

#copyright a {
	color: black;
	text-decoration: none;
}
#copyright a:hover
{
	color: red;
	text-decoration: none;
}

.bottomlinks a
{
	text-decoration: none;
	color: black;
}

.bottomlinks a:hover
{
	color: red;
}

.dots {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.ingredients {
	background-color: white;
}







