/* Generic styles */

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	height: 1px;
}

fieldset {
	margin: 0 20px;
	border: none;
	padding: 10px;
}

label {
	display: block;
	margin: 5px;
	margin-left: 0;
}

legend {
	margin-top: 10px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

body
{
	background: #0e0e0e;
	font : 62.5%/1.6 arial, verdana, "lucida grande", sans-serif;
	color: #666;
}



img {
	border: none;
}

/* lets start the page layout */

#wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 1.2em;
}

/* header section and all that sails in her */

#header {
	position: relative;
	width: 100%;
	height: 135px;
	overflow: hidden;
}

#logo {
	width: 416px;
	height: 108px;
	float: left;
}

#top-nav {
	width: 530px;
	float: right;
	text-align: right;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}

#top-nav li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 5px;
}

#top-nav li.last {
	border-right: none;
}

#top-nav a, #top-nav a:link {
	color: #fff;
	text-decoration: none;
}

#top-nav a:hover {
	color: #02abb1;
}

#contact {
	position: absolute;
	top: 40px;
	right: 0;
	width: 275px;
	height: 65px;
	color: #fff;
	text-align: right;
}

.telephone {
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
}

.email {
	font-size: 18px;
	font-weight: normal;
}

.email a, .email a:link {
	text-decoration: none;
	color: #01a3ab;
}

.email a:hover {
	color: #A46606;
}


/* main navigation */

#main-nav {
	height: 31px;
	width: 100%;
	background: transparent url(../images/nav-bg.gif);
}

#main-nav ul {
	list-style-type: none;
}

#main-nav li {
	float: left;
		height: 31px;
		background: transparent url(../images/main-nav-li.gif);
		background-position: 100% 0px;
		background-repeat: no-repeat;
		margin-top: 1px;
}

#main-nav a, #main-nav a:link {
	display: block;
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
}

#main-nav a:hover {
	background: #A46606;
	color: #fff;
}



/* DROP DOWN NAVIGATION 
----------------------------------------------------------------------- */


#main-nav ul li ul {
	position: absolute;
	top: 15px;
	left: -3000px;
	background: #000388;
	padding: 10px;
	width: 250px;
	z-index: 10;
}

#main-nav ul li ul li {
	display: block;
	width: 100%;
	font-size: 1em;
}

#main-nav ul li ul li a {
	padding: 0;
	text-transform: capitalize;
}

#main-nav ul li:hover #main-nav ul, #main-nav ul li.sfhover #main-nav ul {
	left: auto;
}


/* the banner area */

#banner {
	position: relative;
	height: 230px;
	background: url(../images/bannerbg.gif) repeat-x;
	width: 100%;
	padding: 5px 0 0 0;
}

#videobanner {
	position: relative;
	height: 590px;
	background: url(../images/vidholdbg.gif) top repeat-x;
	width: 100%;
	padding: 5px 0 0 0;
}

.main-banner {
	margin-top: 5px;
}

#banner h4 {
	position: absolute;
	top: 80px;
	left: 60px;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	text-transform: lowercase;
	font-style: italic;
}

.psa {
	display: block;
	padding: 0 0 15px 0;
	width: 225px;
	font-size: 15px;
	line-height: 15px;
	margin: 0;
	font-weight: bold;
}

.psa2 {
	display: block;
	padding: 0 0 15px 0;
	width: 225px;
	font-size: 15px;
	line-height: 15px;
	margin: -10px 0 0 10px;
	font-weight: bold;
}

.psa3 {
	display: block;
	padding: 0 0 15px 0;
	width: 225px;
	font-size: 18px;
	line-height: 15px;
	margin: -10px 0 0 10px;
	font-weight: bold;
	color: #007272;
}

#specials {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
    background: url(../images/specials.png);
	width: 443px;
	height: 203px;
}

#specials h3 {
	color: #099fa5;
	font-size: 20px;
	font-weight: normal;
	height: 20px;
	background: url(../images/small-jewel.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin: 30px;
	text-transform: uppercase;
	line-height: 20px;
}

#specials ul {
	list-style-type: square;
	margin-left: 50px;
	margin-top: -20px;
	font-size: 14px;
}
	
	
	
/* home page content */

#home-content-left {
	float: left;
	width: 470px;
	color: #fff;
}

#home-content-left h2 {
	color: #099fa5;
	font-size: 20px;
	font-weight: normal;
}

#home-content-left a, #home-content-left a:link {
	color: #fff;
}

#home-content-left a:hover {
	text-decoration: none;
}

#rss {
	position: relative;
	float: left;
	width: 235px;
	margin-left: 10px;
	color: #fff;
	height: 210px;
}

#rss h3 {
	color: #ecae4e;
	font-weight: normal;
	background: url(../images/rss.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	line-height: 30px;
	font-size: 20px;
}

#rss p {
	padding: 10px;
}


#righthandpanels {
	float: left;
	width: 235px;
	padding: 25px 0 0 5px;
	display: block;
}

#gift {
	position: relative;
	float: left;
	width: 235px;
	margin-left: 10px;
	color: #fff;
	height: 210px;
}



#gift-side, #rss-side {
	position: relative;
	clear: both;
	width: 235px;
	color: #333;
	height: auto;
	padding: 15px 0;
}

#gift-side img {
display: block;
}


#gift h3, #rss h3, #gift-side h3, #rss-side h3 {
	color: #06898f;
	font-weight: normal;
	line-height: 30px;
	font-size: 20px;
}

