/* REVISED JUNE 2017 RESPONSIVE */

body {
	margin: 0 auto;
	background-color: #CCCACB;
}


/* STRUCTURE */

#container {
	max-width: 785px;
      margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

/* HEADER + LOGO */

header {
	display: block;
}

img.logo {
      max-width: 100%;
	display: block;
      margin: 0 auto;
}

/* NAVIGATION */

.navwrapper { 
/* border: 1px solid orange;   */
display: block;
width: 100%;
	overflow: auto; 
background: #B5E29B; 
}

#links {
/* border: 2px solid purple;  */
	float: right;
	vertical-align: center; 
}

img.addthisbutton {
	margin: 12px 20px 12px 0px;
}

img.facebookbutton {
/*  next line used until FB page live */
	display: none; 
	margin: 5px 25px 5px 0px;
}


#menubutton {
	border: 1px solid #666666;
/*    display: inline-block;  */
	margin: 5px 15px 5px 0px;  
/*	width: 45px; */
	background-color: #FFFFFF;
/*	right: 0;  */
	float: right;
	cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 27px; /* orig 35 */
    height: 3px; /* orig 5 */
    background-color: #333333;
    margin: 5px 5px 5px 5px; /* orig 6,5,6,5 */
    transition: 0.4s;
}

.change .bar1 {
    -moz-transform: rotate(-40deg) translate(-5px, 6px) ; /* orig -9px, 6px */  /* Firefox */
    -ms-transform: rotate(-40deg) translate(-5px, 6px) ; /* orig -9px, 6px */  /* IE 9 */
    -webkit-transform: rotate(-40deg) translate(-5px, 6px) ; /* orig -9px, 6px */  /* Chrome, Safari, Opera */
    transform: rotate(-40deg) translate(-5px, 6px) ; /* orig -9px, 6px */ 
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -moz-transform: rotate(40deg) translate(-5px, -7px) ; /* orig -8px, -8px */  /* Firefox */
    -ms-transform: rotate(40deg) translate(-5px, -7px) ; /* orig -8px, -8px */  /* IE 9 */
    -webkit-transform: rotate(40deg) translate(-5px, -7px) ; /* orig -8px, -8px */  /* Chrome, Safari, Opera */
    transform: rotate(40deg) translate(-5px, -7px) ; /* orig -8px, -8px */
}

	/* open top navigation toggle container */

label {
  cursor: pointer;
}

#menu-toggle {
	display: none; /* hide the checkbox */
}

#menu-toggle:checked + .top {
	display: block;
}

	/* initial navigation values */

nav.top {
	display: none;
}

nav.bottom {
	display: block;
}

nav.top, nav.bottom {
/*  border: 1px solid red;  */
	clear: both;
	width: calc(100% - 1px);
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	background-color: #B5E29B;
/*	padding: 13px 0px 10px 0px; */
}

nav.top ul, nav.bottom ul {
/* border: 1px solid blue;  */
	display: inline-block;
	margin: auto;
	list-style: none;
	padding-left: 0;
	margin: 2px 0px 3px 0px;
}

nav.top li, nav.bottom li {
/*	display: inline;  */
	display: inline-block;
	font-family: Arial;
	font-weight: bold; 
	text-decoration: none;
/*	height: 25px;  */
	background-color: #456A42;
	margin: 2px;
/*	text-align: center;  */
	border-radius: 12px;
	padding: 6px 12px 6px 12px;
}

nav.top li a, nav.bottom li a {
	color: #FFFFFF;
	font-weight: bold; 
	text-decoration: none;
}



/* MAIN CONTENT */

article {
/*	display: block;  */
	clear: both;
      margin: 0 auto;
      width: 96%;
	background-color: #FFFFFF; 
}

article UL {
list-style-type: none;
padding: 0;
margin: 2.0em;
}

article LI {
background-image: url(images/triangle_green.gif);
background-repeat: no-repeat;
background-position: 0 0.3em;
/* next line is indent to where text starts  */
padding-left: 2.0em;
/* next line is spacing between list items  */
margin-bottom: 0.4em;
}

ul.indent {
	text-indent: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}

li.indent {
	list-style-type: none;
	text-decoration: none;
}

article A {
	color: #456A42;
}

A.gdgh {
	color: #FFFFFF;
	text-decoration: none;
}

P,BR,TD,LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 94%;  
}

P.right {
	text-align: right;
}

TH {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	background-color: #799668; 
}

TABLE.box {
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px;
	border-color: #799668; 
}

hr {
color: #799668; 
border: thin dotted;
}


H1 {
	color: #456A42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 130%;  
}

H1.sales {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 175%;  
}

H2 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 100%; 
	margin-top: 0.0em;
}

