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

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

/*
	 * 
	 *  Text Elements
	 * 
	 */
.stage_heading1 {
  color: #f21580;
}
.stage_heading2 {
  /* darker color */
  color: #aebe4c;
}
.box_heading1 {
  color: #fff;
}
.box_heading2 {
  color: #fff;
}
.light_box b1,
h3 {
  color: #fff;
}

/*
	 * 
	 *  Targeted Elements
	 * 
	 */
#header {
  background: none;
  background: url(../../../images/bookings/prefab/pedispa/banner4.jpg);
}
#header_title {
  color: #fff;
}
#menu ul li a:hover {
  background: #b5734c;
  color: #fff;
}
#menu ul li a.current {
  background: #fff;
  color: #f21580;
}
.blip {
  background: #f21580;
  color: #fff;
}
.blip:hover,
.slot:hover {
  background: #b5734c;
  color: #fff;
}
#footer {
  background: none;
  background: #b5734c
    url("../../../images/bookings/prefab/pedispa/footer4x.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
}
