/**************************************************************************************
CSS RESET - Start *********************************************************************/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
h2 {font-family:'Trebuchet MS',sans-serif; font-size:1.15em;}
strong {font-weight:bold;}
a{text-decoration:none; outline:none;}
a:visited { text-decoration:none; outline:none; color:#0000FF; }
small {font-size:11px;font-family: "Trebuchet MS", sans-serif;color:#717171;}
/* CSS RESET - End ********************************************************************
***************************************************************************************/

/**************************************************************************************
GLOBALS - Start ***********************************************************************/
div.clear {clear:both;}
div.left  {float:left;}
div.right {float:right;}
div.width570 {width:570px;}	/* you can shoot me later for this one. */
#tagline {
	margin-bottom:10px;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	font-style:italic;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#004B8E;
}
h2.centeredText {
	margin-bottom:10px;
	text-align:center;
}

/* GLOBALS - End **********************************************************************
***************************************************************************************/

/**************************************************************************************
LAYOUT - Start ************************************************************************/
body {}
div#pura {}
div#pura-inner {
	display:block;
	width:960px;
	padding: 0 20px 0 20px;
	margin:10px auto;
}
/* LAYOUT - End ***********************************************************************
***************************************************************************************/

/**************************************************************************************
LOGO - Start **************************************************************************/
div#logo {
	margin-left:0px;
}
div#logo a {
	display:block;
	width:124px;
	height:40px;
	background-image:url(../puralogo-small.jpg);
	background-repeat:no-repeat;
}
/* LOGO - End *************************************************************************
***************************************************************************************/

/**************************************************************************************
NAVBAR - Start ************************************************************************/
	#navbar {
		display:block;
		float:right;
		padding-left:14px;
		margin-top:8px;
		background-image:url(../img/navbar-corner.jpg);
		background-repeat:no-repeat;
		background-position:left;
		width:780px;
	}
		
	#nav {
		display:block;
		height:32px;
		background-image:url(../img/navbar-bkg.jpg);
		background-color:#1A8AC9;
		z-index:1000;
	}
		
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 32px;
	}
		
	#nav a {
		display: block;
	}
		
	#nav li { /* all list items */
		float: left;
		margin-right:10px;
	}	
	
	#nav li:hover {
		/*background-color:#00397A;*/
	}
		
	#nav li.product {
		width:120px;
	} 
		
	#nav li.navbar-break {
		padding-right:15px;		/* 20px; */
		background-image:url(../img/bluedrop.gif);
		background-repeat:no-repeat;
		background-position:right;
	}
	
	#nav li.navbar-break-end {
		padding-right:15px;		/* 20px; */
		background-image:none;
		background-repeat:no-repeat;
		background-position:right;
	}
		
	#nav li a {
		font-size:14px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		text-transform:uppercase;
		padding-left:1px;	/* 4px; */
		padding-right:4px;
	}
	
	#nav li.puraloha a {
		text-transform:none;
	}
		
	#nav li:hover a {
		color:#FFFFFF;
		background-color:#093E7E;
	}
		
	#nav li ul { /* second-level lists */
		position: absolute;
		background-color:#FFFFFF;
		width: 5em;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
		
	#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
		
	#nav li:hover ul li {
		width:90px;
		border-right:1px solid #004B8D;
		border-bottom:1px solid #004B8D;
		border-left:1px solid #004B8D;
	}
		
	#nav li:hover ul li a {
		background-color:#FFFFFF;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#007DC3;
		line-height:13px;
		padding-top:5px;
		padding-bottom:5px;
	}
	
	#nav li:hover ul li a:hover {
		background-color:#007DC3;
		color:#FFFFFF;
	}
	
	#nav li.about:hover ul li {
		width:170px;
	}
	
	#nav li.warranty:hover ul li {
		width:150px;
	}
	
	div#shoppingcart {
		float:right;
		display:block;
		height:26px;
		width:960px;
	}
	
	div#shoppingcart a {
		float:right;
		height:26px;
		line-height:26px;
		color:#000000;
		font-size:11px;
		text-transform:uppercase;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		padding-left:39px;
		padding-right:7px;
		background-image:url(../images/shoppingcart.jpg);
		background-position:left;
		background-repeat:no-repeat;
	}
	
	div#shoppingcart a:hover {
		padding-right:0px;
		padding-left:41px;
	}
	
	
