/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* NAVIGATION - CSS SPRITES*/

#nav {
	float:left;
	width:960px;
	height:35px;
	padding:0;
	}	
	
/*SON OF SUCKER FISH DROP DOWNS MODIFIED*/	
#drops, #drops ul {
	padding:0;
	margin:0;
	clear:both;
	float:left;
	width:inherit;
	z-index: 777;
	}
	
#drops ul.drop {
	background: #e6e6e6;
	padding:0px;
	width:inherit;
	clear:both;
	float:left;
	margin-top:35px;
	}

#drops ul.drop li {
    width: inherit;
	clear: both;
	}
	
#drops ul.drop a {
	color:#666666;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	display: block;
	width: 100%;
	}

#drops ul.drop li:hover > a {
	color: #454545;
	display: block;
}

#drops a {
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
	width:150px;
}

#drops li {
	float: left;
	/*width: 10em;*/
	
}

ul#about-drop{
	width: 150px;
	margin-left: 39px;
}

ul#med-drop, ul#spa-drop{
	width: 150px;
	margin-left: 15px;
}

#drops li ul li {
	margin: 0px;
}

#drops li ul {
	position: absolute;
	width: 150px;
	left: -999em;
}

#drops li:hover ul {
	left: auto;
}

#drops li:hover ul li {
	left: auto;
	padding: 5px;
	width: 140px;
}

#drops li ul li:hover {
	background-color: #f2f2f2;
}

#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
}

/*END SUCKERFISH*/

/*SPRITE BACKGROUP POSITIONING*/	
#nav a.aboutDrop, #nav a.servicesDrop, #nav a.parkDrop, #nav a.tvDrop, #nav a.products, #nav a.skinDrop, #nav a.exclusivesDrop, #nav a.contactDrop {
	float: left;
	background: url(/img/navigation-sprite.jpg) no-repeat;
	height: 35px;
	text-indent: -999999px;
	}
	
#nav a.aboutDrop {	
	background-position: 0 0;
	width:141px;
	}
	
#nav a.servicesDrop {	
	background-position:-141px 0;
	width:114px;
	}

#nav a.parkDrop {	
	background-position:-255px 0;
	width:103px;
	}
	
#nav a.tvDrop {	
	background-position:-358px 0;
	width:99px;
	}
	
#nav a.skinDrop {	
	background-position:-457px 0;
	width:168px;
	}
	
#nav a.exclusivesDrop {	
	background-position:-625px 0;
	width:179px;
	}

#nav a.contactDrop {	
	background-position:-804px 0;
	width:156px;
	}
	
	

#nav a.aboutDrop:hover {	
	background-position:left -35px;
	}
	
#nav a.servicesDrop:hover {	
	background-position:-141px -35px;
	}

#nav a.parkDrop:hover {	
	background-position:-255px -35px;
	}
	
#nav a.tvDrop:hover {	
	background-position:-358px -35px;
	}

#nav a.skinDrop:hover {	
	background-position:-457px -35px;
	}
	
#nav a.exclusivesDrop:hover {	
	background-position:-625px -35px;
	}
	
#nav a.contactDrop:hover{	
	background-position:-804px -35px;
	}	
	

	
#nav a#active1 {	
	background-position:left -70px;
	}
	
#nav a#active2 {	
	background-position:-141px -70px;
	}

#nav a.#active3 {	
	background-position:-255px -70px;
	}
	
#nav a.#active4 {	
	background-position:-358px -70px;
	}
	
#nav a.#active5 {	
	background-position:-457px -70px;
	}
	
#nav a.#active6 {	
	background-position:-625px -70px;
	}

#nav a#active7{	
	background-position:-804px -70px;
	}	
	
/*END NAVIGATION*/
