@charset "utf-8";
body  {
	font: 15px Tahoma, Arial, Helvetica, sans-serif;
	background: #53909e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container { 
	width: 750px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#containerwide {
	width: 895px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#containerwide #mainContent {
	margin: 0 90px 0 90px; 
	overflow: hidden;
}
 
#header { 
	background-color: #ffffff;
	background-image:url(../images/layout/bmb-banner.jpg);
	background-repeat:no-repeat;
	height:220px;
} 


/*#sidebar1 {
	float: left; 
	width: 12em; 
	background: #ffffff; 
	padding: 80px 0px 15px 0; 
	text-align:center;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

#sidebar1 img {
	padding-top: 10px;
}*/

#mainContent {
	margin: 0 18px 0 18px; 
	overflow: hidden;
	padding:15px 0 0 0;
}

.salespage-padding {
	padding-left: 30px;
	padding-right:30px;
}


#mainContent p, #mainContent ul, #footer {
	font-size: 15px;
	font-weight:normal;
	color: #000000;
	text-align:justify;
	line-height:1.3em;
}

#footer {
	background-image:url(../images/Footer_FreshNFun_revised.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-left:15px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.image-right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 2px;
}
.image-left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
}
.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.img-border {
	border: 2px solid #e4f9f9;
}

/* TEXT STYLES */

.super-h1 {
	font-size:30px;
	color:#CC3300;
	font-weight:bold;
	line-height:1.6em;
	padding-top:12px;
	padding-bottom:12px;
}

h1 {
	padding:4px 0px 4px 0px;
	margin:0px;
	font-size:26px;
	color:#008080;
}

h2 {
	color:#CC3300;
	padding:4px 0px 4px 0px;
	margin:0px;
	font-size:20px;
}

h3 {
	color: #008080;
	font-size: 24px;
	padding:3px 0;
	margin:3px 0;
	font-weight:bold;
	line-height:1.2em
}

h4 {
	color: #000000;
	font-size: 15px;
	padding:4px 0px 4px 0px;
}

h5 {
	color:#008080;
	font-size:14px;
	font-weight:normal;
	line-height:1.2em;
	margin:3px 0;
	padding:3px 0;
}

h5 a {
	text-decoration:underline;
	font-style:italic;
}

.heading-tagline {
	font-size:85%; font-weight:normal;
}

.font-downsize {
	font-size:90%;
}

.red {
	color:#ff0000;
}

.orange {
	color: #f28237;
}

.blue {
	color: #008080;
}

.black {
	color:#000000;
}

.green {
	color: #009900;	
}

.tourq1 {
	color: #003333; font-size: 24px;
}

ul {
	text-align:left;
}

li {
	padding:7px 0px;
	font-size:15px;
}

.lettered-bulets {
	list-style-type:lower-alpha;
}

.no-bold {
	font-weight:normal;
}

blockquote {
	font-style:italic;
	letter-spacing:0.1em;
	font-size:14px;
	padding-left:25px;
	padding-right:25px;
}

#mainContent .slogan {
	text-align:center;
	color: #ff6600;
	font-size: 16px;
	font-weight:normal;
}

#mainContent .copyright {
	text-align:center;
}

#mainContent .instructor-bios p {
	font-size:14px;
}

/* END TEXT STYLES */

/* BULLETED LISTS */

.square-bullets {
	list-style-image:url(../images/tourq-sq-12px.gif); margin-left:18px; margin-right:18px;
}

.square-bullets li, .round-bullets-1 li, blue-moon-bullet li {
	padding-bottom:10px; font-size:15px;
}

.round-bullets-1 {
	list-style-image:url(../images/BD15136_.gif); margin-left:18px; margin-right:18px;
}

.round-bullets-1 li {
	font-weight:normal;	font-size:16px;
}

.cucumber-bullet {
	list-style-image:url(../images/cucumber-bullet.jpg); margin-left:18px; margin-right:18px;
}

.cucumber-bullet li {
	padding-bottom:12px; font-weight:normal;
	font-size:16px;
}

.carrot-bullet {
	list-style-image:url(../images/carrot-bullet.jpg); margin-left:38px; padding-left:38px; padding-top:15px; margin-right:18px;
}

.carrot-bullet li {
	font-size:14px; 
}

.checkmark-bullet {
	list-style-image:url(../images/check-mark.gif); margin-left:18px; margin-right:18px;
}

ul.blue-moon-bullet {
	list-style-image:url(../images/BD21482_.gif); margin-left:18px; margin-right:18px;
}