/* NAVBAR - End ***********************************************************************
***************************************************************************************/
	
/**************************************************************************************
MAIN CONTENT - Start ******************************************************************/
	div#content {	
		display:inline-block;
		padding-top:25px;
		padding-left:0px;
	}
	
	div#heroes-thin {
		width:960px;
		height:150px;
		padding-bottom:15px;
	}
	
	div#heroes {
		width:960px;
		height:347px;
		padding-bottom:25px;
	}
	div#heroes #hero_left {
		display:inline;
		float:left;
	}
	div#heroes #hero_right {
		display:inline;
		float:left;
	}
	div#heroes #pura_badge {
		position:absolute;
		left:728px;
		top:212px;
	}
	
	div#HP-content {}
	div#HP-content {
		height:auto;
	}
	div#HP-content #promo-text {
		width:440px;
		float:left;
	}
	div#HP-content #promo-text p {
		margin-bottom: 15px;
		font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
		font-size: 14px;
		color: #717171;
	}
	
	div#HP-content #promo-text p.intro {
		margin-bottom: 15px;
		font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
		font-size: 14px;
		color:#333;
	}
	div#HP-content #promo-text2 {
		width:283px;
		float:left;
		margin-bottom:190px;
	}
	div#HP-content #promo-text2 p {
		font-size:13px;
		margin-bottom:10px;
		font-family: "Trebuchet MS", sans-serif;
		color:#717171;
		line-height:1.5em;
	}
	
	div#HP-content #promo-text2 ul,
	ul.bulletpoints {
		list-style-position:outside;
		margin-left:15px;
		font-size:13px;
		margin-bottom:10px;
		font-family: "Trebuchet MS", sans-serif;
		color:#717171;
		line-height:1.5em;
	}
	
	div#HP-content #promo-text2 ul li,
	ul.bulletpoints li {
		list-style-image:url(../listdrop.gif);
		padding:3px 0 4px 2px;
	}
	
	
	
	div#HP-content div#HP-skinnyDynamic {
		width:131px;
		float:left;
	}
	
	div#HP-content div#HP-skinnyDynamic2 {
		width:140px;
		margin:0 5px 0 5px;
		float:left;
	}
	
	
		div#HP-content div.bulletpoints div.compatible {
			width:150px;
			height:auto;
			margin:0 0 10px 0;
			float:left;
		}
		
		div#HP-content div.bulletpoints div.compatible div.compatible-icon {
			width:45px;
			height:47px;
			float:left;
			margin-right:10px;
		}
		
		div#HP-content div.bulletpoints div.compatible-desc {
			width:90px;
			height:47px;
			float:left;
			font-size:12px;
			font-family: "Trebuchet MS", sans-serif;
			line-height: 14px;
			color:#717171;
		}
		
		div#HP-content div.bulletpoints div.compatible-fineprint {
			width:150px;
			height:auto;
			float:left;
			font-size:12px;
			font-family: "Trebuchet MS", sans-serif;
			color:#717171;
		}
		
		div#HP-content div.bulletpoints div.compatible-fineprint p {
		padding: 17px 0 0 0;
		}
		
	div#HP-content div#HP-skinnyDynamic2 p {
		font-size:12px;
		margin-left:10px;
		margin-bottom:10px;
		font-family: "Trebuchet MS", sans-serif;
		color:#717171;
	}
	
	div#HP-content div#HP-news-programs {
		width:285px;
		float:right;
		margin-bottom:20px;
	}
	div#HP-content div#HP-news-programs div {
		height: auto !important;
		margin-bottom: 20px;
	}
	div#HP-content div#HP-news-programs div#HP-quicknews {
		background:url(../images/newdesign/newsboxGreyback.png) no-repeat !important;
		width:281px !important;
		height:70px !important;
		padding:25px 0 0 7px !important;
		text-align: center;
	}
	div#HP-content div#HP-news-programs div#HP-quicknews div, div#HP-content div#HP-news-programs div#HP-quicknews a {
		font-family:"Trebuchet MS", sans-serif;
		font-size:15px;
	}
	
	.programButton {
		height:auto !important;
		margin:0px !important;
	}
	.pgrmBtnUL { background: url(../images/newdesign/programsUL.png); width:138px !important;height:34px !important; }
	.pgrmBtnUL:hover { background: url(../images/newdesign/programsULd.png); }
	.pgrmBtnLL { background: url(../images/newdesign/programsLL.png); width:138px !important;height:27px !important; }
	.pgrmBtnLL:hover { background: url(../images/newdesign/programsLLd.png); }
	.pgrmBtnUR { background: url(../images/newdesign/programsUR.png); width:147px !important;height:34px !important; }
	.pgrmBtnUR:hover { background: url(../images/newdesign/programsURd.png); }
	.pgrmBtnLR { background: url(../images/newdesign/programsLR.png); width:147px !important;height:27px !important; }
	.pgrmBtnLR:hover { background: url(../images/newdesign/programsLRd.png); }
			
	div#picturebox {
		display:block;
		/*background-color:#C5C5C5;*/
		background-image:url(../img/content-bkg.jpg);
		/*background-position:top;*/
		background-repeat:no-repeat;
		padding-top:20px;
		height:437px;
		margin-left:20px;
	}
		
	div#picturebox div#promo {
		display:block;
		float:left;
		height:437px;
		width:850px;
		margin-top:30px;
	}
		
	div#picturebox div#promo div#promo-text {
		opacity:1;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#333333;
		margin-top:1px;
		margin-left:35px;
		margin-right:220px;
		width:300px;
	}
	
	div#picturebox-footer {
		display:block;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#333333;
		margin-top:5px;
		margin-left:35px;
		margin-right:50px;
	}
	div#one-liner {	/* Used to be div#picturebox div#promo div#one-liner */
		float:left;
		font-size:26px;
		margin-top:15px;
		margin-left:5px;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#007AC0;
		white-space:nowrap;
	}
	div#picturebox div#yourbottle-line {
		float:right;
		margin-top:20px;
		margin-left:20px;
		font-size:26px;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#666666;
		white-space:nowrap;
	}
	div#picturebox div#yourbottle-line a {
		border:0px;
		color:#666666;
		text-decoration:none;
		outline:none;
	}
	div#picturebox div#yourbottle-line a:hover {
		text-decoration:underline;
	}
	
