@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

span.hide {
	display:none;
	}
	
.clearer {
	clear:both;
	line-height:0px;
	height:0px;
	}

html {
	background-color:#525252;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#494232;
}

div#container {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	
}

div#header {
	

}


div#header h1#logo {
	float:left;
	display:inline;
	background-image:url(images/head_logo.jpg);
	width:124px;
	height:152px;
	margin:0;
}

div#header a {
	float:left;
	height:152px;
}

div#header a#nav_bio {
	background-image:url(images/nav_bio.gif);
	width:102px;
}

div#header a#nav_bio:hover {
	background-image:url(images/nav_bio_over.gif);
}


div#header a#nav_masstreat {
	background-image:url(images/nav_mtreat.gif);
	width:103px;
}

div#header a#nav_masstreat:hover {
	background-image:url(images/nav_mtreat_over.gif);
}

div#header a#nav_massfaq {
	background-image:url(images/nav_mfaq.gif);
	width:103px;
}

div#header a#nav_massfaq:hover {
	background-image:url(images/nav_mfaq_over.gif);
}


div#header a#nav_pregserv {
	background-image:url(images/nav_pregserv.gif);
	width:103px;
}

div#header a#nav_pregserv:hover {
	background-image:url(images/nav_pregserv_over.gif);
}

div#header a#nav_pregfaq {
	background-image:url(images/nav_pregfaq.gif);
	width:104px;
}

div#header a#nav_pregfaq:hover {
	background-image:url(images/nav_pregfaq_over.gif);
}

div#header a#nav_rates {
	background-image:url(images/nav_rates.gif);
	width:121px;
}

div#header a#nav_rates:hover {
	background-image:url(images/nav_rates_over.gif);
}








div#body {
	clear:left;
	background-image:url(images/body_repeater_full.gif);
	background-repeat:repeat-y;
}



div#body div#body_left {
	float:left;
	width:14px;
	height:245px;
	background-image:url(images/body_left.gif)

}

div#body div#body_main {
	width:725px;
	min-height:245px;
	/*padding:0px 20px 0px 20px;*/
	padding-top:15px;
	margin-left:20px;
	/*margin-right:10px;*/
	padding-bottom:8px;
}
div#body div#body_main_copy {
	float:left;
	width:530px;

}

div#body div#body_main h2 {
	font-size:1.2em;
	margin-bottom:0px;
}

div#body div#body_main h3 {
	font-size:1.0em;
	margin-bottom:8px;
	font-weight:normal;

}

div#body div#body_main div#body_main_copy h3{
	clear:left;
}

div#body div#body_main p {
	font-size:.75em;
	margin-bottom:8px;
}

div#body div#body_main div#sidebar p.small {
	font-size:.55em;
	margin-bottom:8px;
}

div#body div#body_main p a:link {
	color:#663333;
	text-decoration:none;
}

div#body div#body_main p a:visited {
	color:#666666;
	text-decoration:none;

}

div#body div#body_main p a:hover {
	color:#990000;
	text-decoration:underline;
}

div#body div#body_main a.anchor:hover {
	color:#494232;
	text-decoration:none;
}

div#body div#body_main p.backtop a:visited {
	color:#663333;
	text-decoration:none;
}

div#body div#body_main p.backtop a:hover {
	color:#990000;
	text-decoration:underline;
}

div#body div#body_main p.backtop {
	font-size:.6em;
	margin-bottom:8px;
	text-align:right;
}

div#body div#body_right {
	float:right;
	width:6px;
	height:245px;
	background-image:url(images/body_right.gif);

}

ul#list_prices {
	list-style:none;
	margin-left:8px;
	font-size:.75em;
	margin-bottom:8px;

}



.img {
	border: 1px solid #c0c0c0; 
	padding: 2px; 
	margin: 10px;

	}

div#body div#img_sbhcsign {
	background:url(images/img_sbhcsign.jpg);
	background-position:2px 2px;
	background-repeat:no-repeat;
	width:200px;
	height:150px;
}

div#body div#img_beckbaby {
	background:url(images/img_beckbaby.jpg);
	background-position:2px 2px;
	background-repeat:no-repeat;
	width:200px;
	height:150px;
}

