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

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

/*Heading for feature page*/
/*Features pages headers*/
#feature_header {
	height: 25px;
	background-image: url(../_images_master/hair-stylists-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;
}


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

#stylist_btn a:hover, a:active {
	background-position: center top;
}

/*Conten Container for this page*/
#left_column {
	width: 375px;
	height: 690px;
	float: left;
}

#stylists_intro {
	width: 365px;
	height: 70px;
	padding: 4px;
	border: 1px solid #FFF;
	background-image: url(../_images_master/stylist-intro-bkgnd.png);
	background-repeat: repeat-y;
	
	font-size: 1em;
	text-align: left;
	line-height: 1.2em;
}

#the_stylists {
	width: 365px;
	height: 597px;
	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-right:20px;
	margin-bottom:1em;
	
	font-size: 1em;
	text-align: left;
	line-height: 1.2em;
}
img.stylist_img {
	display:block;
	float:left;
	padding: 0;
	margin-right:10px;
}

#right_column {
	width: 208px;
	height: 684px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	border: 1px solid #FFF;
	text-align: center;
	overflow: scroll;
}

#right_column img {
	border: 1px solid #FFF;
	padding-bottom: 10px;
}
