/*######################################################################
##							CSS Document							  ##
########################################################TJL#09/11/2008*/

body, html, form {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #000000;
	font-size: 16px; 
	font-family:arial,sans-serif;
	}
body {
	min-width: 800px;
	}
a {
	text-decoration: none;
	cursor: pointer;
	}
a:visited {
	color: #0000FF;
	}
a img {
	border: none;
	}
p {
	padding: 0 0 20px 0;
	margin: 0;
	}
img, div {
	border: 0;
	}
hr {
	color: #ff0000;
	background-color: #ff0000;
	height: 5px;
	}
	
/*********************************************/
	
.wrap {
	margin: auto;
	width: 800px;
	position: relative;
	z-index: 2;
	height: 1%;
	display: block;
	}
.wrap2 {
	}
.top {
	width: 100%;
	height: 50px;
	}
.header {
	width: 800px;
	height: 115px;
	background: url(/images/MainBar.png);
	z-index: 3;
	display: block;
	}
.header_sides {
	background: url(/images/MainBar_Sides.png);
	background-repeat: repeat;
	width: 100%;
	height: 115px;
	top: 50px;
	position: absolute;
	z-index: 1;
	display: block;
	}
.logo {
	background: url(/images/MainBar_Logo.png);
	position: absolute;
	top: 15px;
	left: 10px;
	width: 178px;
	height: 165px;
	z-index: 4;
	behavior: url(/include/iepngfix.htc);
	}
.nav {
	position: absolute;
	top: 114px;
	left: 260px;
	width: 540px;
	height: 54px;
	z-index: 4;
	font-size: 17px;
	}
.nav .item {
	background: url(/images/Navigation_Normal.png);
	width: 108px;
	height: 51px;
	float: left;
	line-height: 51px;
	font-weight: bold;
	color: #ffffff;
	behavior: url(/include/iepngfix.htc);
	position: relative;
	}
.nav .item:hover {
	background: url(/images/Navigation_Highlighted.png);
	cursor: pointer;
	}
.nav .current_item {
	background: url(/images/Navigation_Selected.png);
	width: 108px;
	height: 54px;
	float: left;
	line-height: 54px;
	font-weight: bold;
	color: #0000ff;
	behavior: url(/include/iepngfix.htc);
	position: relative;
	}
.main {
	float: left;
	width: 610px;
	position: relative;
	padding: 50px 20px 0 20px;
	text-align: justify;
	}
.sidebar {
	float: right;
	width: 150px;
	padding: 50px 0 0 0;
	}
.sidebar .item {
	background: #ffffff;
	width: 150px;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #0000ff;
	behavior: url(/include/iepngfix.htc);
	}
.sidebar .current_item {
	background: url(/images/SideNavigation_Selected.png);
	width: 150px;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	behavior: url(/include/iepngfix.htc);
	}
.sidebar .nutrition {
	width: 150px;
	float: left;
	padding-top: 20px;
	}
.footer {
	width: 800px;
	height: 100px;
	clear: both;
	font-size: 12px;
	}
.footer .left {
	float: left;
	}
.footer .right {
	float: right;
	}
.noSidebar {
	float: left;
	width: 800px;
	position: relative;
	padding: 50px 0 0 0;
	text-align: justify;
	}