/* GRID */
#grid
{
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(images/grid.png) repeat -22px 0px;
}

/*	SamIFR */


h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #444;
	text-transform: lowercase;
}

	
/* [ Stuff needed by SamIFR ] */
.hide_screen {
	display: none;
	}
	
	
/* Generic heading stuff */	
* html h2,
* html h3,
* html h4,
* html h5,
* html h6,
* html p
  {
 	height: 1px;
	}
	
h2 embed,
h3 embed,
h4 embed,
h5 embed,
h6 embed,
p embed
	{
	display: block;
	position: relative;
	left: -3px; /* Helps with lining up text blocks, adjust so left margins match */
}


/* LAYOUT */
html
{
	margin:0px;
	padding:0px;	
}

body
{

	position:relative;
	margin:0;
	padding:0;
	background:#FFFFFF url(images/bkg_subpage.jpg) top center no-repeat;
	color:#444;
	line-height:18px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img
{
    border:none;
}

#wrapper
{
	width:950px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

#header
{
	height:120px;
	margin:30px 0px 150px 0px;
}

#main
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#sidebar_a
{
	clear:left;
	width:150px;
	min-height:100px;
	margin:-11px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	float:left;
}

#content
{
	float:left;
	width:402px;
	margin:-60px 0px 20px 90px;
	padding:0px 0px 0px 0px;
}

#sidebar_b
{
	float:right;
	width:162px;
	margin:-22px 0px 0px 0px;
}

#footer
{
	clear:both;
	margin:-80px 0px 40px 250px;
	font-size:10px;
}

#site_credit
{
    text-align:right;
}

/*	NAV	*/
ul#menu
{
	float:left;
	margin:85px 0px 0px 17px;
	padding:0px;
	width:720px;
	font-size:15px;
}

ul#menu li
{
	display:block;
	float:left;
	text-transform:lowercase;	
}

li#main_home{width:60px;}
li#main_why{width:115px;}
li#main_water{width:125px;}
li#main_blog{width:50px;}
li#main_product{width:120px;}
li#main_about{width:80px;}
li#main_contact{width:100px;}


ul#menu li a,
ul#menu li .a
{
	color:#384D4D;
	text-decoration:none;
	font-weight:bold;
	display: block;
    font-size: 15px;
    letter-spacing: 1px;
	padding: 4px 0;
	margin: 0 2px;	
}

ul#menu li a:hover
{
	color:#AFB8B8;
}

ul#menu li.selected a
{
	color:#0075B0;
	font-weight:bold;
}

ul li
{
    list-style-image:url(images/bkg_li.gif);
}
/*	LISTS */
dl#contact_details
{
	width:100%;
	margin:0;
}

dl#contact_details dt
{
	float:left;
	font-weight:bold;
	width:50px;
	padding:0px;
}

dl#contact_details dd
{

}
/* TYPOGRAPHY */

h1, h2, h3,h4
{
	color:#0075B0;
	font-weight:bold;
}

h1 a
{
	display:block;
	float:left;
	overflow:hidden;
	width:213px;
	height:111px;
	margin:0px;
	padding:0px;
	text-indent:-999px;
	background:transparent url(images/bkg_h1.gif) no-repeat;
}

h2
{
	margin:60px 0px 25px 0px;
	/*	em calculated with http://drewish.com/tools/vertical-rhythm */
	font-size: 2.25em; /* 27px */
	line-height: 1.3333em; /* 36px */
	/*
	margin-top: 0.6667em;
	margin-bottom: 0em;
	*/
}

h3
{
	margin:40px 0px 10px 0px;
	font-size: 18px; /* 18px */
	line-height: 26px; /* 18px */
	/*
	margin-top: 1em;
	margin-bottom: 0em;
	*/
	clear: both;
}

h4
{
	margin:40px 0px 10px 0px;
	font-size: 1.25em; /* 15px */
	line-height: 1.2em; /* 18px */
	/*
	margin-top: 1.2em;
	margin-bottom: 0em;
	*/
}

h5
{
	color:#4D9FC8;	
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px */
	margin-top: 1.5em;
	margin-bottom: 0em;
}

h6
{
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px */
	margin: 0 0 1.5em 0;
}

p
{
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px */
	margin: 0 0 1.5em 0;
}

p.intro
{
	font-weight:bold;
	font-size: 1.1667em; /* 14px */
	line-height: 1.2857em; /* 18px */
	margin-top: 1.2857em;
	margin-bottom:1.2857em;
}

cite
{
    display:block;
    font-style:normal;
    margin-bottom:10px;
}

.sidebar
{
	font-size:11px;
}

.sidebar p.intro
{
	font-size:12px;
}

a
{
	color:#0075B0;
}

a:hover
{
	color:#66ACD0;
}

address
{
	font-style:normal;
}

#sidebar_b address
{
	margin-top:50px;
}

hr
{
	display: block;	
	border:none;
	border-top: 1px solid #D3D3D3;
	width: 99.5%;
	height: 1px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 1px;
	line-height:1px;
}

* html hr
{
	margin: 0px 0px 0px 0px;
}

.nutrition
{
    border-collapse:collapse;
    width:330px;
    color:#0075B0;
    margin-bottom:15px;
}
.nutrition tr th
{
    border-bottom:2px solid #629CCA;
    text-align:left;

}
.nutrition tr td
{
     border-bottom:1px solid #629CCA;
}

.compound
{
    width:282px;
}


.table
{
    border-collapse:collapse;
    width:330px;
    color:#0075B0;
    margin-bottom:15px;
}
.table tr th
{
    border-bottom:2px solid #629CCA;
    text-align:left;
    padding: 5px;

}
.table tr td
{
	padding: 5px;
    border-bottom:1px solid #629CCA;
}

/*	FORMS	*/
#contact
{
	margin:0px;
	padding:0px;
}
#contact label
{
	float:left;
	width:170px;
	font-weight:normal;
}
#contact .input_text, #contact textarea
{
	/*width:222px !important;*/
	width:219px;
	margin:0px;
}
#contact textarea
{
	height:167px;
}

.input_text, textarea
{
	width:100%;
	background:#BEDCDF;
	border:none;
	font-size:11px;
	margin:0px 0px 12px 0px;
	padding:5px 5px 5px 5px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;

}
label
{
	font-weight:bold;
}
.input_btn
{
	width:102px;
	margin:0px;
	padding:6px 0px 6px 0px;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	background:transparent url(images/bkg_btn.gif) no-repeat;
}
.input_btn:hover
{
	background-position: 0px -31px;
}

#btn_send
{
	float:right;
}

.rss
{
    position:relative;
    float:right;
    top:-50px;
}

/* [ Breadcrumb ] */

#breadcrumb {
	font-size: 10px;
	margin: 30px 0 -40px 0;
	}

#bottle_img
{
 margin:10px 0px 0px -20px;
}

iframe {
    border:none;
}

#page_message{
	background: #fff3f3;
	padding: 15px;
	margin: 0 0 20px;
	border-bottom: 1px solid #d3d3d3;
}

.page_message{
	margin-bottom: 5px;
}
