/**************************************************************
	Global Settings
**************************************************************/

.alt {
	display: none;
}

/**************************************************************
	Header Settings
**************************************************************/
/* container elements */
div#wrapper { margin-top: 0px; margin-bottom:10px; border-collapse:collapse; }

/*div#ctl00_pageContent_htmlContent { width: 975px !important; }*/

/*div.product-detail { padding-left: 15%; padding-right: 15%; }*/

table.content { margin-bottom: 15px;  margin-top: 15px;}
td.content-body { text-align: left; }
  /*td.content-head, td.content-nav, td.content-body { padding-left: 15%; padding-right: 15%; text-align:left; }*/
    td.content-head h1, td.content-head h3 { margin: 0; }	
	td.content-head-control { text-align:right; vertical-align:middle; }	

#header-container {
	width: 100%;
	text-align: center;
	}
	
#header {
	margin: 0 auto 0 auto;
	width: 950px;
	}
	
#header h1 {
	display: block;
	background: url(/themes/capellacoffee/images/header1.gif) no-repeat center top;
	width: 950px;
	height: 62px;
	margin: 0;
	padding: 0;
	}
	
#leftHeader {
	background: url(/themes/capellacoffee/images/header2.gif) no-repeat left top;
	display: block;
	width: 950px;
	height: 117px;
	float: left;
	}
	
#header #special {
	background: url('/themes/capellacoffee/images/header1_03.jpg') top left no-repeat;
	display: block;
	width: 172px;
	height: 178px;
	float: left;
	}
	
#rightHeader {
	background: url('/themes/capellacoffee/images/header1_04.jpg') top right no-repeat;
	display: block;
	width: 711px;
	height: 178px;
	float: left;
	}
	
#navLeft {
	background: url(/themes/capellacoffee/images/header3.gif) no-repeat left top;
	width: 260px;
	height: 65px;
	display: block;
	float: left;
	}
	
#mainNav, #mainNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#mainNav li, #mainNav li a { float: left; }
#mainNav li a span { display: none; }

#nav01 a,
#nav02 a,
#nav03 a,
#nav04 a,
#nav05 a,
#nav06 a {
	height: 60px;
	display: block;
	}
	
#nav01 a {
	background: url(/themes/capellacoffee/images/header4.gif) no-repeat left top;
	width: 60px;
	height: 65px;
	}

#nav02 a {
	background: url(/themes/capellacoffee/images/header5.gif) no-repeat left top;
	width: 50px;
	height: 65px;
	}

#nav03 a {
	background: url(/themes/capellacoffee/images/header6.gif) no-repeat left top;
	width: 69px;
	height: 65px;
	}
	
#nav04 a {
	background: url(/themes/capellacoffee/images/header7.gif) no-repeat left top;
	width: 101px;
	height: 65px;
	}

#nav05 a {
	background: url(/themes/capellacoffee/images/header8.gif) no-repeat left top;
	width: 105px;
	height: 65px;
	}

#nav06 a {
	background: url(/themes/capellacoffee/images/header9.gif) no-repeat left top;
	width: 70px;
	height: 65px;
	}

#navRight {
	background: url(/themes/capellacoffee/images/header10.gif) no-repeat left top;
	width: 260px;
	height: 65px;
	display: block;
	float: left;
	}

#subnav {
	position: relative;
	top: 10px;
	clear: both;
	width: 890px;
	display: block;
	height: 30px;
	}
	
#subnav a {
	color: #666;
	text-transform: uppercase;
	font-size: 14px;
	clear: both;
	font-weight: bold;
	text-decoration: none;
	}
	
#subnav a:hover {
	text-decoration: underline;
	color: #eda513;
	}
	
#subnav ul, #subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#subnav ul { float: right; }
	
#subnav li, #subnav li a { float: left; }

#subnav li a {
	border-right: 1px solid #666;
	padding: 0 10px 0 10px;
	}
		
#subnav #viewcart a {
	background: url('/themes/capellacoffee/images/cart.png') center right no-repeat;
	border: 0;
	padding-right: 25px;
	}


/**************************************************************
	Left Column Settings
**************************************************************/


/**************************************************************
	Center Column Settings
**************************************************************/
#indexContent {
	width: 975px;
	margin: 0 auto 0 auto;
	}
	
	
/* How to make Rounded Corners for Connect */
/*
		<div class="cB">
 	   		<div class="cBt"><div></div></div>
             
  			<div class="cBb"><div></div></div>
		</div>
*/		