/***************************************** Regular content */	
/* This is removed and is now in the header for dynamic reasons
	div#content div#content-inner {
		background:url('../contentback.php?t=h') no-repeat;
		margin-left:21px;
		padding-top:80px;
	}
	div#content div#content-inner div#main {
		background:url('../contentback.php?t=b') no-repeat;
		width:640px;
	}
	div#content div#content-inner {
		
	}
*/	

	div#content div#content-inner div#main div#content-text {
		display:block;
		width:730px;
		margin:20px;
	}
	
	div#content div#content-inner h1 {
		display:block;
		margin-bottom:15px;
		font-size:22px;
		font-weight:bold;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		color:#0067A5;
	}
	
	div#content div#content-inner h2 {
		display:block;
		margin-bottom:0px;
		margin-top:5px;
		font-size:14px;
		font-weight:bold;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		color:#0067A5;
	}
	
	div#content div#content-inner h3 {
		display:block;
		margin-bottom:5px;
		margin-top:5px;
		padding-bottom: 3px;
		font-size:14px;
		font-weight:bold;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		color:#0067A5;
	}
	
	div#content div#content-inner p,
	div#content div#content-inner ul,
	div#content div#content-inner table {
		padding-bottom:8px;
		padding-top:8px;
		font-size:14px;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		color:#333333;
	}
	div#content div#content-inner div#main a {
		color:#333333;
		text-decoration:none;
		outline:none;
		font-weight:bold;
		text-decoration:underline;
	}
	div#content div#content-inner div#main a:hover {
		color:#000000;
	}
	
	div#content div#content-inner div#main p.insetText1 {
		background:url(../img/inset2.jpg) no-repeat left;
		padding: 15px 0 15px 150px;
	}
	
	ul.list-toc {
		list-style-type:circle;
		list-style-position:inside;
	}
	ul.list-toc li a {
		font-weight:normal !important;
	}
	a.moreinfo {
		font-size:10px;
		text-transform:uppercase;
		color:#0066FF;
		font-weight:normal;
	}
	
	div.bulletpoints {
		width:150px;
		margin:0 0 0 19px;
		float:left;
		display:inline;
	}
	
	/* div.bulletpoints p {
		font-size:12px;
		margin-bottom:10px;
		font-family: "Trebuchet MS", sans-serif;
		color:#717171;
		line-height:1.5em;
	}
	*/
		
	div.bulletpoints ul,
	ul.bulletpoints {
		list-style-position:outside;
		margin-left:15px;
		font-size:12px;
		margin-bottom:10px;
		font-family: "Trebuchet MS", sans-serif;
		color:#717171;
		line-height:1.5em;
	}
	
	div.bulletpoints ul li,
	ul.bulletpoints li {
		list-style-image:url(../listdrop.gif);
		padding:3px 0 4px 2px;
	}
	
	
