/* Navigation */

ul#nav {
	width: 168px;
	list-style: none;
	margin: 5px 0 1em 0;
	padding: 2px 0 0 0;
	background: transparent url(../images/nav-line.png) top left repeat-x;
}
ul#nav li {
	width: 100%;
	margin-left: 0;
}

ul#nav li a {
	padding-left: 4px;
	width: 164px;
	display: block;
	text-transform: uppercase;
	color: black;
	background: transparent url(../images/nav-line.png) bottom left repeat-x;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.8em;
}

ul#nav li a:hover {
	color: #ec008c;
	text-decoration: none;
}
ul#nav li a.active {
	color: #636363;
}

.button { 
	display: block;
}
#booknow a.button {
	background: transparent url(../images/buttons/book-now.png) top left no-repeat;
	height: 25px;
	width: 131px;
}
#booknow a.button:hover {
	background-position: 0 -25px;
}

/* Booking progress */
ul#progress {
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
  float: left;
  padding: 0;
}
ul#progress li {
  float: left;
  width: 20%;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  list-style: none;
  text-align: left;
  color: white;
  background-color: #B2B2B2;
}
ul#progress li span {
  font-weight: bold;
}
ul#progress li.active {
  background-color: #EC008C;
}
