body { /*========================== MAIN ELEMENTS ================================ */
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13px;
}

#header {
	position:relative;
	z-index:500;
}

.img { border:none; }

h1 {
	font-family: arial;
	color: #570901;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	margin: 5px 0px;
	padding: 0px;
}
h2 {
	font-family: arial;
	color: #570901;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	margin: 5px 0px;
	padding: 0px;
}
h3 {
	font-family: arial;
	color: #570901;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	margin: 5px 0px;
	padding: 0px;
}
h4 {
	font-family: arial;
	color: #570901;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	margin: 5px 0px;
	padding: 0px;
}

ul.test_products {
	margin:0px;
	padding:0px;
}

ul.test_products li {
	margin:0px 0px 0px 10px;
	padding:2px 0px;
	list-style-position:outside;
}

#main_content ul, #main_content ol {
	margin:10px 0px;
	list-style-position:inside;
}

div.image {
	background-repeat: no-repeat;
}
#main {
	width: 914px;
	margin-left: auto;
	margin-right: auto;
}
#content_container {
	border-left: solid 4px #D96771;
	border-right: solid 4px #D96771;
	height: 1%;
}

#content {
	border: solid 1px #B70005;
	margin: 3px 3px -1px 3px;
	height: 1%;	
}

html>body #content_container, html>body #content {
height: auto;
}

#video_table img {
	margin: 10px;
}

#cart_nav { /*========================== SHOPPING CART NAVIGATION ================================ */
	width: 465px;
	height: 50px;
	text-align: left;
	margin-left: auto;
	padding-top: 5px;
	margin-right: 25px;
	color: #FFFFFF;
}
#cart { 
	float: left;
	background-repeat: no-repeat; 
	width: 16px; 
	height: 14px;
	margin-left: 25px;
}
#cart_nav_top {
	height: 23px;
	background-image: url(images/cart_nav_top.jpg);
	background-repeat: no-repeat;
}
#cart_nav_middle {
	height: 13px;
	background-color: #C74B55;
	text-align: left;
}
#cart_nav_middle a {
	padding:0px 2px;
}
#cart_nav_bottom {
	height: 14px;
	background-image: url(images/cart_nav_bottom.jpg);	
	background-repeat: no-repeat;
}
#cartSummary {
	font-size:10px;
	border:1px solid #eeeeee;
}
#bottom_signup { /*========================== BOTTOM BAR FOR NEWSLETTER SIGNUP ================================ */
	width: 864px;
	height: 39px;
	padding-top: 55px;
	margin: auto;
	background: transparent url(images/bottom_signup.gif) no-repeat;
	overflow: hidden;
}
#bottom_signup input{
	font-size: 8pt;
}
#bottom_nav {
	background-image: none;
	background-color: #FFF;
}
#copyright {
	text-align: left;
	font-size: 8pt;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	line-height: 15px;
	overflow: hidden;
	background: transparent url() no-repeat;;
	height: 55px;
}


#top_outline { /*========================== LEFT AND RIGHT PAGE BORDERS ================================ */
	background-color: #B70005;
	height: 1px;
	width: 900px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 1pt; /* IE hack*/
}
#bottom_outline {
	background-color: #B70005;
	height: 7px;
	width: 900px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 1pt; /* IE hack*/
}
				/*========================== NAVIGATION ================================ */
				
				
				
.accountSubHeader {
	font-weight:bold;
	text-align:left;
}				
				
.accountSubHeaderDetails {
	font-weight:normal;
	text-align:right;
}				
.accountSectionHeader, .accountSectionHeader a {
	font-family: arial;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	border-bottom: 1px solid black;
	margin: 0px;
	padding: 0px;
}

