/*====== BANNER ======*/
#banner {
	background-image: url(http://www.myrealhealth.com/images/Banner.jpg);
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 215px;
	width: 100%;
	height: 110px;
	z-index: 10;
	visibility: visible;
}
html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
}
a {
	outline: none;
}
.toggle {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.hiddenDiv {
	border:#030 1px solid;
	background-color:#D4FFD4;
	width:450px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
	display:none;
}
.hiddenDiv ul {
	list-style-position: inside;
	list-style-type: square;
	margin-left:10em;
}
.hiddenDiv img {
	float:left;
	padding-right:30px;
}
.hiddenDiv form {
	text-align:right;
	padding-bottom:1em;
}
/*====== LEFT SIDEBAR ======*/
#leftsidebar {
	background-image: none;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 170px;
	height: 100%;
	z-index: 2;
	visibility: visible;
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	background: #617940; /* Old browsers */
background: -moz-linear-gradient(top, #617940 0%, #80995e 20%, #9eb57f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#617940), color-stop(20%,#80995e), color-stop(100%,#9eb57f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #617940 0%,#80995e 20%,#9eb57f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #617940 0%,#80995e 20%,#9eb57f 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #617940 0%,#80995e 20%,#9eb57f 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#617940', endColorstr='#9eb57f',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #617940 0%,#80995e 20%,#9eb57f 100%); /* W3C */
}

.nav {
	color: #1a84b5; /* Button Text */
	text-decoration: none;
	list-style: none;
	display: block;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 135px;
	left: 0px;
	padding-left: 0px;
}
.nav a {
	background: url(/images/pedal.png) no-repeat 0px 0px; /* Pedal Normal*/
	display: block;
	height: 25px;
	width: 135px;
	padding-left: 35px;
	padding-top: 9px;
	text-decoration: none;
	color: #1a84b5;
	font: bold 10pt "Lucida Grande";
	list-style: none;
}
.nav a:hover {
	background: url(/images/pedal.png) no-repeat 0px -35px;/*Pedal light up*/
	display: block;
	height: 25px;
	width: 135px;
	padding-left: 35px;
	padding-top: 9px;
	color: #ef22bd;
}
#home #homelink, #services #serviceslink, #products #productslink, #press #presslink, #links #linkslink, #about #aboutlink, #contact #contactlink {
	background: url(/images/pedal.png) no-repeat 0px -70px;/* Pedal ladybug*/
	display: block;
	height: 25px;
	width: 135px;
	margin-left: 0px;
	padding-left: 35px;
	padding-top: 9px;
	text-decoration: none;
	color: #1a84b5;
	list-style: none;
	outline: none;
}
/*====== MAIN ======*/
#main {
	overflow:auto;
	padding-bottom: 50px;
	position: absolute;
	width: 500px;
	height: auto;
	z-index: 1;
	visibility: visible;
	margin-top: 111px;
	margin-left: 210px;
}
#main form {
 style="text-align:center;"
}
#rss {
	float:left;
	position: relative;
	width: 214px;
	height: 1080px;
	z-index: 2;
	margin-top: 111px;
	margin-left: 730px;
}
/*====== FOOTER ======*/
#footer {
	color: #fff;
	font-size: 8pt;
	font-family: Arial;
	line-height: 8pt;
	background-color: #9eb57f;
	text-decoration: none;
	text-align: justify;
	position:fixed;
	left: 0;
	bottom: 0;
	margin-top:-50px;
	width: 100%;
	height: 50px;
	z-index: 4;
	visibility: visible;
	padding-top: 5pt;
	padding-left: 30px;
	border-top: thin solid #000;
}
.header {
	font-size:18pt;
	font-family: "Open Sans";
	text-shadow: 0px 2px 2px #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#6699cc), to(#336699)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #6699cc, #336699); /* for firefox 3.6+ */
	-moz-border-radius: 13px 13px 0 0;
	border-radius: 13px 13px 0 0;
	color: #fff;
	text-align: center;
	top: 0px;
	left: 250px;
	width: 500px;
	height: 35px;
	padding-top: 0px;

}

