/*
-------------------------------------------------------- 
Bonterra Private Bookings page Stylesheet
Author: Mediumrare
Author URI: http://mrare.ca

-------------------------------------------------------- 
*/

#bookings {
	background: url('/images/bookings/bookings_bg.jpg') top left no-repeat;
}

#bookings_copy {
	background: url('/images/bookings/bookings_copy.png') top left no-repeat;
	display: block;
	height: 61px;
	left: 157px;
	margin: 0;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	top: 240px;
	width: 655px;
}

#bookings_title {
	background: url('/images/bookings/bookings_title.png') top left no-repeat;
	display: block;
	height: 56px;
	left: 157px;
	margin: 0;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	top: 230px;
	width: 569px;
}

#bookings_buttons {
	display: block;
	left: 144px;
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	position: relative;
	top: 260px;
	width: 264px;
}

#bookings_buttons li a {
	background-image: url('/images/bookings/bookings_buttons2.gif');
	display: block;
	height: 35px;
	overflow: hidden;
	text-indent: -9999px;
}

#btn_booking_info {
	background-position: 0 0;
	width: 336px;
}

#btn_booking_info:hover {
	background-position: -353px 0;
}

#btn_email_enquiry {
	background-position: 0 -35px;
	margin-top: 10px;
	width: 284px;
}

#btn_email_enquiry:hover {
	background-position: -353px -35px;
}
