/* navigation */
#upper_stage { 
	position: fixed; * position: relative;
}
#nav_holder{
  	width: 900px;
		position:fixed;
		z-index: 202;
		height: 188px;
		background: url("../images/nav-bg.png") no-repeat;
}
#stage_struts{
	width: 900px;
	height: 95px;
	margin: 85px 0 0 0;
  background: url("../images/strut2.png") repeat-x;
  z-index: 201;
  position: fixed;
}

h2.head_logo {
    display: block;
  	margin: 0 0 0 20px;
  	height: 68px;
		width: 400px;
  	text-indent: -9999px;
		background: url("../images/pb-h1.png") no-repeat;
}

a.home, a.about, a.classes, a.testimonials, a.blog, a.philosophy, a.reviews, a.endorsements, a.smcf-link{
  	display: block;
  	float: left;
  	margin: 0 15px 0 0;
  	height: 16px;
  	text-indent: -9999px;
}
a.home{
    position:relative;
  	background: url("../images/btn-home.png") top no-repeat;
  	width: 57px;
}
a.classes{
  	background: url("../images/btn-classes.png") top no-repeat;
  	width: 81px;
}
a.philosophy{
  	background: url("../images/btn-philosophy.png") top no-repeat;
  	width: 120px;
}
a.testimonials{
  	background: url("../images/btn-testimonials.png") top no-repeat;
  	width: 132px;
}
a.reviews{
  	background: url("../images/btn-reviews.png") top no-repeat;
  	width: 81px;
}
a.blog{
  	background: url("../images/btn-blog.png") top no-repeat;
  	width: 53px;
}
a.about{
  	background: url("../images/btn-about.png") top no-repeat;
  	width: 63px;
}
a.endorsements{
  	background: url("../images/btn-endorsements.png") top no-repeat;
  	width: 145px;
}
a.smcf-link{
  	background: url("../images/btn-contact.png") top no-repeat;
  	width: 90px;
}

a.home:hover, a.about:hover, a.classes:hover, a.testimonials:hover, a.blog:hover, a.philosophy:hover, a.reviews:hover, a.endorsements:hover, a.smcf-link:hover { background-position: bottom; }

#nav_home { float: left; width: 510px; margin: 10px 0 0 175px;}
/* END navigation */