@charset "utf-8";
/* CSS Document */

/* STANDARD FORMATTING */
p,h1,h2,h3,h4,h5,h6,ul,ol,li {
	padding-top: 0px;
	padding-right: 3.5em;
	padding-left: 3.5em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0.9em;
	margin-left: 0px;
	padding-bottom: 0px;
}
body {
	font-family: 'century gothic',Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	width: 100%;
	display: table;
	background-position: center top;
	text-align: center;
	font-size: 14px;
	margin: 0;
	background:url(../images/back.jpg) repeat-x;
	font-family: Tahoma, Arial;
	color: #000;
}
li {
	margin-left: 50px;
	padding-left: 10px;
	margin-bottom: 0px;
}

a:link, a:visited {
/* 	color: #8b813b; */
	color:#006979;
	text-decoration: underline;
}
a:hover, a:active {
/* 	color: #94ab43; */
	text-decoration: underline;
}

#wrapper {
	padding: 0px;
	width: 1160px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	position: relative;
}

/* HEADER AREA */
#header {
	background-image: url(../images/metamorphosishealing_header.jpg);
	background-repeat: no-repeat;
	height: 486px;
	width: 1160px;
}
#contactmap {
	position: relative;
	float: right;
	width: 500px;
	height: 80px;
	margin-right: 140px;
}
#contactmap span {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width:100%;
	height:100%;
	background-image: url(../images/contactmap.png);
}

/* CONTENT AREA */
#content {
	width: 1160px;
	min-height:500px;
	max-height:4000px;
	text-align: left;
	float: left;
	background-image: url(../images/metamorphosishealing_background.png);
	background-repeat:repeat-y;
}
#content-txt {
	width: 70%;
    margin: 0px auto;
	text-align: left;
}

/* NAVIGATION MENU */
#nav {
	height: 38px;
	width: 1160px;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 430px;
}
#menu {
	list-style: none;
	width: 957px;
	height: 42px;
	left: -6px;
	bottom: 0px;
	position: absolute;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	height: 42px;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}
#menu .home {
	width: 136px;
	height: 38px;
	left: 166px;
	background-image: url(../images/metamorphosishealing_menu_home.png);
	background-repeat: no-repeat;
	bottom: 0px;
}
#menu .about {
	width: 144px;
	height: 38px;
	left: 304px;
	background-image: url(../images/metamorphosishealing_menu_about.png);
	background-repeat: no-repeat;
	bottom: 0px;
}
#menu .energymedicine {
	width: 256px;
	height: 38px;
	left: 450px;
	background-image: url(../images/metamorphosishealing_menu_energymedicine.png);
	background-repeat: no-repeat;
	bottom: 0px;
}
#menu .nutrition {
	width: 149px;
	height: 38px;
	left: 708px;
	background-image: url(../images/metamorphosishealing_menu_nutrition.png);
	background-repeat: no-repeat;
	bottom: 0px;
}
#menu .contact {
	width: 153px;
	height: 38px;
	left: 859px;
	background-image: url(../images/metamorphosishealing_menu_contact.png);
	background-repeat: no-repeat;
	bottom: 0px;
}

/* FOOTER AREA */
#footer {
	font-family: 'century gothic',verdana,arial,helvetica,sans-serif;
	width: 1160px;
	background-repeat: no-repeat;
	clear: both;
	height: 137px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/metamorphosishealing_footer.jpg);
/* 	color: #aa9d46; */
	color:#006979;
}

#footer .menu	{
	padding-top: 15px;
}

/* General Formatting AREA */
.maintitle {
	padding-top: 20px;
	padding-bottom: 20px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-left: -20px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-left: -20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-left: -15px;
}
.highlt-txt {
	font-weight: bold;
/* 	color: #8b813b; */
	color:#006979;
}
.quote {
/* 	color: #8b813b; */
	color:#006979;
	font-size: 12px;
	text-align: center;
}
.quotelrg {
/* 	color: #8b813b; */
	color: #006979;
	font-size: 16px;
	text-align: center;
}
.subtxt {
	font-size: 10px;
	margin-left: 20px;
}
.indent {
	margin-left: 50px;
}
.floatright {
	float: right;
	margin: 4px;
	margin-right: 50px;
}
.floatleft {
	float: left;
	margin: 4px;
	padding-right: 20px;
}
.imgcentre {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-right: 12px;
}