@charset "utf-8";
/* HOME NAVIGATION AND FOOTER */

/*NAVIGATION*/

/*BUTTONS*/
#nav li a.toplink { background-image:url(../images/nav_sprite_performance.png); }

#warning	{
	padding:0;
	margin:10px 15px 5px;
	width:60%;
	clear:left;
}

#warning p	{
	font-size:12px;
	color:#000;
	line-height:1em;
	text-align:center;
}

#maintext, #maintext2 ul	{
	width:auto;
}

#maintext, #maintext2 li	{
	border:1px #628625 solid;
	background-color:#bfda92;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#performance_page .main li	{
	border:1px #628625 solid;
	background-color:#bfda92;
	width:150px;
}
.coaching	{
	height:auto;
	width:60%;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	margin:10px 5px 10px 15px;
	text-align:left;
	border:1px #628625 solid;
	background-color:#bfda92;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	display:inline;	
	box-shadow:3px 3px 5px #888;/* Top offset, Right offset, Size, Colour */
	-webkit-box-shadow:3px 3px 5px #888;
	-moz-box-shadow:3px 3px 5px #888;
	background:-webkit-gradient( linear, left bottom, left top, from(#b3d971), to(#cad9b2), color-stop(15%, #bfda92), color-stop(85%, #bfda92));
}

.coaching p	{
	margin:5px 20px;
}
.coaching h3	{
	margin:0 20px;
}

.picture	{
	float:right;
	width:300px;
	height:938px;
	margin:0;
}

#gong	{
	background:transparent url(../images/montage.png) no-repeat top right;
}

hr	{
	margin-left:50px;
	width:380px;
	clear:left;
	border-bottom-color:#628625;
}

/*FOOTER*/
#footer { background:url(../images/footer_performance.png) #fff repeat-x; float:left; border-left:1px solid #628625; border-right:1px solid #628625;}

