@charset "utf-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #333;
}
.body { background: #919191 url(images/bg-body.jpg) repeat-x; }

h2 { line-height: 20px; font-size: 110%; margin: 0; padding:0; margin-bottom: 20px; }
h3 { line-height: 20px; font-size: 105%; margin:0; padding:0; }

#container { margin: 0 auto; width: 858px; background: #fff; padding: 3px; border: 3px solid #727272; margin-top: 10px; text-align: left; }

#branding { background: url(images/header.gif) no-repeat; height: 125px; width: 858px; text-align: right; }
#branding .links { margin-right: 27px; padding-top: 77px; color: #fff; }
#branding a { color: #fff; text-decoration: none; text-transform: uppercase; }
#branding a:hover { color: #FF0000; }

#mainmenu { background: url(images/bg-menu.gif) repeat-x; height: 43px; }
#mainmenu ul { margin:0; padding:0; list-style: none; padding-left: 20px; }
#mainmenu ul li { float: left; }
#mainmenu ul li a { padding: 14px 10px; display: block; color: #fff; text-transform: uppercase; text-decoration: none; font-size: 12px}
#mainmenu ul li a:hover, #mainmenu ul li a.active { background: #333; }

#promotion { background: url(images/promo.jpg) no-repeat bottom center; height: 380px; clear:both; text-align: right; }
#promotion img { margin-right: 20px; margin-top: 320px; }

#leftSide { float: left; padding: 10px 10px 10px 0; width: 230px; }
#rightSide { float: left; width: 561px; padding: 20px; }

#footer { clear: both; background: #fff url(images/bg-footer.gif) repeat-x; padding-top: 35px; text-align: center; }
#footer a { padding: 2px 0px; color: #ff0000; text-decoration: none; font-size: 85%; }
#footer a:hover { color: #333; }
#footer p { clear: both; }

#try { width: 230px; height: 324px; background: url(images/fall-promo.gif) no-repeat; padding: 160px 10px 0 10px; margin-bottom: 10px; color: #fff; }
#try #packageSelect label { display: block; font-size: 70%; font-weight: bold; height: 25px; }
#try #startInfo label { float: left; width: 80px; font-size: 70%; font-weight: bold; padding-top: 8px; }
#try input.textfield { float: left; width: 120px; margin-top: 4px; }
#try input.radio { margin-top: 4px; }
#packageSelect { margin-bottom: 40px; }

/* OTHER GOODIES */
.redhighlight { text-align: center; font-size: 18px; font-weight: bold; color: #cb0000; padding: 10px 0; }
.highlighter { font-weight:bold; background-color: #eeff9c; }
ul.checker { list-style: none; margin:0; padding:0; }
ul.checker li { padding: 5px 0 5px 30px; background: url(images/check.png) left 3px no-repeat; }
.return { text-align: center; padding: 15px; }
.return a { color: #ff0000; font-weight: bold; }
.return a:hover { color: #333; }
#free-trial{
	clear:both;
	display: block;
	background: url(images/b-continue.png) no-repeat bottom center;
	width: 207px;
	height: 64px;
	margin-top: 10px;
}
#free-trial:hover{
	display: block;
	background: url(images/b-continue.png) no-repeat top center;
	width: 207px;
	height: 64px;
}
.testimonial { border: 1px dashed #ccc; padding: 0 10px; margin: 5px 0; }
.testimonial img { border: 1px solid #ccc; margin: 10px; }
.ingredient	{
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	overflow: auto;
}

/* ORDER FORM */
.orderform th { background: #333; color: #fff; font-weight: bold; }
.orderform tr.odd { background: #EEE; }
.orderform td.savings { color: #ff0000; text-align: right; }
.orderform td.price { font-weight: bold; text-align: right; }
.orderform td.taxes { color: #ccc; text-align: right; }
.orderform tfoot td { background: #ddd; text-align: center; color: #fff; font-size: 10px; }
#orderform-step2 fieldset label.text { width: 150px; display: block; float: left; }
#orderform-step2 fieldset input, #orderform-step2 fieldset select { margin: 2px 0; }
#orderform-step3 fieldset label.text { width: 150px; display: block; float: left; }
#orderform-step3 fieldset input, #orderform-step3 fieldset select { margin: 2px 0; }
label.checkbox { width: 500px; float: none; display:block; clear: both;}

fieldset { border: 1px solid red; padding: 15px; padding-top: 20px; }
legend { background: red; color: #fff; font-weight: bold; padding: 5px 10px; margin-left: 5px; margin-bottom: 10px; }

.error { color: #F00; background: #FCF; border: 1px solid #F36; }