html, body, div.page {
	min-height: 100%;
	width: 100%;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 83%;
	margin: 0px;
	padding: 0px;
}
div.page {
	left: 0px;
	position: absolute;
	top: 0px;
}
table.page {
	height: auto;
	margin-bottom: 1.8em;
	width: 100%;
}


/* Header Style Code */
td.header {
	background-image: url(../images/header-background.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 153px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
td.header img {
	display: block;
	float: left;
	height: 153px;
	width: 296px;
}
td.header p {
	color: #FFFFFF;
	float: left;
	font-size: .7em;
	letter-spacing: -1px;
	margin: 98px 0px 0px -296px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
/* End Header Style Code */


/* Navigation Style Code */
td.navigation {
	vertical-align: top;
	width: 141px;
}
td.navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 141px;
}
td.navigation ul li {
	border-bottom-color: #051642;
	border-left-color: #051642;
	border-right-color: #8596C2;
	border-top-color: #8596C2;
	border-style: solid;
	border-width: 2px;
	width: 137px;
}
td.navigation ul li a {
	color: #FFFFFF;
	background-color: #0B2D84;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	padding: 8px;
	text-decoration: none;
	text-transform: uppercase;
	width: 121px;
}
td.navigation ul li a:hover {
	background-color: #FFFFFF;
	color: #0B2D84;
}
/* End Navigation Style Code */


/* Content Style Code */
td.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 15px 15px 15px;
	vertical-align: top;
	width: 100%;
}
td.content h1 {
	font-size: 1.4em;
	margin-top: 0px;
}
td.content h1.title {
	text-transform: uppercase;
}
td.content h2 {
	font-size: 1.2em;
}
td.content h2.title {
	font-size: 1.4em;
	text-transform: uppercase;
}
td.content h3 {
	font-size: 1.2em;
}
td.content h3.title {
	font-size: 1.4em;
	text-transform: uppercase;
}
td.content table.nutrition-info {
	margin: 0px auto;
	width: 75%;
}
td.content table.nutrition-info td.1st-column {
	vertical-align: top;
	width: 66%;
}
td.content table.nutrition-info td.2nd-column {
	vertical-align: top;
	width: 33%;
}
/* End Content Style Code */


/* Footer Style Code */
div.footer {
	background-color: #0B2D84;
	bottom: 0px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
}
div.footer p {
	margin: 0px 20px 0px 0px;
	padding: 3px 4px;
	text-align: right;
}
div.footer a {
	color: #FFFFFF;
}
/* End Footer Style Code */


.shdr {
	background-color: #0B2D84;
	color: #FFFFFF;
	font-weight: bold;
}
.cart_cell {
	background-color: #AEBBDA;
}

.margin0px15px {
	margin: 0px 15px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
span.larger {
	font-size: larger;
}
span.line-through {
	text-decoration: line-through;
}
span.redCC0000 {
	color: #CC0000;
}
img {
	border: none;
}
br.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}