HTML {margin: 0; padding: 0; background: #edeeae; }
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background: url('pics/pageTop.gif') repeat-x left top;
}
BODY.hidden {
	overflow:hidden;
}

/* Basic Elements
===================*/
A {text-decoration: none; outline: none; color: #03c;}
A:hover {text-decoration: none;}
A IMG {border: 0;}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-weight: normal;
	font-family: 'Helvetica W01 Blk Cn', Arial, sans-serif;
	font-size: 36px;
	line-height: 36px;
	margin: 0;
  	padding: 0;
  	color: #000;
	text-transform: uppercase;
}
H2 {
	text-transform: uppercase;
	color: #fff;
	font-family: 'Helvetica W01 Light Cn', Arial, sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	margin: 0;
  	padding: 15px 0 5px 0;
}
H2 strong {
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	font-weight: normal;
	display: block;
}
H3 {
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	font-weight: nomal;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
  	padding: 25px 0 5px 0;
  	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}
P {margin: 0; padding: 5px 0;}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {margin: 0;}
IMG, TABLE, TD {border-color: #ccc;}

/* sitemap
============*/
#pageList {padding: 10px 0;}
#pageList UL {margin: 0; padding: 0;}
#pageList UL LI {margin: 0; padding: 2px 0 2px 20px; list-style-type: none;}

/* wrapper
============*/
#wrapper {
	margin: 0 auto;
	width: 944px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}

/* Header
==========*/
#header {
	height: 222px;
	border-bottom: 1px solid #000;
	margin-bottom: 16px;
}
.pageName {
	width: 150px;
	float: left;
}
/* Logo
========*/
.logo {
	position: absolute;
	left: 50%;
	top: 19px;
	margin-left: -139px;
}

/* Language flags
=================*/
.languageSelector {
	float: right;
	padding: 10px 0;
}

/* Banner
==========*/
.banner {
}

/* Top navigation
==================*/
#nav {
	width: 944px;
	height: 59px;
	overflow: hidden;
	background: none;
	clear: both;
	margin-bottom: 112px;
	border-left: 1px solid #2b2b2b;
}
#nav UL {margin: 0; padding: 0;}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#nav UL LI A {
	display: block;
	float: left;
	padding: 9px 20px 0;
	font-size: 14px;
	line-height: 50px;
	text-decoration: none;
	color: #ddcb6b;
	border-right: 1px solid #2b2b2b;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	text-transform: uppercase;
}
#nav UL LI A:hover {
	text-decoration: none;
	color: #fff;
}
#nav UL LI A.open {
	color: #fff;
}

