/*=============================================================================
*
*============================================================================*/
html {
   padding: 0;
   margin: 0;
   overflow-y: scroll;
}

/*=============================================================================
*
*============================================================================*/
body {
   padding: 0;
   margin: 0;
   background-color: #f0fae9;
   background-image: url("../img/background/body-background.png");
   background-position: top center;
   background-repeat: repeat-x;
}

/*=============================================================================
*
*============================================================================*/
div#header {
	width: 960px;
   height: 96px;
   margin: auto;
   line-height: 1px;
   font-size: 0px;
   text-align: center;
}

div#header a img {
   border: none;
   margin: 24px 0 0 0;
}

div#header h1 {
   position: absolute;
   color: #ffffff;
   font-size: 10px;
   line-height: 10px;
   font-family: verdana;
   padding: 0;
   margin: 80px 0 0 96px;
}

div#header h1 a {
   color: #ffffff;
   text-decoration: none;
}

/*=============================================================================
*
*============================================================================*/
div#navigation {
   height: 40px;
   width: 960px;
   margin: auto;
   padding: 16px 0 0 0;
}

div#navigation ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
   height: 40px;
}

div#navigation ul li {
   float: left;
   padding: 0;
   margin: 0 4px;
}

div#navigation ul li a {
   display: block;
   color: #2d5016;
   text-align: center;
   width: 184px;
   line-height: 20px;
   padding: 9px 0 11px 0;
   font-family: arial;
   text-decoration: none;
   font-size: 14px;
   font-weight: bold;
}

div#navigation ul li a:hover {
   text-decoration: underline;
}

div#navigation ul li a.active {
   color: #ffffff;
}

div#navigation ul li#company a {
   width: 160px;
}

div#navigation ul li#nutritional-supplements a {
   width: 224px;
}

div#navigation ul li#food-products a {
   width: 224px;
}

div#navigation ul li#contact a {
   width: 128px;
}

/*=============================================================================
*
*============================================================================*/
div#communication {
   height: 320px;
   width: 960px;
   margin: auto;
   font-size: 1px;
   line-height: 0px;
   padding: 8px;
   background-image: url("../img/background/communication-background.png");
   background-position: center center;
   background-repeat: no-repeat;
}

div#communication img {
   margin: 4px;
}

div#communication div#message {
   background-image: url("../img/background/message-background.png");
   background-position: center center;
   background-repeat: repeat-x;
   height: 36px;
   width: 952px;
   margin: 0 4px 4px 4px;
}

div#communication div#message p {
   padding: 0;
   margin: 0;
   font-size: 16px;
   font-family: tahoma, arial;
   line-height: 36px;
   font-weight: bold;
   color: #000000;
   text-align: center;
}

div#communication div#message p a {
   color: #000000;
   text-decoration: none;
}

div#communication div#message p a:hover {
   text-decoration: underline;
}

/*=============================================================================
*
*============================================================================*/
div#one-column-layout {
   height: 192px;
   width: 960px;
   margin: 24px auto;
   background-image: url("../img/background/one-column-background.png");
   background-position: center center;
   background-repeat: repeat-x;
}

div#one-column-layout h2 {
   line-height: 40px;
   background-image: url("../img/background/one-column-header-background.png");
   background-position: center center;
   background-repeat: repeat-x;
   font-family: tahoma, arial;
   font-size: 16px;
   color: #000000;
   padding: 0;
   margin: 0;
   font-weight: bold;
   text-align: center;
}

div#one-column-layout a:hover {
   text-decoration: underline;
}

div#one-column-layout h2 a {
   color: #000000;
   text-decoration: none;
   display: block;
   height: 40px;
}

div#one-column-layout p {
   font-family: arial;
   font-size: 14px;
   line-height: 150%;
   color: #964f00;
   margin: 24px;
   padding: 0;
}

div#one-column-layout p a {
   font-family: arial;
   font-size: 14px;
   line-height: 150%;
   color: #964f00;
   text-decoration: none;
}

/*=============================================================================
*
*============================================================================*/
div#three-column-layout {
   height: 304px;
   width: 960px;
   margin: 24px auto;
}

div#three-column-layout div#column-left {
   width: 304px;
   height: 304px;
   float: left;
   margin: 0 12px 0 0;
   background-image: url("../img/background/three-column-background.png");
   background-position: center center;
   background-repeat: no-repeat;
}

div#three-column-layout div#column-middle {
   width: 304px;
   height: 304px;
   float: left;
   margin: 0 12px 0 12px;
   background-image: url("../img/background/three-column-background.png");
   background-position: center center;
   background-repeat: no-repeat;
}

