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

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

/*
	 * 
	 *  Text Elements
	 * 
	 */
.stage_heading1 {
  color: #999;
}
.stage_heading2 {
  color: #750000;
}
.box_heading1 {
  color: #fff;
}
.box_heading2 {
  color: #fff;
}

/*
	 * 
	 *  Targeted Elements
	 * 
	 */
#header {
  background: none;
  background: url(../../../images/bookings/prefab/scorched/banner.png);
}
#header_title {
  color: #eee;
}
#menu ul li a:hover {
  background: #f5570d;
  color: #fff;
}
#menu ul li a.current {
  color: #750000;
}
.blip {
  background: #750000;
  color: #fff;
}
.blip:hover,
.slot:hover {
  background: #f5570d;
  color: #fff;
}
#footer {
  background: none;
  background: #750000 url("../../../images/bookings/prefab/scorched/footer.gif");
  background-repeat: no-repeat;
  background-position: bottom left;
}
