/* 
CSS specific for Product Ingredients pages 
*/

body {
	font: 12px/18px Arial, sans-serif;
	font-weight: 200;
	color: #333;
	background: black;
	margin: 10px auto;
	position: relative;
	width: 900px;
}

h3 {
	color: #000;
	font: bold italic 18px/20px arial, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
}

h4 {
	color: #000;
	font: bold 14px/14px arial, sans-serif;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

#container {
	float: left;
	width: 100%;
}

.container {
	float: left;
}

#nav a {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	font-weight: 600;
	text-decoration: none;
}

#nav {
	background:transparent none repeat scroll 0 0;
	color:#FFFF00;
	display:block;
	float: none;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:left;
	width:890px;
}

#navleft {
	float: left;
	margin: 0 5px 0 0;
}

#navright {
	float: right;
	margin: 0 5px 0 0;
}

#banner {
	background: transparent url(img/new-banner.jpg) no-repeat;
	float:left;
	margin:0 auto;
	padding:0;
	height: 159px;
	width:100%;
}

#header-left {
	float: left;
	padding: 0;
	margin: 0;
}

#header-right {
	float: left;
	padding: 0;
	margin: 0;
}

/* .curved for rounding corners through CSS */
.curved { 
	-moz-border-radius:15px; /* Firefox */ 
	-webkit-border-radius:15px; /* Safari and chrome */ 
	-khtml-border-radius:15px; /* Linux browsers */ 
	border-radius:15px; /* CSS3 */ 
}

#page-top-ie {
	display: none;
}

#page-bottom-ie {
	display: none;
}

#page {
	background:white;
	float:left;
	width:100%;
	margin: 15px 0 25px 0;
}

#heading {
	width: 100%;
	height: 48px;
	margin: 15px 0 0 0;
	padding: 0;
	
}

#heading h2 {
	color: #ffffff;	
	font: 24px/54px Arial, sans-serif;
	font-weight: lighter;
	text-indent: 20px;
	letter-spacing: -1px
}

.green {
	background: transparent url(img/banners-1.png) 0px 0px repeat-x;/* Fresh Mint */
}

.brown {
	background: transparent url(img/banners-1.png) 0px -48px repeat-x;
}

.red {
	background: transparent url(img/banners-1.png) 0px -96px repeat-x;
}

#content {
	margin: 5px 5px 15px 50px;
	width: 100%;
}

#product-description {
	line-height: 14px;
	width: 660px;
	margin: 25px 0 0 0;
	float: left;
}

#product-description h4 {
	margin: 0 0 5px;
	text-decoration: underline;
}

#product-description p {
	margin: 5px 0 0 0;
}

#product-description ul {
	display: block;
	padding: 5px 15px 15px 15px;
	margin: 0;
	list-style-type: none;
	float: left;
	font-weight: 600;
	line-height: 16px;
}

#product-description li {
	text-indent: 15px;
	background: transparent url(img/checkmark-1.png) top left no-repeat;
}


#product-nav-container {
	float: left;
	padding: 0 0 0 25px;
}

#product-nav {
	width: 150px;
	height: 205px;
	float: left;
	margin: 0;
}

#product-nav div {
	width: 35px;
	height: 172px;
	float: left;
}

.product-nav-image-container {
	float: left;
	padding: 0 15px 0 0;
}

#product-nav div a.image {
	width: 35px;
	height: 181px;
	display: block;
	background: transparent url(img/nav-products-hover.png) -600% 0% no-repeat; /* Load hover image with page */

}
#product-nav a {
	font: 12px/12px arial, sans-serif;
	text-decoration: none;
	color: #333;
	text-align: center;

}

#product-nav div a.image:hover {
	background: transparent url(img/nav-products-hover.png) bottom no-repeat;
}

#product-nav .fresh-mint {
	background: transparent url(img/nav-products-all.jpg) 0px 0px no-repeat;
}

#product-nav .fresh-mocha {
	background: transparent url(img/nav-products-all.jpg) 0px -172px no-repeat;
}

#product-nav .fresh-mint-non {
	background: transparent url(img/nav-products-all.jpg) 0px -344px no-repeat;
}

#product-nav .fresh-mint:hover {
	background: transparent url(img/nav-products-all.jpg) 0px -516px no-repeat;
}

#product-nav .fresh-mocha:hover {
	background: transparent url(img/nav-products-all.jpg) 0px -688px no-repeat;
}

