/* hack to force scroll bar in firefox so centering doesn't shift
html { height: 100%; margin-bottom: 1px; } */

body {
	margin: 0px;
	padding: 0px;

	background-color: white;
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
}

div.cleaner {
	clear: both;
}

a, a:link, a:visited {
}

a:hover {
}

html {
	height: 100%;
}

span.bug {
	display: none;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

ul.menu, ul.menu li, ol.menu, ol.menu li, dl.menu, dl.menu dt, dl.menu dd {
	margin: 0px;
	padding: 0px;
}

ul.menu, ul.menu li {
	list-style-type: none;
}

ul.clr, ul.clr li, ol.clr, ol.clr li, dl.clr, dl.clr dt, dl.clr dd {
	margin: 0px;
	padding: 0px;
}

ul.clr, ul.clr li {
	list-style-type: none;
}

form, fieldset, label, input, button {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
}

p {
	margin: 0px;
	padding: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	font-size: 100%;
}

table.layout td {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
}



div.pg_area {
	width: 850px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}


.nav a, .nav a:link, .nav a:visited {
	color: #808183;
	text-decoration: none;
}

.nav a:hover {
	color: #7a8839;
	text-decoration: none;
}

ul.nav {
}

ul.nav li {
	float: left;
	color: #808183;
	font-size: 11px;
}

input.iehck {
    display: none;
    visibility: hidden;
}

/******************* head ******************/

div.pg_head {
	position: relative;
	z-index: 100;
	height: 70px;
	background-image: url(../../assets/images/nav/page_head.gif);
	background-repeat: no-repeat;
}

a.main_hd {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	display: block;
	overflow: hidden;
	width: 590px;
}

div#salon_locator {
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 0px;
	font-size: 15px;
	width: 126px;
	height: 22px;
	/* TODO: for IE make this 20px */
	line-height: 22px;
	#line-height: 20px;
	vertical-align: middle;
	text-align: center;
	text-transform: lowercase;
	background-color: #89181b;
}

#salon_locator a, #salon_locator a:link, #salon_locator a:visited {
	color: #ffffff;
	text-decoration: none;
}
#salon_locator a.bg_0, #salon_locator a.bg_0:link, #salon_locator a.bg_0:visited { color: #ffffff; }
#salon_locator a.bg_1, #salon_locator a.bg_1:link, #salon_locator a.bg_1:visited { color: #eaf8a9; }
#salon_locator a.bg_2, #salon_locator a.bg_2:link, #salon_locator a.bg_2:visited { color: #dad899; }
#salon_locator a.bg_3, #salon_locator a.bg_3:link, #salon_locator a.bg_3:visited { color: #cad889; }
#salon_locator a.bg_4, #salon_locator a.bg_4:link, #salon_locator a.bg_4:visited { color: #bac879; }
#salon_locator a.bg_5, #salon_locator a.bg_5:link, #salon_locator a.bg_5:visited { color: #aab869; }
#salon_locator a.bg_6, #salon_locator a.bg_6:link, #salon_locator a.bg_6:visited { color: #9aa859; }
#salon_locator a.bg_7, #salon_locator a.bg_7:link, #salon_locator a.bg_7:visited { color: #8a9849; }
#salon_locator a.bg_8, #salon_locator a.bg_8:link, #salon_locator a.bg_8:visited { color: #7a8839; }

div#user_blk {
	position: absolute;
	right: 4px;
	top: 44px;
	color: #b7b7b7;
}

div#user_blk span {
	text-transform: uppercase;
}
div#user_blk a {
	text-transform: lowercase;
}

ul.top_nav {
	position: absolute;
	left: 0px;
	top: 44px;
	z-index:99;
}

ul.top_nav li {
	text-transform: uppercase;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 6px;
	position: relative;
	z-index:99;
}

ul.top_nav li.lst {
	margin-right: 0px;
}

ul.top_nav li ul {
	border-top: 1px solid #d8d7d7;
	background-color: #efefee;
	padding-bottom: 16px;
	position: relative;
	z-index:99;
}

