html, body, /*div, span,*/ applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, /*strong,*/ sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
/*fieldset, form, label, legend,*/
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

/* ----------------- Main Structure ----------------- */

body {
	background: #C1D2ED url('../images/main/bg.jpg') top left repeat-x;
	font: 85% georgia, "times new roman", times, serif;
}

.bodywrap {
	margin: 0 auto 20px auto;
	display: relative;
	position: block;
	width: 1002px;
}

#mast {
	display: relative;
	position: block;
	width: 1002px;
	height: 141px;
	background: transparent url('../images/main/mast.jpg') top left no-repeat;
}

#mast h1, #mast h2, #mast h3 {
	display: none;
}

#content {
	background: transparent url('../images/main/pagebg.jpg') top left repeat-y;
	display: block;
	position: relative;
	width: 1002px;
	min-height: 500px; /* ie6 min-height hack */
	height: auto !important; /* ie6 min-height hack */
	height: 500px; /* ie6 min-height hack */
}


#footer {
	display: block;
	position: relative;
	padding-bottom: 20px;
}

/* ----------------- Links ----------------- */

a:link, a:visited, a:hover {

}

a:visited {

}

a:hover {

}

/* ----------------- Navigation ----------------- */

#nav ul {
	display: block;
	position: relative;
	list-style: none;
	height: 44px;
	}

#nav ul li {
	float: left;
}

#nav ul li, #nav ul li a, #nav ul li a:link {
	text-indent: -9999px;
	text-decoration: none;
	position: relative;
	height: 44px;
	display: block;
	background: transparent;
	}
	
#nav ul li.home a:link, #nav ul li.home a:hover, #nav ul li.home a:visited {
	background: transparent url(../images/nav/home.jpg) top left no-repeat;
	width: 68px;
}

#nav ul li.home a:hover {
	background: transparent url(../images/nav/home.jpg) 0 -44px no-repeat;
}

#nav ul li.meet a:link, #nav ul li.meet a:hover, #nav ul li.meet a:visited {
	background: transparent url(../images/nav/meet.jpg) top left no-repeat;
	width: 111px;
}

#nav ul li.meet a:hover {
	background: transparent url(../images/nav/meet.jpg) 0 -44px no-repeat;
}

#nav ul li.solutions a:link, #nav ul li.solutions a:hover, #nav ul li.solutions a:visited {
	background: transparent url(../images/nav/solutions.jpg) top left no-repeat;
	width: 136px;
}

#nav ul li.solutions a:hover {
	background: transparent url(../images/nav/solutions.jpg) 0 -44px no-repeat;
}

#nav ul li.seminars a:link, #nav ul li.seminars a:hover, #nav ul li.seminars a:visited {
	background: transparent url(../images/nav/seminars.jpg) top left no-repeat;
	width: 92px;
}

#nav ul li.seminars a:hover {
	background: transparent url(../images/nav/seminars.jpg) 0 -44px no-repeat;
}

#nav ul li.faq a:link, #nav ul li.faq a:hover, #nav ul li.faq a:visited {
	background: transparent url(../images/nav/faq.jpg) top left no-repeat;
	width: 66px;
}

#nav ul li.faq a:hover {
	background: transparent url(../images/nav/faq.jpg) 0 -44px no-repeat;
}

#nav ul li.testimonials a:link, #nav ul li.testimonials a:hover, #nav ul li.testimonials a:visited {
	background: transparent url(../images/nav/testimonials.jpg) top left no-repeat;
	width: 110px;
}

#nav ul li.testimonials a:hover {
	background: transparent url(../images/nav/testimonials.jpg) 0 -44px no-repeat;
}

#nav ul li.links a:link, #nav ul li.links a:hover, #nav ul li.links a:visited {
	background: transparent url(../images/nav/links.jpg) top left no-repeat;
	width: 70px;
}

#nav ul li.links a:hover {
	background: transparent url(../images/nav/links.jpg) 0 -44px no-repeat;
}

#nav ul li.contact a:link, #nav ul li.contact a:hover, #nav ul li.contact a:visited {
	background: transparent url(../images/nav/contact.jpg) top left no-repeat;
	width: 90px;
}

#nav ul li.contact a:hover {
	background: transparent url(../images/nav/contact.jpg) 0 -44px no-repeat;
}

/* ----------------- Footer ----------------- */

#footer p {
font-family: helvetica, arial, verdana, sans-serif;
text-align: right;
font-size: .85em;
padding-top: 10px;
color: #034C75;
padding-right: 7px;
}