/* NEW (ALSO TEMPORARY) ADULT BOTTLE LANDING PAGE*/

div#product-table {
	width:730px;
	float: left;
	font-size:14px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#333;
}

div#product-table div.product-cell {
	width:170px;
	float: left;
}

div#product-table div.product-cell2 {
	width:200px;
	float: left;
}
div#product-table div.product-cell div.inner,
div#product-table div.product-cell2 div.inner {
	width:170px;
	text-align:center;
	align:center;
	vertical-align:center;
	font-weight:bold;
	font-size:12pt;
	padding-bottom:10px;
}
div#product-table div.product-cell div.inner div.product-image,
div#product-table div.product-cell2 div.inner div.product-image {
	margin-bottom:12px;
}


	
/* MAIN CONTENT - End *****************************************************************
***************************************************************************************/

/**************************************************************************************
INDIVIDUAL PRODUCT PAGE - Start *******************************************************/
	div#productpage {
		margin-top:40px;
	}
	div#productintro {
		width: 360px;
		float: left;
	}
	div#productfeature {
		width: 320px;
		height: 125px;
		padding: 15px 20px;
		overflow: visible;
		background:url(../images/newdesign/new-feature.gif) no-repeat top center;
		float: right;
	}
	span.green	{
		color: #57c100;
	}
	div#productfeature span.green {
		font-size: 1.25em;
		font-weight: bold;
		color: #57c100;
	}
	div#product-img {
		width:305px;
		background: url(../images/vertline.gif) repeat-y top center;
	}
	
	div#product-img2 {
		width:305px;
	}
	
	div#green15 {
		float: left;
		width: 200px;
	}
	div#green15desc {
		float: right;
		width: 515px;
	}
	
	div#product-img div#product-details,
	div#product-img2 div#product-details {
		width:110px;
		margin-top:30px;
		margin-left:25px;
		text-align:center;
	}
	
	div#product-img div#large-img,
	div#product-img2 div#large-img {
		margin-top:50px;
		margin-left:25px;
	}
	
	div#product-img div#large-img,
	div#product-img2 div#large-img {
		margin-top:50px;
		margin-left:90px;
	}
	
	div#product-img div#product-details div#bottle-cap,
	div#product-img2 div#product-details div#bottle-cap {
		margin-bottom:15px;
	}
	
	div#bottle-cap2,  div#bottle-cap-silicone2 { width: 110px; float: left; text-align: center; padding-left: 20px; }
	
	div#product-img div#product-details div#bottle-cap-silicone,
	div#product-img2 div#product-details div#bottle-cap-silicone {
		margin-bottom:20px;
	}
	
	div#product-img div#product-big,
	div#product-img2 div#product-big {
		width:112px;
		margin-top:10px;
		margin-left:0px;
	}
	
	div#bottle-bottom span,
	div#bottle-cap-silicone span,
	div#bottle-cap-silicone2 span,
	div#bottle-cap span,
	div#bottle-cap2 span {
		font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#666666;
	}
	
	div#bottle-bottom div#bottlebottomimg_container {
		margin-left:8px;
	}
	
	div#bottle-bottom div#bottlebottomimg_container,
	div#bottle-bottom div#bottlebottomimg {
		display:block;
		width:86px;
		height:85px;
		background-repeat:no-repeat;
	}
	
	div#bottle-front div#bottlefrontimg_1200orig_container,
	div#bottle-front div#bottlefrontimg_1200orig,
	div#bottle-front div#bottlefrontimg_800orig_container,
	div#bottle-front div#bottlefrontimg_800orig,
	div#bottle-front div#bottlefrontimg_600orig_container,
	div#bottle-front div#bottlefrontimg_600orig {
		display:block;
		width:112px;
		height:322px;
		background-repeat:no-repeat;
	}
	
	div#bottle-front div#bottlefrontimg_2000orig_container,
	div#bottle-front div#bottlefrontimg_2000orig {
		display:block;
		width:150px;
		height:370px;
		background-repeat:no-repeat;
	}
	
	div#bottle-bottom div#bottlebottomimg_container {
		background-image:url(../images/products/1200ml-bottom-load.jpg);
	}
	div#bottle-bottom div#bottlebottomimg {
		background-image:url(../images/products/1200ml-bottom.jpg);
	}
	
	/* 5oz Kiki Bottles */
	div#bottle-front div#bottlefrontimg_5ozkiki_container {
		display:block;
		width:101px;
		height:258px;
		margin:10px;
		background-repeat:no-repeat;
		background-image:url(../images/products/5oz-kiki-lineup-load.png);
		background-position: -199px 0px;
	}
	div#bottle-front div#bottlefrontimg_5ozkiki {
		display:block;
		width:101px;
		height:258px;
		background-repeat:no-repeat;
		background-image:url(../images/products/5oz-kiki-lineup.png);
	}
	/* 11oz Nipple Kiki Bottles */
	div#bottle-front div#bottlefrontimg_11ozkikinipple_container {
		display:block;
		width:111px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/11oz-kikinipple-load.png);
	}
	div#bottle-front div#bottlefrontimg_starterset_container {
		display:block;
		width:111px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/starterset-load.png);
	}
	div#bottle-front div#bottlefrontimg_11ozkikinipple {
		display:block;
		width:111px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/11oz-kikinipple-lineup.png);
	}
	/* 11oz Sippy Kiki Bottles */
	div#bottle-front div#bottlefrontimg_11ozkikisippy_container {
		display:block;
		width:117px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/11oz-kikisippy-load.png);
	}
	div#bottle-front div#bottlefrontimg_11ozkikisippy {
		display:block;
		width:117px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/11oz-kikisippy-lineup.png);
	}
	
	
	/* 2000ml Bottles */
	div#bottle-front div#bottlefrontimg_2000orig_container {
		background-image:url(../images/products/2L-web.png);
	}
	div#bottle-front div#bottlefrontimg_2000orig {
		background-image:url(../images/products/2L-web.png);
	}
	
	/* 1200ml Bottles */
	div#bottle-front div#bottlefrontimg_1200orig_container {
		background-image:url(../images/products/1200ml-front-load.jpg);
	}
	div#bottle-front div#bottlefrontimg_1200orig {
		background-image:url(../images/products/1200ml-front.jpg);
	}
	
	/* 800ml Bottles */
	div#bottle-front div#bottlefrontimg_800orig_container {
		background-image:url(../images/products/800ml-front-load.jpg);
	}
	div#bottle-front div#bottlefrontimg_800orig {
		background-image:url(../images/products/800ml-front.jpg);
	}
	
	/* 600ml Bottles */
	div#bottle-front div#bottlefrontimg_600orig_container {
		background-image:url(../images/products/600ml-front-load.jpg);
	}
	div#bottle-front div#bottlefrontimg_600orig {
		background-image:url(../images/products/600ml-front.jpg);
	}
	
	/* NRDC co-brand Bottles */
	/*div#bottle-front div#bottlefrontimg_NRDCorig_container {
		background-image:url(../images/products/NRDC-600-800ml.jpg);
	}*/
	/*div#bottle-front div#bottlefrontimg_NRDCorig {
		background-image:url(../images/products/NRDC-600-800ml.jpg);
		width:200px;
	}*/
	
	div#product-info {
		width:360px;
		font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	}
	
	div#product-info div#item-title h1 {
		color:#000000;
	}
	
	
	div#product-info div#item-description {
		color:#666666;
		font-size:12px;
	}
	
	div#product-info div#item-price {
		color:#000000;
		font-weight:bold;
		font-size:15px;
		margin-top:10px;
	}
	
	div#bottle-colors {
		margin-top:15px;
		padding-top:15px;
		border-top:1px solid #D4D4D4;
	}
	
	div#bottle-colors div#bottle-color-titles {
		color#666666;
		font-size:16px;
		font-weight:bold;
		margin-bottom:8px;
	}
	
	div#bottle-colors div#bottle-color-titles div#bottle-color-titles-right,
	div#bottle-color-titles-right {
		margin-right:50px;
	}
	
	div.product-color {
		display:block;
		height:40px;
		clear:both;
	}
	
	div.product-color a {
		display:block;
		float:left;
		line-height:27px;
		background-position:left;
		background-repeat:no-repeat;
		padding-left:55px;
	}
	
	/* Adult Colors */
	div.product-color a.color-natural {
		background-image:url(../images/colors/natural.gif); 
	}
	div.product-color a.color-blue {
		background-image:url(../images/colors/blue.gif); 
	}
	div.product-color a.color-green {
		background-image:url(../images/colors/green.gif); 
	}
	div.product-color a.color-orange {
		background-image:url(../images/colors/orange.gif); 
	}
	div.product-color a.color-lightpurple {
		background-image:url(../images/colors/lightpurple.gif); 
	}
	div.product-color a.color-black {
		background-image:url(../images/colors/black.gif); 
	}
	div.product-color a.color-silicone {
		background-image:url(../images/colors/silicone.gif); 
	}
	
	/* Kiki Colors */
	div.product-color a.color-kikinatural,
	div.product-color div.color-kikinatural {
		background-image:url(../images/colors/kiki-swatch-stainless.jpg); 
	}
	div.product-color a.color-kikigreen,
	div.product-color div.color-kikigreen {
		background-image:url(../images/colors/kiki-swatch-green.jpg); 
	}
	div.product-color a.color-kikiblue,
	div.product-color div.color-kikiblue {
		background-image:url(../images/colors/kiki-swatch-aqua.jpg); 
	}
	div.product-color a.color-kikipink {
		background-image:url(../images/colors/kiki-swatch-pink.jpg); 
	}
	
	div.product-color div.color-kikinatural,
	div.product-color div.color-kikigreen,
	div.product-color div.color-kikiblue {
		width: 280px;
		height: 27px;
		padding-left: 60px;
		margin-bottom: 13px;
		float: left;
		background-repeat: no-repeat;
	}
	
	div.product-color input {
		float:right;
		width:40px;
		margin-right:60px;
		margin-top:5px;
		text-align:center;
		line-height:27px;
		font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	div#product-buy {
		display:block;
		margin-top:10px;
	}
	
	div#product-buy input{
		margin-left:240px;
	}
	
	div#security {
		float:right;
		width:360px;
		height:44px;
		margin-top:50px;
		margin-bottom:30px;
	}
	
	div#security div#security-text {
		display:block;
		width:183px;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
		line-height:13px;
		padding-right:5px;
	}
	
	div#security div#networksolutions {
		display:block;
		width:172px;
	}
	
	div.buy-breaker {
		display:block;
		margin-top:30px;
		margin-bottom:40px;
		border-top:1px solid #CACACA;
		height:1px;
		width:620px;
	}
	
	div.buy-bulletpoints {
		width:340px;
	}
	
	div.buy-bulletpoints h3,
	div.buy-description h3 {
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		border-bottom:1px solid #666666;
		margin-bottom:15px;
	}
	
	div.buy-bulletpoints ul,
	ul.drip-bulletpoints {
		list-style-position:outside;
		margin-left:15px;
	}
	
	div.buy-bulletpoints ul li,
	ul.drip-bulletpoints li {
		list-style-image:url(../listdrop.gif);
		padding:3px 0 4px 2px;
	}
	
	div.buy-description {
		width:340px;
		margin-right:20px;
	}
	