/*.header {
	color: #fff;
	background-image: url(images/tbBG.gif);
	background-repeat: no-repeat;
	text-align: center;
	top: 0px;
	left: 250px;
	width: 500px;
	height: 35px;
	padding-top: 6px;
	font: 18pt/18pt "Arial Black";
	text-decoration: none;
}*/

.subhead {
	font-size: 18pt;
	font-family: "Open Sans";
	text-shadow: 0px 2px 2px #444;
	background: #abc98f; /* Old browsers */
	background: -moz-linear-gradient(top, #abc98f 8%, #9eb57f 33%, #597f43 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(8%,#abc98f), color-stop(33%,#9eb57f), color-stop(100%,#597f43)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #abc98f 8%,#9eb57f 33%,#597f43 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #abc98f 8%,#9eb57f 33%,#597f43 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #abc98f 8%,#9eb57f 33%,#597f43 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abc98f', endColorstr='#597f43',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #abc98f 8%,#9eb57f 33%,#597f43 100%); /* W3C */
	-moz-border-radius: 13px 13px 0 0;
	border-radius: 13px 13px 0 0;
	color: #fff;
	text-align: center;
	top: 0px;
	left: 250px;
	width: 500px;
	height: 35px;
	padding-top: 0px;
	
}

h2 {
	font-weight: bold;
	font-size: 18pt;
	font-family: arial, helvetica, verdana;
	line-height: 18pt;
	text-align: center;
}
h3 {
	font-weight: bold;
	font-size: 14pt;
	font-family: arial, helvetica, verdana;
	line-height: 16pt;
	text-align: center;
}
h4 {
	font-weight: bold;
	font-size: 12pt;
	font-family: arial, helvetica, verdana;
	line-height: 10pt;
	text-align: center;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: 10pt;
}
h5 {
	color: #221e1f;
	font-size: 11.5pt;
	font-family: arial, helvetica, verdana;
	font-weight: bold;
	font-stretch: wider;
	line-height: 15px;
	text-align: left;
	margin-top: 16px;
}
h6 {
	color: #705e3e;
	font-weight: bold;
	font-size: 9pt;
	font-family: arial, helvetica, verdana;
	text-decoration: underline;
	text-align: center;
	margin-bottom: -0.8em;
}
p {
	font-family: arial, helvetica, verdana;
	font-size: 0.8em;
}
/*</agl.folder>*/
.topbtn {
	color: #fff;
	font-size: 0.8em;
	font-family: "Open Sans";
	text-decoration: none;
	text-align: center;
	width: 100px;
	z-index: 3;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid thin #705e3e;
	background: #5596b6 center center;
	display: block;
	position: absolute;
	margin-left: 175px;
}
.topbtn a {
	color: #FFFFFF;
	text-decoration: none;
	background: center center;
	display: block;
}
a:link, a:visited {
	text-decoration: none;
	color: #01769f;
}
a:hover {
	text-decoration: none;
	color: #ef22bd;
}
a:active {
	color: #690;
	font-weight: bold;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	text-align: justify;
	margin-left: 65px;
}
.byline {
	font-style: italic;
	text-align: center;
}

/*.subhead {
	color: #fff;
	font-size: 18pt;
	font-family: "Arial Black";
	line-height: 18pt;
	background-image: url(images/shbgG.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	width: 500px;
	height: 35px;
	padding-top: 6px;
}*/

.breaking {
	color: #c00;
	font-size: 24px;
	font-family: "Open Sans";
	text-align: center;
	left: 250px;
	height: 37px;
	z-index: 4;
	text-shadow: 1px 1px 3px #444, -1px -1px 1px #FFF, 1px 1px #444, -1px -1px #FFF;
	;
}
.intro:first-letter {
	color: #fff;
	font-size: xx-large;
	font-family: "Open Sans";
	background-color: #6699cc;
	vertical-align: text-top;
	float: left;
	margin-top: 3px;
	margin-right: 8px;
	text-shadow: 1px 2px 2px #444;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #333333;
	border-left-color: #999999;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	font-weight: bold;
}

.intro1 {
	font-family: "Open Sans";
	background-image: url(images/background.gif);
	text-align: justify;
	position: absolute;
	top: 78px;
	left: 169px;
	width: 291px;
	height: 190px;
	padding-top: 1px;
	padding-right: 20px;
	padding-left: 20px;
}
.intro2 {
	font-family: "Open Sans";
	background-image: url(images/background.gif);
	text-align: justify;
	position: absolute;
	top: 462px;
	left: 169px;
	width: 291px;
	height: -202px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.intro3 {
	font-family: "Open Sans";
	background-image: url(images/background.gif);
	text-align: justify;
	position: relative;
	left: 0;
	padding-top: 1px;
	padding-right: 20px;
	padding-left: 20px;
}
.gradbg {
	font-family: arial, helvetica, verdana !important;
	background-image: url(images/background.gif);
	text-align: justify;
	position: relative;
	left: 0;
	width: 440px;
	padding-top: 1px;
	padding-right: 30px;
	padding-left: 30px;
}
.gradbg1 {
	font-family: arial, helvetica, verdana !important;
	background-image: url(images/background.gif);
	text-align: justify;
	position: relative;
	left: 0;
	width: 440px;
	padding-top: 1px;
	padding-right: 30px;
	padding-left: 30px;
	top: 386px;
}
.book {
	background-image: url(images/background.gif);
	position: relative;
	width: 169px;
	z-index: 1;
}
.quote {
	font-size: 10pt;
	font-family: arial, helvetica, verdana;
	background-image: url(images/bluebg.gif);
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	width: 460px;
	height: 65px;
	z-index: 1;
	padding: 10px 20px;
}
.bulletbg {
	font-family: arial, helvetica, verdana;
	font-size: 0.7em;
	color: #705e3e;
	text-align: left;
	width: 400px;
	margin-right: 50px;
	margin-left: 50px;
	border: thin solid #705e3e;
	background: #efefe7;
}
.bulletbg li {
	color: #705e3e;
	font-size: 11px;
	list-style: url(images/bullet1.gif) inside;
	text-align: left;
	margin: 1px 35px;
	text-indent: -1.3em;
	width: 300px;
	line-height: 13px;
	padding-bottom: 5px;
}
ol {
	font-size: x-small;
	font-family: Helvetica;
	font-style: italic;
	list-style-type: decimal;
	margin: 1em 0 1em 2em;
}
/*<agl.folder "Note bubble">*/
	.notecontainer {
	width: 400px;
	margin-left: 50px;
}
.notetop {
	background: url(images/QuoteTop.gif) no-repeat;
	height: 46px;
	margin-bottom: 0;
	margin-left: 0;
}
.note {
	color: #705e3e;
	font-family: "Lucida Grande";
	background: #ffffcc;
	text-align: center;
	width: 356px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-left: 20px;
	border-color: #bd8110;
	border-style: none solid;
	border-width: medium 2px;
}
.notebtm {
	background: url(images/QuoteBtm.gif);
	height: 73px;
	width: 400px;
	margin-top: -16px;
	margin-left: 0;
}
.notesig {
	font: medium "Lucida Grande";
	color: #705e3e;
	text-indent: 2em;
}
.pad {
	text-align: justify;
	padding-right: 30px;
	padding-left: 30px;
}
#email a {
	background: url(/images/email.png) no-repeat left center;
	margin-left: 10px;
	padding-left: 20px;
}
#pdf a {
	background: url(/images/pdf_icon.png) no-repeat right center;
	padding-right: 15px;
}
.prodPrice {
	padding-top: 39px;
	float: right;
}
.prodItem {
	display:block; 
	float:right;
	padding-left:1em;
	padding-top:39px;
}

