/* Home page
______________________________________________________ */

#home_panel { 
	margin: 30px 0 0 0;
	padding: 0;
	background: url("../images/home_form_bg.jpg") left top repeat-y;
	width: 750px;
	float: left;
	position: relative;
}

#home_panel h1 { 
	text-indent: -9999em;
	width: 750px;
	height: 56px;
	float: left;
	margin: 0;
	padding: 0;
	background: url("../images/home_h1.jpg") left top no-repeat;
}

#home_panel_bot {
	float: left;
	width: 750px;
	height: 20px;
	background: url("../images/home_bot.jpg") left top no-repeat;
	margin: 0 0 30px 0;
}

#home_panel .errormsg_home {
	float: left;
	padding: 0 20px;
	color: red;
	height: 20px;
	margin-bottom: 12px;
	font-size: 1.1em;
}

#home_panel .errormsg {
	float: left;
	padding: 0 0 0 260px;
	color: red;
	height: 20px;
	margin-bottom: 12px;
	font-size: 1.1em;
}

#home_panel h2 { 
	font: normal 1.5em Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-left: 20px;
}


/* Forms
______________________________________________________ */

#home_panel fieldset.home_form {
	padding: 0 19px;
	border: none;
	float: left;
	width: 710px;
	height: 94px;
	border: none;
	display: inline;
	margin: 0;
	border-left: solid 1px #5d7eb7;
	border-right: solid 1px #5d7eb7;
	background: url("../images/home_progress.jpg") left top no-repeat;
}

#home_panel fieldset.home_form legend {
	text-indent: -9999em;
	margin-top: -13px;
}

#home_panel fieldset.home_form ol {
	margin: 18px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#home_panel fieldset.home_form ol li#li_origin, #home_panel fieldset.home_form ol li#li_destination {
	width: 250px;
	float: left;
	margin-right: 45px;
}

#home_panel fieldset.home_form ol li#li_type {
	width: 120px;
	float: left;
}

#home_panel fieldset.home_form ol li#li_origin label, #home_panel fieldset.home_form ol li#li_destination label {
	width: 250px;
	float: left;
	padding: 0 0 6px 0;
	font-size: 1.1em;
}

#home_panel fieldset.home_form ol li#li_type label {
	width: 120px;
	float: left;
	padding: 0 0 6px 0;
	font-size: 1.1em;
}

#home_panel fieldset.home_form ol li#li_origin select, #home_panel fieldset.home_form ol li#li_destination select, #home_panel fieldset.home_form ol li#li_type select {
	width: 250px;
	padding: 2px;
	border: solid 1px #b0cdd7;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	color: #666666;
}

#home_panel fieldset.home_form ol li#li_type select {
	width: 120px;
}


#home_panel fieldset.home_form ol li#li_origin label.error, #home_panel fieldset.home_form ol li#li_destination label.error, #home_panel fieldset.home_form ol li#li_type label.error { padding: 4px 0 0 0; color: red; font: normal 1em Arial, Helvetica, sans-serif; }


/* Booking 1 Dates
______________________________________________________ */

#home_panel fieldset.dates_form {
	padding: 0 19px 0 19px;
	border: none;
	float: left;
	width: 710px;
	border: none;
	display: inline;
	margin: 0;
	border-left: solid 1px #5d7eb7;
	border-right: solid 1px #5d7eb7;
	color: #ffffff;
}

#home_panel fieldset.dates_form legend {
	text-indent: -9999em;
	margin-top: -13px;
}

#home_panel fieldset.dates_form ol {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#home_panel fieldset.dates_form ol li {
	width: 355px;
	margin-bottom: 16px;
	float: left;
	position: relative;
}

#home_panel fieldset.dates_form ol li#li_outward_date label, #home_panel fieldset.dates_form ol li#li_return_date label { width: 195px;float:left; padding: 8px 0 0 0; }

#home_panel fieldset.dates_form ol li#li_outward_visit label, #home_panel fieldset.dates_form ol li#li_return_visit label { width: 105px;float:left; padding: 8px 0 0 0; }

#home_panel fieldset.dates_form ol li label {
	font-size: 1.1em;
	font-weight: bold;
}

#home_panel fieldset.dates_form ol li label span.smalltext {
	font-size: 0.8em;
	font-weight: normal;
}

#home_panel fieldset.dates_form ol li input {
	width: 100px;
	padding: 2px;
	border: solid 1px #b0cdd7;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	color: #666666;
}

#home_panel fieldset.dates_form ol li select {
	width: 150px;
	margin-top: 4px;
	padding: 2px;
	border: solid 1px #b0cdd7;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	color: #666666;
}

#home_panel fieldset.dates_form ol li label.error { padding: 4px 0 0 0; color: red; font: normal 1em Arial, Helvetica, sans-serif; position: absolute; left: 0; bottom: -14px; }


/* Booking 1 Tickets
______________________________________________________ */

#home_panel fieldset.tickets_form {
	padding: 0 0 12px 19px;
	border: none;
	float: left;
	width: 520px;
	border: none;
	display: inline;
	margin: 0;
	color: #ffffff;
}

#home_panel fieldset.tickets_form legend {
	text-indent: -9999em;
	margin-top: -13px;
}