/* INDIVIDUAL PRODUCT PAGE - End ******************************************************
***************************************************************************************/

/***************************************************************************************
SIDEBAR - Start ************************************************************************/
	div#sidebar {
		display:block;
		width:190px;
		height: 680px;	/*763px;*/
		background:url('../images/sidebar-bg.jpg') #dfdfdf;
	}
	div.sidebar-title {
		margin-left:5px;
		font-size:16px;
		font-weight:bold;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;	/*Arial, Helvetica, sans-serif;*/
	}
	div.sidebar-text {
		display:block;
		margin-left:5px;
	}
	div.sidebar-hline {
		display:block;
		width:189px;
		height:5px;
		text-align:center;
		margin-top:10px;
		margin-bottom:10px;
		/*background:url('../img/sidebar-divide.gif') repeat-x;*/
	}
	div.sidebar-text ul li {
		padding-top:5px;
		padding-bottom:5px;
		margin-left:5px;
		color:#FFF;
		background:url('../img/sidebar-divide.gif') repeat-x bottom;
	}
	
	div.sidebar-text ul li a {
		/*margin-left:5px;*/
		color:#FFF;
		text-decoration:none;
		font-size:16px;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;	/*Arial, Helvetica, sans-serif;*/
	}
	div.sidebar-text ul li a:hover { text-decoration:underline; }

