#page-wrap { width: 620px; margin: 0; }

#catNav	{
position: relative;
width: 620px; 
height: 60px;
overflow: hidden; 
}

#catNav	 ul {
position: relative;
width: 620px; 
height: 60px;
	}

#catNav li { display: inline; }

#catContent  {
position: relative;
width: 620px; 
height: 196px;
background: url(../img/bg/module_bg.jpg) 0px 0px no-repeat;
}


/*inside text*/

#catContent ul {
position: relative;
top: 26px; 
width: 560px;
margin: 0em auto;
list-style-type: none;
text-align:left;
}


#catContent h1, #catContent p, 
#catContent ul li, #catContent ul li span, #catContent ul li.no_bullet span, 
#catContent a.link {
width:560px;
margin: 0em auto;
font: normal normal normal 14px/30px arial, verdana, helvetica, sans-serif;
color: #ff6000;
text-align:left;
}

#catContent ul li {
background: url(../img/btn/bullet.jpg) 0px 1em no-repeat;
text-indent: 1em;
}

#catContent ul li.no_bullet {
background: transparent;
color: #666;
text-indent: 1em;
line-height:12px;
}


#catContent h1 {
font-size: 20px;
padding:.5em 0em;
}

#catContent p {
height: 120px;
color: #666;
overflow: auto;	
}

#catContent ul li span  {
color: #666;
 }
 
#catContent a.link {
text-decoration: underline;
margin: 0em 0em 0em 1em;
color:#31589B;
line-height: 90px;
} 

#catContent a.link:hover {
color:#FF6304;
text-decoration:none;
}

.show_all {
text-align: left;
}

.hide_all {
	display: none;
	text-align: left;
		}


a.link {
color: #31589b; /* blue*/
text-decoration: underline;	
margin:4em 0em 0em 1em;
}

a.link:hover {
color: #ff6304; /* orange*/
text-decoration: none;	
}
 
 
/* The buttons*/
	 
/*fitness*/
#catNav li a#list-one-button {
float: left;
width: 207px;
height: 60px;
background: url(../img/btn/module.jpg) 0px 0px no-repeat;
background-position:  0px 0px;  /*left | top*/
text-decoration: none;
display: block;
text-indent: -9999em;
}


#catNav li a#list-one-button:hover  { 
background: url(../img/btn/module.jpg) 0px 0px no-repeat;
background-position:  0px -60px;  /*left | top*/
cursor: pointer;
}

#page-wrap #catNav li.activeCatButton a#list-one-button {
background: url(../img/btn/module.jpg) 0px 0px no-repeat;
background-position:  0px -60px;  /*left | top*/
cursor: pointer;	
	}

/*Nutrition*/
#catNav a#list-two-button {
float: left;
width: 207px;
height: 60px;
background: url(../img/btn/module.jpg) 0px 0px no-repeat;
background-position: -207px 0px;  /*left | top*/
text-decoration: none;
display: block;
text-indent: -9999em;
}

#catNav li a#list-two-button:hover { 
background: url(../img/btn/module.jpg) 0px 0px no-repeat;
background-position:  -207px -60px;  /*left | top*/
cursor: pointer;
}

#page-wrap #catNav li.activeCatButton a#list-two-button { 
background: url(../img/btn/module.jpg) 0px 0px no-repeat;
background-position:  -207px -60px;  /*left | top*/
cursor: pointer;
}

/*Health*/
#catNav a#list-three-button {
float: left;
width: 206px;
height: 60px;
background: url(../img/btn/module.jpg) 0px 0px no-repeat;
background-position: -414px 0px;  /*left | top*/
text-decoration: none;
display: block;
text-indent: -9999em;
}

#catNav li a#list-three-button:hover { 
background: url(../img/btn/module.jpg) 0px 0px no-repeat;
background-position:  -414px -60px;  /*left | top*/
cursor: pointer;
}

#page-wrap #catNav li.activeCatButton a#list-three-button { 
background: url(../img/btn/module.jpg) 0px 0px no-repeat;
background-position:  -414px -60px;  /*left | top*/
cursor: pointer;
}