ul.blue-moon-bullet li {
	padding-bottom:12px;
}

ul.blue-moon-bullet h3 {
	text-transform:uppercase;
	display:inline;
}

/* END BULLETED LISTS */




/*GLOBAL LINK COLORS*/

a {text-decoration: none; color: #008080;}
a:hover {color: #CC3300;}
	
/*END GLOBAL LINK COLORS*/

/* INSTANT TELESEMINAR PLAYER STYLES */

#mainContent .it-player-wrapper, .pdf-wrap {
	margin:auto;
	width:452px;
}

#mainContent .call-date {
	font-size:110%; color:#CC3300;
}

#mainContent #calls {
	width:75%;
}

#mainContent #calls h3, #calls h4 {
	margin:6px auto;
	padding:4px 0px;
}

#mainContent #calls h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	color:#CC3300;
}

#mainContent #calls h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	font-weight:bold;
	color:#014b4b;
}

#mainContent .tel-number-box {
	background-color:#f7f5f5;
	border:1px solid #999999;
	margin:10px auto;
	padding:0;
	width:80%;
}

#mainContent .tel-number-box p {
	font-size:13px;
	text-align:justify;
	padding:5px 15px;
}

#mainContent .tel-number-box .tel-number-top {
	background-image:url(../images/layout/xiosoft-slice-grey.gif); background-repeat:repeat-x; border-bottom:1px solid #999999; height:22px;padding:9px 0px 0px; text-align:center;
}

#mainContent .tel-number-box .tel-number-top span {
	font-size:12px;
	margin:0px;
	padding:0px;
}

#mainContent .special-call-notes {
	font-size:14px; font-style:normal; font-family:Verdana; font-weight:normal;
}

#mainContent .special-call-notes red {
	color:#ff0000;
}


/* VIDEO PLAYER DIV */

#video-div  {
	margin:auto;
	width:100%; 
	text-align:center;
}

/* END VIDEO PLAYER DIV */


/* STYLES TO LAYOUT THE TOP AND BOTTOM MENU */

.top-menu {
	height:26px;
}
.top-menu ul {float:left;list-style-type:none;margin:0px;padding:0px;width:100%;background:#ffffff;}
.top-menu ul li {float:left;background:url('../images/menu-images/start.gif') no-repeat;margin-right:3px;}
.top-menu ul li a {float:left;background:url('../images/menu-images/end.gif') no-repeat;background-position: 100% 0%;padding-left:10px;padding-right:10px;font:12px "Trebuchet MS", Arial, sans-serif;text-decoration:none;font-weight:bold;color:#000000;line-height:26px;}
.top-menu ul li a:hover {text-decoration:underline;}

.bottom-menu ul {
	margin: 20px 0px 0px 0px;
	padding: 0px 10px 28px 0px;
}

.bottom-menu li {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	padding-right:10px;
	padding-left:10px;
	list-style-type: none;
	text-decoration: none;
}

.bottom-menu a {
	color:#000000;
	text-decoration:none;
}

.bottom-menu a:hover {
	color:#D97E24;
	text-decoration:none;
}

/* END STYLES TO LAYOUT THE TOP AND BOTTOM MENU */

.resource-list-boxes {
	padding-left:50px;
}

#link-box .resource-list-boxes p {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

#link-box .resource-list-boxes .image-left {
	float: left;
	vertical-align:text-bottom;
	margin-right:4px;
}
#link-box .resource-list-boxes .image-right {
	float: right;
}

.green-fun {
	color:#336600;
	font-weight:bold;
	padding-bottom:12px;
}

.green-fun span {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

.font-up-size {
	font-size:120%;
}

.font-up-size-plus {
	font-size:125%;
}

#mainContent .font-up-size-plus {
	font-size:120%;
}

.underline {
	text-decoration:underline;
}

.line-through {
	text-decoration:line-through;
}

.download-all {
	margin:auto;
	width:75%;
	padding:2px;
	text-align:center;
	background-color:#f7dcb7;
}

/* ROUND CORNER BOX DIV */

.standard-round-corner-box-outer {
	font-size:14px;
	padding:0px 10px;
	margin: 0px auto 20px;
	width:92%;
	border: 2px solid #006666;
	background-color:#f5f5f5;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.standard-round-corner-box-inner {
	margin:auto;
	border: 1px solid #006666;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding:10px;
}