/*rounded corners with Border*/
.cB {
	padding:0 8px;
	margin-left:0px;
	}

.cBt, .cBb, .cBt div, .cBb div {
	background:url('/themes/capellacoffee/images/cb_corners.jpg') top right;
	height:22px;
}

.cBt div { background-position:top left; }

.cBb div { background-position:bottom left; }

.cBb { background-position:bottom right; }

.cBt, .cBb {
	margin:0 -10px 0 -10px;
	padding-right:18px;
	}

.cBm, .cBm div { background:url('/themes/capellacoffee/images/cb_background.jpg') top right; }

.cBm div { background-position:top left; }

.cBm { background-position:top right; }

.cBm {
	margin:0 -10px 0 -10px;
	padding-right:18px;
	}

.content-box-title {
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #8d3328;
	}

.content-box-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	}
	
.cB a {
	color: #000;
	text-decoration: none;
	}
	
.cB a:hover {
	color: #eda513;
	text-decoration: underline;
	}
	
.pageTitle 
{
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	color: #9c2c24;
}

.paragraphTitle 
{
	color: #4a4a4a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.paragraphText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
	font-weight: normal;
}

.italicText 
{
	font-size: 12px;
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}

/**************************************************************
	Footer Settings
**************************************************************/

#footer-container {
	width: 100%;
	text-align: center;
	background: #000 url('/themes/capellacoffee/images/footerBack1.jpg') repeat-x;
	height: 200px;
	margin-top: 0px;
	}
	
#footer {
	display: block;
	width: 975px;
	margin: 0 auto 0 auto;
	}

#claim {
	background: url('/themes/capellacoffee/images/claim.png') center center no-repeat;
	width: 975px;
	height: 21px;
	position: relative;
	top: 10px;
	margin: 0;
	padding: 0;
	}
	
* html #claim {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/capellacoffee/images/claim.png', sizingMethod='scale');
	width: 752px;
	height: 21px;
	background: none;
	}
	
#claim span { display: none; }

#footer ul, #footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#footer ul {
	float: right;
	position: relative;
	top: 25px;
	}
	
#footer li, #footer li a { float: left; }

#footer li a {
	border-right: 1px solid #666;
	padding: 0 5px 0 5px;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	}
	
#footer li a:hover {
	text-decoration: underline;
	color: #eda513;
	}

#footer .last a { border: 0; }




/* css from site */

@charset "utf-8";

/* CSS Document */

body
{
	margin: 0px;
}

.content-box-title
{
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #8d3328;
}

.content-box-text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}

a
{
	color:#FFFFF;
	text-decoration:none
}

a:hover
{
	color:#eda513;
	text-decoration:underline
}

.links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#666666;
}

#mainHolder
{
	background-color:#ffffff;
	width:100%;
	text-align:center;
	background-image:url(../images/headerBackHomeNEW.jpg)
}

#main
{
	width:975px;
	margin-left:auto;
	margin-right:auto;
}

#footerHolder
{
	width:100%;
	text-align:center;
	background-image:url(../images/footerBack1.jpg);
	clear:both;
}

#footer
{
	width:975px;
	margin-left:auto;
	margin-right:auto;
}

#content
{
	background-color:#ffffff;
	text-align:left;
	margin-bottom:20px;
}

.clearDiv
{
	clear:both;
	position:relative;
	top:10px;
}

.pageTitle 
{
	font-family: "Verdana";
	font-size: 14px;
	font-weight: bold;
	color: #9c2c24;
}

.paragraphTitle 
{
	color: #4a4a4a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.paragraphText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
	font-weight: normal;
}
#mintsubtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}


.italicText 
{
	font-size: 12px;
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}

.redUnderline
{
	font-family: "Myriad Pro";
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	color: #9c2c24;
}

.grayUnderline
{
	font-family: "Myriad Pro";
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	color: #4a4a4a;
}

ul { list-style-type: none; }

.recipeText {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9C2C24;
}
#mintbullets ul {
	list-style-image: none;
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

.recipeTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9c2c24;
	font-size: 12px;
	}

.flavor-list {
	width:250px;
	}

.flavor-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	}
	
#receipe-container { 
	width:559px;
	height: 335px;
	position:relative;
	float:left;
	left:75px;
	background-image:url('/themes/capellacoffee/images/recipebook.jpg');
	}
	
#receipe { 
	float: left;
	width: 210px;
	position: relative;
	left: 70px;
	top: 30px;
	}
	
