/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				0px;
	
	background-color: 		rgb(234,253,183);
	background-image: 		url(/images/bg.jpg);
	background-repeat: 		no-repeat;
	background-position: 	center top;

	/*	Default text styles	----------------------------*/
	font-family:			Tahoma, Verdana, sans serif;
	color:					#000000;
	font-size:				8pt;
	line-height:			1.5em;

}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					green;
}

a:hover
{
	color:					darkgreen;
}

/*---------------------------------------------------------------------------------------------------------
//	Vitasoy USA Inc. structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	width:					772px;
	padding:				7px 18px 0px 0px;

}

#header
{
}

table#body
{
	border-collapse:		collapse;
	width:					772px;
	clear:					both;
}

col#col-left
{
	width:					160px;
}

col#col-content
{
	width:					auto;
	background-color: 		white;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#right
{
	background-color: 		white;
}

td#content
{
	width:					auto;
	padding:				20px;
}

#side_emailclub
{
	color:					#336699;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10px;
	line-height:			14px;
	padding:				10px 35px 0 23px;
	background-image:		url('/images/side_emailbg.gif');
	background-position:	left top;
	background-repeat:		no-repeat;
	margin:					0 0 15px 0;
	width:					135px;
	max-width:				166px;
}

#side_emailclub a
{
	color:					#336699;
}

#side_emailbottom
{
	background-image:		url('/images/side_emailbgbottom.gif');
	background-position:	left bottom;
	background-repeat:		no-repeat;
	height:					7px;
	margin:					0 -27px 0 -23px;
}

#side_healthcare
{
	color:					#340065;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10px;
	line-height:			14px;
	margin:					0 5px 15px 12px;
	width:					135px;
	max-width:				166px;
}

#side_healthcare a
{
	color:					#340065;
}

#wheretobuyform
{
	vertical-align:			top;
}

#wheretobuyform select
{
	width: 150px;
	font-size: 8pt;
	font-family: Tahoma, Arial, sans-serif;
	/*border: 2px solid #b1cbf2;*/
	color:	#666666;
	padding: 0;
	margin: 0;
}

#wheretobuybutton
{
	padding: 0 2px 0 2px;
	margin: 0;
	font-size: 8pt;
	font-family: Tahoma, Arial, sans-serif;
}




/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px 0px 10px 0px;
	padding:				10px 1em;
	line-height:			2.0em;
	font-family:			verdana,arial,sans serif;
	font-size:				8pt;
	text-align: 			center;
	background-color: 		white;
}

#footer p
{
	clear:					both;
}

#footer ul
{
	margin:					10px 0px 10px 75px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				0px 5px;
	border-right: 			1px solid rgb(152,102,153);
}

#footer a
{
	color: 					rgb(152,102,153);
	padding:				0px 5px;	
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 1.2em 0px;
	padding:				0px;

	font-family:			Georgia, Times New Roman, serif;
	font-weight:			bold;
	font-size:				11pt;
	color:					#340065;
}

h1 a,h1 a:hover
{
	color:					#340065;
}

h2
{
	margin:					0;
	padding:				0px;
	
	font-family:			Georgia, Times New Roman, serif;
	color:					#340065;
	font-weight:			bold;
	font-size:				10pt;

}

#content h2
{
	margin:					5px 0 5px 0;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				8pt;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-size:				8pt;
}

blockquote
{
	margin:					1em 3em;
	border-top:				1px solid rgb(221,204,204);
	border-bottom:			1px solid rgb(221,204,204);
	padding:				0.5em 0em;
	font-family:			times new roman,times;
	font-size:				1.15em;
	font-style:				italic;
	line-height:			1.4em;
	color:					rgb(153,51,51);
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					180px;
	padding:				20px;
}

.sidebar
{
	font-size:				10px;
	line-height:			8pt;
	font-family:			Verdana, sans-serif;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,215,238);
	border-collapse:		collapse;
	empty-cells:			show;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
}

tr.r0
{
	background-color:		white;
}

tr.r1
{
	background-color:		rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:				0.5em 1.0em;
	text-align:				left;
	font-family:			verdana,arial,sans serif;
}

table.data th
{
	vertical-align:			bottom;
	background-color:		rgb(204,215,238);
	font-weight:			bold;
	font-size:				0.70em;
	color:					white;
}

table.data td
{
	vertical-align:			top;
	border-bottom:			1px solid rgb(204,215,238);
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	line-height:			26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				11px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	DHTML menu styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
ul.menublock 
{
/* rounded borders?
	background-image: 		url(/images/nav/drop_topborder.gif);
	background-repeat: 		no-repeat;
	background-position: 	left top; */
}

ul.menublock,ul.submenublock
{
	/*	Do not modify		----------------------------*/
	position:				absolute;
	z-index:				200;
	visibility:				hidden;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	display:				none;
	
	/*	Customizeable options	------------------------*/
	width:					140px;
	border:					1px solid rgb(171,200,48);
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px; 
	background-color:		rgb(213,227,151);
	text-align: 			center;
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
}

ul.menublock a,ul.submenublock a
{
	display:				block;
	width:					auto;
	height:					21px;
	border-top:				1px solid rgb(234,241,203);
	padding:				0px 8px;
	line-height:			21px;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
}

ul.menublock li.li1 a,ul.submenublock li.li1 a
{
	border-top-width: 		0px;
}

.menublock a:hover,
.submenublock a:hover,
a.highlight
{
	color:					black;

	background-image: 		url(/images/purple_arrow.gif);
	background-repeat: 		no-repeat;
	background-position: 	5px center;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow0.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow1.gif );
}



/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

form
{
	font-size:				8pt;
}

#formtable td
{
	padding-bottom:			4px;
}

#findform select, #findform input, #loginform select, #loginform input
{
	font-family:			Tahoma, Arial, sans-serif;
	font-size:				8pt;
	color:					#333333;
}

#findform select
{
	width:					125px;
}