.double-border-box-outer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:3px;
	margin: 0px auto 20px;
	width:80%;
	border: 2px solid #006666;
	background-color:#f5f5f5;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.double-border-box-inner {
	margin:auto;
	border: 1px solid #006666;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding:10px;
}

.star-box {
	background-image:url(../images/star-box.gif);
	background-position: top right;
	background-repeat:no-repeat;
}

.double-border-box-outer  h1 {
	padding-bottom:5px;
	margin-bottom:0px;
	margin-top:0px;
}

.double-border-box-outer  h3 {
	font-size:22px;
	padding-top:0px;
	margin-top:0px;
}

.double-border-box-outer p em strong, {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#161616;
}

#mainContent .double-border-box-outer .double-border-box-inner p {
	font-size:15px;
	color:#161616;
}

.double-border-box-outer ul {
	list-style-image:url(../images/check-ritamarie.gif);
}

.double-border-box-outer ul li {
	font-size:16px;
	padding-bottom:7px;
	padding-top:7px;
	padding-left:0px;
	letter-spacing:.03em;
}

.double-border-box-outer ul li .font-up-size {
	color: #ff6600;
	font-weight:bold;
	font-style:italic;
}

.box-style-one  {
	margin:20px auto; 
	width:80%; 
	background-color:#fef7f2; 
	border: 1px solid #04a3a1; 
	padding:5px 10px; 
	margin-bottom:22px;
	-moz-border-radius: 7px; -webkit-border-radius: 7px;
}

.box-style-two {
	width:65%; 
	margin:25px auto;
	background-color:#e9f9fd; 
	border: 6px solid #9B7252;
	padding:4px 7px 16px;
	-moz-border-radius: 7px; -webkit-border-radius: 7px;
}


.box-style-one p  {
	padding: 0 0px 6px;
	margin:2px 0px 3px;
}

.box-style-three, .box-style-four {
	margin:auto; 
	width:90%; 
	background-color:#FFFFFF; 
	border: 1px solid #283a61; 
	padding:10px; 
	font-size:18px;
	margin-top:15px;
	margin-bottom:15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.box-style-four {
	width:60%;
}

.price-box {
	text-align:center;
	background-color:#ffffff; 
	padding:9px; 
	border:1px solid #c1c1c1; 
	margin:auto; width:180px; 
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.plain-box, .plain-box-wide {
	border: 1px solid #266371;
	margin:10px auto;
	width:76%;
	padding:15px;
}

.plain-box span {
	color:#266371;
	font-size:135%;
}

.plain-box-wide {
	width:90%;
}

.light-back-box {
	background-color:#fdfaf6; margin:20px auto; width:90%; padding:5px 16px; border: 1px solid #eeeeee;	-moz-border-radius: 7px; -webkit-border-radius: 7px;
}

.narrow {
	width:77%;
}

.buy-btn-spacing {
	margin:auto;
	width:100%;
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
}

.horizon-div-spacing {
	margin:auto;
	width:100%;
	text-align:center;
	padding-top:16px;
	padding-bottom:16px;
}


/* END ROUND CORNER BOX DIV */

/* BARASUS BOX DIV */


.barasus {
	width:494px; margin:auto; background-color:#ecedf1;
}

.barasus-top {
	background-image:url(../images/bara_sus_top.jpg); background-repeat:no-repeat; background-position:top center; height:35px;
}

.barasus-middle {
}

.barasus-bottom {
	background-image:url(../images/bara_sus_bottom.jpg); background-repeat:no-repeat; background-position:top center; height:35px;
}

#mainContent table tr td {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#mainContent table.barasus-table tr td p {
	font-size:13px;
}

/* END BARASUS BOX DIV */

/*Styles for AT A GLANCE SECTION OF CLASSES AND WORKSHOPS PAGE*/

#links-outer {
	padding:3px;
	margin: 10px auto 20px;
	width:90%;
	border: 2px solid #006666;
	background-color:#f5f5f5;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#links-inner {
	margin:auto;
	border: 1px solid #006666;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding:4px;
}

#links {
	margin:auto;
	width:100%;
}

#links ul {
        list-style-type: none;
        width: 100%
		margin:0px;
		padding:0px;
} 

#links li {
        border: 1px dotted #003300;
        border-width: 1px 0;
        margin: 5px 0;
}

#links li a { 
        color: #990000;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 100%;
}

#links li a:hover {
        background: #9bd2d2;
}

#links a em { 
        color: #000000;
        display: inline;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #000000;
        font: normal 80% Verdana, Helvetica, sans-serif;
        line-height: 180%;
}