div#three-column-layout div#column-right {
   width: 304px;
   height: 304px;
   float: left;
   margin: 0 0 0 12px;
   background-image: url("../img/background/three-column-background.png");
   background-position: center center;
   background-repeat: no-repeat;
}

div#three-column-layout h2 {
   line-height: 40px;
   background-image: url("../img/background/three-column-header-background.png");
   background-position: center center;
   background-repeat: no-repeat;
   font-family: tahoma, arial;
   font-size: 16px;
   color: #ffffff;
   padding: 0;
   margin: 0;
   font-weight: normal;
   text-align: center;
}

div#three-column-layout h2 a {
   color: #ffffff;
   text-decoration: none;
   display: block;
   height: 40px;
}

div#three-column-layout p {
   font-family: arial;
   font-size: 14px;
   line-height: 150%;
   color: #447821;
   padding: 0;
   margin: 24px;
}

/*=============================================================================
*
*============================================================================*/
div#page {
   background-color: #f0fae9;
   margin: 0;
   padding: 0;
}

/*=============================================================================
*
*============================================================================*/
div#content {
	width: 958px;
   margin: 24px auto 48px auto;
   min-height: 512px;
   background-color: #ffffff;
   border: 1px solid #c6e9af;
}

div#content h2 {
   font-family: tahoma, arial;
   font-size: 22px;
   line-height: 22px;
   color: #447821;
   padding: 0;
   margin: 24px 24px 16px 24px;
   font-weight: normal;
}

div#content h3 {
   font-family: tahoma, arial;
   font-size: 18px;
   line-height: 18px;
   color: #5aa02c;
   padding: 0;
   margin: 24px 32px 16px 32px;
   font-weight: normal;
}

div#content h4 {
   font-family: tahoma, arial;
   font-size: 16px;
   line-height: 16px;
   color: #5aa02c;
   padding: 0;
   margin: 20px 36px 16px 36px;
   font-weight: normal;
}

div#content p {
   font-family: arial;
   font-size: 14px;
   line-height: 150%;
   color: #447821;
   padding: 0;
   margin: 16px 40px 16px 40px;
}

div#content p.citation {
	width: 256px;
   font-family: arial;
   font-size: 16px;
   line-height: 150%;
   color: #447821;
   padding: 24px;
   margin: 32px;
   float: right;
   background-color: #fff1e1;
   border: 1px dotted #ffd099;
   color: #c06600;
}

div#content dl {
   font-family: arial;
   font-size: 14px;
   line-height: 150%;
   color: #447821;
   padding: 0;
   margin: 12px 32px 8px 32px;
}

div#content dt {
   padding: 0;
   margin: 16px 0px 4px 0px;
}

div#content dd {
   padding: 0;
   margin: 4px 16px 0px 16px;
}

div#content p strong {
   font-weight: normal;
   color: #447821;
}

div#content p strong.bolder {
   font-weight: bold;
   color: #447821;
}

div#content a {
   color: #4F81BD;
   text-decoration: none;
}

div#content a:hover {
   text-decoration: underline;
}

div#content ul {
   font-family: arial;
   font-size: 14px;
   line-height: 150%;
   color: #447821;
   padding: 0;
   margin: 16px 32px 16px 56px;
   list-style-type: square;
}

div#content li {
   padding: 0 8px 0 8px;
   margin: 0;
}

/*=============================================================================
*
*============================================================================*/
div#footer {
   background-image: url("../img/background/footer-background.png");
   background-position: center center;
   background-repeat: repeat-x;
   height: 160px;
}

/*=============================================================================
*
*============================================================================*/
div#sitemap {
   width: 768px;
   margin: auto;
   height: 112px;
   border-bottom: 1px solid #5aa02c;
}

/*=============================================================================
*
*============================================================================*/
div#copyright {
   width: 960px;
   margin: auto;
}

div#copyright p {
   font-family: arial;
   font-size: 11px;
   color: #447821;
   line-height: 100%;
   padding: 4px;
   margin: 2px 0 0 0;
   text-align: center;
}

div#copyright p a {
   color: #447821;
   text-decoration: none;
}

div#copyright p a:hover {
   text-decoration: underline;
}

/*=============================================================================
*
*============================================================================*/
div#signature {
   padding: 2px;
   margin: 0;
   text-align: center;
   font-family: arial;
   color: #447821;
   font-size: 11px;
   line-height: 11px;
   font-weight: bold;
}

div#signature a {
   color: #5aa02c;
   text-decoration: none;
}