#product-nav .fresh-mint-non:hover {
	background: transparent url(img/nav-products-all.jpg) 0px -860px no-repeat;
}

#try-another {
	background: transparent url(img/try-another.png) no-repeat;
	width: 91px;
	height: 67px;
	position: relative;
	float: right;
	left: 50px;
	top: -172px;

}

#ingredients-row {
	margin:0 0 0 60px;
	padding:40px 0 0;
	width:665px;
}

#product-image {
	float:left;
	height:300px;
	position:relative;
	top:-25px;
	width:70px;
}

#product-image.fresh-mint{
	background: transparent url(img/product-image.jpg) 0px 0px no-repeat;
}

#product-image.fresh-mocha{
	background: transparent url(img/product-image.jpg) 0px -300px no-repeat;
}

#product-image.fresh-mint-non{
	background: transparent url(img/product-image.jpg) 0px -600px no-repeat;
}

#key-ingredients-container {
	float: left;
	width: 280px;
}

#key-ingredients {
	margin: 0 0 0 45px;
}

#key-ingredients h3 {
	font: bold 14px/14px arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0 0 5px 0;
	text-decoration: underline;
}

#key-ingredients ul {
	list-style-type: none;
	text-indent: 18px;
	padding: 5px 0 0 0;
	margin: 0;
}

#key-ingredients ul li {

}

#key-ingredients a {
	color: #141414;
	text-decoration: none;
	font-weight: 400;
	padding: 0 0 0 7px;
}

#key-ingredients a:visited {
	color:#000;
}  /* visited link */

#key-ingredients a:hover {
	text-decoration: underline;
	color: #f79420;
	background: transparent url(img/arrow.png) left no-repeat;
}  /* mouse over link */

#key-ingredients a:active {
	text-decoration: underline;
	background: transparent url(img/arrow-orange.png) left no-repeat;
}  /* selected link */

#ingredients-description {
	float: left;
	width: 310px;
	clear: right;
	font: 14px/16px arial, sans-serif;
}

#ingredients-description h4 {
	color: #000;
	font: bold 14px/14px arial, sans-serif;
	margin: 0 0 0 45px;
	padding: 0 0 5px 0;
	text-decoration: underline;
}

#ingredients-description p {
	margin: 0 0 0 60px;
	padding: 5px 0 0 0;
}

#ingredients-description ul {
	margin: 0 0 0 75px;
	padding: 5px 0 0 0;
	list-style-type: disc;
}

#add-to-cart {
	display:block;
	float:left;
	margin:0 0 10px 0;
	position:relative;
	width:720px;
}

#add-to-cart a{
	background:transparent url(img/add-to-cart-red.png) no-repeat scroll 0 0;
	display:block;
	float:right;
	height:41px;
	width:145px;
}

#vertical-line {
	width: 1px;
	height: 215px;
	background: #333;
	float: left;
	margin: 20px 0 0 0;
}

#container #content #ingredients-row #key-ingredients a.orange {
	color: #f79420;
}

/* Mouseover Benefits Description */

#benefits  {
	position: relative;	
	font-weight: 600;
	cursor: pointer;
}

#benefits div h4 {
	color: white;
	text-decoration: none;
	border-bottom: #333 solid 1px;
	padding: 10px 10px 5px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	
}

h4.green {
background-position: 0px -19px;
}

h4.brown {
background-position: 0px -67px;
}

h4.red {
background-position: 0px -115px;
}

#benefits div.benefits-popup {
	color: white;
	display: none;
	position: absolute;
	background: transparent url(img/popup-bg.png) repeat;
	border: 1px solid black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	top: 20px;
	left: 180px;
	width: 280px;	
	height: 220px;
}

#benefits div.benefits-popup p {
	margin: 5px 15px;
}

#benefits div#totally-affordable-popup {
	top: 16px;
}

#benefits div#works-fast-popup {
	top: 42px;
}

#benefits div#all-natural-popup {
	top: 52px;
}

#benefits div#freshens-your-breath-popup {
	top: 68px;
}

#benefits div#improves-concentration-and-memory-popup {
	left: 360px;
	top: 20px;
}

#benefits div#boosts-metabolism-popup {
	left: 360px;
	top: 36px;
}

#benefits div#helps-you-focus-popup {
	left: 360px;
	top: 52px;
}

#benefits div#great-science-popup {
	left: 360px;
	top: 68px;
}

.selected {
	text-decoration: underline;
	color: #f79420;
	background: transparent url(img/arrow.png) left no-repeat;
}

