#reservation {
	font-size:85%;
	margin-right: auto;
	margin-left: auto;
	white-space: nowrap;
	width: 170px;
}

#reservation select ,#reservation input {
font-size:85%;
}

#reservation p {
	padding-bottom: 1em;
}

#reservation p.nopd {
	padding-bottom: ;
	padding-bottom: 0px;
}

ul#acreserve {
	padding-top: 1em;
}

ul#acreserve li {
	display: block;
	padding-bottom: 0.5em;
}

ul#acreserve li.bottom {
	padding-bottom: 0em;
}

ul#reserveSmenu {
	padding-top: 2em;
	padding-bottom: 0px;
}

ul#reserveSmenu li {
	display: block;
	padding-bottom: 2em;
	text-align: center;
}
#main h3#guestroom ,#main h3#spa {
	padding-bottom: 10px;
	clear: both;
}

ul#roomType {
	margin: 0px;
	padding: 0px;
	width: 730px;
}

ul#roomType li {
	list-style-type: none;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 150px;
	position: relative;
}

ul#roomType li img {
	vertical-align: bottom;
}

ul#roomType li#typeA {
	width: 115px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-bottom: 5px;
	background-image: url(../images/single.jpg);
	padding-left: 240px;
}

ul#roomType li#typeB {
	width: 123px;
	padding-bottom: 5px;
	padding-left: 245px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/twin.jpg);
	background-position: 5px 0px;
}

ul#roomType li#typeC {
	width: 115px;
	padding-top: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../images/semi.jpg);
	background-position: 0px 5px;
	padding-left: 240px;
}

ul#roomType li#typeD {
	padding-top: 5px;
	padding-left: 245px;
	width: 123px;
	background-image: url(../images/jroom.jpg);
	background-position: 5px 5px;
}

p.planButton {
	position: absolute;
	right: 30px;
	bottom: 5px;
}

p.planButton2 {
	position: absolute;
	right: 30px;
	bottom: 0px;
}

table#spa {
	float: left;
	margin-top: 1.5em;
	border-collapse: collapse;
}

table#spa th {
	background-image: url(../images/spathbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	white-space: nowrap;
	vertical-align: top;
}

table#spa td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

table#spa th.bottom ,table#spa td.bottom {
	border-bottom-style: none;
}

