@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/*master.css over ride of background image*/
#page-wrapper {
	background-image:url(../_images_master/salon-hair4.gif);
}

/*Heading for feature page*/
/*Features pages headers*/
#feature_header {
	height: 25px;
	background-image: url(../_images_master/hair-products-heading.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #FFF;
	text-indent: -9999px;
}

/*Make h1 fit in 25px. heading space*/
h1 {
	font-size: 1em;
}

/*Over ride button menus for this page*/
#home_btn a {
	background-position: center bottom;
}


#products_btn a {
	background-position: center top;
}

#products_btn a:hover, a:active {
	background-position: center top;
}
/*Conten Container for this page*/
#left_column {
	width: 596px;
	height: 690px;
	float: left;
}

#page_intro {
	width: 583px;
	height: 77px;
	padding: 4px;
	border: 1px solid #FFF;
	background-image: url(../_images_master/feature-intro-bkgnd.png);
	background-repeat: repeat-y;
	overflow: hidden;
	
	font-size: 1em;
	text-align: left;
	line-height: 1.2em;
}

#the_stylists {
	width: 583px;
	height: 588px;
	padding: 4px;
	margin-top: 4px;
	border: 1px solid #FFF;
	overflow: scroll;
}

dl#stylist-list {
	/*line-height:1.3em;*/
}
dt.dl_heading {
	font-size: 1.1em;
	letter-spacing: .1em;
	padding-bottom:.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A62004;
	margin-bottom:.5em;
	clear:both;
	color: #A62004;
}
dd.dl_text {
	float:left;
	padding-bottom:.5em;
	padding-left: 1em;
	margin-bottom:1em;
}
td {
	text-indent: 1em;
}
.odd_row {
	background-color: #F0EACC;
}
.price, .note{
	color: #A62004;
}
.sub_item {
	text-indent: 2em;
}
img.logo {
	display:block;
	float:left;
	padding: 0;
	margin-right:10px;
	padding-top: 3px;
}

.company a:link, a:visited, a:hover, a:active {
	color: #602424;
}

