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

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

.coaching	{
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	margin:10px 5px 25px 15px;
	text-align:left;
	border:1px #a29d21 solid;
	background-color:#dfdb82;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	display:inline;
	/* Top offset, Right offset, Size, Colour */
	box-shadow:3px 3px 5px #888;
	-webkit-box-shadow:3px 3px 5px #888;
	-moz-box-shadow:3px 3px 5px #888;
	background:-webkit-gradient( linear, left bottom, left top, from(#ded85f), to(#dedba2), color-stop(15%, #dfdb82), color-stop(85%, #dfdb82));
}

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

#voice-coaching	{
	width:383px;
}

#singing-lessons	{
	width:384px;
}

#maintext2 li	{
	border:1px #a29d21 solid;
	background-color:#dfdb82;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width:230px;
	margin-right:20px;
	padding-bottom:6px;
}

#maintext2 ul.left	{
	margin-left:120px;	
}


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