#footer a:link, #footer a:hover, #footer a:visited {
	text-decoration: underline;
	color: #034C75;
}

/* ----------------- Content ----------------- */

.footerwrap {
	width: 1002px;
	padding-bottom: 20px;
	background: transparent url(../images/main/footer.jpg) bottom left no-repeat;
}

.topwrap {
	width: 1002px;
	background: transparent url(../images/main/top.jpg) top left no-repeat;
}



/* ----------------- Left Column ----------------- */

.leftcol {
	display: block;
	position: relative;
	width: 259px;
	float: left;
}

.leftcontent {
	padding: 0 20px;
}

.leftcol ul {
	margin: 15px 0;
}

.leftcol li {
	color: #034C75;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 1em;
	background: transparent url(../images/other/leaf.gif) top left no-repeat !important;
	text-indent: 24px;
}

.leftcol strong {
	white-space: nowrap;
	text-transform: uppercase;
	font-size: .97em;
}

h3.yoursfree {
	height: 44px;
	width: 259px;
	margin: 0 !important;
	background: transparent url(../images/titles/lefttop.jpg) top left no-repeat;
}

h3.newslettertop {
	height: 44px;
	width: 259px;
	margin: 0 !important;
	background: transparent url(../images/titles/newsletterleft.jpg) top left no-repeat;
}

h3.newsletter {
	height: 33px;
	width: 191px;
	margin-bottom: 5px;
	background: transparent url(../images/titles/signupnow.gif) top left no-repeat;
}

/* ------ Newsletter ------ */

.newsletter {
	
}

.newsletter form {
	margin-top: 7px;
}

input.email {
	display: block;
	position: relative;
	float: left;
	margin-right: 5px;
	height: 16px;
	font-size: 11px;
	color: #034C75;
	padding-left: 3px;
}

input.button {
	top: 3px;
}

/* ------ Susan's Image ------ */

.susan {
	display: block;
	position: relative;
	width: 229px;
	height: 312px;
	margin: 30px auto;
	background: transparent url(../images/other/susan.png) top left no-repeat;
}

.susan p {
	display: none;
}

/* ----------------- Right Column ----------------- */

.rightcol {
	width: 743px;
	display: block;
	position: relative;
	float: right;
}

.contentwrap {
	width: 700px;
	padding: 0 15px 15px 15px;
}



/* ----------------- Pages ----------------- */

/* ----- Index ----- */

.videoplayer {
	display: block;
	position: relative;
	float: right;
	padding: 0 0 8px 10px;
	margin-top: -2px;
}

.player {
	display: block;
	position: relative;
	padding: 11px 0 0 12px;
}

.videobg {
	width: 279px;
	height: 217px;
	background: transparent url(../images/index/videobg.jpg) top left no-repeat;
	display: block;
	position: relative;
}

.videobg object {
	display: block;
	position: relative;
	top: 12px;
	margin: 0 0 0 12px;
}

.getstarted {
	margin: 0 auto 0 7px;
}

.testimonial {
	display: block;
	position: relative;
	float: right;
	padding: 0 0 8px 10px;
	margin-top: 5px;
}

/* ----- Testimonials ----- */

.testimonialwrap {
	clear: both;
	margin-bottom: 40px;
}

.testimonialwrap .videoplayer {
	float: left;
	padding: 0 10px 8px 0;
}

/* ----- Meet Susan ----- */

.meetsusan {
	clear: both;
	margin-bottom: 40px;
}

.meetsusan .videoplayer {
	float: left;
	padding: 0 10px 8px 0;
}

img.right {
	float:right;
	padding: 0 0 10px 10px;
}

/* ----- Newsletter ----- */

.newsletter {
	clear: both;
	margin-bottom: 40px;
}

img.largeleft {
	float: left;
	padding: 0 10px 10px 0;
}

ul.news {
	
}

ul.news li {
	padding-left: 7px;
}

ul.news li a:link, ul.news li a:hover, ul.news li a:visited {
	font-weight: bold;
	color: #034C75;
	text-decoration: none;
	
}

ul.news li a:hover {
	font-weight: bold;
	color: #99217B;
	text-decoration: none;
}

/* ----- Digestive Counseling ----- */

.digestive {
	clear: both;
	margin-bottom: 40px;
}

.digestive  .videoplayer {
	float: left;
	padding: 0 10px 8px 0;
}

img.getstarted {
	text-align: left;
}

.smallimg {
	float: right;
	padding: 0 0 10px 15px;
}

.imgwrap {
	margin-bottom: 15px;
	width: 100px;
}

