/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#DCD4B6 url("../images/bg-body.jpg") top repeat;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#66624E;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#66624E; }
h2	{ font-size:1.1em; color:#66624E; }
h3	{ font-size:1.0em; color:#66624E; }
h4	{ font-size:1.0em; color:#66624E; }

h1 span,h2 span,h3 span	{ display:none; }
h1#header {position: absolute; top: -20px;}
#subhead h1 {text-indent:-9000px;}
a:link,a:visited	{ color:#66624E; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#66624E; text-decoration:none; outline:none; }

/* ----- classes ----- */

p.h1	{ font-size:1.4em; color:#403E31; font-weight:bold; }
p.h2	{ font-size:1.3em; color:#403E31; font-weight:bold; padding-top:40px; }
p.h3	{ font-size:1.1em; color:#403E31; font-weight:bold; }
p.h4	{ font-size:1.1em; color:#403E31; font-weight:bold; }

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}

p.font-14px {
	font-size:14px;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}

img.img-left-logo { 
	float:left; 
	margin:-35px 0 0 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

img.img-top { 
	float:left; 
	margin:2px 250px 10px 0px; 
	}
	
img.img-wde {
	float:left; 
	margin:2px 210px 10px 0px; 
	}
#column-left ul.list-no-margin {
	margin-bottom:0;
	}
	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	position:relative;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #66624E;
	color:#66624E;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.join { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0;
	}
	
#column-right form { width:280px; margin-bottom:0; }

input.submit-contact-main { margin:90px 0 5px 243px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:781px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:122px;
	}

body#wholistic #masthead {
	position:relative;
	background:url("../images/masthead-wholistic.jpg");
	height:122px;
	}

	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:27px;
		width:455px;
		top:41px;
		height:45px; 
		}
	#masthead a span {
		display:none;
		}

#bg-gradient {
	background:url("../images/bg-gradient.jpg") no-repeat;
	width:781px;
	}

/* ----- column-left ----- */

#column-left {
	width:483px;
	float:left;
	clear: right;
	}
	
body#index #bg-left-gradient {
	background:url("../images/bg-left-gradient.jpg") no-repeat;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left ul, #column-left dl {
		margin:0 30px 20px 44px;
		}
		
	body#index #column-left form { margin-left:114px; width:280px; margin-bottom:0px; }
	body#contact #column-left form { margin-left:24px; }
	
	/* single column list */
	
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
			
		#column-left ul li ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			margin-bottom:0;
			}
	
	#column-left ul#anchor-list  { padding-left:5px; }
		 #column-left ul#anchor-list li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			margin-bottom:20px;
			font-weight:bold;
			font-size:13px;
			}
			
		 #column-left ul#anchor-list li ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			margin-bottom:0;
			font-weight:normal;
			font-size:12px;
			}
			
#column-left p.border {
			border: 1px solid #DCD3B4;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			text-align: left;
			background-color: #BBE7D0; 
			color: #66624E;
			display:block;
			padding:5px 10px;
			margin:20px 32px;
			}
			
			#column-left p.border-blue {
			border: 1px solid #DCD3B4;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			text-align: center;
			background-color: #0099CC;
			color: #fff;
			font-weight: bold;
			display:block;
			padding:5px 10px;
			margin:20px 32px;
			}

			#column-right p.border-blue {
			border: 1px solid #DCD3B4;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			text-align: center;
			background-color: #0099CC;
			color: #fff;
			font-weight: bold;
			display:block;
			padding:5px 10px;
			margin:20px 32px;
			}

		 hr.spacer { 
		  width: 400px;
		  position: relative;
		  margin: 30px 10px 10px 45px;
		  color:#DCD3B4;
		  }
		  
		  .prices { 
		  font-family: Arial, Helvetica, sans-serif;
		  font-size: 11px;
		  text-align: left;
		  color: #66624E;
		  margin:0 10px 0 0px;
		  }
		 	  
		  #underline {
		  text-decoration: underline;
		  }	  
/* ----- column-right ----- */

#column-right {
	width:298px;
	float:right;
	}
	
#column-right {
	background:url("../images/bg-colright.gif");
	}
	
#column-right hr { width:240px; margin:20px 30px 20px 15px;  }
	
#bg-right-gradient {
	width:298px;
	}

