@charset "UTF-8";
body  {
	background: url(../_img/Right_back.jpg) no-repeat center top; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 1.4em;
	width: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
body.blisspage {
	background: url(../_img/Side_Backs.jpg) no-repeat fixed center top;
}
body.homepage {
	background: url(../_img/Bottom_back.jpg) no-repeat fixed center top;
}
body.contactpage {
	background: url(../_img/Hugging_Back.jpg) no-repeat center top;
}
body.thankyoupage {
	background: url(../_img/Hugging_Back1.jpg) no-repeat center top;
}
body.productspage {
	background: url(../_img/Front_Back2.jpg) no-repeat fixed center top;
}
body.facialspage {
	background: url(../_img/spa_facials.jpg) no-repeat fixed center top;
}
body.quickpage {
	background: url(../_img/spa_facials.jpg) no-repeat fixed center top;
}
body.legspage, body.quickpage {
	background: url(../_img/Legs_Back.jpg) no-repeat fixed center top;
}
body.acupunctureback {
	background: url(../_img/Acupuncture_Back.jpg) no-repeat fixed center top;
}
body.bodybeautypage {
	background: url(../_img/back2.jpg) no-repeat fixed center top;
}
body.massagepage {
	background: url(../_img/Spa_massage.jpg) no-repeat fixed center top;
}

body.aestheticspage {
	background: url(../_img/Aesthetics_back.jpg) no-repeat fixed center top;
}

a {
	color: #3399CC;
}
.levelblock .leftpanel a {
	background: url(../_img/cta_rightarrow.gif) no-repeat right 5px;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
	margin: 0px 0px 5px;
	padding: 0px 10px 0px 0px;
	color: #666666;
	display: block;
	float: left;
	font-size: 8pt;
}
.levelblock .leftpanel a:hover {
color:#000;
}
.levelblock h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 24px;
	font-weight: normal;
	color: #01C408;
	margin: 0px 0px 5px;
}
#container {
	width: 700px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
} 
#headercont {
	width: 100%;
	text-align: center;
	display: block;
}
#header  {
	padding: 0;
	text-align: left;
	display: block;
	margin: 0px auto;
	width: 700px;
} 
#mainContent {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
} 
#horiz_nav {
	display: block;
	height: 40px;
	float: right;
	margin-top: 66px;
}

#topnav { /* all lists */
	padding: 0;
	list-style: none;
	text-align: left;
	display: block;
	height: 40px;
	margin: 0px 0px 0;
	background: url(../_img/yellow_ball_out.gif) repeat-x left center;
}
#topnav a {
	font-size: 8pt;
	padding: 0px 5px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	text-decoration: none;
	line-height: 40px;
}
#topnav ul {
	padding: 0;
	list-style: none;
	text-align: left;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	color: #666666;
}
#topnav a:hover,
#topnav li.over a,
#topnav li:hover a {
	color: #0066CC;
}
#topnav li.over li a,
#topnav li:hover li a{
	color: #666666;
}

#topnav li { /* all list items */
	float: left;
	position: relative;
	width: auto;
	height: 40px;
}
#topnav li.over,
#topnav li.active {
	background: url(../_img/nav_liBack.gif) no-repeat center center;
}
#topnav > li:hover {
	background: url(../_img/nav_liBack.gif) no-repeat center center;
}
#topnav li:hover li,
#topnav li.over li{ /* lists nested under hovered list items */
	background: url(none);
}
#horiz_nav ul li > ul { /* second-level lists FIREFOX only*/
	background: url(../_img/transp_white.png) no-repeat;
}
#topnav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	margin-top: 0px;
	width: 130px;
	background: url(../_img/white_veil2.gif) no-repeat;
}

#topnav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
}

#topnav li:hover ul, #topnav li.over ul { /* lists nested under hovered list items */
	display: block;
}
#topnav li li {
	width: 130px;
	height: auto;
}
#topnav li li a {
	display: block;
	margin: 0;
	font-size: 8pt;
	line-height: normal;
	padding: 5px;
}
#topnav li li a:hover {
	color: #000000;
	background: #FFFFFF;
}