.imgwrap p {
	color: #0f80c4;
	font-size: .85em !important;
	text-align: center;
	margin: .3em 0;
	line-height: 1.2em !important;
	font-family: helvetica, arial, sans-serif;
}

/* ----------------- Headlines ----------------- */

h2, h3 {
	text-indent: -9999px;
	display: block;
	position: relative;
	background: transparent;
}

h4 {
	font-weight: bold;
	color: #94217C;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.12em;
	line-height: 1.3em;
}

h2 {
	margin-bottom: 15px;
}

h2.welcome {
	width: 118px;
	height: 24px;
	background: transparent url(../images/titles/welcome.gif) top left no-repeat;
}

h2.h_contact {
	width: 100px;
	height: 22px;
	background: transparent url(../images/titles/contact.gif) top left no-repeat;
}

h2.h_links {
	width: 62px;
	height: 24px;
	background: transparent url(../images/titles/links.gif) top left no-repeat;
}

h2.h_faq {
	width: 147px;
	height: 26px;
	background: transparent url(../images/titles/faq.gif) top left no-repeat;
}

h2.h_seminars {
	width: 115px;
	height: 22px;
	background: transparent url(../images/titles/seminars.gif) top left no-repeat;
}

h2.h_meet {
	width: 147px;
	height: 22px;
	margin-left: 5px;
	background: transparent url(../images/titles/meet.gif) top left no-repeat;
}

h2.h_newsletter {
	width: 138px;
	height: 24px;
	background: transparent url(../images/titles/newsletter.gif) top left no-repeat;
}

h2.h_testimonials {
	width: 153px;
	height: 24px;
	margin-left: 5px;
	background: transparent url(../images/titles/testimonials.gif) top left no-repeat;
}

h2.h_digestivecounseling {
	width: 369px;
	height: 96px;
	margin-left: 5px;
	background: transparent url(../images/titles/digestivecounseling.gif) top left no-repeat;
}

h2.h_bodymind {
	width: 218px;
	height: 80px;
	margin-left: 5px;
	background: transparent url(../images/titles/bodymind.gif) top left no-repeat;
}

h2.h_detox {
	width: 261px;
	height: 80px;
	margin-left: 5px;
	background: transparent url(../images/titles/detox.gif) top left no-repeat;
}


/* --- DROP DOWN NAV --- */	

#showhide {	
	visibility: hidden
}
	
.second ul {
	display: block;
	position: absolute;
	z-index: 300;
	margin: 0;
	left: 439px;
	top: 27px;
	border: 1px solid #C3E4E9;
	width: 155px;
	background: #CBE1EE;
	text-align: left;
	}
	
.second ul li { /* all list items */
	text-indent: 0;
	white-space: nowrap;
	padding: 0;
	margin: 0 !important;
	line-height: 11px;
	font-size: .9em;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	width: 155px; /* width needed or else Opera goes nuts */
}

.second ul a:link, .second ul a:hover, .second ul a:visited  {
	color: #0095D7;
	display: block;
	background: #E7F3FB;
	text-decoration: none;
	width: 135px;
	height: 20px;
	padding: 8px  10px 1px 10px ;	
	text-indent: 0;
	margin: 0 !important;
	}
	
.second ul li a:hover {
	background: #E1E9EE  !important;
	text-decoration: none;
	color: #99217B;
	}


/* ----------------- Typography ----------------- */

.rightcol p, .rightcol li, .rightcol dd {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

/* ----------------- JQuery Popout ----------------- */

#links a img {
  height: 0;
  width: 0;
  border-width: 0;
}

#links a {
  display:block;
  padding-top: 110px;
}

#links a:hover img {
  position: relative;
  top: -190px;
  left: -10px;
  height: 194px;
  width: 210px;
  border-width: 2px;
  border-color: #0ff;
}

.thumbnail {
  float: right;
  width: 97px;
  height: 105px;
 /* border: 1px solid #000;*/
  margin: 0 15px 15px 0;
  padding: 5px;
  text-align: center;
  background-repeat: no-repeat;
  /*background-position: 50% 50%;*/
}

.imageenlarge {
	width: 100px;
}

/* Resources Page */

.linkswrap {
	display: block;
	position: relative;
	width: 270px;
	float: left;
}

.videowrap {
	display: block;
	position: relative;
	float: right;
}

.videowrap table {
	border: 1px solid #dddddd;
	background: #fff;
}

.videowrap tr {
	
}

.videowrap td {
	padding: 25px;
}

.videowrap img, .videowrap object {
	border: 2px solid #0095d9;
	margin: 0 auto;
}

.videowrap p {
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	margin: 7px auto;
	color: #000;
}