/*---------------------------------------------------------------------------------
  Basic
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

body{
	margin: 0;
	/*background: #E9DECA url(../imgs/backa.jpg) top center  no-repeat; */
	background: #E9DECA;
	font: 12px Arial, Helvetica, sans-serif;
	color: #555555;
	border-top: 5px solid #6F5B53;
	min-width:960px;
}

img {
	border:0;
}

.clear {
	clear:both;
}
h1,h2,h3,h4,h5 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-weight: normal;
}
h1 { 
	font-size:20px;
	font-weight:bold;
	color:#663333;
	}
h3 {
	font-size:16px;
	font-weight:bold;
	color:#993333;
	margin-bottom:0px;
	}
h5 {
margin-bottom:5px;
margin-top:5px;
}
/*---------------------------------------------------------------------------------
  Header
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#header{
	width: 950px;
	height: 170px;
	position: relative;
}

#header h1{margin: 0;}

#header h1 a{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 274px;
	height: 59px;
	background: url(../imgs/logo.png) no-repeat 0 0;
	position: absolute;
	top: 20px;
	left: 345px;
}

#header .brochure {
	position: absolute;
	top: 8px;
	left: 820px;
}

/*---------------------------------------------------------------------------------
  Top Navigation
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

.navigation{
	width: 960px;
	height: 41px;
	position: absolute;
	bottom: 20px;
	left: 0;
	background: url(../imgs/line.gif) repeat-x 0 0;
	margin-bottom:10px;
}

.navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 960px;
	height: 35px;
	background: url(../imgs/line.gif) repeat-x 0 100%;
	padding: 20px 0px 0 10px;
}

.navigation ul li{
	float: left;
	margin: 0 15px 0 5px;
	padding-right:30px;
	display: inline;
}

.navigation ul li a{
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	height: 17px;
}



.navigation ul li.active a.nav1,
.navigation ul li a.nav1{
	width: 80px;
	background: url(../imgs/nav_home.png) no-repeat 0 0;
}
.navigation ul li a.nav1:hover  {
	width: 80px;
	background: url(../imgs/nav_home_f2.png) no-repeat 0 0;
}

.navigation ul li.active a.nav2,
.navigation ul li a.nav2{
	width: 107px;
	background: url(../imgs/nav_about.png) no-repeat 0 0;
}
.navigation ul li a.nav2:hover{
	width: 107px;
	background: url(../imgs/nav_about_f2.png) no-repeat 0 0;
}

.navigation ul li.active a.nav3,
.navigation ul li a.nav3{
	width: 91px;
	background: url(../imgs/nav_massage.png) no-repeat 0 0;
}
.navigation ul li a.nav3:hover{
	width: 91px;
	background: url(../imgs/nav_massage_f2.png) no-repeat 0 0;
}

.navigation ul li.active a.nav4,
.navigation ul li a.nav4{
	width: 142px;
	background: url(../imgs/nav_reflex.png) no-repeat 0 0;
}
.navigation ul li a.nav4:hover{
	width: 142px;
	background: url(../imgs/nav_reflex_f2.png) no-repeat 0 0;
}

.navigation ul li.active a.nav5,
.navigation ul li a.nav5{
	width: 125px;
	background: url(../imgs/nav_relax.png) no-repeat 0 0;
}
.navigation ul li a.nav5:hover{
	width: 125px;
	background: url(../imgs/nav_relax_f2.png) no-repeat 0 0;
}

.navigation ul li.active a.nav6,
.navigation ul li a.nav6{
	width: 66px;
	background: url(../imgs/nav_prices.png) no-repeat 0 0;
}
.navigation ul li a.nav6:hover{
	width: 66px;
	background: url(../imgs/nav_prices_f2.png) no-repeat 0 0;
}

.navigation ul li.active a.nav7,
.navigation ul li a.nav7{
	width: 98px;
	background: url(../imgs/nav_contact.png) no-repeat 0 0;
}
.navigation ul li a.nav7:hover{
	width: 98px;
	background: url(../imgs/nav_contact_f2.png) no-repeat 0 0;
}


/*---------------------------------------------------------------------------------
  Layout
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#main{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 40px;
}

#content-holder{
	padding-left:5px;
	width: 950px;
	overflow: hidden;
	padding-bottom: 30px;
}
#content-right{
	float:right;
	padding-left:50px;
	width: 250px;
	padding-bottom: 30px;
}

A {	 color:#993333; FONT-FAMILY: Arial; TEXT-DECORATION: underline; }
A:hover { COLOR: #cc6600; TEXT-DECORATION: underline; }


/*---------------------------------------------------------------------------------
  Sub Page Elements
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#bg {
	width:100%;
	height:100%;
	background:url(../imgs/bg.jpg) repeat-x;
}

#title{
	width: 960px;
	display:block;
	height:55px;
	margin-bottom:65px;
}

#title h2{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	float:left;
}

#title-about{
	background: url(../imgs/title_about.gif) no-repeat 0 0;
	width: 337px;
	height: 25px;
	margin-top:10px;
	margin-bottom:10px;
	text-indent: -9999px;
}

#title-massage{
	background: url(../imgs/title_massage.gif) no-repeat 0 0;
	width: 82px;
	height: 23px;
	margin-top:10px;
	margin-bottom:12px;
	text-indent: -9999px;
}

#title-reflexology{
	background: url(../imgs/title_reflexology.gif) no-repeat 0 0;
	width: 111px;
	height: 25px;
	margin-top:10px;
	margin-bottom:10px;
	text-indent: -9999px;
}

#title-relaxation{
	background: url(../imgs/title_relaxation.gif) no-repeat 0 0;
	width: 132px;
	height: 26px;
	margin-top:10px;
	text-indent: -9999px;
}

#title-prices{
	background: url(../imgs/title_prices.gif) no-repeat 0 0;
	width: 59px;
	height: 27px;
	margin-top:10px;
	margin-bottom:9px;
	text-indent: -9999px;
}

#title-contact{
	background: url(../imgs/title_contact.gif) no-repeat 0 0;
	width: 106px;
	height: 19px;
	margin-top:10px;
	margin-bottom:16px;
	text-indent: -9999px;
}

#title .right {
	float:right;
	height: 20px;
	margin-top:45px;
}

#title .left {
	float:left;
	height: 20px;
	margin:40px 0 0 20px;
}

#title .left a {
	color: #5e7800;
	text-decoration: underline;
}

#title .left a:hover, #title .left a:active {
	text-decoration: none;
}

#text {
	width:430px;
	font:14px Georgia, "Times New Roman", Times, serif;
	line-height:22px;
	float:left;
	display:inline;
	padding-right:50px;
}

.button {
	margin-top:30px;
	display:block;
	behavior:url(css/iepngfix.htc);
}

#sub_left {
	width:440px;
	font:14px Georgia, "Times New Roman", Times, serif;
	line-height:22px;
	float:left;
	display:inline;
	padding-right:40px;
}

#sub_left a {
	color: #5e7800;
	text-decoration: underline;
}

#sub_left a:hover, #sub_left a:active {
	text-decoration: none;
}

#sub_right {
	float:left;
	display:inline;
	width:446px;
}


/*---------------------------------------------------------------------------------
  Home Page
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

.flash{  /* Flash area on home page */
	background: #D5C5A8;
	padding:10px;
	position: relative;
}
#content{ 
	padding:10px;
	padding-top:0;
	position: relative;
}

