/* CSS Document */

body {
background-image:url(images/background.jpg);
background-repeat:repeat-x;
background-position: top;
background-color:#64d2e9;
margin:0px;
padding:0px;
}

hr{
border: 0;
width: 90%;
color: #CC6633;
background-color: #CC6633;
height: 1px;
}


/* text */

.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #493b29;
	padding: 0px 25px 0px 25px;
}

.servicesTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #493b29;
}
.servicesTitle a:link, .servicesTitle a:visited, .servicesTitle a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #493b29;
}
.servicesTitle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #0033CC;
}

.servicesSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #0099CC;
}
.servicesSub a:link, .servicesSub a:visited, .servicesSub a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #0099CC;
}
.servicesSub a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #0033CC;
}

.bodyCopyEmploy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	text-decoration: none;
	color: #493b29;
}


/* backgrounds */

#homeText {
	background-image:url(images/home-back2.jpg)
	}
#homeText2 {
	background-image:url(images/home-back.jpg)
	}
	
#aboutText {
	background-image:url(images/about-back.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:left;
	}
#aboutTextFrame {
	background-image:url(images/about-back.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}
	
#tanningText {
	background-image:url(images/tanning-back.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:left;
	}
#tanningTextFrame {
	background-image:url(images/tanning-back.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}
	
#spaText {
	background-image:url(images/spa-back.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:right;
	}
#spaTextFrame {
	background-image:url(images/spa-back.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
	
#contactText {
	background-image:url(images/contact-back.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:right;
	}
#contactTextFrame {
	background-image:url(images/contact-back.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
	

/* forms */

.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	background-color: #CCE3FF;
	}
.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #843C02;
	background-color: #fcf3c1;
	}
	
	
/* misc */

#specialsHeader{
	background-image:url(images/specials-header-right.jpg);
	background-repeat:no-repeat;
	}