/* global styles */
#wrapper {
	margin: 0px auto 0px auto;
	border: 0px solid cyan;
	width: 800px;
}
A { 	
	color: #695F4A;
	text-decoration: underline;
}
A:hover { color: #660000; }
.copyright {
	color: #8E8778;
	font-size: 10px; 
	font-family:  Arial, Verdana, sans-serif;
}		
.normal	{
	color: #FFFEFF;
	font-size: 12px; 
	line-height: 20px;
	font-family: Arial, sans-serif;
}		
.space10 { line-height: 10px; }
.space5	{	line-height: 5px;
		}			
.borderColor { background-color: #B2A184; }
/* OLD .salmonFill { background-color: #FFF4D0; } */
.salmonFill { background-color: #FFFBC3; }
.dividerLine { background-color: #D9CAAA; }

/* html page styles */
.innerBorder { 
	border: 1px solid #695F4A; 
	background-color: #FFFAE8;
}

/* treatment and product page */
.treatmentHeader,.treatmentHeaderAlt {
	font-family:  Georgia, Times, Times Roman, Times New Roman, serif;
	font-size: 14px;
	font-weight: 500;
	color: #695F4A;
}
.treatmentHeader { margin-left: 8px; }
.treatmentListBG { background-color: #FFFEFB; }
.treatmentName,.treatmentPrice {
	font-family:  Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
}		
.treatmentName { color: #695F4A; }
.treatmentPrice { color: #937332; }
.treatmentNameSm, .treatmentLink {	
	font-family:  Arial, Verdana, sans-serif;
	color: #695F4A;	
	font-size: 10px;
}
.treatmentNameSm {
	line-height: 14px;
}
.treatmemtLinkLg {	
	font-family:  Arial, Verdana, sans-serif;
	color: #695F4A;	
	font-size: 11px;
	line-height: 15px;
	padding: 5px 0px 7px 0px;
}
.treatmemtLinkLg a {
	color: #695F4A;
	font-size: 11px;
	font-weight: bold;
}
.treatmemtLinkLg a:hover { color: #660000; }
.treatmentLink { padding-bottom: 5px; }

/* gift card page page */
.giftCardHeader{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 800;
	color: #6D0C09;
}
.giftCardText {	
	font-family:  Arial, Verdana, sans-serif;
	color: #695F4A;	
	font-size: 13px;
	font-weight: 800;
}
/* form text */
.formText {	
	font-family:  Arial, Verdana, sans-serif;
	color: #000000;	
	font-size: 12px;
}





