@import url("../forms.css");

	/* top nav item selected - can be n1 or n2*/
	#n2-1 a{
		background-image:none !important;
	}
	/* left nav item selcted */
	#ln-3 a {
		background-image:none !important;
	}
	
	/* heading image */
	#conR h3 {
		background-image: url(../../../images/headings/green-blank.gif);
		text-indent:0; font-size: 12px;
	}
	#conR h3, #conR h3 a, h4.soap-box-cats {
		color: #fff;
	}
	#conR h3, #conR h4 {
		text-transform:uppercase;
		line-height: 25px;
		padding: 0 0 0 19px;
	}
	
	div.introCopy {
		border-bottom: none;
		padding: 0;
	}
		
	/* sub cats */
	h4.soap-box-cats {
		height: 25px;
		font-size: 11px !important;
		background-color: #8DC63F;
		margin: 15px 0 25px 0 !important; 
		border-bottom: 1px solid #fff;
	}
	h4.soap-box-cats span {
		font-weight: normal; 
	}
		
	div.btnMore, div.btnMore a {
		height: 20px;
	}
	div.btnMore {
		width: 73px; 
		background: url(../../../images/buttons/more.gif) no-repeat;
		text-indent:-9999px; line-height:0.01em; font-size: 0;
		margin: 20px 0 10px 19px;
	}
	div.btnMore a {
		display: block;
	}
	
