@charset "UTF-8";
/* CSS Document */

/* TAB NAVIGATION BUTTONS */

#top_menu {
	height: 20px;
	width: 300px;
	margin: 5px 5px 0px 0px;
	float: right;
}

#button_menu {
	height: 42px;
	width: 988px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0 auto;
	background: url(/images/nav_bg_s.jpg) repeat-x top;
}


#header {
	height: 125px;
	width: 988px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.buttonnav {
	position:relative;
	height: 35px;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	overflow:hidden;/* for ie to hide extra height */
	background: url(/images/nav_hl.jpg) repeat-x;
}

.divider {
	float: left;
	height: 32px;
	width: 2px;
	background: url(/images/nav_sp.jpg) no-repeat left top;
}

.nav, .nav a:link, .nav a:visited {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.nav a:hover {
	color: #FF0000;
	font-size: 10px;
	text-decoration: underline;
}

.nav_home {
	width: 68px;
}
.nav_accommodations {
	width: 137px;
}
.nav_daycare {
	width: 132px;
}
.nav_playcamp {
	width: 90px;
}
.nav_spa {
	width: 50px;
}
.nav_training {
	width: 80px;
}
.nav_testimonials {
	width: 110px;
}
.nav_album {
	width: 110px;
}
.nav_specials {
	width: 80px;
}
.nav_contactus {
	width: 103px;
}


.vrule {
	border-right: 1px dotted #1B4423;
}


.buttonnav a {
	display: block;
	color: #FFFFFF;
	font-size: 10px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height */
}


.buttonnav a:hover {
	color: #FFFFFF;
}
.buttonnav img {
	height: 35px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.buttonnav a:hover img {
	visibility:hidden
}
.buttonnav span {
	position: absolute;
	left: 17px;
	top: 12px;
	text-align: center;
	cursor: pointer;
}


/* END OF NAVIGATION */

#pictureRT {
	float: right;
	padding-left: 10px;
}