#directions {
	float: right;
	width: 192px;
	position: relative;
	right: 85px;
	top: 30px;
	}
	
#policies h3 {
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: bold;
	text-decoration:underline;
	color: #9c2c24;
	}
	
#policies { font-size: 12px; }
	
.prod-left, .prod-center, .prod-right { float: left; }
	
.prod-left { width: 340px; }
	
.prod-left .prod-name, .prod-left .prod-thumbnail {
	text-align: center;
	}
	
.prod-left .prod-info .info1 {
	float: left;
	width: 175px;
	}
	
.prod-left .prod-info .info2 {
	float: left;
	width: 165px;
	}
	
.prod-center {
	width: 300px;
	}
	
.prod-center select {
	width: 225px;
	margin: 0 0 15px 25px;
	}
	
.prod-center .subtitle2 {
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: bold;
	color: #9c2c24;
	position: absolute;
	}
	
.prod-center .prod-selections img { display: none; }
	
.prod-right {
	width: 335px;
	font-size: 12px;
	color: #797979;
	border-bottom: 1px solid #797979;
	}
	
.prod-center .prod-price {
	float: left;
	position: relative;
	top: -15px;
	left: 40px;
	}

.prod-center .prod-qty {
	float: right;
	position: relative;
	top: -15px;
	right: 40px;
	}

.prod-center .prod-buy-btn {
	clear: both;
	position: relative;
	top: 0;
	left: 40px;
	}
	
.sidelinks {
	font-size: 12px;
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}
#rightcolumnboxtop {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #8d3328;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	background-color: #efad18;
	font-variant: small-caps;
}
#rightcolumnbox {
}

#rightcolumnboxbody {
	padding: 8px;
	background-color: #FDF2D9;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #efad18;
	border-left-color: #efad18;
	text-align: center;
	border-bottom-color: #efad18;
}
.CurrentDealsBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.CurrentDealsBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
	font-weight: bold;
}
.flavor-notation {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}
#supersweetordernow {
	float: right;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#supersweetcontainer {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.paragraphTextBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.paragraphTextBoldRed {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9c2c24;
	font-weight: bold;
}
#headermain {
	width: 870px;
	height: 197px;
	background-image: url(/themes/capellacoffee/images/header_top_main.gif);
	background-repeat: no-repeat;
}
#headerleftnav {
	height: 21px;
	width: 180px;
	float: left;
	background-image: url(/themes/capellacoffee/images/header_top_leftnav.gif);
	background-repeat: no-repeat;
}

#headercontainer {
	background-image: url(/images/header_background.gif);
	background-repeat: repeat-x;
	width: 870px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d49100;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headerbackground {
	text-align: center;
	width: 870px;
}

#headerrgtnav {
	float: left;
	width: 180px;
	background-image: url(/themes/capellacoffee/images/header_top_rgtnav.gif);
	background-repeat: no-repeat;
	height: 21px;
	padding-top: 3px;
	text-align: center;
}

#headertopnavigation {
	text-align: right;
}
#headertopnavigation a:link, #headertopnavigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#headertopnavigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#headertopnavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 2px 0px 0px;
}
#headertopnavigation li {
	display: inline;
}
#headercenternav {
	float: left;
	width: 510px;
	text-align: center;
	height: 21px;
	background-image: url(/themes/capellacoffee/images/header_top_centernav_bgd.gif);
	background-repeat: repeat-x;
}
#headercenternav a:link, #headercenternav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9c2c24;
	text-decoration: none;
	font-style: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#headercenternav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D04337;
	text-decoration: none;
	font-style: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#headercenternav ul {
	list-style-type: none;
	padding-top: 2px;
	margin: 0px;
}
#headercenternav li {
	display: inline;
}
#mintcontainer {
	width: 870px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/mint_big_leaf.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 800px;
}
#response {
	width: 180px;
	float: left;
	margin-top: 200px;
}

#mintwaterglass {
	background-image: url(/images/mint_small_glass.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
}
#mintbodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}

#mintsubtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#mintheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #51851f;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 120px;
}
.peppermint {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	font-style: italic;
}
.spearmint {

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006600;
	font-weight: bold;
	font-style: italic;
}
.vanillamint {

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333300;
	font-weight: bold;
	font-style: italic;
}
.coconutmint {


	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999966;
	font-weight: bold;
	font-style: italic;
}
.chocolatemint {



	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333300;
	font-weight: bold;
	font-style: italic;
}
#headershipping {
	background-image: url(/images/header_shipping_bgd.gif);
	background-repeat: repeat-x;
	height: 27px;
	float: left;
	width: 870px;
	text-align: center;
	padding-top: 5px;
}
.shippingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.shippingtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#headerspecials {
	padding-top: 65px;
	padding-left: 640px;
}
.headerspecialsflavors a:link, a:hover, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.headerspecialsprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	filter: DropShadow(Color=#000000, OffX=4, OffY=4, Positive=true);
}
.headerspecialselect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
}
.flavor_names {font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.quickordersales {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}#livechat {
	text-align: right;
	width: 870px;
}
#watercontainer {

	width: 870px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/istockphoto_5708071-water-bottle.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 800px;
}
#waterflavorsrightcolumn {
	float: left;
	width: 220px;
}

#waterintrocontainer {
	width: 890px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 15px;
	background-image: url(/images/icon_pear_sm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:80px;
}
#waterintrobodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}
#waterbodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#waterbodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}
#waterheading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 15px;
}
#waterflavorsdesc {
}

#watersubtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #51851f;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 15px;
}
#waterflavorssubtitle {

	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 15px;
}
#waterflavorsleftcolumn {
	width: 650px;
	float: left;
	height: 250px;
}
#waterflavorsdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 15px;
	background-image: url(/images/water_bottles_infinity.jpg);
	background-repeat: no-repeat;
	height: 225px;
	padding-left: 135px;
}
#waterflavorspromo {
	text-decoration: none;
	margin-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6699CC;
	border-bottom-color: #6699CC;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ECF2F9;
}
#waterflavorsproducts {
	float: left;
	margin-top: 15px;
	width: 650px;
}

#flavorscontainer{
	width:870px;
}
#flavorsheader{
	width:100%;
	padding:1%;
	text-align:left;
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #8d3328;
}
#flavorsbody{
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
	padding:1%;
}
#flavorscol_lft{
	width:20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
	text-align:center;
	padding:1%;
}
#flavorscol_rgt{
	width:22%;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:1%;
}

#waterflavorscontainer {
	width: 870px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 450px;
}
.waterflavorsbottles {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#waterflavorsbullets ul {
	list-style-image: none;
	list-style-type: disc;
	margin: 10px 0px 0px;
	padding: 0px;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}#waterflavorsrightcolumn {
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 315px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A9C6E2;
	padding-left: 9px;
}
#waterfreesample {
	text-decoration: none;
	margin-top: 10px;
}
#waterflavorsover30 {
	text-decoration: none;
	margin-top: 10px;
}
#findingzone ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #1E0080;
	margin-left: 0px;
	list-style-position: inside;
	background-color: #EBE6FF;
}
#scale {
	background-color: #E8E8FF;
	padding: 6px;
}
.headerspecialdesc {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#newheadermain {
	width: 870px;
	height: 160px;
	background-image: url(/images/newheader_top_main.gif);
	background-repeat: no-repeat;
}
#newheaderleftnav {
	height: 21px;
	width: 180px;
	float: left;
	background-image: url(/images/newheader_top_leftnav.gif);
	background-repeat: no-repeat;
}

#newheadercontainer {
	background-image: url(/images/newheader_background.gif);
	background-repeat: repeat-x;
	width: 870px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d49100;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#newheaderbackground {
	text-align: center;
	width: 870px;
}

#newheaderrgtnav {
	float: left;
	width: 180px;
	background-image: url(/images/newheader_top_rgtnav.gif);
	background-repeat: no-repeat;
	height: 21px;
	padding-top: 3px;
	text-align: center;
}
#newheadertopnavigation {
	text-align: right;
}
#newheadertopnavigation a:link, #newheadertopnavigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#newheadertopnavigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#newheadertopnavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 2px 0px 0px;
}
#newheadertopnavigation li {
	display: inline;
}
#newheadercenternav {
	float: left;
	width: 510px;
	text-align: center;
	height: 21px;
	background-image: url(/images/newheader_top_centernav_bgd.gif);
	background-repeat: repeat-x;
}
#newheadercenternav a:link, #newheadercenternav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9c2c24;
	text-decoration: none;
	font-style: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#newheadercenternav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D04337;
	text-decoration: none;
	font-style: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#newheadercenternav ul {
	list-style-type: none;
	padding-top: 2px;
	margin: 0px;
}
#newheadercenternav li {
	display: inline;
}
