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

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

#navigation2 { width: 100%; height:30px; margin:auto 0; clear:both;}
#navigation2 #nav2 { width:auto; margin: 0; padding:0; text-align:center; background-color:#F90; border:1px solid #C60;}
#navigation2 #nav2 li { display: inline; outline:none; margin-top:10px;}
#navigation2 #nav2 li a { text-decoration:none; color:#fff; padding:0 16px;}
#navigation2 #nav2 li a.bor {border-right: 1px solid #FFF; padding-right:17px;}
#navigation2 #nav2 li a:hover	{text-decoration:underline; color:#000;}

#sound-therapies	{
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	clear:both;
	float:left;
	padding-bottom:20px;
}

.therapy	{
	width:783px;
	padding:0;
	margin:10px 0 10px 25px;
	clear:both;
	float:left;
	display:inline;
}

.icon	{
	width:80px;
	height:80px;
	padding-right:10px;
	float:left;
	background-position:top left;
	background-repeat:no-repeat;
	display:inline;
}

.text	{
	float:left;
	width:675px;
	padding:10px 0;
	background-color:#fc6;
	border:solid #F60 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin:0 0 10px 10px;
	display:inline;
	box-shadow:1px 1px 3px #888;/* Top offset, Right offset, Size, Colour */
	-webkit-box-shadow:1px 1px 3px #888;
	-moz-box-shadow:1px 1px 3px #888;
	opacity:0.7;
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	background:-webkit-gradient( linear, left bottom, left top, from(#fb3), to(#fd9), color-stop(15%, #fc6), color-stop(85%, #fc6));
}

.text:hover	{
	opacity:1;
	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;
}

#sounds			{ background-image:url(../images/therapy_sound.png);}
#tuning-fork	{ background-image:url(../images/therapy_tuning_fork.png);}
#voice			{ background-image:url(../images/therapy_voice.png);}
#gong			{ background-image:url(../images/therapy_gong.png);}
#mantra			{ background-image:url(../images/therapy_mantra.png);}
#reiki			{ background-image:url(../images/therapy_reiki.png);}


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