.productSubHeading {
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

.kitTitle {
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

.cartColumnHeader {
	font-weight:bold;
}

.cartKitDetails {
	width:350px;
	border:1px solid #aaaaaa;
	display:none;
	background-color: #f7f7f7;
	position:absolute;
	padding:5px;
}

.cartDetailsLink:link, cartDetailsLink:visited {
	color:#000000;
}
.cartDetailsLink:active {
	color:#000000;
	text-decoration:none;
}

.row {
	background-color: #FFFFFF;
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.rowalt {
	background-color: #f0f0f0;
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.ingredientHeader {
	font-size:16px;
	font-weight:bold;
	color: #B70005;
	padding: 0px 0px 10px 0px;
}

.ingredientTitle {
	color: #570901;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

.nutritionHeader {
	font-size:16px;
	font-weight:bold;
	margin:2px;
}

.nutritionItemHeader {
	font-size:10px;
	font-weight:bold;
	text-align:right;
}

.nutritionItem {
	font-size:9px;
	border-top:1px solid black;
}

.nutritionServingInfo {
	font-size:10px;
}

.dailyValue {
	font-size: 9px;
}

#cartMessage {
	color:red;
	font-weight:bold;
}

.sideTestimonials {
	width:210px;
	text-align:left;
	padding:10px;
}

.productIngredientList {
	border-bottom: 1px solid #dddddd;
}

	a:link, a:visited, a:active { /* GENERAL  */
		font-family: arial;
		color: #999;
		font-size: 8pt;
		text-decoration: none;
	}
	a:hover {
		font-family: arial;
		color: #999999;
		font-size: 8pt;
		text-decoration: underline;
	}
	a.cart:link, a.cart:visited, a.cart:active { /* SHOPPING CART  */
		font-family: arial;
		color: #FFFFFF;
		font-size: 8pt;
		text-decoration: none;
		padding-left: 11px;
		padding-right: 11px;
	}
	a.cart:hover {
		font-family: arial;
		color: #FFFFFF;
		font-size: 8pt;
		text-decoration: underline;
		padding-left: 11px;
		padding-right: 11px;
	}
	
	a.bottom:link, a.bottom:visited, a.bottom:active { /* BOTTOM LINKS  */
		font-family: arial;
		color: #000000;
		font-size: 8pt;
		text-decoration: none;
		padding-left: 18px;
		padding-right: 18px;
	}
	a.bottom:hover {
		font-family: arial;
		color: #000000;
		font-size: 8pt;
		text-decoration: underline;
		padding-left: 18px;
		padding-right: 18px;
	}
	a.top_box:link, a.top_box:visited, a.top_box:active { /* TOP BOXES HEADER LINKS  */
		font-family: arial;
		color: #570901;
		font-size: 16pt;
		text-decoration: none;
		line-height: 30px;
	}
	a.top_box:hover {
		font-family: arial;
		color: #570901;
		font-size: 16pt;
		text-decoration: underline;
		line-height: 30px;
	}

	a.top_box_a:link, a.top_box_a:visited, a.top_box_a:active { /* TOP BOX SUB LINKS  */
		font-family: arial;
		color: #000000;
		font-size: 8pt;
		font-weight: bold;
		text-decoration: none;
	}
	a.top_box_a:hover {
		font-family: arial;
		color: #000000;
		font-size: 8pt;
		font-weight: bold;
		text-decoration: underline;
	}
	
	a.aclip:link, a.aclip:visited, a.aclip:active { /* RIGHT SIDE NAV HEADER LINKS  */
		font-family: arial;
		color: #570901;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		background-image: url(images/a_arrow.gif);
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 20px;
		margin-top: 10px;
	}
	a.aclip:hover {
		font-family: arial;
		color: #570901;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: underline;
		background-image: url(images/a_arrow.gif);
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 25px;
	}
	a.top_box1:link, a.top_box1:visited, a.top_box1:active { /* MAIN CONTENT HEADER LINKS  */
		font-family: arial;
		color: #570901;
		font-size: 16pt;
		font-weight: normal;
		text-decoration: none;
		line-height: 30px;
		background-image: url(images/a_arrow.gif);
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 20px;
	}
	a.top_box1:hover {
		font-family: arial;
		color: #570901;
		font-size: 16pt;
		font-weight: normal;
		text-decoration: underline;
		line-height: 30px;
		background-image: url(images/a_arrow.gif);
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 25px;
	}
	a.green:link, a.green:visited, a.green:active { /* SMALL HYPERLINK WITH GREEN ARROW  */
		font-family: arial;
		color: #999999;
		font-size: 8pt;
		font-weight: bold;
		text-decoration: none;
		background-image: url(images/green_arrow.gif);
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 20px;
		position: absolute;
		bottom: 0px;
		left: 10px;
		width: 85px;
	}
	a.green:hover {
		font-family: arial;
		color: #999999;
		font-size: 8pt;
		font-weight: bold;
		text-decoration: underline;
		background-image: url(images/green_arrow.gif);
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 20px;
	}
	
.accountSectionHeader, .accountSectionHeader a {
	font-family: arial;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	border-bottom: 1px solid black;
	margin: 0px;
	padding: 0px;
}
.scBoxBack {
	background-color:#f3f3f3;
}
.scBoxBackAlt {

}

.scChangeInfo {
	position:absolute;
	display: none;
	background-color: #f7f7f7;
	border:1px solid #999999;
	padding:2px;
}