/* SIDEBAR - End *****************************************************************
***************************************************************************************/

/**************************************************************************************
FOOTER - Start ************************************************************************/
	div#footer {
		display:block;
		padding-top:20px;
		margin-top:40px;
		margin-bottom:70px;
	}
		
	div#footer div.footer-nav {
		margin-left:0px;
		display:block;
	}
		
	div#footer div#copyright {
		display:block;
		margin-right:0px;
	}
	
	div#footer div#findUsOn {
		display:block;
	}
	
	div#footer div#findUsOn #foot_green15 {
		width: 85px;
		height: 28px;
		background: url(../images/newdesign/green15.png) no-repeat;
		display: block;
		float: left;
	}
	
	div#footer div#findUsOn #foot_facebook {
		width: 24px;
		height: 28px;
		background: url(../images/newdesign/facebook.png) no-repeat;
		display: block;
		float: left;
	}
	
	div#noticelayer {
		font-size:22px;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-style: italic;
		color:rgb(0, 122, 192);
	}
	div#noticelayer a, div#noticelayer a:hover {
		font-style: normal;
		text-decoration: underline;
		color:rgb(0, 122, 192);
		font-size:22px;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}
		
	div#footer div.footer-nav a,
	div#footer div#copyright {
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#999999;
		margin-top:3px;
		margin-bottom:3px;
		padding-right:8px;
	}
		
	div#footer div.footer-nav a {
		margin-right:4px;
		/*text-transform:lowercase;*/	/*This is dumb.  stop it.*/
	}
		
	div#footer div.footer-nav a.break {
		background-image:url(../img/footer-break.gif);
		background-position:right 4px;
		background-repeat:no-repeat;
	}
		
	div#footer div.footer-nav a:hover {
		text-decoration:underline;
	}
