@charset "UTF-8";
/* CSS Document */

html{
	min-height:100%; /*Firefox needs this to be "min-height" instead of "height" for the body element backgorund-posiion:bottom; to work properly*/ 
	
	}
	
* html{
	height:100%;
	}
	
body{
	min-height:100%; /*Firefox needs this to be "min-height" instead of "height" for the body element backgorund-posiion:bottom; to work properly*/ 
	text-align:center;
	margin-top:20px;
	background:url("images/bg_body.gif");
	background-repeat:repeat-x;
	background-position:left bottom;
	background-position-y:bottom;
	/*background-attachment:fixed;*/
	}
	
	
body li{
margin-bottom:10px;
}

body table{
	color:#fff;
	text-align:left;
	}
	
* html body{
	height:100%;
	text-align:center;
	}
	
#body_line_left{
	position:absolute;
	top:20px;
	left:0px;
	width:50%;
	height:74px;
	background-image:url(images/body_bg_left.gif);
	background-position:top;
	background-repeat:repeat-x;
	z-index:-1;
	}
	
#body_line_right{
	position:absolute;
	top:20px;
	right:0px;
	width:50%;
	height:164px;
	background-image:url(images/body_bg_right.gif);
	background-position:top;
	background-repeat:repeat-x;
	z-index:-1;
	}
	
/*#bg_img{
	position:relative;
	bottom:0;
	width:100%;
	min-height:100%;
	height:100%;
	text-align:center;
	margin-top:20px;
	background:url("images/bg_body.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	z-index:-2;
	}*/
	
/*----------------------------Main Structure----------------------------*/
	
#container{
	position:relative;
	width:860px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-bottom:25px;
	background-color:#ed9d00;
	background-image:url(images/container_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	z-index:0;
	}
	
#languages{
	float:right;
	margin-right:40px;
	margin-top:10px;
	width:auto;
	text-align:right;
	height:20px;
}

#languages img{
	float:right;
	margin-left:15px;
	border:none;
}
	
	
#content_master{
	position:relative;
	width:832px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	text-align:center;
	padding-bottom:5px;
	background-color:#FFFFFF;
	background-image:url(images/curved_corners.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
#header{
	width:100%;
	height:159px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
	text-align:center;
	z-index:0;
	}
	
#header_print{
	display:none;
	}
	
#content_main{
	clear:both;
	position:relative;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	}
	
#leftcol{
	float:left;
	width:180px;
	min-height:100px;
	height:auto;
	margin-bottom:20px;
	margin-left:10px;
	margin-top:34px;
	text-align:left;
	}
	
#rightcol{
	float:left;
	width:600px;
	margin-left:30px;
	margin-bottom:20px;
	min-height:100px;
	height:auto;
	text-align:left;
	}
	
/*--------------Rightcol IE6 Fix--------------*/
* html #rightcol{
	width:590px;
	}
/*------------------------------------------*/
	
	
/*---------------------------------------Search-----------------------------------*/
	
#search{
	height:auto;	
	/*border-top:1px solid #0099FF;
	border-bottom:1px solid #0099ff;*/
	margin-bottom:20px;
	background-color:#e1e1e1;
	/*padding-top:5px;*/
	/*padding-bottom:1px;*/

	}
	
	
/*--------------Search IE7 Fix--------------*/
#search{
	.margin-top:2px;
	/*.padding-top:1px;
	.padding-bottom:1px;*/
	}
/*------------------------------------------*/
	
#search_item{
	text-align:center;
	margin-top:5px;
	}
	
#search_results{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	}
	

/*----------------------------Footer and footer list----------------------------*/	
#footer{
	position:relative;
	width:860px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	border-top:solid 1px #0072bc;
	/*color:#0098de;*/
	color:#0072bc;
	}
	
#footer ul{
	height:30px;
	width:auto;
	border:none;
	margin-left:-40px;
	margin-top:10px;
	}

#footer li{
	list-style:none;
	display:inline;
	height:30px;
	}
	
#footer li.first a{
	padding:7px 13px 6px 0px;
	}
	
#footer a{
	width:auto;
	text-decoration:none;
	padding:7px 13px 6px 13px;
	color:#0072bc;
	}
	
	
#footer a:hover{
	/*color:#44c8f5;*/
	text-decoration:underline;
}

/*----------------------------Top Callouts----------------------------*/	
	
#calloutleft{
	position:relative; /*For IE6 Negative Margin*/
	float:right;
	height:36px;
	width:136px;
	margin-right:2px;
	}
	
#calloutleft a{
	display:block;	
	background:url(images/bg_callout_left.gif) no-repeat;
	background-position:0 0;
	height:36px;
	}
	
