body {
	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;
	background-image: url(../_images/bg.jpg);
	background-color: #aed237;
	background-repeat: no-repeat;
	font: 100% "Century Gothic", Arial, Helvetica, sans-serif ;
}
a {
	outline:none;
	}
.oneColFixCtrHdr #container {
	width: 700px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(../_images/corner_cta.gif) no-repeat right bottom;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 12px;
}
.oneColFixCtrHdr #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 */
}
#banner {
	background-color: #FFFFFF;
	height: 162px;
	margin: 0;
	padding: 0;
	border-top: 6px solid #006633;
}
.white {
	background-color: #FFFFFF;
}
.main_nav {
	background-image: url(../_images/bg_menu.gif);
	height: 40px;
	width: 700px;
	margin: 0px;
	padding: 0px;
}

.cta {
	height: 147px;
	width: 120px;
	position: absolute;
	bottom: 0px;
	left: 580px;
}

.copyarea {
	padding: 0 20px 0px 20px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.copyarea h1 {
	font-weight: 100;
	color: #26674E;
}

.copyarea h2 {
	font-weight: 100;
}

h3 {
	font-weight: 100;
	color: #26674E;
}

.copyarea li {
	list-style: url(../_images/bullet.gif);
}

.quotation {
	font-size: 0.8em;
	padding: 0;
	font-weight: bold;
	margin: 100px 0 0;
	color: #FFFFFF;
	float: right;
	width: 450px;
}

.breadcrumb {
	font-size: 0.7em;
	margin: 12px 20px 0px 20px;
	padding: 4px;
	background-color: #ECF4D0;
}

.breadcrumb a:link {
	color: #80AF3D;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #000;
	text-decoration: none;
}

.breadcrumb a:active {
	color: #80AF3D;
	text-decoration: none;
}

.breadcrumb a:visited {
	color: #80AF3D;
	text-decoration: none;
}

.quotation img {
	float: right;
	margin: 5px 5px 5px 40px;
	border-style: none;
}

.col_right {
	float: right;
	width: 200px;
	margin: 15px 0 15px 15px;
}

.right_img {
	float: right;
	margin: 0 0 15px 15px;
}

.col_right p {

}

.copyarea a:link {
	color: #87B43D;
}

.little {
	font-size: 0.8em;
}

table.producttable, table.producttable td, table.producttable tr, table.producttable th {
	border: 1px solid #AED237;
	padding: 4px;
	border-collapse:collapse;
	margin: 0;
	vertical-align: top;
}

.producttable th {
	color: #FFFFFF;
	text-align: left;
	background-color: #2B7452;
	width: 33%;
}

.even {
	background: #F1F8DC;
}

.news {
	border-bottom: 1px solid #ACD038;
}

label {
	width: 150px;
	display: block;
	float: left;
}
.imgborder{border:1px solid #006600;}
.from_tab td{ border-collapse:collapse;border:1px solid #dcdcdc;}
.from_tab td input, .from_tab td select, .from_tab td option{width:100%;margin-bottom:1px;}
.form_title{font-weight:bold; color:#666; }
.form_bg{background:#dcdcdc;}
td.diet{font:normal 11px Arial;color:#999;}
td.diet input{width:auto;}