#rental-home,
#rental-book
{
	border-top: 20px solid #fff;
	border-left: 5px solid #fff;
	background: #e3edf9;
	margin: 10px 0 0;
}

div#container #rental-home h1,
div#container #rental-book h1
{
	margin: -20px 0 0 -15px;
	width: 234px;
	height: 56px;
	text-indent: -2000px;
	background: url(/images/rental/heading_snowboard_rentals.png) no-repeat;
}
div#container #rental-book h1.ski
{
	background: url(/images/rental/heading_ski_rentals.png) no-repeat;
}

div#container #rental-book h2
{
	background: url(/images/rental/heading_book.png) no-repeat;
	height: 60px;
	width: 540px;
	text-indent: -2000px;
}

#rental-book h2#heading-your-details
{
	background-position: 0 0;
}

#rental-book h2#heading-your-package
{
	background-position: 0 -60px;
}

#rental-book h2#package2
{
	background-position: 0 -120px;
}

#rental-book h2#package3
{
	background-position: 0 -180px;
}

#rental-book h2#package4
{
	background-position: 0 -240px;
}

#rental-book h2#package5
{
	background-position: 0 -300px;
}

#rental-book h2#package6
{
	background-position: 0 -360px;
}

#rental-book h2#package7
{
	background-position: 0 -420px;
}

#rental-book h2#package8
{
	background-position: 0 -480px;
}

#rental-book h2#package9,
#rental-book h2#package10,
#rental-book h2#package11,
#rental-book h2#package12
{
	background-position: 0 -540px;
	text-indent: 20px;
}

div#container #rental-home h3
{
	margin-left: 0;
}

div.intro
{
	float: left;
	margin: 10px;
	float: none;
}

#rental-book div.intro
{
	background: url(/images/rental_booking_head_bg.gif) no-repeat top right;
	padding: 50px 20px 0 0;
	margin: -30px 10px 10px;
} 

div#container h2#heading-packages
{
	background: url(/images/rental/heading_packages.png) no-repeat;
	width: 555px;
	height: 58px;
	text-indent: -2000px;
}

div#container h2#heading-prices
{
	clear: left;
	background: url(/images/rental/heading_prices.png) no-repeat;
	width: 558px;
	height: 58px;
	text-indent: -2000px;
}

#booknow-small
{
	background: url(/images/rental/book_now_small.png) no-repeat;
	display: block;
	width: 162px;
	height: 60px;
	text-indent: -2000px;
	margin: -80px 0 0;
	float: right;
}
#booknow-small:hover
{
	background-position: 0 -60px;
}

div.package-type
{
	background: url(/images/rental/packages_bg.png) no-repeat;
	width: 566px;
	overflow: auto;
}

div.package
{
	float: left;
	margin: 130px 5px 0 14px;
	width: 170px;
	color: #145C86;
}
div.package-3
{
	margin-right: 0;
}
div#container div.package h2
{
	display: none;
}
div#container div.package h3
{
	font-size: 1em;
	text-align: center;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 0 8px;
}
div.package p
{
	margin: 1em 5px;
}

.view-gear a
{
	background: url(/images/rental/view_the_gear.png) no-repeat;
	display: block;
	width: 130px;
	height: 40px;
	margin: 0 0 0 10px;
	text-indent: -2000px;
	overflow: hidden;
}
.view-gear a:hover
{
	background-position: 0 -40px;
}

#price-table
{
	background: url(/images/rental/price_table_bg.png) no-repeat;
	width: 364px;
	float: left;
}
#price-table table
{
	margin: 120px 0 0 0;
	color: #fff;
	width: 364px;
	font-size: 1.5em;
	background: url(/images/rental/price_table_bg_repeat.png) repeat-y;
}

#price-table table th
{
	text-indent: -2000px;
}
#price-table table tr 
{
	background: url(/images/rental/price_table_divider_0.png) no-repeat 0 bottom;
}
#price-table table tr.odd
{
	background-image: url(/images/rental/price_table_divider_1.png);
}
#price-table table td.first
{
	width: 60px;
}
#price-table table td.first strong
{
	background: #fff;
	color: #f00;
	padding: 2px 5px 0;
}
#price-table table td
{
	text-align: center;
	padding: 0 0 15px;
}

#booknow-large
{
	background: url(/images/rental/book_now_large.png) no-repeat;
	display: block;
	width: 239px;
	height: 90px;
	text-indent: -2000px;
	clear: left;
	margin: 30px 0 0 180px;
}
#booknow-large:hover
{
	background-position: 0 -100px;
}

ul.inputs
{
	list-style: none;
	
}

ul.inputs li
{
	overflow: hidden;
	padding: 4px 0;
}

ul.inputs label
{
	float: left;
	width: 140px;
}

ul.inputs label.cb
{
	width: auto;
}

ul.inputs label.error
{
	float: left;
	width: auto;
	color: #f00;
	text-transform: uppercase;
	padding: .3em 0 0 1em;
}

ul.inputs input
{
	float: left;
}

ul.inputs input[type=text],
ul.inputs select,
ul.inputs textarea
{
	float: left;
	width: 220px;
	border: 1px solid #145C86;
	padding: 2px;
}
ul.inputs textarea
{
	height: 6em;
}


input.big-submit
{
	width: 178px;
	height: 84px;
	background: url(/images/big_submit.png) no-repeat;
	border: none;
	text-indent: -2000px;
	cursor: pointer;
	margin: 0 0 0 200px;
}

input.big-submit:hover
{
	background-position: 0 -100px;
}

#add-person
{
	display: block;
	float: left;
	margin: 1em 0 1em 165px;
	width: 254px;
	height: 50px;
	background: url(/images/rental/but_add_person.png) no-repeat;
	overflow: hidden;
	text-indent: -2000px;
}

#add-person:hover
{
	background-position: 0 -70px;
}