/* FOOTER - End ***********************************************************************
***************************************************************************************/

/**************************************************************************************
SPECIAL - Start ***********************************************************************/
ul.faq1 {
	list-style-position:outside;
	margin-left:25px;
}
ul.faq1 li {
	list-style-type:lower-alpha;
}
ul.faq2 {
	list-style-position:outside;
	margin-left:50px;
}
ul.faq2 li {
	list-style-type:lower-alpha;
}
div#faq-links ol {
	list-style-type:outside;
	width: 575px;
	float: left;
	margin-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:15px;
	margin-top:15px;
	line-height: 23px;
}
div#faq-links-image {
	width: 177px;
	height: 177px;
}

div#faq-main {
	float:left;
	height:auto;
	padding:20px 0 0 20px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#000000;
}

div.faq-image {
	display:block;
	width:177px;
	height:177px;
	float: left;
	margin-left: 40px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

div.faq-image a {
	display:block;
	height:177px;
	width:177px;	
}

div.faq-image div#faq_image_1200ml,
div.faq-image div#faq_image_11oz,
div.faq-image div#faq_image_nipple
 {
	display:block;
	height:177px;
	width:177px;
	margin:0;
	background-repeat:no-repeat;
	background-position:left center;
}

div.faq-image div#faq_image_1200ml {
	background-image:url(../images/products/1200ml-faq.jpg);
	background-position: 0 0;
}

div.faq-image div#faq_image_11oz {
	background-image:url(../images/products/11oz-faq.jpg);
	background-position: 0 0;
}

div.faq-image div#faq_image_nipple {
	background-image:url(../images/products/nipple-faq.jpg);
	background-position: 0 0;
}	
div.faq-title {
	width: 177px;
	height: auto;
	float: left;
	margin: 15px 0 0 40px;
	text-align: center;
}
	
