body
{
	margin: 0;
  margin-top: 20px;
	padding: 0;
	color: #444;
	background: #fff;
	font: 85%/1.4 arial, helvetica, sans-serif;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.1em;
}

a, a:active, a:visited
{
	color: #3F1819;	
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
  background: #fff;
  border: 1px solid #3F1819;
	background: url("/images/plant.jpg") bottom right no-repeat #fff;
}

#header {
	margin: 0 0 0 0;
	background: #F9F2C6;
  width: 900px;
  height: 113px;
  background: url("/images/new_awakenings.jpg") repeat;
}

#header_admin {
	margin: 0 0 0 0;
	background: #F9F2C6;
  width: 900px;
  height: 113px;
  background: url("/images/new_awakenings_a.jpg") repeat;
}

#navigation {
	clear: both;
	background: #3F1819;
  color: #fff;
  font-weight: bold;
}

#container {
  background: #F9F2C6;
}

#side-a {
	float: left;
	width: 650px;
  background: #fff;
	padding: 20px 5px 20px 20px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 225px;
	/*width: 890px;*/
	height: 1%; /* Holly hack for Peekaboo Bug */

}

#footer {
	clear: both;
	background: #3F1819;
  color: #fff;
  padding: 7px;
  text-align: center;
}

#bottom_links {
	clear: both;
  color: #000;
  padding: 4px;
	font-size: 80%;
  text-align: center;
}

#category_block
{
	float: left;
	margin: 7px;
	margin-bottom:15px;
}

#category_block h2
{
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#cat_image
{
	border: 1px solid #3F1819;
	width: 200px;
	height: 150px;
}

#cat_image img
{
	border: none;
}

.treatment
{
  border: none;
  font-size:95%;
  margin-left: 10px;
}


.contact_details
{
  float: left;
  margin: 0px;
  padding: 5px;
}

.treatment
{
  font-size:95%;
  margin-left: 15px;
  clear: both;
  padding: 5px;
}

.treatment h3 { margin: 0px; }
.t_desc { font-style: italic; font-size:95%; }
.t_desc { padding-left: 5px; }
.t_info { float:right; width:auto; font-size:95%; }
.t_time { float:left; padding-right:5px; padding-right:5px; width: 55px;}
.t_price { float:left; padding-left:5px; padding-right:10px; width: 35px;}

.yellow_row { background: #F9F0C7; }
.green_row { background-color: #D7CEB0; }

/* Begin CSS Drop Down Menu */

#menuh-container
	{

	}

#menuh
{
width:100%;
float:left;
background-color: #3F1819;
}
		
#menuh a
	{
    
	display:block;
	border: 1px solid #3F1819;
	white-space:nowrap;
	margin:0;
	padding: 0.1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
{
color: white;
background-color: #3F1819;
text-decoration:none;
}
	
#menuh a:hover	/* menu at mouse-over  */
{
color: #3F1819;
background-color: #FCF5CB;
text-decoration:none;
}	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;

	}

#menuh li
	{
	position:relative;
  min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
  vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
  font-weight: normal;
  width: 12.0em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