#home_panel fieldset.tickets_form ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#home_panel fieldset.tickets_form ol li {
	width: 480px;
	float: left;
	margin: 12px 0 0 0;
}

#home_panel fieldset.tickets_form ol li label {
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	width: 60px;
	padding: 4px 0 0 0;
}

#home_panel fieldset.tickets_form ol li select {
	width: 50px;
	padding: 2px;
	border: solid 1px #b0cdd7;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	color: #666666;
}

#home_panel fieldset.tickets_form ol li.cost {
	font-size: 1.3em;
	width: 300px;
	float: left;
	margin: 12px 0 0 0;
	text-align: left;
}

/* Booking 1 Buttons
______________________________________________________ */

fieldset.book_buttons_home {
	position: absolute;
	right: 19px;
	bottom: 10px;
	width: 175px;
	border: none;
	padding: 0;
}
			
fieldset.book_buttons_home input {
	float: right;
	margin: 0;
	width: 175px;
	height: 34px;
	border: none;
	color: #fe711a;
	font-size: 1.4em;
	font-weight: bold;
	background: url("../images/button_bg.jpg") left top no-repeat;
	cursor: pointer;
}


/* Booking 
______________________________________________________ */

#home_panel fieldset#booking_form {
	padding: 0 20px;
	border: none;
	float: left;
	width: 710px;
	border: none;
	display: inline;
	margin: 0;
}

#home_panel fieldset#booking_form legend {
	font: normal 1.5em Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#home_panel fieldset#booking_form ol {
	margin: 18px 0 0 0;
	width: 710px;
	padding: 0;
	list-style-type: none;
}

#home_panel fieldset#booking_form ol li {
	width: 710px;
	float: left;
	padding: 0 0 18px 0;
	font-size: 1.1em;
	color: #fff;
}

#home_panel fieldset#booking_form ol li.no_label {
	width: 450px;
	float: left;
	padding: 0 0 12px 260px;
	font-size: 1.1em;
	color: #fff;
}

#home_panel fieldset#booking_form ol li label {
	width: 250px;
	padding: 4px 10px 0 0;
	float: left;
	text-align: right;
}

#home_panel fieldset#booking_form ol li input, #home_panel fieldset#booking_form ol li select {
	width: 300px;
	padding: 2px;
	border: solid 1px #b0cdd7;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	color: #666666;
}

#home_panel fieldset#booking_form ol li select {
	width: 100px;
}

/* Terms
______________________________________________________ */

fieldset#terms {
	padding: 0 20px 0 275px;
	border: none;
	float: left;
	width: 400px;
	border: none;
	display: inline;
	margin: -15px 0 0 0;
	color: #ffffff;
}

fieldset#terms a {
	color: #ffffff;
	text-decoration: underline;
}

fieldset#terms legend {
	text-indent: -9999em;
	font: normal 1.5em Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

fieldset#terms ol {
	margin: 0;
	width: 400px;
	padding: 0;
	list-style-type: none;
}

fieldset#terms ol li {
	margin: 0;
	padding: 0 0 12px 0;
}

/* Booking Buttons
______________________________________________________ */

fieldset#book_buttons {
	padding: 30px 20px 20px;
	border: none;
	float: left;
	width: 710px;
	border: none;
	display: inline;
	margin: 0;
}
			
fieldset#book_buttons input.back, fieldset#book_buttons input.cont {
	float: left;
	margin: 0;
	width: 175px;
	height: 34px;
	border: none;
	color: #fe711a;
	font-size: 1.4em;
	font-weight: bold;
	background: url("../images/button_bg.jpg") left top no-repeat;
	cursor: pointer;
}

fieldset#book_buttons input.cont {
	float: right;
}

/* Booking #3
______________________________________________________ */

#home_panel .bookingconfirm ol {
	margin: 0;
	width: 710px;
	padding: 0 20px;
	list-style-type: none;
	color: #ffffff;
	font-size: 1.2em;
}

#home_panel .bookingconfirm ol li {
	margin: 0;
	width: 710px;
	padding: 0 0 12px;
	float: left;
}

#home_panel .bookingconfirm ol li span.left {
	width: 250px;
	font-weight: bold;
	float: left;
	text-align: right;
	padding: 6px 10px 0 0;
}

#home_panel .bookingconfirm ol li span.right {
	width: 450px;
	font-weight: regular;
	float: left;
	text-align: left;
	padding: 6px 0 0 0;
}

#home_panel .bookingconfirm ol li span.right_cost {
	width: 450px;
	font-weight: regular;
	float: left;
	text-align: left;
	padding: 2px 0 0 0;
	font-size: 1.4em;
}

#home_panel .bookingconfirm ol li.cost form {
	clear: both;
	width: 430px;
	margin: 12px 0 0 0;
	padding: 20px 20px 20px 260px;
	float: left;
	border: dashed 1px #fff;
	border-left: none;
	border-right: none;
}

#home_panel .bookingconfirm ol li.cost form fieldset {
	border: none;
	width: 430px;
	margin: 0;
	padding: 0;
}

#home_panel .bookingconfirm ol li.cost form fieldset input.cont {
	float: left;
	margin: 0;
	width: 175px;
	height: 34px;
	border: none;
	color: #fe711a;
	font-size: 1em;
	font-weight: bold;
	background: url("../images/button_bg.jpg") left top no-repeat;
	cursor: pointer;
}



