/*
	 * 
	 *   Background Elements
	 * 
	 */
html,
body {
  background: #eee6de;
}

.b1,
#menu ul li a:hover {
  /* lighter color */
  background: #f21580;
}
.b2,
#menu ul li a {
  background: #eee6de; /* darker color */
}
.b2 h3 {
  color: #333;
}

/*
	 * 
	 *  Text Elements
	 * 
	 */
.stage_heading1 {
  color: #f21580;
}
.stage_heading2 {
  /* darker color */
  color: #333;
}
.box_heading1 {
  color: #333;
}
.box_heading2 {
  color: #333;
}

.light_box b1,
h3 {
  color: #fff;
}

/*
	 * 
	 *  Targeted Elements
	 * 
	 */
#header {
  background: none;
  background: url(../../../images/bookings/prefab/smart_salon/banner5.jpg);
}
#header_title {
  color: #fff;
}

#menu ul li a {
  color: #333;
}

#menu ul li a:hover {
  background: #f21580;
  color: #fff;
}
#menu ul li a.current {
  background: #fff;
  color: #f21580;
}
.blip {
  background: #eee6de;
  color: #f21580;
}
.blip:hover,
.slot:hover {
  background: #f21580;
  color: #fff;
}

h3 {
  color: #333;
}
#login_box label {
  color: #333;
}

h5 {
  color: #333;
}
.inliner {
  color: #333;
}

#footer {
  background: none;
  color: #333;
  background: #eee6de
    url("../../../images/bookings/prefab/smart_salon/footer5x.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
}
#footer a {
  color: #333;
}
