/* TAB NAV
----------------------------------------------- */

#sub-nav{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#middle-content #sub-nav {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 40px;
	padding: 0px;
	overflow: hidden;
	display: inline-block;
}

#middle-content #sub-nav li {
	background-color: #3d4447;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: none;
	display: inline-block;
	float: left;
}
#middle-content #sub-nav li a {
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	text-align: center;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 13px;
	border-bottom-style: none;
	padding-bottom: 13px;
	margin: 0px;
}
#middle-content #sub-nav li a:hover, #middle-content #sub-nav li a.selected{
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	display: block;
	text-align: center;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 13px;
	padding-bottom: 13px;
	background-repeat: no-repeat;
	background-color: #48555f;
}
#middle-content #sub-nav li a.reservations{
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	display: block;
	text-align: center;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 13px;
	padding-bottom: 13px;
	background-repeat: no-repeat;
	background-color: #6d7446;
}

/* TAB CONTENT
----------------------------------------------- */

#king, #twin, #queen, #double, #deluxe, #single, #terms, #activities, #attractions, #shopping, #eating, #heritage, #privacy, #usage{
	background-color: #48555f;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 25px;
	margin-left: 40px;
	color: #FFF;
	overflow: hidden;
	clear: both;
}
#activities, #attractions, #shopping, #heritage, #eating{
	background-color: #47555F;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 40px;
	color: #FFF;
	overflow: hidden;
	display: inline-block;
}
#king a, #twin a, #queen a, #double a, #deluxe a, #single a, #terms a, #privacy a, #usage a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#king p, #twin p, #queen p, #double p, #deluxe p, #single p, #terms p, #privacy p, #usage p{
	padding-right: 20px;
	padding-left: 20px;
	font-size: 15px;
	padding-bottom: 20px;
	padding-top: 0px;
	margin: 0px;
}
#king em, #twin em, #queen em, #double em, #deluxe em, #single em, #terms em, #privacy em, #usage em{
	color: #cccccc;
}
#king strong, #twin strong, #queen strong, #double strong, #deluxe strong, #single strong, #terms strong, #privacy strong, #usage strong{
	color: #bcb599;
	font-weight: bold;
}

div.rooms1 {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 273px;
}
div.rooms2, div.rooms3 {
	float: left;
	display: inline;
	width: 273px;
	margin-left: 10px;
}
div.rooms1 img, div.rooms2 img, div.rooms3 img {
	background-color: #3e4c56;
	padding: 5px;
}
.btn-comments {
	display: block;
	height: 27px;
	width: 77px;
	text-indent: -9999px;
	background-image: url(../media/Btn-View.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.btn-comments:hover {
	display: block;
	height: 27px;
	width: 77px;
	text-indent: -9999px;
	background-image: url(../media/Btn-View.gif);
	background-repeat: no-repeat;
	background-position: 0px -27px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

