/* ----------------- redefines the tag selectors ----------------- */
body {
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F5F1D6;
}
body#webaudio {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	background-image: none;
}
/* this sets a default font for all of our tag selectors. we set the text align back to left so it won't center (based on the body tag to compensate for ie.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	text-align: left; /* not necessary if not using text-align center in body tag for older ie browsers. */
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* redefines the p tag */
p {
	font-size: 14px;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 20px;
}
h1 {
	color: #00CCCC;
	font-size: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
}
h2 {
	color: #01AFB8;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: normal;
}
h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-family: italic normal 14px Georgia, "Times New Roman", Times, serif;
	color: #01AFB8;
	text-align: center;
}
h4 {
	margin: 0 410px 0 0;
	padding: 20px 0;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #01AFB8;
	clear: both;
}	
hr {
	color: #01AFB8;
	clear: both;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #01AFB8;
}
a:hover {
	font-weight: bold;
}
/* ----------------- page layout elements ----------------- */

/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	width: 990px;
	height: 600px;
	position: relative;
	margin: 0px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* creates the div container for the site. */
div#container {
	width:990px;
	background: #fff url(images/container-bg.jpg);
	margin: 0px auto;
	position: relative;
	padding-bottom: 10px;
}
div#wrapper {
	width: 100%;
	background: #FFFFFF url(images/body-bg.jpg) repeat-x;
	border-bottom: 1px solid #b2a37d;
	position: relative;
	z-index:1;
	padding-bottom: 10px;
}

/* creates the div for the content */
div#content {
	width: 900px;
	float: left;
	margin: 20px 20px 10px;
	top: 18px;
	padding: 10px 20px;
	border-top: 5px double #330000;
	border-right: 5px #330000;
	border-bottom: 5px double #330000;
	border-left: 5px #330000;
}
/* creates the div for the address */
address {
	text-align: center;
	color: #120B05;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	height: 20px;
	clear: both;
	float: left;
	width: 950px;
	margin-left: 10px;
	margin-top: 20px;
}
address a:link, address a:visited {
	color: #00CCCC;
	font-weight: bold;
	text-align: right;
}
address a:hover {
	text-decoration: underline;
}
/* creates the div for the sidebar */
div#sidebar {
	float: left;
	width: 200px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* creates the div container for the footer. */
div#footer {
	width: 990px;
	position: relative;
	background: none;
	height: 100;
	border-top: #5e280c;
	margin: 1px auto 0px auto;
	
}


div#utilitynav {
	clear: both;
	height: 50px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
ul#footernav {
	padding: 5px;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 990px;
	text-align: center;
}
ul#footernav li{
	list-style: none;
	display: inline;
}
ul#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
	color: #2C1F17;
	text-decoration: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	height: auto;
	width: auto;
}
ul#footernav li a:hover {
	font-weight: normal;
	text-decoration: underline;
}
ul#footernav li a.current:link, ul#footernav a.current:visited {
	color: #000000;
}
/* styles the copyright div */
div#copyright {
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	clear: both;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 970px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

div#copyright a {
	font-size: 9px;
	color: #330000;
	font-weight: bold;
}
/* navigation */
div#nav {
	margin: 0px;
	padding: 10px 0px 10px 10px;
	left: 0px;
	clear: both;
	border-top: 1px solid #F5F1D6;
	border-bottom: 5px solid #FFFFFF;
}
ul#mainnav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#mainnav li {
	list-style: none;
	display: inline;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #050409;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	text-transform: none;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 40px;
	width: auto;
}
ul#mainnav li a:hover {
	font-weight: normal;
	background: url(images/nav-bg.gif) left top;
	height: 40px;
}
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #FF0099;
	height: 40px;
	width: 235px;
	font-weight: bold;
}
/* end navigation */


div#listcol {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ol#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	float: left;
}
ol#list li {
	list-style-position: outside;
	color: #007171;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	line-height: 18px;
}

ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
ul#list li {
	color: #007171;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	line-height: 18px;
	list-style-position: inside;
}
/* ----------------- 2 COLUMN FORM  ------------------- */
div#form {
	width: 450px;
	text-align: left;
}
input {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 70px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	text-align: left;
	color: #3A5857;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
textarea#comments {
	width: 98%;
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
	margin-bottom: 5px;
}
.rightform {
	float: right;
	margin-left: 5px;
}
.clear {
	clear: both;
}
div#map {
	padding: 6px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 400px;
	width: 800px;
	background-color: #2C1F17;
}
div#flash {
	height: 600px;
	width: 400px;
	position: absolute;
	top: 0px;
	right: 0px;
}
div#netopia {
	margin-left: 80px;
	margin-top: -50px;
	margin-right: auto;
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
}
div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 975px;
	clear: both;
	padding-right: 5px;
	padding-left: 0px;
}

div#audio {
	position: absolute;
	top: 580px;
	height: 35px;
	width: 210px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 157px;
	bottom: 0px;
}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe {
}

.important {
	text-transform: none;
	font-weight: bold;
}
.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #948a89;
	padding: 4px;
	background-color: #ffffff;
	margin-bottom: 20px;
}
.rightimg {
	float: right;
	margin: 0px 0px 0px20px;
	padding: 10px;
	background: #F5F1D6;
}
.leftimg {
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 10px;
	background: #F5F1D6;
}
.textcenter {
	text-align: center;
}
.service {
	color: #990033;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
div#duration {
	float: left;
	width: 200px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #330000;
	text-align: left;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #0099FF;
}
div#description {
	width: 100%;
	margin-top: 20px;
	clear: left;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
div#bodytreatments {
	float: right;
	width: 375px;
}

/* web audio applet */

div#applet {
	width: 210px;
	height: 130px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#facial {
	padding: 5px;
	background: #FFFFCC;
	clear: both;
}

div#applet div {
	position: absolute;
	top: 66px;
	left: 75px;
	width: 68px;
	height: 30px;
}
div#applet a {
	display: block;
	position: absolute;
	top: 103px;
	left: 70px;
	width: 70px;
	height: 8px;
}

div#caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E9DFBC;
	background-color: #2C1F17;
	height: 30px;
	padding-top: 15px;
	padding-bottom: 5px;
}
div#caption a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E9DFBC;
	background-color: #2C1F17;
	height: 30px;
	padding-top: 15px;
	padding-bottom: 5px;
}
div#policy a {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	clear: both;
	color: #330000;
}
div#policy {
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	margin-top: 20px;
}
div#policy a:hover {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	clear: both;
	color: #330000;
	text-decoration: underline;
}