/* Content
============*/
#content {
	height: auto;
	min-height: 100px;
	overflow: hidden;
	padding: 0 0 53px 0;
	clear: both;
}
#main {
	float: left;
	width: 640px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
}
.mainText {
}
.mainText > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column1 {
	float: left;
	width: 304px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
}
.column1Text {
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column2 {
	display: none;
}
.clearDiv {
	clear: both;
}
.productBox {
	width: 272px;
	height: 145px;
	padding: 333px 16px 6px;
	margin: 0 16px 16px 0;
	color: #fff;
	float: left;
	position: relative;
}
.productBox.beige h2 {
	color: #f3da9d;
}
.productBox.light {
	color: #1e1e1e;
}
.productBox.light h2 {
	color: #3b1808;
}
.productBox a {
	color: #fff;
}
.productBox.light a {
	color: #3b1808;
}
.productBox.light a:hover {
	color: #8d6b19;
}
.productBox.light a:hover:after {
	background-image: url("pics/arrowBrownLight.png");
}
.productBox p a:after {
	width: 11px;
	height: 5px;
	display: inline-block;
	background: url("pics/arrow.png") no-repeat right top;
	content: '';
	margin-bottom: 2px;
	padding-left: 8px;
}
.productBox p a:hover {
	color: #f3d99b;
}
.productBox p a:hover:after {
	background-image: url("pics/arrowBeige.png");
}
.productBox .front a {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	font-family: 'Helvetica W01 Blk Cn', Arial, sans-serif;
	text-transform: uppercase;
	position: absolute;
	left: 16px;
	bottom: 36px;
}
.productBox.light .front a {
	color: #3b1808;
}
.productBox.light .front a:after {
	background: url("pics/arrowBrown.png") no-repeat right center;
	margin-bottom: 3px;
}
.productBox.light .front a:hover {
	color: #8d6b19;
}
.productBox.light .front a:hover:after {
	background-image: url("pics/arrowBrownLight.png");
}
.productBox.light a:after {
	background: url("pics/arrowBrown.png") no-repeat right center;
	margin-bottom: 1px;
}

.productBox.nakedAppleDry .front {
	background: url('pics/naked-apple-dry.jpg') no-repeat left top;
}
.productBox.nakedAppleDry .back {
	background-image: url('pics/apple-back.png');
}

.productBox.raspberryMint  .front {
	background: url('pics/raspberry-mint.jpg') no-repeat left top;
}
.productBox.raspberryMint .back {
	background-image: url('pics/raspberry-mint-back.png');
}
.productBox.pear .front {
	background: url('pics/pear.jpg') no-repeat left top;
}
.productBox.pear .back {
	background-image: url('pics/pear-back.png');
}
.productBox.cloudberryLight .front {
	background: url('pics/cloudberry-light.jpg') no-repeat left top;
}
.productBox.cloudberryLight .back {
	background-image: url('pics/cloudberry-back.png');
}
.productBox.strawberryLime .front {
	background: url('pics/strawberry-lime.jpg') no-repeat left top;
}
.productBox.strawberryLime .back {
	background-image: url('pics/strawberry-lime-back.png');
}
.productBox.pearLight .front {
	background: url('pics/pear-light.jpg') no-repeat left top;
}
.productBox.pearLight .back {
	background-image: url('pics/pear-back.png');
}
.productBox.forestberries .front {
	background: url('pics/forestberries.jpg') no-repeat left top;
}
.productBox.forestberries .back {
	background-image: url('pics/forestberries-back.png');
}

.productBox.alcFreeOrganicApple .front {
	background: url('pics/alc-free-organic-apple.jpg') no-repeat left top;
}
.productBox.alcFreeOrganicApple .back {
	background-image: url('pics/organic-apple-back.png');
}
.productBox.alcFreePearLight .front {
	background: url('pics/alc-free-pear-light.jpg') no-repeat left top;
}
.productBox.alcFreePearLight .back {
	background-image: url('pics/pear-back.png');
}
.productBox.alcFreeCranberry .front {
	background: url('pics/alc-free-cranberry.jpg') no-repeat left top;
}
.productBox.alcFreeCranberry .back {
	background-image: url('pics/cranberry-back.png');
}

.productBox .back {
	background: #000;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.productBox .front, .productBox .back {
	position: absolute;
	left: 0;
	top: 0;
	width: 272px;
	margin: 0 16px 16px 0;
	
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.productBox .front {
	width: 272px;
	height: 145px;
	padding: 333px 16px 6px;
	margin: 0 16px 16px 0;
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	z-index: 1000;
}
.productBox .back {
	height: 428px;
	padding: 20px 16px 36px;
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	color: #fff;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}
.productBox .back p {
	padding: 0;
}
.productBox .back h2 {
	color: #fff;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	padding: 0;
}
.productBox .back h3 {
	color: #fff;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	padding: 18px 0 0;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
}
.productBox .back a {
	color: #fff;
	position: absolute;
	left: 16px;
	bottom: 36px;
}
.productBox .back p a:after {
	background: url("pics/arrow.png") no-repeat right center;
	margin-bottom: 3px;
}
.productBox .back p a:hover {
	color: #f3d99b;
}
.productBox .back p a:hover:after {
	background-image: url("pics/arrowBeige.png");
}
.productBox.flip .front {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.productBox.flip .back {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	z-index: 1000;
}
.newsHeaderbar {
	clear: both;
	background: #101010;
	width: 608px;
	height: 52px;
	color: #fff;
	padding-left: 16px;
	font-size: 16px;
	line-height: 42px;
	text-transform: uppercase;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
}
.newsHeaderbar a {
	font-size: 12px;
	line-height: 14px;
	font-family: 'Helvetica W01 Blk Cn', Arial, sans-serif;
	float: right;
	text-align: left;
	width: 85px;
	margin: 1px 16px 0 0;
	background: url('pics/facebookLike.png') no-repeat left top;
	text-transform: uppercase;
	color: #fff;
	height: 27px;
	padding: 6px 0 0 47px;
}
.newsHeaderbar a:hover {
	color: #7c8fb9;
}
.newsBox {
	background: #fff;
	margin: 0 0 16px;
	padding: 0 16px 16px 16px;
	height: 588px;
	width: 592px;
	display: block;
}
.newsBox p {
	padding-bottom: 9px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Helvetica W01 Bd Cn',Arial,sans-serif;
}
.newsBox h3 {
	font-size: 24px;
	line-height: 26px;
	color: #000;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	text-transform: uppercase;
	padding-top: 0;
}
.newsBox s {
	color: #979797;
	font-size: 12px;
	line-height: 12px;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	padding: 16px 0 0;
	border-top: 1px solid #e2e2e2;
	text-decoration: none;
	display: block;
}
.newsBoxContent p:first-child s {
	border: 0;
	padding-top: 11px;
}
.newsBox a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	text-transform: none;
}
.newsBox a:hover {
	color: #979797;
}
.newsBox td {
	vertical-align: top;
}
.contentBox {
	width: 272px;
	height: 506px;
	margin: 0 16px 16px 0;
	padding: 11px 16px;
	float: left;
	color: #fff;
}
.contentBox.bottom {
	padding-top: 271px;
	height: 246px;
}
.contentBox.springWater {
	background: url('pics/spring-water.png') no-repeat left top;
}
.contentBox.since1882 {
	background: url('pics/since-1882.png') no-repeat left top;
	color: #2c2c2c;
}
.contentBox.light h2 {
	color: #2c2c2c;
}
.contentBox.instagram {
	width: 304px;
	background: #fff url('pics/instagram.png') no-repeat 41px bottom;
	height: auto;
	color: #000;
	padding: 0 0 47px 0;
	position: relative;
	height: 551px;
	overflow: hidden;
}
#instafeed {
	min-height: 100px;
	position: relative;
	overflow: hidden;
}
#instafeed.loading .instagramItem {
	display: none;
}
#instafeed .instagramItem:first-child {
	display: block;
}
.instagram s {
	display: none;
}
.instagramItem {
	width: 304px;
	float: left;
}
.instagramPic img {
	border: 13px solid #23201d;
	width: 278px;
	height: 278px;
}
.instagramDate {
	text-transform: uppercase;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #979797;
	margin: 18px 41px 12px 41px;
	height: 16px;
	overflow: hidden;
}
.instagramCaption {
	text-transform: uppercase;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	font-size: 21px;
	line-height: 26px;
	color: #000;
	padding: 0 41px;
	height: 100px;
	overflow: hidden;
}
.instagramLocation {
	text-transform: uppercase;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #979797;
	margin: 20px 11px 0 41px;
	padding: 2px 0 0 23px;
	width: 77px;
	float: left;
	background: url('pics/pin.png') no-repeat left top;
	height: 46px;
	overflow: hidden;
}
.instagramUser {
	text-transform: uppercase;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #979797;
	margin: 20px 41px 0 11px;
	padding: 2px 0 0 20px;
	width: 80px;
	float: right;
	background: url('pics/pen.png') no-repeat left top;
	height: 46px;
	overflow: hidden;
}
.instagramControlPrevious {
	display: block;
	position: absolute;
	top: 358px;
	left: 0;
	height: 39px;
	width: 22px;
	background: url('pics/prev.png') no-repeat left top;
	float: left;
	cursor: pointer;
	z-index: 10;
}
.instagramControlPrevious:hover {
	background: url('pics/prevHover.png') no-repeat left top;
}
.instagramControlNext {
	display: block;
	position: absolute;
	top: 358px;
	right: 0;
	height: 39px;
	width: 22px;
	background: url('pics/next.png') no-repeat left top;
	float: right;
	cursor: pointer;
	z-index: 10;
}
.instagramControlNext:hover {
	background: url('pics/nextHover.png') no-repeat left top;
}
#column1 .contentBox, #column1 .productBox {
	margin: 0 0 16px;
	float: none;
}
/* Sub navigation
==================*/
.subnav {
	padding: 15px 0 0 0;
	float: left;
}
.subnav UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
.subnav UL LI A {
	padding: 0;
	margin: 0;
	color: #e5bf5f;
	font-size: 18px;
	line-height: 18px;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.subnav UL LI A:before {
	content: '/';
	color: #000;
	padding: 0 6px 0 2px;
}
.subnav UL LI:first-child A:before {
	content: '';
}
.subnav UL LI A:hover {
	color: #000;
}
.subnav UL LI A.open {
	color: #000;
}
/* sub
=======*/
.subnav UL LI UL {
	padding: 5px 0 10px 0;
}
.subnav UL LI UL LI {
	
}
.subnav UL LI UL LI A {
	background: none;
	padding: 2px 10px 2px 30px;
}
.subnav UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI A.open {
	
}
/* subsub
==========*/
.subnav UL LI UL LI UL {
	
}
.subnav UL LI UL LI UL LI {
	
}
.subnav UL LI UL LI UL LI A {
	padding: 2px 10px 2px 40px;
}
.subnav UL LI UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI UL LI A.open {
	
}

/* Footer
===========*/
#footer {
	margin: 0 auto;
	padding: 34px 0 50px;
	width: 100%;
	overflow: hidden;
	background-color: #000;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #f6e9c9;
	text-transform: uppercase;
}
#footerCenter {
	width: 944px;
	margin: 0 auto;
}
#footer a {
	color: #f6e9c9;
}
#footer a:hover {
	color: #fff;
}
.footerText {
	color: #f6e9c9;
	margin: 0;
	padding: 0;
	width: 640px;
	float: left;
}
.footerText table {
	width: 100% !important;
	table-layout: fixed;
}
.footerText td {
	width: 304px !important;
	margin: 0;
	padding: 0 16px 0 0;
	font-size: 12px;
	line-height: 16px;
	color: #6c6c6c;
	font-family: Arial, sans-serif;
	word-wrap: break-word;
	text-transform: none;
}
.footerText tbody tr:first-child td {
	padding-bottom: 63px;
	font-size: 18px;
	line-height: 20px;
	color: #f6e9c9;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	text-transform: uppercase;
}
.footerText tbody tr:first-child td s {
	font-family: 'Helvetica W01 Light Cn', Arial, sans-serif;
	color: #f6e9c9;
	display: block;
	padding-top: 5px;
}
.footerText s {
	color: #fff;
	text-decoration: none;
}
#footer .persistableForm {
	width: 304px;
	float: left;
}
#footer .persistableForm H2 {
	font-size: 18px;
	padding-left: 33px;
	padding-top: 20px;
	background: url('pics/footerArrow.png') no-repeat left 30px;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
}
#footer .persistableForm input[type='text'], #footer .persistableForm textarea {
	background: #000;
	border: 1px solid #2f2f2f;
	font-size: 14px;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	color: #fff;
}
#footer .persistableForm input[type='text'] {
	line-height: 28px;
	height: 28px;
	padding: 0 10px;
	width: 284px;
	margin-bottom: 7px;
}
#footer .persistableForm textarea {
	padding: 0 10px 10px;
	line-height: 28px;
	min-height: 50px;
	height: 88px;
	max-height: 200px;
	min-width: 284px;
	max-width: 284px;
	margin: 0 0 7px;
}
#footer .persistableForm input[type='submit'] {
	background: #f6e9c9;
	color: #000;
	height: 30px;
	padding: 0 30px;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 0;
	margin-top: 4px;
}
.error {
	font-size: 14px;
	padding-left: 5px;
}
.k-18 {
	z-index: 999;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('pics/ageConfirmBg.jpg') no-repeat center top #edeeae;
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	overflow: auto;
}
.k-18 a {
	font-family: 'Helvetica W01 Blk Cn', Arial, sans-serif;
	font-size: 30px; 
	line-height: 30px;
	color: #1f1f16;
	margin-top: 34px;
	padding-right: 16px;
	display: inline-block;
	background: url('pics/ageConfirmArrow.png') no-repeat right 5px;
}
.k-18Center {
	background: url('pics/pageTop.gif') repeat-x left top;
}
.k-18Content {
	margin: 0 auto;
	width: 400px;
	padding: 265px 0 0 291px;
}
.k-18 strong {
	font-weight: normal;
	margin: 0;
  	padding: 15px 0 13px;
  	color: #000;
	text-transform: uppercase;
	font-family: 'Helvetica W01 Blk Cn', Arial, sans-serif;
	font-size: 68px;
	line-height: 68px;
	display: block;
}
.k-18 img {
	position: absolute;
	left: 50%;
	top: 23px;
	margin-left: -139px;
}
.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}