body
{
	font-family: "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, sans-serif;
}

.hidden
{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#header
{
	color: #fff;
	background: #000;
	height: 15px;
}

#body
{
	position: relative;
}

#main
{
	background: url(../images/vertical_bar.gif) repeat-y;
	background-position: 19em 0em;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

* html #main
{
	height: 1%; /* So IE plays nice */
}


#intro
{
	padding: 5px .5em 1em 1.5em;
	color: #000;
	background-color: #ffeea6;
	float: left;
	width: 17.1em; /* add .1 to fix Safari gap */
	position: relative;
	z-index: 2;
}

#intro img
{
	display: block;
	margin: 0 auto 15px auto;
}

#intro p
{
	font-style: italic;
	margin: 1em 0;
}

#intro hr
{
	border: none 0;
	border-top: 2px solid #000; /*the border*/
	width: 90%;
	height: 2px; /*whatever the total width of the border-top and border-bottom equal*/
}

#intro h1
{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #650A0E;
	font-size: 100%;
}

#intro ul.navigation
{
	margin: 0;
	margin-bottom: 5em;
	padding: 0;
	margin-left: 1em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	list-style: none;
}

#intro ul.navigation li
{
	background: url(../images/nav_bullet.gif) no-repeat 0 .35em;
	padding-left: 14px;
}

#intro ul.navigation .current
{
	display: none;
}

#intro ul.navigation a
{
	color: #f06700;
	text-decoration: none;
	padding: .1em;
}

#intro ul.navigation a:hover,
#intro ul.navigation a:active
{
	background: #f06700;
	color: #ffeea6;
}

#home .products
{
	width: 966px;
	margin: 0 auto;
}

#home h1 img
{
	float: left;
	margin: 0 15px 20px 10px;
}

#home ul.features
{
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	margin: 27px 0 1em 0;
	padding: 0;
	float: left;
	width: 17em;
}

#home ul.features li
{
	float: none;
	margin-left: 2em;
	padding: 0;
	padding-left: 14px;
}

#home ul.navigation
{
	width: 966px; /* (200 + 260 + 20 padding) * 2 cols + 6 border */
	margin: 0;
	padding: 0;
	list-style: none;
}

#home ul.navigation img
{
	display: block;
	float: left;
	margin: 0;
	padding-left: 10px;
}

#home ul.navigation img.logo
{
	margin-top: 11px;
}

#home ul.navigation li
{
	float: left;
	border-top: 6px solid #000;
	vertical-align: middle;
}

#home ul.navigation li.column2
{
	border-left: 6px solid #000;
}

#content
{
	padding-left: 5em;
	padding-bottom: 2em;
	width: 50em;
	border-left: 19em solid #ffeea6; /* The width and color of the rail */
	margin-left: -19em; /* Hat tip to Ryan Brill */
	float: left;
	z-index: 1;
	position: relative;
	min-height: 800px; /* get rid of white space at bottom */
}

* html #content
{
	height: 800px;
}

#content h1
{
	font-size: 185%;
	text-align: center;
	color: #c0272c;
	font-variant: small-caps;
	text-transform: uppercase;
	margin: 1em 0 .5em 0;
}

#content .tagline
{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #650A0E;
	font-size: 125%;
}

div.benefits
{
	background: #ffeea6 url(../images/horizontal_bar.gif) repeat-x;
	padding: 30px 4em 1em 4em;
}

/* IE 6 has a background problem, so force a height */
* html div.benefits
{
	height: 5em;
	overflow: visible;
}

div.benefits ul
{
	margin: 0;
	margin-right: 3em;
	padding: 0;
	float: left;
}

div.benefits ul li
{
	margin-left: 2em;
}

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

div.benefits a:hover,
div.benefits a:active
{
	padding: .1em;
	background: #000;
	color: #ffeea6;
}

ul.features
{
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	margin: 0 auto;
	padding: 0;
	width: 92%;
	list-style: none;
}

ul.features li
{
	float: left;
	background: url(../images/features_bullet.gif) no-repeat 0 .45em;
}

#content ul.features li
{
	margin-left: 1.5em;
	padding-left: 12px;
}

#content .serving-suggestion
{
	clear: left;
	width: 612px;
	margin: 1em auto 0 auto;
}

.serving-suggestion .caption
{
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	float: right;
}

.product-specs
{
	font-weight: bold;
	font-size: 90%;
}

.product-specs h2
{
	color: #952823;
	font-size: 110%;
	line-height: 110%;
	display: inline;
	margin-right: .5em;
}

.product-specs ul
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-specs li
{
	margin: 0;
	padding: 0;
}

.call-to-action
{
	float: left;
	width: 40%;
	margin: 2em 0 2em 5%;
	border-top: .5em solid #000;
	border-bottom: .5em solid #000;
	padding: .4em .1em .6em .1em;
	font-family: "Times New Roman", Times, serif;
}

* html call-to-action
{
	margin-left: 0;
}

.call-to-action h2
{
	color: #952823;
	font-style: italic;
	margin: 0;
}

.call-to-action p
{
	margin: 0;
}

.call-to-action a
{
	padding: .1em;
}

.call-to-action a:link,
.call-to-action a:visited
{
	color: #000;
	text-decoration: none;
}

.call-to-action a:hover,
.call-to-action a:active
{
	color: #952823;
	background: #ffeea6;
}

.package-specs table
{
	border: none;
	margin: 1em auto;
	padding: .25em;
	background: #EBEAEA;
}

.package-specs th
{
	font-weight: bold;
	border-top: 1px solid #000;
}

.package-specs th,
.package-specs td
{
	text-align: center;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: .25em;
}

.package-specs .last
{
	border-right: 1px solid #000;
}

.pdf-link
{
	margin-top: 1.5em;
	text-align: center;
	font-size: 90%;
}

.pdf-link img
{
	vertical-align: middle;
}

.pdf-link a
{
	padding: .1em;
}

.pdf-link a:link,
.pdf-link a:visited
{
	color: #000;
	text-decoration: none;
}

.pdf-link a:hover,
.pdf-link a:active
{
	color: #952823;
	background: #ffeea6;
}

.nutrition-facts,
.ingredients
{
	margin: 0;
	font-size: 83%;
}

.nutrition-facts
{
	border: 3px solid #000;
	margin-bottom: 1em;
	padding: .5em;
}

.nutrition-facts h2
{
	font-size: 200%;
}

.nutrition-facts h2,
.nutrition-facts h3,
#intro .nutrition-facts p
{
	margin: 0;
}

.nutrition-facts h3
{
	font-size: 90%;
}

#intro .nutrition-facts hr
{
	border: none 0;
	border-top: .75em solid #000; /*the border*/
	width: 100%;
	height: .75em; /*whatever the total width of the border-top and border-bottom equal*/
}

.nutrition-facts a:link,
.nutrition-facts a:visited,
.nutrition-facts a:active,
.nutrition-facts a:hover
{
	color: #000;
	text-decoration: none;
}

#intro .nutrition-facts td.subtype /* include #main to override other paddings */
{
	padding-left: .5em;
}

.nutrition-facts h4
{
	float: left;
	margin: 0 .5em 0 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
}

.nutrition-facts td.daily-value
{
	text-align: right;
}

.nutrition-facts div.calories
{
	width: 50%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	float: left;
}

.nutrition-facts div.column2
{
	text-align: right;
}

.nutrition-facts td.column2
{
	padding-left: 1.5em;
}

.nutrition-facts tr.column2 td.daily-value
{
	padding-left: 0;
}

.nutrition-facts table.nutrients
{
	width: 100%;
}

.nutrition-facts table.nutrients th
{
	font-size: 90%;
}

/* IE fix -- IE collapses the th if absolute positioned */
.nutrition-facts table.nutrients th.hidden
{
	visibility: hidden;
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	overflow: visible;
}

.nutrition-facts table.nutrients td
{
	border-top: 1px solid #000;
}

.nutrition-facts table.vitamins
{
	width: 100%;
}

.nutrition-facts table.vitamins tr
{
/*	width: 50%;
	float: left;*/
}

.nutrition-facts table.vitamins td
{
/*	width: 100%;*/
	border-bottom: 1px solid #000;
}

.nutrition-facts .footnote
{
	font-size: xx-small;
}

.nutrition-facts #nutrition-footnote
{
	font-size: 120%;
}

.nutrition-facts .footnote table,
.nutrition-facts .footnote table th
{
	border-bottom: 1px solid #000;
}

.nutrition-facts .footnote table th,
.nutrition-facts .footnote table td
{
	padding: 0;
	margin: 0;
}

.nutrition-facts .footnote table
{
	width: 100%;
}

.nutrition-facts .footnote table th
{
	text-align: left;
	font-weight: normal;
}

#intro .nutrition-facts p
{
	margin: 0;
}

.nutrition-facts ul.calories-per-gram
{
	margin: 0;
	padding: 0;
}

.nutrition-facts ul.calories-per-gram li
{
	margin-left: 2em;
	float: left;
}

.ingredients h3
{
	margin: 0;
	font-size: 100%;
	line-height: 100%;
	float: left;
	margin-right: .5em;
}

#footer
{
	color: #fff;
	background: #000;
	font-weight: bold;
	font-style: italic;
	padding: .75em;
	padding-left: 2em;
	font-size: 90%;
}

#footer span
{
	margin-left: 5em;
}

#footer a
{
	color: #fff;
	text-decoration: none;
	padding: .1em;
}

#footer a:hover,
#footer a:active
{
	color: #000;
	background: #ddd;
}