#gift-side p, #rss-side p, #gift-side h3, #rss-side h3 {
	margin-left: 10px;	
}

.more a{
	background: url(../images/more.png);
	color: #fff;
	text-decoration: none;
	width: 210px;
	height: 27px;
	line-height: 24px;
	text-align: center;
	display: block;
}

.more a:hover {
	background: url(../images/more-over.png)!important;
}


.bookonlinebutton a, .bookonlinebutton a:link {
	
	background: url(../images/more.png);
	color: #fff;
	text-decoration: none;
	width: 210px;
	height: 27px;
	line-height: 24px;
	text-align: center;
	display: block;
}

.bookonlinebutton a:hover {
	background: url(../images/more-over.png);
}

#content {
	background: #fff;
	margin-top: -10px;
	overflow: hidden;
	padding: 10px 10px 40px 10px;
}

#content h2 {
	color: #099fa5;
	font-size: 20px;
	font-weight: normal;
	margin: 0 10px 10px 0;
}


p.firstp {
	padding: 3px 0;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	color: #099fa5;
}

/* home page call to action boxs */

.cta {
	position: relative;
	float: left;
	width: 220px;
	height: 240px;
	border: 1px solid #06898f;
	margin-left: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cta h4 {
	position: absolute;
	top: 5px;
	left: 10px;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
}

.cta .more a, .more a:link {
	position: absolute;
	bottom: 10px;
	left: 5px;
	background: url(../images/more.png);
	color: #fff;
	text-decoration: none;
	width: 210px;
	height: 27px;
	line-height: 24px;
	text-align: center;
	display: block;
}

.cta .more a:hover {
	background: url(../images/more-over.png);
}

.specials {
	border-top: 1px solid #2F9195;
	padding: 10px 0 0 0;
	clear: both;
	color: #333;
}

.specials img {
	float: left;
	border: 1px solid #2F9195;
	margin: 0;
	padding: 0;
}

.specials div {
	float: right;
	width: 470px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 18px;
}

.specials div strong {
	color: #333;	
}

.specials div p {
	line-height: 18px;
}


.specials ul, .specials li {
	list-style: none;
	line-height: 20px;
}

.specials div li {
	background: url(../images/arrowbullet.jpg) no-repeat left center;
	padding-left: 15px;
	margin-left: 15px;
}

.specials div h3 {
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px dotted #2F9195;
	border-top: 1px solid #2F9195;
}

.treatments {
	float: left;
	padding: 20px;
	width: 295px;
	background: #e5f7f8;
	margin-right: 10px;
	height: 300px;
	border-top: 5px solid #006b6b;
}

.treatments img {
	clear: both;
	margin: 12px 0;
	border: 1px solid #006b6b;
}


.treatments strong {
	font-size: 18px;
}

.treatments a {
	margin-top: 10px;
}

.tmborder {
	border-right: 1px solid #2F9195;	
}

/* footer stuff */

#footer {
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #161615 url(../images/footer.gif) repeat-x;
	color: #fff;
	height: auto!important;
	min-height: 20px;
	padding: 10px 15px;
	margin-bottom: 10px;
}

#footer ul {
	list-style: none;
}

#footer a, #footer a:link {
	color: #fff;
	text-decoration: none;
	
}

#footer a:hover {
	color: #A46606;
}

.small {
	float: left;
	width: 245px;
}

#footer div.small a {
	color: #02abb1;
}

#footer div.small a:hover {
	color: #A46606;
}

.big {
	float: left;
	width: 440px;
	margin-left: 10px;
	margin-right: 10px;
}

.big ul {
	list-style-type: none;
}

.big li {
	width: 210px;
	line-height: 22px;
	float: left;
}

#footer h5 {
	color: #A46606;
	font-size: 14px;
	font-weight: normal;
}


a.button2, a.button2:link {
color: #fff;
text-decoration: none;
display: block;
background: transparent url(../images/button2.png);
width: 200px!important;
height: 27px!important;
padding-left: 15px;
clear: both;
line-height: 27px;
}

a.button2:hover {
background: transparent url(../images/button2-hover.png);
}

#label {	
	width: 950px;
	margin: 0 auto;
}

#label a, #label a:link {
	float: right;
	margin-right: -2px;
}



.nlimput input {
	background: #9d9d9d;
	width: 205px;
	height: 22px;
	border: none;
	padding: 8px 10px 0 10px;
	clear: both;
	margin: 5px 0;
}

#submitholder {
	clear: both;
}

#submitholder input {
	background: url(../images/submit.png) no-repeat;
	width: 118px;
	border: none;
	display: block;
	height: 27px;
	float: right;
	clear: both;
	margin: 10px 20px 10px 0;
	padding: 0;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

#submitholder input:hover {
	background: url(../images/submit-hover.png) no-repeat;	
}
 
#contactform img {
	float: left;
	margin-right: 10px;	
}

/* Slider */
#slider {
    width: 960px; /* important to be same as image width */
    height: 220px; /* important to be same as image height */
    position: relative; /* important */
	clear: both;
	overflow: hidden; /* important */
}
#sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
	clear: both;
    position: relative;
	display: none;
}

.solinks {height: 50px; display: block;}

.solinks p {float: left; padding: 10px 8px 0 120px;}

.solinks img {float: left; margin-left: 2px;}
	