div#body div#img_massage {
	background:url(images/img_massage.jpg);
	background-position:2px 2px;
	background-repeat:no-repeat;
	width:200px;
	height:150px;
}

div#body div#img_room {
	background:url(images/img_room.jpg);
	background-position:2px 2px;
	background-repeat:no-repeat;
	width:200px;
	height:165px;
}

div#body div#img_face {
	background:url(images/img_face.jpg);
	background-position:2px 2px;
	background-repeat:no-repeat;
	width:200px;
	height:173px;
}

div#body div#img_office {
	background:url(images/img_office.jpg);
	background-position:2px 2px;
	background-repeat:no-repeat;
	width:200px;
	height:150px;
}

div#body div#img_preg {
	background:url(images/img_preg.jpg);
	background-position:2px 2px;
	background-repeat:no-repeat;
	width:200px;
	height:150px;
}

div#sidebar_outer {
	margin:0px 0 20px 0;
	padding:0 0 0 20px;
	width:166px;

}

div#body_main > div#sidebar_outer {
	margin-left:535px;
}


div#sidebar {
	width:150px;
	/*height:216px;*/
	padding:8px;

	/*background-image:url(images/sidebar.gif);
	background-repeat:no-repeat;*/
}



div#sidebar p {
	font-size:.75em;
	margin-bottom:8px;
}





div#contact_holder {
	display:none;
	
}


div#contact_box {


	padding:8px;
	/*background-color:#ffffff;*/

}



div#contact_box p {
	font-size:.75em;
	margin-bottom:5px;
	color:#494232;
}







form {
	display:block;
	width:auto;
	margin:0 400px 0 0;
}

/*form div.form_left {
	float:left;
	width:320px;
}

form div.form_left {
	width:320px;
	float:left;
}*/

form p {
	width:320px;	
}

form p input{
	width:150px;	
}

form p textarea{
	width:300px;	
}

form p select{
	width:30px;	
}
/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
form p input, form p textarea, form p select {
	border: 1px solid  #CCC;
	background:#ffffff;
	font-style: normal;
	font-size: 14px;
	color: #454743;
}

/** You can use this style for your LABEL elements **/
form p label {
	font-style: bold;
	font-size: 13px;
	float:left;
	width:150px;
}

form p label.textarea {
	float:none;
	display:block;
	width:auto;
	margin:0 0 3px 0;
}

form p input.submit {
	float:none;
	width:auto;
	margin:0 0 0 auto;
}

form p div.recaptcha {
		
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
form p input:hover, textarea:hover, select:hover {
	border: 1px solid  #999;
	/** remember to change image path **/
	background:#E1E1E1;
}

/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	/** remember to change image path **/
	background:#E1E1E1;
}





/*
div#contact_box input {
	width:110px;
	height:13px;
	border:#494232 solid 1px;
	background-color:#FFFFFF;
	font-size:10px;
	}
	
div#contact_box input.submit {
	width:50px;
	height:15px;
	border:#494232 solid 1px;
	background-color:#FFFFFF;
	font-size:10px;
	}
	
div#contact_box textarea {
	width:110px;
	height:75px;
	border:#494232 solid 1px;
	background-color:#FFFFFF;
	}*/

div#footer a#contact_link {
	background-image:url(images/icon_sendmessage.gif);
	background-repeat:no-repeat;
	width:120px;
	height:100px;
	float:left;
	margin-top:30px;
	margin-left:20px;
}








div#footborder {
	clear:left;
	background-image:url(images/body_foot.gif);
	width:760px;
	height:22px;
}





div#footer {
	clear:left;

}



div#footer div#foot_left {
	float:left;
	width:16px;
	height:190px;
	background-image:url(images/foot_left.gif)

}

div#footer div#foot_main {
	width:728px;
	height:190px;
	float:left;
	position:relative;
	background-image:url(images/foot_bg.gif);
	background-repeat:repeat;
	color:#FFFFFF;

}






div#footer div#foot_main h2 {
	font-size:.6em;
	margin-top:6px;
	margin-bottom:2px;
	font-weight:bold;
}

div#footer div#foot_main p {
	font-size:.6em;
	/*margin-bottom:8px;*/
}

