/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0;
	padding: 0;
	background: #05307f url("images/bg-site.gif") repeat-x;
	text-align: center;
}

p, h1, h2, h3, a, ul, li, address, blockquote, cite {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 15px 0px;
	font-size: 11px;
	line-height: 1.5;
}

blockquote {
	margin: 5px 0px 5px 0px;
	font-size: 11px;
	line-height: 1.3;
	font-style: italic;
	color: #003399;
	clear: both;
}

cite {
	margin: 5px 0px 15px 0px;
	font-size: 11px;
	line-height: 1.3;
	font-style: italic;
	color: #003399;
	float: right;
}

address {
	margin: 10px 3px;
	padding: 8px 2px 16px 2px;
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #C20404;
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
}

h1 { 
	font-size: 14px;
	font-weight: bold;
	color: #082408;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 20px 0px;
	padding-bottom: 2px;
}

h2 { 
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #670101;
	text-align: center;
}

h3 { 
	font-size: 15px;
	font-weight: bold;
	margin: 25px 0px 15px 0px;
	padding: 5px;
	color: #ffffff;
	text-align: center;
	background: #0b0646;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 0px 20px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 5px 15px 20px 25px;
}

li {
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 5px;
}

/* ----------------- GENERAL LINKS ----------------- */

a:link, a:visited, a:active { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}
	
/* ------------------------- MAIN NAVIGATION ----------------------------- */

ul#mainnav {
	width: 770px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background: #016701 url("images/bg-nav.gif") no-repeat;
}

ul#mainnav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 4px 7px 4px 6px;
	font-size: 10px;
	font-weight: bold;
	background: url("images/bg-nav-divider.gif") no-repeat center right;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited  {
	background-color: #920303;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */

ul#utilitynav {
	margin: 0px;
	padding: 0px;
	height: 15px;
	padding: 5px 2px;
	background: #afaeae;
	border-top: 1px solid #8c8f94;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: normal;
	border-right: 1px solid #cccccc;
	}

ul#utilitynav li a:hover {
	color: #000000;
}

ul#utilitynav li a.last {
	border-right: none;
}

ul#utilitynav li span {
	font-weight: bold;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	background: url("images/bg-body.gif") repeat-y;
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 150px;
	margin: 0px auto;
	padding: 0px;
	background: url("images/bg-header.jpg") no-repeat;
	position: relative;
}

	div#header img {
		border: 0px;
	}

/* Creates DIV containers for main body content with multiple columns. */
div#leftside {
	width: 190px;
	padding: 0px;
	text-align: left;
	float: left;
	position: relative;
}

	div#leftside img {
		border: none;
	}
	
div#content {
	width: 550px;
	padding: 18px 15px 15px 15px;
	text-align: left;
	float: right;
	position: relative;
}

div.panel {
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 5px 10px;
	width: 200px;
	float: right;
	border-left: 1px dotted #cccccc;
}

div.box {
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #cccccc;
	background: #fdf9ce;
	clear: both;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyrightcontainer {
	width: 770px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #d8e8d8;
	padding: 10px 0px 5px 0px;
	text-align: left;
	clear: both;
}

div#copyrightcontainer img {
	border: none;
	margin-top: 10px;
}

/* Set link style for copyright. */
div#copyrightcontainer a {
	text-decoration: none;
	font-weight: bold;
	color: #d8e8d8;
}

div#copyrightcontainer a:hover {
	color: #ffffff;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	margin: 0px 0px 10px 15px;
	border: 1px solid #cccccc;
	float: right;
}

img.left {
	margin: 0px 10px 10px 0px;
	border: 1px solid #cccccc;
	float: left;
}

img.border {
	border: 1px solid #cccccc;
}

img.leftnobrd {
	float: left;
	margin: 5px 10px 5px 0px;
	border: none;
}

img.rightnobrd {
	float: right;
	margin: 5px 0px 5px 10px;
	border: none;
}

img.nobrd {
	border: none;
}

div.clear {
	clear: both;
}

hr {
	border: none;
	border-top: 1px dotted #cccccc;
	height: 1px;
	margin-bottom: 15px;
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

.oldprice {
	color: #CC0000;
	text-decoration: line-through;
	font-size: 12px;
}

.price {
	font-size: 13px;
}

p.ingredients {
	font-size: 10px;
	font-style: italic;
}

div#cta {
	background-image: url(images/cta_bg.jpg);
	width: 216px;
	height: 174px;
	margin-bottom: 2px;
}

div#audiocontainer {
	background: #fdfdfd;
	padding: 3px 0px;
	margin: 1px 0px;
}

div#audio {
	width: 112px;
	height: 20px;
	background-image: url(images/bg-audio.gif);
	background-repeat: no-repeat;
	padding-top: 19px;
	padding-left: 75px;
}

div#login {
	float: right;
}

div.info {
	margin: 10px 3px;
	padding: 8px 2px 16px 2px;
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #000000;
	border-bottom: 1px dotted #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#heart {
	margin: 0px 0px 5px 15px;
	border: 1px solid #cccccc;
	float: right;
}

img#order_btn {
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

iframe.noscroll {
	margin-top: -30px;
}

div.facts {
	margin: 5px 5px 15px 5px;
	padding: 2px;
	border: 1px solid #cccccc;
}

	div.facts p {
		margin: 3px 0px 3px 3px;
		font-size: 9px;
		line-height: 1.2;
		color: #0033CC;
	}
	
	div.facts p.footnote {
		border-top: 1px solid #0033CC;
		padding-top: 2px;
	}
	
	div.facts h1 {
		font-size: 10px;
		font-weight: bold;
		color: #003399;
		text-align: left;
		border-bottom: none;
		margin: 0px 0px 5px 0px;
	}
	
	div.facts h2 {
		font-size: 9px;
		font-weight: bold;
		color: #0033CC;
		text-align: left;
		border-top: 1px solid #0033CC;
		border-bottom: 1px solid #0033CC;
		margin: 2px 0px;
		padding: 2px 0px;
	}
	
	div.facts span {
		float: right;
		width: 100px;
		text-align: right;
	}
	
	div.facts span.col2 {
		float: right;
		text-align: right;
		
	}