/* CSS for Exclusive Salon Products*/

/*Colors:

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

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:#c09; } 

* {
	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;
}

h4 {/*subheader for training schedule*/
    font: bold 90% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #609;
	padding-bottom: 5px;
}

h5 {/*special headlines*/
	font: bold 120% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c09;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
}

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

.hotnewsimages {
	clear: left;
	float: left;
	height: 80px;
	width: 120px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 2px solid #c09;
}

.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;
}

hr { /* dividing line*/
	line-height: 1px;
	color: #ccc;
	width: 100%
}