div#footer div#foot_main a {
	color:#ffffff;
	text-decoration:none;
}
div#footer div#foot_main a:visited {
	color:#C8C8C8;

}
div#footer div#foot_main a:hover {
	color:#FFFFCC;
	text-decoration:underline;
}






div#footer div#foot_main div#foot_logo {
	background-image:url(images/foot_logo.gif);
	/*position:absolute;
	top:8px;
	left:10px;*/
	width:147px;
	height:157px;
	float:left;
	margin:10px 10px 0px 5px;
}





div#footer div#foot_main div#foot_content {
	float:left;
	width:405px;
	margin-top:15px;
	margin-left:150px;

}

div#footer div#foot_main div#foot_address {
	float:left;
	width:150px;
	height:150px;
}
div#footer div#foot_main div#foot_nav {
	border-left:#c4cba4 1px solid;
	float:left;
	width:220px;
	height:150px;
	padding-left:15px;
	margin-left:15px;
}

div#footer div#foot_main img{
	border:none 0px;
}


div#footer div#foot_right {
	float:right;
	width:16px;
	height:190px;
	background-image:url(images/foot_right.gif);

}

div#footer div#foot_bottom {
	width:728px;
	height:12px;
	background-image:url(images/foot_bottom.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:178px;
	left:0px;

}

div#footer p.copyinfo {
	font-size:.6em;
	color:#CCCCCC;
	text-align:center;
}

a#logo_rm {
	background-image:url(images/logo_rm.gif);
	height:25px;
	width:89px;
	float:right;
}












a#a_top {
	line-height:1px;
	height:1px;
	font-size:1px;
}







div#body_main div#sidebar h3#title_special {
	background-image:url(images/title_special.gif);
	width:150px;
	height:34px;
	margin-bottom:0px;
	
}

div#body_main h2#title_rates_location {
	background-image:url(images/title_rates_location.gif);
	width:360px;
	height:28px;
	margin-bottom:0px;
	
}


div#body_main h2#title_biography {
	background-image:url(images/title_biography.gif);
	width:360px;
	height:28px;
	margin-bottom:0px;
	
}


div#body_main h2#title_therapeutic_massage {
	background-image:url(images/title_therapmassage.gif);
	width:360px;
	height:28px;
	margin-bottom:0px;
	
}

div#body_main h2#title_faq_doula {
	background-image:url(images/title_pregfaq.gif);
	width:450px;
	height:56px;
	margin-bottom:0px;
	
}

div#body_main h2#title_faq_massage {
	background-image:url(images/title_massagefaq.gif);
	width:360px;
	height:56px;
	margin-bottom:0px;
	
}

div#body_main h2#title_pregnancy {
	background-image:url(images/title_pregnancy.gif);
	width:360px;
	height:56px;
	margin-bottom:0px;
	
}

div#phooglemap {
	width:300px;
	height:300px;
}

div#phooglemap iframe {
	width:300px;
	height:300px;
	border:none 0;
	background-color:#7B7B7B;
	background-image:url(images/animation_ajaxloader.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	
}

div#loading {
	background-color:#7B7B7B;
	background-image:url(images/animation_ajaxloader.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:200px;
	height:150px;
}



form#form_paypal p.form_input input {
	border:1px solid #999999;
	height:14px;
	width:40px;
	font-size:.75em;
}

form#form_paypal p.form_submit input {
	border:1px solid #999999;
	height:14px;
	width:80px;
	font-size:.75em;
	background-color:#CCCCCC
}















.corners{display:block}
.corners *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#BEBE9B}
.corners1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e0d8b8;
  border-right:1px solid #e0d8b8;
  background:#cdc9a8}
.corners2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f4e8c9;
  border-right:1px solid #f4e8c9;
  background:#c9c6a4}
.corners3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #c9c6a4;
  border-right:1px solid #c9c6a4;}
.corners4{
  border-left:1px solid #e0d8b8;
  border-right:1px solid #e0d8b8}
.corners5{
  border-left:1px solid #cdc9a8;
  border-right:1px solid #cdc9a8}
.cornersfg{
  background:#BEBE9B}
  
  
  
  
  
  
  
  
  
  
  
/*.box { 
  background: #FAEDCF; 
}*/
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}















