body {
margin: 0;
padding: 0;
font-size: 10pt;
font-family: arial, sans-serif;
background-image: url(../images/bckgrdstripes.gif);
}

table, tr, td {
padding: 0;
margin: 0;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
color: #333;
text-decoration: underline;
}

a:visited, a:active {
color: #000;
text-decoration: none;
}

#ContainerWrapper {
width: 785px;
margin: auto;
}

#Container {
padding: 0 20px 20px 20px;
}

#HeaderLeft {
position: absolute;
margin-left: 0px;
}

#HeaderCenter {
position: absolute;
margin-left: 194px;
}

#HeaderRight {
position: absolute;
margin-left: 551px;
}

#HeaderHeightPad {
height: 140px;
}

#ContentWrapper {
background: #fff;
}

#Footer1Wrapper {
background: #000;
badheight: 1px;
height: 100.01%;
border-bottom: 1px solid #fff;
font-size: 0.8em;
}

#Footer1 {
text-align: center;
color: #fff;
padding: 14px 0 14px 0;
}

#Footer1 a {
color: #fff;
text-decoration: none;
}

#Footer1 a:hover {
text-decoration: underline;
}


#Footer2Wrapper {
background: #464f34;
height: 100.01%;
font-size: 0.8em;
}

#Footer2 {
text-align: center;
color: #fff;
padding: 14px 0 14px 0;
}

#Footer2 a {
color: #fff;
text-decoration: underline;
}

.SectionColorHover a {
text-decoration: none;
}

.SectionColorHover a:hover {
text-decoration: underline;
}

.Content_Bottom_Nav {
text-align: center;
}

.Content_Bottom_Nav a {
font-weight: bold;
font-size: 0.9em;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {
z-index: 100;
font-size: 11px;
padding: 0 0 10px 0;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
padding: 0;
margin: 0;
list-style-type: none;
width: 145px;
}

/* hack for IE5.5 */
* html #menu ul { margin-left: -16px; ma\rgin-left: 0; }

/* position relative so that you can position the sub levels */
#menu li {
position: relative;
background: #C7C8A6;
}

/* get rid of the table */
#menu table { position: absolute; border-collapse: collapse; top: 0; left: 0; z-index: 100; font-size: 1em; }

/* style the links */
#menu a, #menu a:visited {
display: block; 
text-decoration: none;
height: 19px;
line-height: 19px;
width: 145px;
color: #000;
text-indent: 10px;
font-weight: bold;
}

/* hack for IE5.5 */
* html #menu a, * html #menu a:visited { background: #C7C8A6; width: 145px; }
/* style the link hover */
* html #menu a:hover { color: #fff; background: #333301; }
#menu :hover > a { color:#fff; background:#333301; }

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
visibility: hidden;
position: absolute;
top: 0;
left: 145px; 
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul, #menu ul a:hover ul { visibility: visible; }

/* set nav button div size */
#menu #a_retail, #menu #a_foodservice, #menu #a_wholesale, #menu #a_recipes,
#menu #a_news, #menu #a_company, #menu #a_home {
width: 145px;
height: 40px;
}

/* set nav button div backgrounds */
#menu #a_retail { background: url(../images/nav_retailoff.gif); }
#menu #a_foodservice { background: transparent url(../images/nav_foodserviceoff.gif); }
#menu #a_wholesale { background: transparent url(../images/nav_wholesaleoff.gif); }
#menu #a_recipes { background: transparent url(../images/nav_recipesoff.gif); }
#menu #a_news { background: transparent url(../images/nav_newsoff.gif); }
#menu #a_company { background: transparent url(../images/nav_companyoff.gif); }
#menu #a_home { background: transparent url(../images/nav_homeoff.gif); }

/* set nav button div rollovers */
#menu li:hover #a_retail, #menu a:hover #a_retail { background: url(../images/nav_retailoveron.gif); }
#menu li:hover #a_foodservice, #menu a:hover #a_foodservice { background: url(../images/nav_foodserviceoveron.gif); }
#menu li:hover #a_wholesale, #menu a:hover #a_wholesale { background: url(../images/nav_wholesaleoveron.gif); }
#menu li:hover #a_recipes, #menu a:hover #a_recipes { background: url(../images/nav_recipesoveron.gif); }
#menu li:hover #a_news, #menu a:hover #a_news { background: url(../images/nav_newsoveron.gif); }
#menu li:hover #a_company, #menu a:hover #a_company { background: url(../images/nav_companyoveron.gif); }
#menu li:hover #a_home, #menu a:hover #a_home { background: url(../images/nav_homeoveron.gif); }