body#index #bg-right-gradient {
	background:url("../images/bg-right-gradient.jpg") no-repeat;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3 {
		margin:0 30px 20px 15px;
		}
	#column-right form { margin-left:15px; }
	
	#column-right div.border-blue {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: #0099CC;
		color: #fff;
		font-weight: bold;
		display:block;
		padding:5px 10px;
		/*margin:2px 17px 0 3px;*/
		width:255px;
		margin:0 0 0 1px;
		border: 2px solid #fff;
		}

	/* single column list */
	#column-right ul.list { padding:0 30px 0 15px; }
		#column-right ul.list li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
	 	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:41px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { height:135px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic, body#contact #header-graphic, body#thankyou #header-graphic { background:url("../images/header-about.jpg"); }
	body#wholistic #header-graphic { background:url("../images/header-wholistic.jpg"); }
	body#services #header-graphic, body#wellness-classes #header-graphic,
		body#weigthloss #header-graphic, body#colonic-information #header-graphic, body#naturopathic #header-graphic, 
		body#detoxification #header-graphic, body#acupuncture #header-graphic { background:url("../images/header-naturopathic.jpg"); }
	body#products-stage #header-graphic, body#products #header-graphic { background:url("../images/header-products.jpg"); height:135px;}
	body#resources #header-graphic { background:url("../images/header-contact.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:104px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); margin-bottom:20px; }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#naturopathic #subhead { background:url("../images/subhead-naturopathic.jpg"); }
	body#wholistic #subhead { background:url("../images/subhead-wholistic.jpg"); }
	body#acupuncture #subhead { background:url("../images/subhead-acupuncture.jpg"); }
	body#products #subhead, body#products-stage #subhead { background:url("../images/subhead-products.jpg"); }
	
	body#detoxification #subhead { background:url("../images/subhead-detox.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#colonic-information #subhead { background:url("../images/subhead-colonic.jpg"); }
	body#weigthloss #subhead { background:url("../images/subhead-weightloss.jpg"); }
	body#wellness-classes #subhead { background:url("../images/subhead-wellness-classes.jpg"); }
	body#resources #subhead { background:url("../images/subhead-resources.jpg"); }


/* ----- subhead framework with varying heights ----- */

#subhead-naturopathic-index {
	height:125px;
	background:url("../images/subhead-naturopathic-index.jpg") ;
	}

#subhead-wholistic-index {
	height:137px;
	background:url("../images/subhead-wholistic-index.jpg") ;
	}

#subhead-acupuncture-index {
	height:134px;
	background:url("../images/subhead-acupuncture-index.jpg") ;
	}

#subhead-reverse-therapy {
	height:134px;
	background:url("../images/subhead-reverse-therapy.jpg") no-repeat;
	}

#subhead-infertility-treatment {
	height:133px;
	background:url("../images/subhead-infertility-treatme.jpg") no-repeat;
	}

#subhead-acupuncture-lcol {
	height:110px;
	background:url("../images/subhead-acupuncture-lcol.jpg") ;
	}
	
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:781px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#342D06;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#342D06; }

#footer a:hover, #footer a:active { color:#342D06; }

#footer ul {margin-bottom:20px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #342D06;
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:781px; 
	height:32px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:32px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 65px; margin-left: 15px; }
#nav-02 { width: 63px; margin-left: 1px; }
#nav-03 { width: 130px; margin-left: 1px; }
#nav-04 { width: 98px; margin-left: 1px; }
#nav-05 { width: 79px; margin-left: 1px; }
#nav-06 { width: 88px; margin-left: 1px; }
#nav-07 { width: 83px; margin-left: 1px; }
#nav-08 { width: 138px; margin-left: 1px; }


