/******************** global properties ********************/
body{ height: 100%; }

body
{
	background: url('/foodservices/i/bg.png');
	margin:0px;
	height:100%;
}
#gradient_bg
{
	position:absolute;
	height:100%;
	width:100%;
	background: center repeat-y url('/foodservices/i/gradient_bg.png');
}
#body_bg
{
	background: center repeat-y url('/foodservices/i/gradient_bg.png');
	padding:20px;
}
a, .link
{
	color:red;	
}
.link
{
	text-decoration:underline;
	cursor:pointer;	
}
img
{
	border:0px;
}
.global_font,body
{
	font-family: verdana;
	font-size:10px;	
}
.title_font
{
	font-size:20px;
	color:#D01A1A;
	font-weight:bold;
}
.clear_floats
{
	clear:left;
	height:0px;
	font-size:0px;
}
/******************** header ********************/
div#header
{
	position:relative;
	background:#FFFFFF;
	width:770px;
	height:130px;
	z-index:11;
}
#header_bg
{
	background: no-repeat url('/foodservices/i/header_bg.png');
	width:770px;
	height:130px;
}
#nav
{
	position:absolute;
	width:700px;
	height:31px;
	left:7px;
	top:107px;
}
.nav_buttons
{
	height:31px;
	float:left;	
}
#nav_home
{
	background-image: url('/foodservices/i/nav_home.gif');
	width:75px;
}
#nav_home:hover
{
	background-image: url('/foodservices/i/nav_home_active.gif');
}
#nav_aboutus
{
	background-image: url('/foodservices/i/nav_aboutus.gif');
	width:77px;
}
#nav_aboutus:hover
{
	background-image: url('/foodservices/i/nav_aboutus_active.gif');
}
#nav_products
{
	background-image: url('/foodservices/i/nav_products.gif');
	width:74px;
}
#nav_products:hover
{
	background-image: url('/foodservices/i/nav_products_active.gif');
}
#nav_whatsnew
{
	background-image: url('/foodservices/i/nav_whatsnew.gif');
	width:90px;
}
#nav_whatsnew:hover
{
	background-image: url('/foodservices/i/nav_whatsnew_active.gif');
}
#nav_recipes
{
	background-image: url('/foodservices/i/nav_recipes.gif');
	width:70px;
}
#nav_recipes:hover
{
	background-image: url('/foodservices/i/nav_recipes_active.gif');
}
#nav_contactus
{
	background-image: url('/foodservices/i/nav_contactus.gif');
	width:80px;
}
#nav_contactus:hover
{
	background-image: url('/foodservices/i/nav_contactus_active.gif');
}
#nav_sitemap
{
	background-image: url('/foodservices/i/nav_sitemap.gif');
	width:70px;
}
#nav_sitemap:hover
{
	background-image: url('/foodservices/i/nav_sitemap_active.gif');
}
#nav_empty
{
	background-image: url('/foodservices/i/nav_empty.gif');
	width:82px;
}
#language
{
	position:absolute;
	left:620px;
	top:45px;
}
#recipe_search
{
	position:absolute;
	width:219px;
	height:105px;
	left:540px;
	top:85px;
}
#recipe_search img
{
	border: 0px;	
}
#recipe_search input
{
	position:absolute;
	top:44px;
	left:12px;
	height:18px;
	width:200px;
}

/******************** content ********************/
div#content
{
	background:#FFFFFF;
	width:770px;
	text-align:left;
	position:relative;
	z-index:10;
}
#content_area,#content_menu_area,#content_no_menu_area
{
	position:relative;
	width:760px;
}
#content_area
{
	padding:0px 0px 0px 8px;
}
#content_menu_area
{
	padding:20px 0px 0px 8px;	
}
#content_no_menu_area
{
	padding:20px 0px 20px 50px;
	width:670px;
}
#content_menu
{
	float:left;
	width:204px;
}
#content_info
{
	position:relative;
	float:left;
	padding:0px 0px 10px 0px;	
	margin-left:8px;
	width:540px;
}
#info_title
{
	font-size:25px;
	font-weight:normal;
	width:300px;
}
#info_subtitle
{
	font-size:12px;
	font-weight:bold;
	margin:3px 0px 8px 2px;
}
#info_content_area
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.content_text
{
	padding:15px 10px 10px 3px;	

}
/******************** footer ********************/
#footer
{
	background:#FFFFFF;
	width:770px;
	height:40px;
	position:relative;
	text-align:left;
	z-index:12;
}
#footer_bg
{
	background: no-repeat url('/foodservices/i/footer_bg.png');
	width:100%;
	height:37px;
	position:absolute;
	bottom:0px;
	font-size:9px;
}
#footer_links
{
	position:absolute;
	top:8px;
	left:10px;
}
.footer_links
{
	margin:0px 10px 0px 10px;
}
#footer_copyright
{
	position:absolute;
	top:8px;
	left:0px;
	width:760px;
	text-align:right;
}
.footer_link
{
	color:#222222;
	text-decoration:none;
}
#offset
{
	font-size:0px;
	height:0px;
}

/**** popup hover ****/
#nutritional_info-body
{
    position: absolute;
    width: 710px;
    top: 50%;
    left: 50%;
    margin-left: -355px;
    background-repeat: no-repeat;
    z-index: 9999;
}
#cover
{
    position: absolute;
    z-index: 9998;
    background:black;
}





