body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:140%;
	color: #1F3A9C;
	text-align: left;
}

body {
	background-color: #FFFFD9;
	margin-top: 15px;
}

a:link {
	color: #2A9BEA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2A9BEA;
}
a:hover {
	text-decoration: underline;
	color: #1F3A9C;
}
a:active {
	text-decoration: none;
	color: #1F3A9C;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:190%;
	font-size: 20px;
	color: #0077FF;
	text-align: left;
}

#descriptionText {
	text-align: left;
}
	

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#product_body {
	text-align: center;
	margin: 17px 33px 15px 33px;
	width: 701px;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #E63C14;
	text-align: center;
	padding: 7px;
	width: 749px;
	border: solid 2px #FFCB3A;
	background: #FFF;
}

#copyright a {
	color: #E63C14;
}

#copyright a:hover {
	text-decoration: underline;
}
	
/* Navigation menu starts */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}

#nav a {
	display: block;
	width: 120px;
	color: #FFF;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#nav a.products {
	width: 81px;
}

#nav a.daddy {
	background:url(../images/arrows.gif) center right no-repeat;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	height: 13px;
	border: 1px;
	border-color:#FFFFFF;
	border-style:solid;
	border-bottom:none;
	padding: 6px;
	background: #f06917;
}

#nav li.last { /* last item on a list should have a bottom border */
	border-bottom: 1px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
}

#nav li.products {
	height: 27px;
	border: 0;
	padding: 0;
	background: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 134px;
	height: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-weight: normal;
	margin: 0;
}

#nav li ul ul { /* third-and-above-level lists */
	/* margin: -7px 0 0 6px;  weird - was working - had to change it for ie7 */
	margin: -18px 0 0 126px;
	width: 164px;
}

#nav li ul ul a { /* third-and-above-level lists */
	width: 150px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	display:none; /* added by nad to fix IE7 stickiness issue */
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display:block; /* added by nad to fix IE7 stickiness issue */
}

#nav li:hover, #nav li.sfhover {
	background: #DC2B33;
}

#content {
	clear: left;
	color: #ccc;
}

/* Navigation menu ends */


/* Nutrition facts starts */
#label {
	font-size: 13px;
	font-weight:normal;
	border: 1px;
	border-style:solid;
	color:#000000;
	width: 246px;
	padding:7px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#nutrition_fact {
	font-weight: bold;
	font-size: 20px;
	width: 246px;
	margin: 0px;
}
#per_100ml {
	font-size: 12px;
	padding: 1px 0 3px 0;
	width: 246px;
	margin: 0px;
	border-bottom:4px;
	border-bottom-style:solid;
}
#amount {
	font-size: 11px;
	font-weight:bold;
	padding: 2px 0;
	border-bottom:2px;
	border-bottom-style:solid;
	margin: 0 0 3px 0;
	width:123px;
	float:left;
}
#daily_value {
	font-size: 11px;
	font-weight:bold;
	padding: 2px 0;
	border-bottom:2px;
	margin: 0 0 3px 0;
	border-bottom-style:solid;
	width:123px;
	text-align:right;
	float:right;
}
#line_item {
	padding: 2px 0;
	margin: 0 0 2px 0;
	border-bottom:1px;
	border-bottom-style:solid;
	width:246px;
	text-align:left;
}
#line_item_odd {
	padding: 3px 0;
	margin: -2px 0 3px 0;
	border-bottom:1px;
	border-bottom-style:solid;
	width: 123px;
	text-align:left;
	float:left;
}
#line_item_even {
	padding: 3px 0;
	margin: -2px 0 3px 0;
	border-bottom:1px;
	border-bottom-style:solid;
	width:123px;
	text-align:right;
	float:right;
}
#last_item {
	padding: 3px 0;
	margin: 0 0 3px 0;
	width:246px;
	text-align:left;
}
#line {
	padding: 0;
	margin: -2px 0 2px 0;
	border-bottom:3px;
	border-bottom-style:solid;
	width:246px;
	text-align:left;
}
#based {
	font-size: 10px;
	padding: 1px 0 0 1px;
	width: 246px;
	margin: 0px;
}
/* Nutrition facts ends */