/*-------------- (-79px) X position of button / (-32px) height of image from above ------------- */
#nav-01 a:hover, body#index #nav-01 { background:url("../images/nav.jpg")  -15px -32px no-repeat; }
#nav-02 a:hover, body#about #nav-02 { background:url("../images/nav.jpg")  -81px -32px no-repeat; }
#nav-03 a:hover, body#naturopathic #nav-03 { background:url("../images/nav.jpg") -145px -32px no-repeat; }
#nav-04 a:hover, body#wholistic #nav-04 { background:url("../images/nav.jpg") -276px -32px no-repeat; }
#nav-05 a:hover, body#acupuncture #nav-05 { background:url("../images/nav.jpg") -375px -32px no-repeat; }
#nav-06 a:hover, body#detoxification #nav-06 { background:url("../images/nav.jpg") -455px -32px no-repeat; }
#nav-07 a:hover, body#products #nav-07 { background:url("../images/nav.jpg") -544px -32px no-repeat; }
#nav-08 a:hover, body#resources #nav-08 { background:url("../images/nav.jpg") -628px -32px no-repeat; }


#nav ul{ position:absolute; left: -10000px; width:300px !important; z-index:10000; background-image:none !important; background-color:#c9bc8f; text-decoration: none;  }
#nav ul li { background-image:none !important; text-align:left; width: 300px !important; display:block; position:static; line-height:25px; text-decoration: none; height:25px !important; border-bottom:#c9c5b9 1px dashed;background-color:#c9bc8f; }
#nav ul li a { color:#fff !important; text-indent:5px; background-image:none !important; display:block !important; width:300px; line-height:25px; height:25px !important; text-decoration: none;background-color:#c9bc8f;}
#nav ul li a:hover { color: #000 !important; text-decoration: none;background-color:#5eb1e7; }
#nav ul li.last {border-bottom:none;}
#nav li:hover ul, #nav li.sfhover ul { left: auto; background-image:none; text-decoration: none; width: 300px; visibility:visible; }



/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
 { background:url("../images/nav.jpg")  -15px -32px no-repeat; }
 { background:url("../images/nav.jpg") -77px -32px no-repeat; }
 { background:url("../images/nav.jpg") -159px -32px no-repeat; }
 { background:url("../images/nav.jpg") -332px -32px no-repeat; }
 { background:url("../images/nav.jpg") -445px -32px no-repeat; }
 { background:url("../images/nav.jpg") -547px -32px no-repeat; }
 { background:url("../images/nav.jpg") -662px -32px no-repeat; }


/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#btn-procedures {
	background:url("../images/btn-procedures.jpg") top left no-repeat;					
	width:298px;		/* Width of buttons, not entite image (or half of entire image) */
	height:619px;		/* Height of entire image */
	margin:0 0 0 0;
	padding:0;
	}

#btn-procedures li span { display: none; }

#btn-procedures li {
	float:left;
	list-style:none;
	}

#btn-procedures li, #btn-procedures a { 
	height:116px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the btn-procedures should begin */
#btn-procedures-01 { margin-top:0px; width:280px; height:113px; }

/* margin-top if there is a spacing between each btn-procedures button */
#btn-procedures-02, #btn-procedures-03, #btn-procedures-04, #btn-procedures-05  { margin-top:8px; width:280px; }

#btn-procedures-01 a:hover { background:url("../images/btn-procedures.jpg") -298px  0px no-repeat; }
#btn-procedures-02 a:hover { background:url("../images/btn-procedures.jpg") -298px  -124px no-repeat; }
#btn-procedures-03 a:hover { background:url("../images/btn-procedures.jpg") -298px  -248px no-repeat; }
#btn-procedures-04 a:hover { background:url("../images/btn-procedures.jpg") -298px  -372px no-repeat; }
#btn-procedures-05 a:hover { background:url("../images/btn-procedures.jpg") -298px  -496px no-repeat; }



#column-left table { margin:0px 0px 20px 44px; }
#column-left table td {  padding:0px 15px 0px 0px;  }


body#wholistic #column-right {
	width:297px;
	clear: right;
	float: left;
}


/*body#wholistic #column-right form{width:245px;}*/
#make-up {
	height: 49px;
	width: 224px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-image: url(../images/img_makeup.jpg);
}
.img_float {
	margin-right: 10px;
	padding-top: 25px;
	padding-left: 45px;
}
.inlaid_pic {
	padding-left: 45px;
}
.March-Special-Hdr {
	color: #BB215B;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}
.March-Special-Highlight {
	color: #BB215B;
	font-style: italic;
	font-weight: normal;
}
.March-Special-Highlight a {
	color: #BB215B;
	font-style: italic;
	font-weight: normal;
}
.Special-Sub-Hdr {
	color: #7F4B89;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}