table#sizecompare {
	margin-left:25px;
	margin-bottom:15px;
	font-size:12px;
}
table#sizecompare td {
	padding:2px;
}
/* SPECIAL - End **********************************************************************
***************************************************************************************/

/**************************************************************************************
NEWS SECTION - Start ******************************************************************/
ul.news li.news-item {
	padding-bottom:10px;
}
ul li span.news-date {
	color:#666666;
	font-size:12px;
}
ul li span.news-title {
	color:#000000;
	font-weight:bold;
}
ul li span.news-more a{
	display:block;
	font-size:11px;
	text-transform:uppercase;
	color:#098BC9 !important;
}
/* NEWS SECTION - End *****************************************************************
***************************************************************************************/

/**************************************************************************************
RORY CSS BREAKERS - Start *************************************************************/
.errorLabel {
color: #F00;
}
.errorInput {
background-color: #F00;
}

table#warrantyForm, table#contactForm {
margin-left:25px;
margin-bottom:10px;
font-size:12px;
border:0px;
}

table#warrantyForm td, table#contactForm td {
padding:4px;
font-weight: bold;
vertical-align: top;
}

table#contactForm textarea {
width:300px;
height:200px;
}

div#yourbottle {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:13px;
}

div#yourbottle div.row {
	vertical-align:top;
	border-top:1px solid #CCCCCC;
}

div#yourbottle div.table-subtitle,
div#yourbottle div.table-cell {
	float:left;
}

div#yourbottle div.table-subtitle {
	font-weight:bold;
	padding-right:2px;
	width:120px;
	padding-top:10px;
	padding-bottom:10px;
}

div#yourbottle div.table-subtitle2 {
	width:230px;
	padding-left:8px;
	float:left;
}

div#yourbottle div.table-cell {
	padding-bottom:10px;
	padding-top:10px;
	width:260px;
	padding-left:8px;
	width:230px;
}

div#yourbottle div.noborder {
	border-top:0px;
}

div#yourbottle tr.noborder td {
	padding-left:8px;
}




table#product-table {
	width:600px;
}

table#product-table .product-cell {
	width:150px;
	text-align:center;
	align:center;
	vertical-align:center;
	font-weight:bold;
	font-size:12pt;
	padding-bottom:10px;
}
table#product-table .product-cell .product-image {
	margin-bottom:12px;
}


table#cart-table {
	width:600px;
	color:#000;
}

table#cart-table th { font-weight:bold; }
table#cart-table td { padding:5px; }
table#cart-table .oddRow { background:#FFF; }
table#cart-table .evenRow { background:#FF8; }
table#cart-table .shippingRow {
	border-top:1px solid #D5D5D5;
	border-bottom:2px solid #999999;
}
table#cart-table .totalsRow, table#cart-table .quantBox { text-align:right; }
table#cart-table .quantBox { width:50px; }
table#cart-table .leftRow { text-align:left }
table#cart-table .rightRow { text-align: right; }

table#billing-table { padding:0px; margin:0px; }
table#billing-table td { padding:5px; }
table#billing-table .tablelabel { font-weight:bold; }

.textbox {
	padding:2px;
}
.puraFormButton {
	margin:5px;
}

.specialFormfield {
	width:0px;
	height:0px;
	display:none;
}

/*********************************** Special table on Why Pura page **********************/
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; font: 12.0px Verdana}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; font: 10.0px Verdana}
p.p3 {margin: 3.0px 0.0px 10.0px 0.0px; font: 8.0px Verdana}
span.s1 {font: 8.0px Comic Sans MS}
table.t1 {border-collapse: collapse}
td.td1 {background-color: #ccffcc; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf; padding: 0.0px 5.0px 0.0px 5.0px}
td.td2 {border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf; padding: 0.0px 5.0px 0.0px 5.0px}
td.td3 {background-color: #ccecff; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf; padding: 0.0px 5.0px 0.0px 5.0px}
td.td4 {background-color: #ff7c80; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf; padding: 0.0px 5.0px 0.0px 5.0px}
td.td5 {background-color: #ffcc00; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf; padding: 0.0px 5.0px 0.0px 5.0px}

/* RORY CSS BREAKERS - End ************************************************************
***************************************************************************************/

.nobg { background: none; background-image: none; background-position: -5000px -5000px; background: -5000px -5000px; }