@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-hair5.gif);
}

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


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

#coupons_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: 37px;
	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: 628px;
	padding: 4px;
	margin-top: 4px;
	border: 1px solid #FFF;
	overflow: hidden;
}
.coupon {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.print {
	padding-top: 2px;
}