#footercont  {
	text-align: center;
	width: 100%;
	background: url(../_img/background_green.png) repeat-x center top;
	padding-top: 20px;
}
#footer  {
	padding: 0;
	width: 800px;
	height: 230px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: left;
	margin: 0px auto;
} 
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.righthand { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.levelblock {
	display: block;
	background: url(../_img/headings_bLogo.gif) no-repeat left 10px;
	padding: 10px 0px;
	margin: 0px;
	border-top: 1px dotted #999999;
}
#level1 .leftpanel {
	background: url(../_img/dotted_vert.gif) repeat-y center top;
}
.level1 .rightpanel {
	margin: 10px 0px;
	width: 354px;
	float: right;
}
.halfpanel_left {
	display: block;
	margin: 0px;
	float: left;
}
.panels_left {
	width: 419px;
	margin-top: 10px;
	margin-right: 15px;
	float: left;
}
.halfpanel {
	width: 184px;
	font-size: 9pt;
	line-height: 1.4em;
}
.leftpanel {
	float: left;
	width: 413px;
	font-size: 8pt;
	line-height: 1.4em;
}
.rightpanel {
	width: 354px;
	float: right;
}
.leftpanel   h3  {
	text-indent: 23px;
}
.lefthand h2{
	text-indent: 24px;
}
.framed {
	padding: 1px;
	border: 6px solid #CACACA;
	margin-bottom: 10px;
}
.lefthand {
	float: left;
	background: url(../_img/headings_bLogo.gif) no-repeat left top;
}
#level1 {
	background: url(../_img/dotted_vert.gif) repeat-y 435px top;
	margin: 0px;
	padding: 0px;
	border-bottom: 10px solid #FFFFFF;
	display: block;
	border-top: 10px solid #FFFFFF;
}
.rightpanel1 {	width: 354px;
	float: right;
}
#header h1 {
	font-size: 1px;
	color: #FFFFFF;
	background: url(../_img/acumed_logo.gif) no-repeat;
	display: block;
	height: 93px;
	width: 233px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#headerbanner {
	background: #CCCCCC;
	display: block;
	float: right;
	height: 60px;
	width: 468px;
}
#itunes_browser {
	height: 275px;
	width: 365px;
	padding: 0px;
	margin: 65px 0px 0px 435px;
	display: block;
}
.leftpanel1 {	float: left;
	width: 413px;
}
.levelblock1 {	display: block;
	background: url(../_img/headings_bLogo.gif) no-repeat left 10px;
	padding: 10px 0px;
	margin: 0px;
	border-top: 1px dotted #999999;
}
.levelblock  .leftpanel  img {
	padding: 1px;
	border: 6px solid #999999;
	margin-bottom: 10px;
}
h3 {
	font-family: acumedspa;
	font-size: 20pt;
	line-height: 23px;
	color: #666666;
	margin: 0px 0px 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer th {
	font-size: 12pt;
	line-height: 30px;
	font-weight: normal;
}
.offerbox {
	float: right;
	width: 220px;
	border: 1px dashed #999999;
	display: block;
}
.offercontent {
	margin: 3px 3px 0px;
	font-size: 8pt;
}
.levelblock  .rightpanel  img {
	float: left;
}
.levelblock  .rightpanel  p {
	width: 218px;
	display: block;
	float: right;
	margin-top: 10px;
}
a.button_shop {
	line-height: 28px;
	background: url(../_img/button_ShopNow.gif) left top;
	display: block;
	height: 28px;
	width: 118px;
	font-family: "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
	margin: 7px 0px 0px;
}
a.button_shop:hover {
	background: url(../_img/button_ShopNow_over.gif);
	color: #669900;
}
a.button:hover {
	background: url(../_img/button_empty_over.gif);
	color: #669900;
}
a.button {
	line-height: 28px;
	background: url(../_img/button_empty.gif) left top;
	display: block;
	height: 28px;
	width: 138px;
	font-family: "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
}
.clrboth {
	clear: both;
}
h2 {
	font-family: acumedspa;
	font-size: 37pt;
	color: #80A2B7;
	line-height: 53pt;
	margin: 0px;
	text-transform: uppercase;
}
#container p {
	margin-right: 200px;
}
p.pleasecall {
	color: #000000;
	margin-top: 100px;
}
#container  td p {
	margin: 0px;
}
#button {
	background: url(../_img/button_primary.gif);
	height: 27px;
	width: 82px;
	color: #FFFFFF;
	text-align: center;
	border-width: 0px;
	border-style: none;
	cursor: pointer;
	cursor:hand;
}
#form1 p {
margin-right:auto;
}

#map {
	width: 364px;
	height: 300px;
}
label input:hover, label input:focus {
	color: #000000;
}

label  {
	font-size: 9pt;
	color: #336666;
	margin-top: 20px;
	display: block;
	margin-left: 0px;
}
label input {
	width:447px;
	border:0px;
	background-color: transparent;
	color: #666666;
	line-height: 30px;
	text-indent: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	font-size: 10pt;
	margin-top: 14px;
	margin-left: 8px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
label #message {
	margin-top:14px;
	display:block;
	border: 0px;
	width: 447px;
	height: 148px;
	margin-left: 8px;
	line-height: 14pt;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin-bottom: 22px;
}
textarea#message:hover, textarea#message:focus {
	color: #000000;

}
#button:hover {
	background: url(../_img/button_primary_over.gif);
}
.massagepage #container p {
	width: 440px;
}
