@charset "UTF-8";
/* CSS Document */

/* GLOBAL PAGE CONTROLS */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, em, font, img, q, s, samp, small, strike, strong, sub, sup, b, u, i, center, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent none repeat scroll 0 0;
border: 0 none;
margin: 0;
padding: 0;
vertical-align: baseline;
}

body {
	background-color: #C5D9AE;
	margin: 0 auto;
	padding: 0;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	color: #fff;
	line-height: 100%;
	text-align: center;
	border: none;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	background: url(../images/gerber_logo.png);
	width: 198px;
	height: 159px;
	margin: 15px auto;
	text-indent: -9999px;
}

h2 {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: 1em;
}

p {
	margin: 0 0 1em;
}

.clear {
	clear: both;
}

#wrapper {
	background: url(../images/bkgd_gradient.gif) repeat-y #C5D9AE;
	width: 900px;
	margin: 0 auto;
}

#page_wrap {
	width: 870px;
	margin: 0 auto;
}

#header {
	background-color: #fff;
	width: 870px;
	height: 204px;
}

#logo_box {
	background: url(../images/logobox_decor.gif) repeat-x bottom left;
	width: 366px;
	height: 204px;
	border-right: 1px solid #AFBCA1;
	float: left;
}

#callout_box {
	background: url(../images/vert_stripe.gif) #c5d9ae;
	width: 503px;
	height: 204px;
	text-align: center;
	float: right;
}

#callout {
	background: url(../images/callout.png) no-repeat;
	width: 433px;
	height: 93px;
	margin: 48px auto 0;
	text-align: center;
	font: italic 1.8em Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

.callout_text {
	padding-top: 26px;
}

#nav {
	display: none;
}

#main_container {
	background: url(../images/main_gradient.gif) repeat-x #006A38;
	width: 870px;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: justify;
}

#left_col {
	width: 296px;
	margin: 20px 20px 60px 40px;
	padding-right: 30px;
	border-right: 1px solid #C5D9AE;
	float: left;
}

ul.no {
  list-style: outside url(../images/no.png);
  margin-left: 1.6em;
  margin-bottom: 1em;
}

#juice_box {
	background: url(../images/juiceplus_bkgd.png) no-repeat;
	width: 298px;
	height: 184px;
}

.juice_top {
	width: 155px;
	float: right;
	margin: 18px 20px 0 0;
	font: bold .7em Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	color: #003300;
	text-align: left;
}

.juice_bottom {
	width: 125px;
	margin: 30px 10px 0 15px;
	float: left;
	font: bold .7em Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	color: #003300;
	text-align: left;
}

#juice_button {
	float: right;
	margin: 25px 15px 0 0;
}
	

#right_col {
	width: 453px;
	margin: 20px 30px 60px 0;
	float: right;
}

.photo_credit {
	margin-left: 1em;
	font: normal .9em Arial, Helvetica, sans-serif;
	line-height: 0;
}

#footer {
	width: 900px;
	margin: 0px auto 20px;
	text-align: left;
	font: normal 1.3em Arial, Helvetica, sans-serif;
}

#footer_left {
	background: url(../images/footer_left.gif) no-repeat top left;
	width: 15px;
	height: 100%;
	float: left;
}

#footer_center {
	background: url(../images/footer_grad.gif) repeat-x top left;
	width: 870px;
	padding-top: 15px;
	float: left;
}

#footer_right {
	background: url(../images/footer_right.gif) no-repeat top left;
	width: 15px;
	height: 100%;
	float: right;
}

	
	
	