#content ul {
	color:#993333;
	font-weight:bold;
	letter-spacing:1px;
	}

#boxes{
	width: 960px;
	height: 150px;
	position: relative;
	left: 0px;
	font-size:11px;
	margin-bottom:20px;
}

.box{
	width: 270px;
	height: 150px;
	float: left;
	margin-top: 20px;
	padding: 20px 5px 0 25px;
	position: relative;
	margin-right:0px;
	
}

.box h2{
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.box p{
	margin: 12px 0 0;
	width: 150px;
	text-align:left;
}

.box a.more{
	position: absolute;
	bottom: 28px;
	left: 25px;
}

.box a{
	color: #5e7800;
	text-decoration: underline;
}

.box a:hover{text-decoration: none;}

.one{
	background: url(../imgs/box1.jpg) no-repeat 0 0;
	margin-right: 30px;
	
}

.one h2{
	width: 94px;
	height: 17px;
	background: url(../imgs/relaxation.gif) no-repeat 0 0;
}

.two{
	background: url(../imgs/box3.jpg) no-repeat 0 0;
	margin-right: 0px;
}

.two h2{
	background: url(../imgs/massage.gif) no-repeat 0 0;
	width: 73px;
	height: 21px;
}

.three{background: url(../imgs/box2.jpg) no-repeat 0 0;
margin-right: 30px;}

.three h2{
	width: 104px;
	height: 22px;
	background: url(../imgs/reflexology.gif) no-repeat 0 0;;
}




/*---------------------------------------------------------------------------------
  About Detail Page
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#bar {
	background: url(../imgs/bar.png)  100%;
	width:724px;
	float:none;
	margin-bottom:30px;
	height:50px;
	margin-left:140px;
}




/*---------------------------------------------------------------------------------
  Contact Page
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#contactform {
	margin-top:20px;
}

#contactform label {
	display:block;
	font:12px/20px Arial, Helvetica, sans-serif;
	height:20px;
}

#contactform input {
	margin-bottom:12px;
	width:90%;
}

#contactform textarea {
	height:100px;
	width:90%;
}

#contactform #submit {
	background:url(../imgs/button-submit.png) no-repeat transparent;
	display:block;
	float:left;
	border:0;
	padding:0;
	margin:0;
	width:249px;
	height:50px;
	overflow:hidden;
	margin-top:20px;
	text-indent: -1000em;
	cursor: pointer;
	cursor: hand;
}


/*---------------------------------------------------------------------------------
  No Flash Elements
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#noflashtext {
	position:absolute;
	padding:12px;
	text-align:right;
}

#noflashtext a {
	color: #5e7800;
	text-decoration: underline;
}

#noflashtext a:hover{ text-decoration: none; }

#noflash_main {
	width: 927px;
	height: 418px;
	background: #c5c1b7;
	padding:16px;
}

.noflashtext_main {
	top:20px;
	left:615px;
	width:300px;
}

/*---------------------------------------------------------------------------------
  Footer
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#footer{
	width: 960px;
	background: url(../imgs/line.gif) repeat-x  100%;
	padding: 29px 0 30px;
	float:left;
	display:inline;
	height:0px;
}

#footer .left{
	width: 770px;
	float: left;
}

#footer .right{
	width: 185px;
	float: right;
}

.nav{
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}

.nav li{
	display: inline;
	background: url(../imgs/sep.gif) no-repeat 0 50%;
	padding: 0 9px 0 13px;
}

.nav li.first{
	background: none;
	padding: 0 9px 0 0;
}

.nav li a{
	color:#996633;
	text-decoration: none;
}

.nav li a:hover{text-decoration: underline; color:#cc0066; }

#footer p{
	margin: 5px 0 0;
	float: left;
	clear: both;
	color: #bfbaaf;
	width: 100%;
}

.logo{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.logo li{float: left;}


/*---------------------------------------------------------------------------------
  Portal Systems Additions
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */





div.cost {
	/*background: url(../imgs/costback.jpg) #C2A46B repeat-x; */
	background: #E3D6BB;
	padding-top:10px;
	padding-bottom:20px;
	width: 500px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	border: 1px solid #888;
}
div.cost h2 {
	margin: 0;
	font-size: 18px;
	letter-spacing: -1px;
	line-height:18px;
}

div.cost p {
	font-style:italic;
	font-size:14px;
}

div.costback {
background:#F4EFE2;
padding:12px;
}


fieldset {  
float: left;  
position: relative; 
clear: both;  
width: 600px;  
margin: 0 0 1.5em 0;  
padding: 20px;  
/*border: 1px solid #ddd;  
background-color: #F4EFE2;*/
}
fieldset p { font-size:18px; }
fieldset .text { padding-left:10px; padding-right:4px; line-height:1.2em; padding-bottom:4px; }  
fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em; 
}

