h1.tabs-head{margin-left:252px;
position:absolute;
top:108px;}

div#tabs{
	position:absolute;
	top:140px;
	margin-left:245px;
	width:633px;
	height:390px;
	font-size:11px;
	background:url(../images/benefits_bg.png) no-repeat -5px 46px;
}

div#tabs ul{
	color:#0e7abf;
	margin-left:10px;
}
div#tabs li{
	font-size:13px;
	margin:21px 0 0 30px ;
	list-style-image:url('../images/bpoint.gif');
}
#tabs span {
	color:#0069a3;
	margin-right:5px;
	font-weight:bold;
}
#tabs h4{
	padding:5px;
	margin:20px 0 3px 0;
	font-size:123.1%;
	color:#888;
	background:#f2f2f2;
}
#tabs h5{
	margin:0;
	padding:0;
	font-size:116%;
	font-weight:bold;
	text-transform:uppercase;
}
#tabs p{
	padding:5px;
	font-size:116%;
	color:#888;
}
	
/* DIV that holds each tab*/
div.my_tab{
	width:560px;
	height:298px;
	margin:0px auto;
	overflow:auto;
		
}
	
/* Title of each tab, used when user don't have Javascript'*/	
div.my_tab h5{
	color:#414141;
	border-bottom:solid 1px #cacaca;
		
}
	
/* Tab Bar, created via JS*/
div#tab-bar{
	padding:0;
	margin:0;
	height:69px;
	font:normal 12px "Trebuchet MS";
}
	
/* Single Tab */
div#tab-bar div.mt-tab{
	float:left;
	display:inline;
	position:relative;
	text-align:center;
	cursor:pointer;
	height:20px;
	color:#414141;
	padding:0;		
}
	
/* Single Tab, when active */
div#tab-bar div.mt-tab-active{
	float:left;
	display:inline;
	text-align:center;
	margin:0;
	cursor:pointer;
	border-bottom:none;
	height:21px;
	color:Black;
	font-weight:bold;
	padding:0;	
		
}
/*tells tab not to display when current tab is active to show bg image*/
div#tab-bar div.mt-tab-active img{
	display:none;
}
/*sets margin for first tab*/
div#tab-bar #mt-t1{margin-left:5px;}

/*tells tab to display non active tab image as bg image*/
div#tab-bar #mt-t1.mt-tab-active {
	background:transparent url(../images/qanda_on.jpg) no-repeat;
	height:46px;
	width:207px;
}
div#tab-bar #mt-t2.mt-tab-active {
	width:207px;
	height:46px;
	background:url(../images/nutrition_on.jpg) no-repeat;
}
div#tab-bar #mt-t3.mt-tab-active {
	width:207px;
	height:46px;
	background:url(../images/benefits2_on.jpg) no-repeat;
}