#calloutleft a:hover{
	background-position:0 -36px ;
	height:36px;
	}
	
#calloutright{
	position:relative; /*For IE6 Negative Margin*/
	float:right;
	height:80px;
	width:174px;
	margin-right:-14px;
	margin-bottom:36px;
	}
	
	
#calloutright a{
	display:block;	
	background:url(images/bg_callout_right.gif) no-repeat;
	background-position:0 0;
	height:80px;
	}
	
#calloutright a:hover{
	background-position:0 -90px ;
	height:80px;
	}

	
	
/*----------------------------Body Callouts----------------------------*/

#body_callout{
	height:auto;
	background:url(images/bg_body_callout.gif) repeat-x bottom;
	background-color:#FF9933;
	padding:10px;
	color:#FFFFFF;
	font-size:1.25em;
	}

#body_callout a{
	color:#FFFF00;
	text-decoration:none;
	}
	
#body_callout a:hover{
	text-decoration:underline;
	}

#body_callout.v{
	float:right;
	width:150px;
	margin:10px 0px 10px 10px;
	}
	

	
#body_callout.h{
	position:relative;
	width:580px;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
#body_callout a.link{
	color:#FFFF00;
	text-decoration:none;
	font-size:.75em;
	}
	
#body_callout a.link:hover{
	text-decoration:underline;
	}
	
/*----------------------------Main Navigation----------------------------*/		

#nav{
	clear:right;
	text-align:right;
	margin-right:3px;
	width:auto;
	height:30px;
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	}

/*--------------Navigation IE7 Fix--------------*/		
#nav{
	.font-weight:bolder;
	.font-size:13px;
	.font-stretch:semi-condensed;
	.margin-right:5px;
	}
/*---------------------------------------------*/
	
#nav ul{
	margin-left:0px;
	height:30px;
	}

#nav li{
	list-style:none;
	display:inline;
	margin-left:0px;
	height:30px;
	}
	
#nav a{
	width:auto;
	color:#FFFFFF;
	text-decoration:none;
	background: url("images/bg_nav.gif") repeat-x;
	background-position:0 0;
	float:right;
	padding:7px 13px 5px 13px;
	border-right:1px #00adef solid;
	border-bottom:none;
	}
	
/* --------------Target Firefox 2--------------- */
#nav a, x:-moz-any-link {
	padding:7px 13px 5px 13px;
	}
 
/*------ Then overwrite for Firefox 3 specifically -------*/
#nav a, x:-moz-any-link, x:default {
	padding:7px 13px 5px 13px;
	}
	
#nav a:hover{
background-position:0 -30px;
color:#44c8f5;
}

#nav li.first a{
	background:url("images/btn_home.jpg") no-repeat;
	background-position:25px 0px;
	height:18px;
	width:60px;
	}
	
/* --------------Target IE7--------------- */	
#nav li.first a{
	.height:18px;
	}
	
/* Target Firefox 2 */
#nav li.first a, x:-moz-any-link {
	height:18px;
	}
 
/* Then overwrite for Firefox 3 specifically */
#nav li.first a, x:-moz-any-link, x:default {
	height:18px;
	}
	
#nav li.first a:hover{

	background-position:25px -30px;

	}
	
/*----------------------------Current Page Nav Indicator----------------------------*/	
	
#currentpage{
	background: url("images/bg_nav.gif") repeat-x;
	background-position:0 -30px;
	color:#44c8f5;
	font-weight:normal;
	}
	
	
/*#nav.currentpage a{
	background: url("images/bg_nav.gif") repeat-x;
	background-position:0 -30;
	color:#00aeef;
	font-weight:normal;
	}*/
	
/*----------------------------Index Page Specifics----------------------------*/
#index_secondary{
	position:relative;
	margin-bottom:20px;
	border-top:1px dashed #cccccc;
	border-bottom:1px dashed #cccccc;
	height:162px;
	}
	
/*----------------------------Probiotics 101 Page Specifics----------------------------*/	
#podcast{	
	position:relative;
	float:right;
	margin-left:5px;
	margin-top:-35px;
	margin-right:-10px;
	}
	
* html #podcast{ /*IE6 Fix*/
	margin-right:-5px;
	}
	
/*----------------------------Availability Page Specifics----------------------------*/

img.fl{
float:left;
}

.p_hr{
padding-bottom:15px;
border-bottom:1px solid #e1e1e1;
}
	
	
/*----------------------------News Page Specifics----------------------------*/
	
#news{
	clear:both;
	border-top:1px dashed #cccccc;
	padding-top:10px;
	margin-top:20px;
}

#news img{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#news.date{
	font-weight:bold;
	color:#999999;
	}
	

