/* earthfruits CSS Document */



/* START: Global Includes ============================================== "Lucida Sans Unicode", */
body { 
     margin: 0px; 
     padding: 0px;
     font-family: Arial, Verdana; 
     font-size: 12px; 
     background: #000000;
     color: white;
     
}

ul, li { 
     padding:0px; 
     margin:0px 
}

table, td { 
     font-family: Verdana;
     vertical-align:top; border-spacing:0px; 
     border-collapse:collapse; 
     padding:0px; margin:0px; 
     text-align: left; 
     font-size: 12px; 
}

/* headings */
h1, .h1 { font-size: 22px; font-weight: normal;  color: #007dab; padding:0px; margin: 0px; margin-bottom: 12px; }
h2, .h2 { font-size: 18px; font-weight: bold; color: #2d3956; margin: 0px; margin-bottom: 6px; }
h3, .h3 { font-size: 16px; font-weight: bold; color: #2d3956; margin: 0px; margin-bottom: 6px;  }

/* links */
a:active, a:visited, a:link { color: #424c67; outline: none; }
a:hover { color: #991a00; }

a img { border: 0px solid white; text-decoration:none; }

p { padding: 0px; margin: 0px; margin-bottom: 10px; font-size: 12px; }
/* END: Global Includes ============================================== */



/* overall struct - makes repeating Y-axis background */
div.struct {
     margin: 0px;
     padding: 0px; 
     background-repeat:repeat-y; 
     background-position:top center;    
}


div.bound {
     width: 800px; 
     margin-left: auto; margin-right: auto;
     border: 0px solid blue;
}


/* START: Left Navigation //////////////////////////////////////////////// */

div.lnav {
     width: 160px;
     float: left;
}

.nitem {
     width: 160px;
     height: 34px;    
}

.nitem a { display: block; color: white; text-decoration: none; padding-top: 9px; margin-left: 10px; }
.nitem a:hover { color: #eefaff; }

.sub {
     width: 160px;
     height: 157px;
     background-repeat: no-repeat;
}

.sub a { display: block; color: black; margin-left: 18px; padding-top: 10px; }

.origins { background: #6abc00; }
.sn-origins { background: URL(/images/sn-origins.jpg); }

.fruits { background: #00a84f; }
.sn-fruits { background: URL(/images/sn-fruits.jpg); }

.footprint { background: #00a9af; }
.sn-footprint { background: URL(/images/sn-footprints.jpg); }

.news { background: #008ec3; }

/* END: Left Navigation //////////////////////////////////////////////// */



/* START: content area =========================================== */

img.limg {
     float: right;
     margin-left: 15px;
}

div.wcnt {
     width: 618px;
     float: right;
     background: white;
     padding-top: 20px;
     padding-bottom: 20px;
     
     color: #494848;
}

div.wcnt div.cnt {
     width: 578px;
     margin-left: 20px;
}

p.green {
     font-size: 14px; 
     color: #55870d;
}

/* END: content area =========================================== */








/* START: Footer *********************************** */
div.ftr {
     clear: both;
     text-align: center;
     padding-top: 10px;
}

/* END: Footer *********************************** */








