/*
Fitniks 1.0, main styles
*/

@import "interior.css";

 #content-container{
	background: url(../images/interior_blue_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#0098a4;
	}
 #content{
	background: url(../images/interior_blue_content.jpg);
	background-repeat: no-repeat;
	background-position: top;	
	}

h4{		
	color:#fff;
	text-transform:uppercase;
	/*color:#55ccd6;*/	
	}	
p{
color:#fff;
}
 .top {
	background: url(../images/med_arrows_blue.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:20px;
}


/*unique newsPod-----------------------------------*/

#content .newsPod{
	padding:0px 40px 20px 0px;
}

/*links--------------*/
 #content a{		
	text-decoration:none;
	font-weight:bolder;
	font-size: 13px;
	text-transform:uppercase;	
	color:#e2ea7a;		
	}
	
/*unique linklists-----------------------------------*/	

 #content a,
 #content a{	
	background-image: none;
	text-decoration:none;
	font-weight:bolder;
	font-size: 12px;
	/*color:#fff;*/		
}
 #content a:hover,
 #content a:hover{	
	color:#55ccd6;
}

 #content p,
 #content p{
	margin-bottom:10px;
}
body.links #content img{
	padding-bottom:0px;
	padding-right:0px;
	}
#content img{
	padding-bottom:10px;
	}	

/* -- [subnav] -------------------------------------------------------------------- */


#subnav {
	font-weight:bolder;
	font-size: 10px;
	text-transform:uppercase;
	clear:both;
	background: url(../images/subnav_bar.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	text-align:center;
	height:21px;
	width:729px;
	background-color:#fbe25b;
	}
#subnav ul {
	padding-top:8px;
	}	
#subnav li{
	display: inline;
	margin-left:20px;
	margin-right:20px;
}
#subnav a{
	color:#0098a4;
	text-decoration:none ;
}
#subnav a:hover{
	color:#b2bb1d;
}
body.fitniksmission         #subnav li.fitniksmission     a, 
body.thedifference          #subnav li.thedifference      a, 
body.aboutfitniks           #subnav li.aboutfitniks       a,
body.epidemic               #subnav li.epidemic           a,
body.links                  #subnav li.links              a{
	color:#b2bb1d;
}
	


	



