body 					{ margin: 0; padding: 0; height:100%; line-height:1; color:#b4b2ad; background-color: white; font-family: "Lucida Grande", Verdana, sans-serif;}
img						{ border: none; }
.clear 					{ clear: both; }
img.png 					{ behavior: url(../js/pnghack.htc); }
.center 					{ text-align: center; }
a, a:visited, a:active	{ text-decoration: none; cursor:pointer; color:white;} 

/* ---------------------- */
/* Containers             */
/* ---------------------- */
#outerwrapper 			{ width: 100%; margin:0 auto;  height: 100%; position: absolute;} 
* html #outerwrapper 		{ background-image:none !important; } 
.wrapper				{ width:1000px;  margin:0px auto 0px auto; border:1px dotted #ccc; height: 570px; margin-top: 10px; }
#page2					{ margin-top: 5px; }

/* ---------------------- */
/* Title                  */
/* ---------------------- */
.title					{ position: relative; background: url(../images/header-title.jpg) no-repeat left top; z-index:10; width: 390px; height: 70px; top: 5px; }
.header-menu1			{ background-position: 0 0     ; }		/* welcome */
.header-menu2			{ background-position: 0 -70px ; }		/* acupuncture */
.header-menu3			{ background-position: 0 -140px; }		/* fertility package */
.header-menu4			{ background-position: 0 -210px; }		/* prices */
.header-menu5			{ background-position: 0 -280px; }		/* testimonials */
.header-menu6			{ background-position: 0 -350px; }		/* links */
.header-menu7			{ background-position: 0 -420px; }		/* in the future */
.header-menu8			{ background-position: 0 -490px; }		/* contact us */
.header-menu9			{ background-position: 0 -560px; }		/* about us */

/* ---------------------- */
/* Left side of the page  */
/* ---------------------- */
.leftcolumn				{ float: left; padding-left: 10px; width: 250px; height: 570px; /*background-color: #d2f9fb;*/ }
.left-menus				{ padding: 0; list-style-type:none !important; margin-top: 20px;}
.left-menus li			{ margin-top: 10px; cursor:pointer; background: url(../images/left-menus.jpg) no-repeat left top; width: 204px; height: 38px;}

li.menu1					{ background-position: 0 0;      }		/* welcome */
li.menu2					{ background-position: 0 -38px;  }		/* acupuncture*/
li.menu3					{ background-position: 0 -76px;  }		/* fertility package */
li.menu4					{ background-position: 0 -114px; }		/* prices */
li.menu5					{ background-position: 0 -152px; }		/* testimonials */
li.menu6					{ background-position: 0 -190px; }		/* links */
li.menu7					{ background-position: 0 -228px; }		/* in the future */
li.menu8					{ background-position: 0 -266px; }		/* contact us */
li.menu9					{ background-position: 0 -304px; }		/* about us */
li.menu11					{ background-position: 0 -342px; }		/* jo and paul */
li.menu12					{ background-position: 0 -380px; }		/* emma */
li.menu13					{ background-position: 0 -418px; }		/* sarah */
li.menu14					{ background-position: 0 -494px; }		/* blog */
li.menu15					{ background-position: 0 -532px; }		/* hypnotherapy */
li.menu16					{ background-position: 0 -570px; }		/* nutrition */
li.menu20					{ background-position: 0 -456px; }		/* return */

li.menu1.hover			{ background-position: -204px 0;      }	/* welcome */
li.menu2.hover			{ background-position: -204px -38px;  }	/* acupuncture*/
li.menu3.hover			{ background-position: -204px -76px;  }	/* fertility package */
li.menu4.hover			{ background-position: -204px -114px; }	/* prices */
li.menu5.hover			{ background-position: -204px -152px; }	/* testimonials */
li.menu6.hover			{ background-position: -204px -190px; }	/* links */
li.menu7.hover			{ background-position: -204px -228px; }	/* in the future */
li.menu8.hover			{ background-position: -204px -266px; }	/* contact us */
li.menu9.hover			{ background-position: -204px -304px; }	/* about us */
li.menu11.hover			{ background-position: -204px -342px; }	/* jo and paul */
li.menu12.hover			{ background-position: -204px -380px; }	/* emma */
li.menu13.hover			{ background-position: -204px -418px; }	/* sarah */
li.menu14.hover			{ background-position: -204px -494px; }	/* blog */
li.menu15.hover			{ background-position: -204px -532px; }	/* hypnotherapy */
li.menu16.hover			{ background-position: -204px -570px; }	/* nutrition */

li.menu20.hover			{ background-position: -204px -456px; }	/* return */

/* ---------------------- */
/* Right side of the page */
/* ---------------------- */
.rightcolumn			{ margin: 0 0px 0 250px; height: 570px; /*background-color: #02f9fb;*/ }
#content,#contact		{ position: absolute; }
#right-img,#contact				{ position: relative; top: 5px; left:35px; }

/* ---------------------- */
/* Contact form           */
/* ---------------------- */
.submit					{ border: 0; cursor: pointer; background-image: url(../images/c-send.jpg); width: 60px; height: 26px; }
input, textarea				{ width:60%; padding:5px; border:1px solid #bfbfbf; color:#456; letter-spacing:1px; font-size: 16px;}
input:focus,textarea:focus	{ border: 1px solid #48addf; background-color: #fcfdce;  }
input:hover,textarea:hover	{ border: 1px solid #48addf; }
