/*WELLNESSBUZZHUB - GLOBAL CSS*/


body 		{
	font-family: Verdana , Sans-serif;
	font-size: 12px;
	color:#000; 
	font-weight: normal;
	background-color: #000;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	}
p 		{
	color: #000;
	font-size: 12px;
	line-height:18px;
	margin-top: 5px;
	text-indent:20px;
	}
h2		{
	font-family: Verdana , Sans-serif;
	font-size: 25px;
	color: #000;
	}
h3		{
	font-family: Verdana , Sans-serif;
	font-size: 20px;
	color: #000;
	}
h4		{
	font-family: Verdana , Sans-serif;
	font-size: 15px;
	color: #000;
	} 
a:link 		{
 	color: #00f;
	text-decoration: none;
 	font-size:12px;
	}
a:visited	{
	font-size: 12px;
 	color: #00f;
	text-decoration: none;
	}
a:hover 	{
 	color:#FFF;
	font-size: 12px;
 	background-color:blue;
	text-decoration: none;
	}
a:active	{
 	color:#00f;
 	}
#MainWrapper	{
	width: 960px;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
	}

/**********************************BANNER************************************/

#banner		{
	border: 1px solid #000;
	width: 960px;
	height:125px;
	background-color:#FF9595;
	border-top: 12px solid red;
	border-left: 2px solid red;
	border-right: 10px double red;
	border-bottom: 10px double red;
	padding-bottom: 5px;
	}
.lifestyle	{
	float: left;
	width: 157px;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid #000;	
	}
.antioxidants	{
	float: right;
	width: 157px;	
	border: 1px solid #000;
	margin-right: 5px;
	margin-top: 5px;
	}
h1	        {
	float: right;
	border: 0px dotted red;
	width: 600px;
	color: #000;
	font-weight: bold;
	font-family:lucida handwriting;
	text-align: center;
	margin-top: 55px;
	}

/**********************************ACCORDION PARAMETERS - Left Column************************************/


.navtop		{
	float: right;
	width: 575px;
	border: 0px dotted red;
	margin-right:35px;
	margin-top: 35px;
	}
.navtop ul  	{
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	} 
.navtop li 	{
	display: inline;
	border-left: 3px solid #000;
	margin-bottom: 5px; 
	margin-left: 10px;
	padding-left: 10px;
	}
#wrapper1	{
	background-color: #FFF; 
	border: 0px solid green;
	height: 0px;
	}

/**********************************ACCORDION PARAMETERS - Left Column************************************/

#leftcolumn	{
	float:left;
	width:200px;
	background-color:#fff;
	text-align:;
	border-right:0px dotted #ff9595;	/*#889de5;*/
	padding:0px;
	}
.nav_title	{
	background-color:#ff9595;
	padding:7px;
	font-size:13px;
	color:#000;
	font-weight: bold;
	text-align:center;
	margin-left:1px;
	margin-bottom:0px;
	}
#leftMenuAccordion {
	margin-left:0px;
	margin-top:0px;
	font-weight: bold;
	background-color: #FFF;
	padding-left:5px;
	text-align:left;
	border:0px solid #f00;
	}
.leftMenuTitle 	{					 /*Tab*/
	background:#fff;
	padding:5px;
	border-bottom:1px dotted #ff9595;
	background-image:url(../embeddedimages/arrow.gif); 
	background-repeat:no-repeat;
	margin-bottom:1px;
	background-position:left;
	padding-left:15px;
	cursor:hand;
	}
.leftMenuTitle.current {
	background:#ff9595;		
	padding:5px;
	text-align:center;
	color:#fff;
	}
.leftMenuSubtitle	{				/*Panel*/
	width:190px;
	background:#ffe4e1;		
	padding:5px 5px 5px 5px;
	margin-bottom:1px;
	margin-left:0px;
	}
#leftcolumn a:link {
 	color: #00f;
	text-decoration: none;
 	font-size:12px;
	}
#leftcolumn a:visited	{
	font-size: 12px;
 	color:#a9a9a9;
	text-decoration: none;
	}
#leftcolumn a:hover 	{
 	color:#FFF;
	font-size: 12px;
 	background-color:blue;
	text-decoration: none;
	}
#leftcolumn a:active	{
 	color:#fff;
 	}
/*****************************************************FOOTER**********************************************/


#footer		{
	width: 960px;
	height: 50px;
	border: 0px solid purple;
	background-color:#FF9595;
	text-align: center;
	}
.copyright	{
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	}
.navbottom	{
	float: right;
	width: 575px;
	border: 0px dotted red;
	margin-right:10px;
	margin-top: 20px;
	}
.navbottom ul  	{
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	} 
.navbottom li 	{
	display: inline;
	border-left: 3px solid #000;
	margin-bottom: 5px; 
	margin-left: 10px;
	padding-left: 10px;
	}
