/* CSS for Exclusive Salon Products*/

/*Colors:

#609 - Dk Purple
#666 - Gray
#c09 - Pink
#9c0 - Green
#fc0 - Yellow
*/

a:link { text-decoration: none; color: #c09; } 
a:visited  { text-decoration: none; color:#c09; } 
a:hover { text-decoration: underline; color:#666 }  
a:active { text-decoration: underline; color:#666; } 

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #609; 
	text-align: center;
	font: 100.01% Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
}


	
h1 { /*page headers*/
	font: bold 95% Arial, Helvetica, sans-serif;
	color: #609;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
}

h2 {/*subheader for the About and Accessorie Pages*/
    font: bold 90% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	padding-bottom: 10px;
}

h3 { /*sidebar headers*/
    font: bold 70% Arial, Helvetica, sans-serif;
	line-height: 140%;
	text-transform: uppercase;
	color: #000;
	padding: 10px 0 8px 16px;
}

h2 {/*subheader for the About Page*/
    font: bold 90% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	padding-bottom: 10px;
}

	
p {
    font: 80% Arial, Helvetica, sans-serif;
	color: #666;
	padding-bottom: 15px;
	line-height: 150%;
} 

.indent {
	padding-left: 20px;
}

.indent2 {
	padding-left: 30px;
}

.phone { /*styling for phone no. at bottom of Product pages*/
	font-weight: bold;
	font-size: 120%;
	color: #000;
}

.phone2 { /*phone no. in purple in sidebar and at bottom of main pages*/
	font-weight: bold;
	font-size: 130%;
	color: #609;
}

.black { /*reserve paragraph at bottom of training page*/
	font-weight: bold;
	color: #000;
}	
	

p.access { /*skip nav*/
	display: none;
}

ul {
	list-style-type: none;
	padding-bottom: 15px;
}

ul li {
    font: 80% Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #666;
	padding:  5px 0 5px 18px;
}