ul.top_nav li li {
	display: block;
	float: none;
	text-transform: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #d8d7d7;
	z-index:99;
}

ul.top_nav li li { background-color: #efefee; }
ul.top_nav li li.bg_0 { background-color: #efefee; }
ul.top_nav li li.bg_1 { background-color: #edefec; }
ul.top_nav li li.bg_2 { background-color: #ecefea; }
ul.top_nav li li.bg_3 { background-color: #eaeed8; }
ul.top_nav li li.bg_4 { background-color: #e8eed7; }
ul.top_nav li li.bg_5 { background-color: #e7edd6; }
ul.top_nav li li.bg_6 { background-color: #e6edc5; }
ul.top_nav li li.bg_7 { background-color: #e5ecc3; }
ul.top_nav li li.bg_8 { background-color: #e4ecc1; }

ul.top_nav li div.sec_nav {
	display: none;
	position: absolute;
	z-index: 100;
	left:3px;
	top: 1.25em;
}
ul.top_nav li.on div.sec_nav {
	display: block;
}

ul.top_nav div.sec_nav li span,
ul.top_nav div.sec_nav li a {
	display: block;
	white-space: nowrap;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	z-index:99;
}

ul.top_nav div.sec_nav li a:hover {
}


/******************* foot ******************/

div.pg_foot {
	padding-top: 8px;
	padding-bottom: 20px;
	padding-left: 4px;
}

.pg_foot ul {
}

.pg_foot ul li {
	color: #808183;
	padding-right: 6px;
	padding-left: 6px;
	border-left: 1px solid #808183;
}


.pg_foot ul li.fst {
	border-left: none;
}
.pg_foot ul li.lst {
}

.pg_foot div.sub_nav {
	padding-top: 8px;
	#padding-top: 4px;
	clear: both;
}

.pg_foot .sub_nav li {
	display: inline;
}

.pg_foot .sub_nav a, .pg_foot .sub_nav a:link, .pg_foot .sub_nav a:visited {
	color: #afbc77;
	text-decoration: none;
}

.pg_foot .sub_nav a:hover {
	color: #7a8839;
	text-decoration: none;
}
/******************* body ******************/

div.pg_body {
	width: 850px;
}

div.pg_content {
	border: 2px solid #e5e5e5;
	background-image: url(../../assets/images/bkgnd/col_div.gif);
	background-repeat: repeat-y;
	background-position: 311px;
	#background-position: 313px; /*IE*/
	xposition: relative;
}

.one_col div.pg_content {
	background: none;
}

div.col_lf {
	width: 311px;
	overflow: hidden;
	float: left;
}
div.col_rt {
	padding-left: 2px;
	width: 533px;
	overflow: hidden;
	float: left;
}

div.pg_bt {
	background-color: #efefee;
}

.pg_bt div.sub_nav {
	position: relative;
	#position: inherit;
	height: 50px;
}

div.pg_bt .sub_nav ul.nav {
	position: absolute;
	top: 15px;
	left: 8px;
	#position: inherit;
	#top: 0px;
	#left: 0px;
	#margin-top: 15px;
	#margin-left: 8px;
}

div.pg_bt .sub_nav ul.nav li {
	text-transform: uppercase;
	border: 2px solid #cada89;
	border-right: none;
}

div.pg_bt .sub_nav ul.nav li div { background-color: #ffffff; }
div.pg_bt .sub_nav ul.nav li div.bg_0 { background-color: #ffffff; }
div.pg_bt .sub_nav ul.nav li div.bg_1 { background-color: #fdfef0; }
div.pg_bt .sub_nav ul.nav li div.bg_2 { background-color: #fafcea; }
div.pg_bt .sub_nav ul.nav li div.bg_3 { background-color: #f7fae5; }
div.pg_bt .sub_nav ul.nav li div.bg_4 { background-color: #f4f8e0; }
div.pg_bt .sub_nav ul.nav li div.bg_5 { background-color: #f1f6de; }
div.pg_bt .sub_nav ul.nav li div.bg_6 { background-color: #eef4d8; }
div.pg_bt .sub_nav ul.nav li div.bg_7 { background-color: #ebf2d2; }
div.pg_bt .sub_nav ul.nav li div.bg_8 { background-color: #e9f0cc; }

div.pg_bt .sub_nav span,
div.pg_bt .sub_nav a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

div.pg_bt .sub_nav a:hover {
}


div.pg_bt .sub_nav ul.nav li.fst {
}

div.pg_bt .sub_nav ul.nav li.lst {
	border-right: 2px solid #cada89;
}


/******************* content ******************/

div.hm_flsh {
	overflow: hidden;
	height: 397px;
	margin-bottom: 2px;
}

div.eday {
	padding-top:10px;
	overflow: hidden;
	position: relative;
	background-color: #797179;
}

.eday p {
	font-size: 11px;
	font-style: italic;
	color: #808183;
	line-height: 14px;
}

.eday p.cpt {
	font-style: normal;
	font-family: arial, sans-serif;
	margin-top: 5px;
	padding-bottom: 2px;
}

.eday p.lnk {
	text-align: right;
}

.eday p.lnk a span {
	display: none;
	visibility: hidden;
}

.eday p.lnk a {
	display: block;
	float: right;
	width: 20px;
	height: 13px;
	background-image: url(../../assets/images/buttons/eday_btn_blend.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.eday p.lnk a.bg_0 { background-position: 0px 0px; }
div.eday p.lnk a.bg_1 { background-position: 0px -13px; }
div.eday p.lnk a.bg_2 { background-position: 0px -26px; }
div.eday p.lnk a.bg_3 { background-position: 0px -39px; }
div.eday p.lnk a.bg_4 { background-position: 0px -52px; }
div.eday p.lnk a.bg_5 { background-position: 0px -65px; }
div.eday p.lnk a.bg_6 { background-position: 0px -78px; }
div.eday p.lnk a.bg_7 { background-position: 0px -91px; }
div.eday p.lnk a.bg_8 { background-position: 0px -104px; }

.eday img.spl {
	border-right:1px solid white;
}

.eday td.bd {
	vertical-align: middle;
}

div.eday h2 {
	text-transform: lowercase;
	font-weight: bold;
	font-family: times, serif;
	font-size: 27px;
	line-height: 24px;
	color: #c2daff;
	margin-bottom: 5px;
}

.pg_content .col_rt {
}

.pg_content .col_lf,
.pg_content .col_rt {
	overflow: hidden;
}

.pg_content div.main_hdr {
	position: relative;
	height: 86px;
}


.pg_content div.main_hdr div.bkg {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 65px;
	padding-left: 21px;
	padding-bottom: 21px;
	width: 253px;
	text-align: center;
	background-image: url(../../assets/images/bkgnd/header_bkgd.gif);
}

.pg_content .main_hdr h2 {
	display: inline;
	text-transform: lowercase;
	font-weight: bold;
	font-family: courier;
	font-size: 24px;
	color: #aaa4a4;
	background-image: url(../../assets/images/bkgnd/header_bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	padding-left: 22px;
	padding-right: 11px;
	
	position: relative;
	top: 15px; /* ff */
	#top: 21px; /* ie  and safari*/
}
.why .pg_content .main_hdr h2 {
	top: -16px; /* ff */
	#top: 11px; /* ie  and safari*/
}
.pg_content .main_hdr h2 img {
	/* ff only  */
	position: relative;
	top: 6px;
	#top: 0px; /* ie  and safari*/
}

.why .pg_content .main_hdr h2 img {
	/* ff only  */
	position: relative;
	top: 27px;
	#top: 0px; /* ie  and safari*/
}



div.eday_cal {
	height: 197px;
	overflow: hidden;
	position: relative;
	background-color: #e3ded0;
	margin-bottom: 2px;
}

div.eday_cal span.hd,
div.eday_cal img.hd {
	position: absolute;
	left: 44px;
	top: 23px;
	z-index: 100;
}

div.eday_cal #cal_day {
	z-index: 10;
	position: absolute;
	left: 25px;
	top: 38px;
	width: 185px;
	height: 115px;
	background-color: #ffffff;
	text-align: center;
}
div.eday_cal #cal_day span.cal_mo,
div.eday_cal #cal_day img.cal_mo {
	margin-top: 14px;
	margin-bottom: 6px;
}
div.eday_cal #cal_day h3 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
	margin-top: 9px;
	margin-bottom: -1px;
	color: #adb977;
}

div.eday_cal ul#cal_lnks {
	z-index: 10;
	position: absolute;
	left: 213px;
	top: 38px;
}
div.eday_cal ul#cal_lnks li {
	position: relative;
	width: 73px;
	background-color: #ffffff;
	overflow: hidden;
	margin-bottom: 3px;
	#margin-bottom: -1px;
}

/* TODO: need a better hilight color */
div.eday_cal ul#cal_lnks li.bg_0 { background-color: #ffffff; }
div.eday_cal ul#cal_lnks li.bg_1 { background-color: #fdfef0; }
div.eday_cal ul#cal_lnks li.bg_2 { background-color: #fafcea; }
div.eday_cal ul#cal_lnks li.bg_3 { background-color: #f7fae5; }
div.eday_cal ul#cal_lnks li.bg_4 { background-color: #f4f8e0; }
div.eday_cal ul#cal_lnks li.bg_5 { background-color: #f1f6de; }
div.eday_cal ul#cal_lnks li.bg_6 { background-color: #eef4d8; }
div.eday_cal ul#cal_lnks li.bg_7 { background-color: #ebf2d2; }
div.eday_cal ul#cal_lnks li.bg_8 { background-color: #e9f0cc; }

div.eday_cal li#everyday_beauty_pick {
	height: 39px;
	background-color: #f2f0e8;
}
div.eday_cal li#everyday_beauty_pick span,
div.eday_cal li#everyday_beauty_pick img {
	position: absolute;
	left: -1px;
	top: 2px;
}
div.eday_cal li#new_n_now {
	height: 31px;
}
div.eday_cal li#new_n_now span,
div.eday_cal li#new_n_now img {
	position: absolute;
	left: 2px;
	top: 9px;
}
div.eday_cal li#print_calendar {
	height: 40px;
	margin-bottom: 0px;
}
div.eday_cal li#print_calendar span,
div.eday_cal li#print_calendar img {
	position: absolute;
	left: 14px;
	top: 5px;
}

div.eday_cal ul#cal_view {
	z-index: 10;
	position: absolute;
	left: 25px;
	top: 154px;
	width: 261px;
}
div.eday_cal ul#cal_view li {
	float: left;
	position: relative;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	background-color: #5a4d47;
	overflow: hidden;
}
div.eday_cal li#view_this_month {
	width: 141px;
	margin-right: 1px;
}
div.eday_cal ul#cal_view li a {
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 8px;
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	top: 2px;
}
div.eday_cal ul#cal_view li a img {
	padding-bottom: 1px;
	border-bottom: 1px solid #5a4d47;
}

/* TODO: calculate better values for these */
div.eday_cal ul#cal_view li#view_this_month a.bg_0 img { border-bottom: 1px solid #5a4d47; }
div.eday_cal ul#cal_view li#view_this_month a.bg_1 img { border-bottom: 1px solid #6a5d57; }
div.eday_cal ul#cal_view li#view_this_month a.bg_2 img { border-bottom: 1px solid #7a6d67; }
div.eday_cal ul#cal_view li#view_this_month a.bg_3 img { border-bottom: 1px solid #8a7d77; }
div.eday_cal ul#cal_view li#view_this_month a.bg_4 img { border-bottom: 1px solid #9a8d87; }
div.eday_cal ul#cal_view li#view_this_month a.bg_5 img { border-bottom: 1px solid #aa9d97; }
div.eday_cal ul#cal_view li#view_this_month a.bg_6 img { border-bottom: 1px solid #baada7; }
div.eday_cal ul#cal_view li#view_this_month a.bg_7 img { border-bottom: 1px solid #cabdb7; }
div.eday_cal ul#cal_view li#view_this_month a.bg_8 img { border-bottom: 1px solid #e3ded0; }

/* TODO: calculate better values for these */
div.eday_cal ul#cal_view li#next_month a.bg_0 img { border-bottom: 1px solid #5a4d47; }
div.eday_cal ul#cal_view li#next_month a.bg_1 img { border-bottom: 1px solid #5a4d47; }
div.eday_cal ul#cal_view li#next_month a.bg_2 img { border-bottom: 1px solid #6a5d57; }
div.eday_cal ul#cal_view li#next_month a.bg_3 img { border-bottom: 1px solid #6a6d57; }
div.eday_cal ul#cal_view li#next_month a.bg_4 img { border-bottom: 1px solid #7a7d67; }
div.eday_cal ul#cal_view li#next_month a.bg_5 img { border-bottom: 1px solid #7a8d67; }
div.eday_cal ul#cal_view li#next_month a.bg_6 img { border-bottom: 1px solid #8a9d77; }
div.eday_cal ul#cal_view li#next_month a.bg_7 img { border-bottom: 1px solid #9aad87; }
div.eday_cal ul#cal_view li#next_month a.bg_8 img { border-bottom: 1px solid #aca592; }

div.eday_cal li#view_this_month a,
div.eday_cal li#view_this_month a:link,
div.eday_cal li#view_this_month a:visited {
	color: #e3ded0;
	background-image: url(../../assets/images/bugs/pink_tri.gif);
}
div.eday_cal li#next_month {
	width: 119px;
}
div.eday_cal li#next_month a,
div.eday_cal li#next_month a:link,
div.eday_cal li#next_month a:visited {
	color: #aca592;
	background-image: url(../../assets/images/bugs/brn_tri.gif);
}

.login .btns input { float: left }
.login .btns .sld_pnk { position: relative ; top: -7px ; margin-left: 10px }

/* ************************** UPDATED 9/21/09 - VIP PROGRAM PAGE ****************************** */
.vip { color:#000 !important; font-family:Helvetica, Arial, sans-serif !important; margin:0; padding:0; padding-bottom:20px; line-height:1.0909em !important; }
.vip h3 { font-size:16px !important; letter-spacing:0.02em !important;  line-height:1.4545em !important; color:#000 !important; font-weight:bold; text-transform:none !important; margin:0 !important; padding:0 !important; text-align:center !important; } 
.vip h3.left { font-size:16px !important; letter-spacing:0.02em !important; line-height:1.2727em !important;  text-align:left !important; }
.vip h4 {font-size:14px !important; font-weight:bold; text-transform:none !important; margin:0 !important; padding:0 !important; text-align:left !important; margin-top:25px !important; }
.vip ul { list-style:none !important; margin:5px 0 20px 30px !important; padding:0 !important; }
.vip li { font-size:12px; margin:5px 0px 10px 0px; }
.vip p { font-size:12px; font-weight:normal; }
.vip .faq { font-size:18px !important; }
.vip .bold { font-weight:bold; }
.vip .large { font-size:48px; padding:0px 0px 0px 0px; } 
.vip .percent { position:relative; top:10px; }
.pink { color:#e0156a; }
.disclaimer { padding:0px 0px 0px 10px; color:#000 !important;  }

/** caf -apr 2010 - changed positioning of images with updates of new images **/
.home_container { position: relative; height: 664px; }
.home_main { background-image: url(/assets/images/updates/feb-1.jpg); width: 846px; height: 498px; position: absolute; overflow: hidden; background-repeat: no-repeat; background-position: -2px 5px; left: 0px; top: 0px; display: none}
.home_main_two  { background-position: 4px 0px; background-repeat: no-repeat; background-image: url(/assets/images/updates/TS_Clearance_1c.jpg); width: 849px; height: 479px; position: absolute; overflow: hidden; left: -5px; top: -3px; }
.home_footer a { position: absolute; bottom: 0px; right: 5px; width: 397px; height: 161px; cursor: pointer;}
.home_footer { background-position: -1px 0px; position: absolute; bottom: 0px; background-image: url(/assets/images/updates/jan-footer.jpg); background-repeat: no-repeat; height: 167px; width: 846px; }