/* END Styles for AT A GLANCE SECTION OF CLASSES AND WORKSHOPS PAGE */

/*///////////////////////////////////////////////////////////////////////////////////////////*/

/*  STYLES FOR MEMBERS VIDEO PAGES */

.vid-wrapper {
	margin:auto;
	width:100%;
	text-align:center;

}

.vid {
	padding-top:0px; 
	text-align:left;
	float:left;
	background-color:#ffffff;
}

.vid a {
	text-decoration:none;
	color:#ffffff;
}

.vid a:hover {
	text-decoration:none;
	color:#000000;
}

.vid-menu {
	position:relative;
	color:#333333;
	font-size:14px;
	margin-left:345px;
	background-color:#fdfaf6;
	border: 1px solid #eeeeee;
	padding-left:25px;
}

.vid-menu a {
	text-decoration:none;
	color:#000000;
}

.active {
	font-weight:bold;
	color:#000000;
}

.vid-menu a:hover {
	text-decoration:none;
	color:#CC3300;
}

#mainContent .vid-wrapper .vid-menu ul {
	margin:0px;
	padding:0px;
	list-style-type:disc;
	text-align:left;
}

.vid-menu li {
	padding-top:6px;
	padding-bottom:7px;
}

/*  END STYLES FOR MEMBERS VIDEO PAGES */

/*///////////////////////////////////////////////////////////////////////////////////////////*/

/*  STYLES FOR NEW BOUTENKO TV VID VIDEO PAGES */

.tv-vid-wrapper {
	margin:auto;
	width:100%;
	text-align:center;

}

.tv-vid {
	padding-top:0px; 
	text-align:left;
	float:left;
	background-color:#ffffff;
}

.tv-vid a {
	text-decoration:none;
	color:#ffffff;
}

.tv-vid a:hover {
	text-decoration:none;
	color:#000000;
}

.tv-vid-menu {
	position:relative;
	color:#333333;
	font-size:14px;
	background-color:#fdfaf6;
	border: 1px solid #eeeeee;
}

.tv-vid-menu a {
	text-decoration:none;
	color:#000000;
}

.active {
	font-weight:bold;
	color:#000000;
}

.tv-vid-menu a:hover {
	text-decoration:none;
	color:#CC3300;
}

#mainContent .tv-vid-wrapper .tv-vid-menu ul {
	margin:0px;
	padding:0px;
	list-style-type:disc;
	text-align:left;
}

#mainContent .tv-vid-menu ul {
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.tv-vid-menu li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	list-style-type: none;
	text-decoration: none;
	font-size:90%;
	border-right:1px solid #003300;
}

/*  END STYLES FOR NEW BOUTENKO TV VID VIDEO PAGES */

/*///////////////////////////////////////////////////////////////////////////////////////////*/

/* STYLES FOR VARIOUS MENUS */

#mainContent .six-week-detox-menu,
#mainContent .health-mentoring-menu 
{
	background-color:#006666;
	color:#87D579;
	text-align:center;
	width:100%;
	margin:22px auto;
	padding-top:8px;
	padding-bottom:8px;
}

#mainContent .six-week-detox-menu ul,
#mainContent .health-mentoring-menu ul 
{
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-size:14px;
}

#mainContent .six-week-detox-menu li,
#mainContent .health-mentoring-menu li 
{
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	text-decoration: none;
	border-right:1px solid #ffffff;
}

#mainContent .health-mentoring-menu li {
	border-right:none;
	font-size:18px;
}

.six-week-detox-menu a, 
.health-mentoring-menu a 
{
	color: #ffffff;
	text-decoration: none;
}

.six-week-detox-menu a:hover, 
.health-mentoring-menu a:hover 
{
	color:#FFFF00;
}

ul.lilmsword-pdf-list li {
	display:inline;
	padding:0px 4px;
}

/* STYLES FOR AUDIO TIP MENU */

.audio-tip-menu {
	background-color:#E7ECA4;
	color:#87D579;
	text-align:center;
	width:100%;
	margin:0px auto 10px;
	padding-top:4px;
	padding-bottom:1px;
}

.audio-tip-menu ul {
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.audio-tip-menu li {
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
	list-style-type: none;
	text-decoration: none;
	font-size:90%;
	border-right:1px solid #003300;
}

.audio-tip-menu a {
	color: #003300;
	text-decoration: none;
}

.audio-tip-menu a:hover {
	color:#f15c24;
}

.ielistpadding {
	padding-left:40px;
}

/* END STYLES FOR VARIOUS MENUS */