H2.sales {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 130%;  
}

H3 {
background-image: url(images/square_green.gif);
background-repeat: no-repeat;
background-position: 0 0.4em;
/* next line is indent to where text starts  */
padding-left: 1.0em;
/* next line is spacing between list items  */
margin-bottom: 0.4em;
	color: #456A42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 94%; 
}

H4 {
background-image: url(images/square_green.gif);
background-repeat: no-repeat;
background-position: 1.0em 0.4em;
/* next line is indent to where text starts  */
padding-left: 2.0em;
/* next line is spacing between list items  */
margin-bottom: 0.4em;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 94%;  
}

span.red {
	color: #FF0000;
}

span.darkgreen {
	color: #456A42;
	font-size: 80%;  
}

span.headinggreen {
	color: #009900;
}

span.midgreen {
	color: #799668;
}

span.lightgreen {
	color: #B5E29B;
}

span.ochre {
	color: #E3E19D;
}

span.smallblack {
	color: #000000;
	font-size: 75%;  
}

span.smallgreen {
	color: #456A42;
	font-size: 75%;  
}

span.smallgreen a {
	color: #456A42;
}

span.highlight {
	background-color: #FFFF00;
}

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

span.large {
	font-size: 130%;
	font-weight: bold;
}

div.whitebox {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #799668; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 94%;  
	overflow: hidden;
}
div.whiteboxnoborder {
	overflow: hidden;
}

div.yellowbox {
/*	background-color: #E3E19D;  */
	background-color: #FFFFBE;
	border-style: solid;
	border-width: 2px;
	border-color: #456A42; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 94%;  
	overflow: hidden;
}

div.greybox {
	background-color: #E3E3E3;
	border-style: solid;
	border-width: 2px;
	border-color: #456A42; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 94%;  
	overflow: hidden;
}

div.greenbox {
	background-color: #B5E29B;
	border-style: solid;
	border-width: 2px;
	border-color: #456A42; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 94%;  
	overflow: hidden;
}

img.ebook {
	width: 72px;
	height: 76px;
	float: left;
	text-align: left;
}

img.ordernow {
	float: right;
	border: 0;
	width: 150px;
	height: 150px;
}

img.product {
	float: left;
	margin: 0 15px 15px 0;
	width: 170px;
	height: 250px;
	border: 1px solid black;
}

img.jackie {
	border: 1px solid black;
	margin: 10px;
	float: right;
	width: 155px;
	height: 207px;
}

img.cherie {
	border: 1px solid black;
	margin: 10px;
	float: right;
	width: 133px;
	height: 133px;
}

/* OLD TOP NAVIGATION */

div.menuleft a {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 90%;  
	font-weight: bold; 
	text-decoration: none;
	padding-left: 20px;
}


/* OLD BOTTOM NAVIGATION */

div.menubottom {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 90%;  
	text-decoration: none;
	text-align: right;
}

div.menubottom a {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 90%;  
	font-weight: bold; 
	text-decoration: none;
}


/* FOOTER */

footer {
	clear: both;
	display: block;
	background-color: #456A42;
	height: 20px;
	font-family: Verdana, Arial;
	color: #B5E29B;
	font-size: 75%;  
	text-align: right;
	padding: 2px 10px 0px 0px;

}

TD.optin_repeat {
background-image: url(images/optin_repeater.gif);
	}

TD.menu_background {
background-image: url(images/menu_background.jpg);
	}

TD.footer_background {
background-image: url(images/footer_background.gif);
	}

TD.menu_foot {
background-color: #456A42;
margin-bottom: 5px;
	}

TD.footer_background {
background-image: url(images/footer_background.gif);
	}

TD.bottom_repeat {
background-image: url(images/bottom_menu_background.gif);
	}

TD.repeater_right {
background-image: url(images/repeater_right.jpg);
	}

/* FORMS */

.forminput { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


/* MEDIA QUERY */

@media all and (max-width: 785px) {
	#container {
	margin-top: 0px;
	margin-bottom: 0px;
}
	nav.top, nav.bottom {
	text-align: left;
	}
	nav.top ul, nav.bottom ul {
	display: block;
	text-align: left;
/*	padding-left: 20px; */
	}
	nav.top li, nav.bottom li {
	display: block;
	padding: 6px 20px 6px 20px;
	}
	h1.sales {
	font-size: 140%;
      }
	h1 {
	font-size: 120%;
      }


}

@media all and (max-width: 610px) {
	h1.sales {
	font-size: 120%;
      }
	h1 {
	font-size: 110%;
      }
}

@media print {
	#container {
	border: 0;
	}
	.navwrapper, nav.bottom {
	display: none;
	}
}