legend {  
position: relative;  
left: -7px;  
top: -0.75em; 
margin-left: 1em;  
padding: 0;  
color: #000;  
font-weight: bold; 
font-size:15px;
margin-bottom:5px;
} 

fieldset ol {  
padding-top: 0.25em; 
}
fieldset.alt {  
/*background: url(../imgs/contback.jpg) #F4EFE2 repeat-x;*/
background:#EEE6D5;
}


fieldset fieldset ol {  
position: relative;  
top: -1.5em;  
margin: 0 0 0 11em;  
padding: 0; 
} 
label {  
float: left;  
width: 180px;  
margin-right: 1em;  
text-align: right; 
font-weight:normal;
font-size:14px;
margin-top:6px;
}
.submit {  
float: none;  
width: auto;  
border-style: none;  
margin-left: 190px;  
padding-right:15px;
padding-left:15px;
padding-bottom:4px;
padding-top:4px;
background-color: #CCC9BF;  
background-image: none; 
margin-bottom:10px;
cursor:pointer;
}
textarea {
margin-bottom:4px;
padding:2px;
}
input {
margin-bottom:4px;
font-size:14px;
padding:2px;
}
select {
font-size:12px;
margin-bottom:2px;
padding:2px;
}


img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}
#leftcontent { width:500px; 
		float:left; }
		
		
#rightcontent { width:360px; float:right; vertical-align:top; }
#rightcontact { width:240px; float:right; vertical-align:top; }		
.photo { padding:6px;  background:#D5C5A8; float:right; }		

