html {
   
    text-align:center;
    font-family: Tahoma, Arial;
     background: #fff url(../Images/bkg.png) repeat-x;
    }
h1{
    font-size: 1.4em;
}
 h1, h2
{
    text-decoration: none;
        
}
 a {
    text-decoration:none;
}
    a:hover {
        text-decoration:underline;
 
    }
body {
    
    color: #2f3205;
    font-size: .75em;
   
}
#page {
    margin: 0 auto;
    width: 1020px;
  
}

/* header site kl*/
header {
   
    height: 190px;
}
header, footer, hgroup,
nav, section {
    display: block;
}
.sitetitle a {
    background: transparent url(../Images/logo4.jpg) no-repeat;
    float: left;
    height: 160px;
    margin-top: 28px;
    margin-left: 42px;
    padding: 0;
    text-indent: -9999px;
    width: 530px;
    
}
img
{
     /*CSS3 properties*/
        border-radius: 4px; 
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 1px 2px 3px #b4b4b4;
        -webkit-box-shadow: 1px 2px 4px rgba(136,136,136, 0.6);
        -moz-box-shadow: 1px 2px 3px #b4b4b4;
}
nav ul {
    float: right;
    font-size: 1.3em;
    list-style: none;
    margin: 35px 0 0 0;
}

    nav ul li {
        float: left;
        margin-left: 20px;
    }
nav .logo
{
    margin-right: 2px;
    padding: 13px;
    width: 80px;
    /*CSS3 properties*/
        border-radius: 4px; 
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 1px 2px 3px #b4b4b4;
        -webkit-box-shadow: 1px 2px 4px rgba(136,136,136, 0.6);
        -moz-box-shadow: 1px 2px 3px #b4b4b4;
}
nav .logo2
{ 
    margin-right: 2px;
    padding: 1px;
    width: 70px;
      /*CSS3 properties*/
        border-radius: 4px; 
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 1px 2px 3px #b4b4b4;
        -webkit-box-shadow: 1px 2px 4px rgba(136,136,136, 0.6);
        -moz-box-shadow: 1px 2px 3px #b4b4b4;
}

/* Menu
----------------------------------------------------------*/

#bannerR{
       margin: 6px 45px 1px 29px;
    z-index: 2;
     background-color: #64ff00;
        border: 1px solid #712107;
        color: #fdfcf7;
        cursor: pointer;
    
        /*CSS3 properties*/
        border-radius: 4px; 
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 1px 2px 5px #b4b4b4;
        -webkit-box-shadow: 1px 2px 4px rgba(136,136,136, 0.6);
        -moz-box-shadow: 1px 2px 5px #b4b4b4;
}

#headnav{
   background: url(../Images/allbio.png) no-repeat;
    clear: both;
   text-align: center;
  width: 1020px;
  /*
  height: 170px;
  */
  height:70px;
  margin-left: 35px;
  margin-top: -5px;
  
}

#headnav ul.headnav {
     
  
    font-size: 1.3em;
   
    list-style: none;
 margin-left: -33px;
  
    
}

   
#headnav a.menu-headnav {
    float: left;
         color:#2f3205;
        padding: 5px 15px 5px 15px;
        font-size: 1em;
    text-decoration:none;    
    
    }
    
  #headnav a.menu-headnav:hover {
            color: #000;
            font-size: 1em;
         text-decoration:none;
         background-color:#156b15;
         text-decoration:underline;
        }
#left
{ 
float:left;
		width:200px;
		background: none;
        z-index: 0;
        margin:0.5em 0 0.5em 0;
}
#right
{     
 float:right;
		width:800px;      
		background: none;
        margin-left: 20px;
   z-index: 0;
}
 #navl {
  
    font-size: 1.5em;
    width: 200px;
    float:left;
}


#navl ul li{
    
       width: 184px;
       height: 113px;
        list-style: none;
        padding-top: 0 6px 0 6px;
        margin: -9px 1px 1px 1px;
        border: 1px solid #b4b4b4;
         /*CSS3 properties*/
        border-radius: 4px; 
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 1px 2px 3px #b4b4b4;
        -webkit-box-shadow: 1px 2px 4px rgba(136,136,136, 0.6);
        -moz-box-shadow: 1px 2px 3px #b4b4b4;
    }
 

/* ektos mainlist ul */

#mainlist ul {
     list-style: none;
}

#body, #footer {
    border-top: 1px dotted #5d5a53;
    clear: both;
    
}
/*
#footer {
    margin-top: 1.5em;
    border-top: 1px dotted #5d5a53;
    text-align: center;
    background:rgba(173, 208, 54, 1);
}
*/

#footer {
 background: #539c00;
  background-image: -webkit-linear-gradient(top, #539c00, #498100);
  background-image: -moz-linear-gradient(top, #539c00, #498100);
  background-image: -ms-linear-gradient(top, #539c00, #498100);
  background-image: -o-linear-gradient(top, #539c00, #498100);
  background-image: linear-gradient(to bottom, #539c00, #498100);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
    padding: 8px 19px 8px 19px;
        font-size: 1em;
  text-decoration: none;
  margin-left:3.5em;
}
.txt
{
    text-indent: 31px;
    text-align: justify;
    font-size: medium;
}

.txtp
{
    text-indent: 31px;
    text-align: justify;
    font-size: small;
}
.txtL
{
    width: 180px;
    text-indent: 31px;
    font-size: medium;
    text-align: left;
    color: #000;
      background-color:#a52f09;
       
        cursor: pointer;
         /*CSS3 properties*/
        border-radius: 2px; 
        -moz-border-radius: 2px;
        -webkit-border-radius: 4px;
        box-shadow: 1px 2px 2px #b4b4b4;
        -webkit-box-shadow: 1px 2px 2px rgba(136,136,136, 0.6);
        -moz-box-shadow: 1px 2px 2px #b4b4b4;
}
 #containerAbout {
  margin-left: 39px;
  margin-right: -30px;
		
}
#containerbio {
  margin-left: 60px;
  margin-right: 5px;
		
}

.organ{
    
    float: left;
    margin: 10px;
}

#leftorgmenu ul {
  
    
    list-style: none;
}

/* for products */

div#featuredProduct {
    background-color: #fdfcf7;
    border: 4px solid #e6e3d8;
    height: 390px;
    margin: 20px auto;
    width: 800px;
    
    /*CSS3 properties*/
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0px 2px 5px #888;
    -webkit-box-shadow: 0px 2px 5px #888;
    -moz-box-shadow: 0px 2px 5px #888;
}

    div#featuredProduct img {
        float: left;
        
        /*CSS3 properties*/
        border-radius: 3px 0px 0px 3px;
        -moz-border-radius: 3px 0px 0px 3px;
        -webkit-border-radius: 3px 0px 0px 3px;
    }

    #featuredProductInfo {
     background: #fff url(../Images/bkg.png) repeat-x;
        float: right;
        height: 100%;
        padding: 0 10px 10px 0;
    }

       

            #productInfo h2 {
                font-size: 2.5em;
                font-weight: normal;
                margin: 5px 0;
            }

            #productInfo .description {
                font-size: 1.2em;
                text-align: justify;
                text-indent: 35px;
                margin: 10px;
            }
 #productInfo .descriptionp {
              float: right;
            }

            #productInfo .price {
                font-size: 1.75em;
                margin: 5px 0;
            }

#productsWrapper{
    margin: 1px auto;
    max-width: 800px;
}

#products {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product {
    float: left;
    margin: 10px 12px;
    width: 215px;
}

    .product .productInfo {
        height: 353px;
        overflow: hidden;
    }

        .product h3 {
            font-size: 1.65em;
            font-weight: normal;
            margin: 0 0 5px 0;
            padding: 0;
        }

        .product-image {
            background-color: #edece8;
            border: 1px #e6e3d8 solid;
           height: 200px;
            margin: 0 0 7px 0;
            padding: 6px;
           width: 200px;
        }
   #productInfo {
            height: 100%;
            overflow: visible;
        }
   .product .description {
       word-break:normal;
    font-size: 1.25em;
    text-indent: 10px;
    text-align: justify;
    margin-top:1.25em;
        line-height: 1.25em;
        height: 3.75em;
        overflow: hidden;

        }
  a.order-button {
        background-color: #15b615;
        background-image: -webkit-linear-gradient(top, #15b615, #5c8a07);
  background-image: -moz-linear-gradient(top, #15b615, #5c8a07);
  background-image: -ms-linear-gradient(top, #15b615, #5c8a07);
  background-image: -o-linear-gradient(top, #15b615, #5c8a07);
  background-image: linear-gradient(to bottom, #15b615, #5c8a07);
        border: 1px solid #8cca47;
        color: #000;
        float: right;
        padding: 7px 7px 7px 7px;
        font-size: 1.25em;
        margin-top:3px;
     text-decoration:none; 
        /*CSS3 properties*/
       -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
    }
    
        a.order-button:hover {
            color:#000;
             background-color: #15b615;
              background-image: -webkit-linear-gradient(top, #15b615, #3cad3c);
  background-image: -moz-linear-gradient(top, #15b615, #3cad3c);
  background-image: -ms-linear-gradient(top, #15b615, #3cad3c);
  background-image: -o-linear-gradient(top, #15b615, #3cad3c);
  background-image: linear-gradient(to bottom, #15b615, #3cad3c);
 text-decoration:underline;
        }
    a.order-button:active {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 1px 2px 3px #b4b4b4;
        -webkit-box-shadow: 1px 2px 5px rgba(136,136,136, 0.6);
        -moz-box-shadow: 1px 2px 3px #b4b4b4;
    }
        /* monotono prasino

 a.menu-button {
    float: left;
        background-color: #afd036;
        border: 1px solid #8cca47;
        color:#fff;
        padding: 8px 19px 8px 19px;
        font-size: 1em;
        border-radius: 4px; 
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 1px 2px 5px #b4b4b4;
        -webkit-box-shadow: 1px 2px 4px rgba(136,136,136, 0.6);
        -moz-box-shadow: 1px 2px 5px #b4b4b4;
    }
    
        a.menu-button:hover {
            color: #02633a;
            background-color:transparent;
            text-decoration:none;
        }

        */

 a.menu-button {
 background: #7cbe00;
  background-image: -webkit-linear-gradient(top, #7cbe00, #519d00);
  background-image: -moz-linear-gradient(top, #7cbe00, #519d00);
  background-image: -ms-linear-gradient(top, #7cbe00, #519d00);
  background-image: -o-linear-gradient(top, #7cbe00, #519d00);
  background-image: linear-gradient(to bottom, #7cbe00, #519d00);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
    padding: 8px 19px 8px 19px;
        font-size: 1em;
  text-decoration: none;
    }
    
        a.menu-button:hover {
           background: #156b15;
  background-image: -webkit-linear-gradient(top, #156b15, #11520b);
  background-image: -moz-linear-gradient(top, #156b15, #11520b);
  background-image: -ms-linear-gradient(top, #156b15, #11520b);
  background-image: -o-linear-gradient(top, #156b15, #11520b);
  background-image: linear-gradient(to bottom, #156b15, #11520b);
  text-decoration: none;
        }

.clearb
{
    clear: both;
}

.left-button
{
    
    
        background-color: #7db52f;
        border: 1px solid #8cca47;
        color:#fff;
      padding: 15px;
       margin-left: 40px;
       font-size: 1.5em;
        width: 199px;
    
        /*CSS3 properties*/
        border-radius: 4px; 
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 1px 2px 5px #b4b4b4;
        -webkit-box-shadow: 1px 2px 4px rgba(136,136,136, 0.6);
        -moz-box-shadow: 1px 2px 5px #b4b4b4;
       
    
   
}

#left-button3 ul 
{
    
     text-align: start;
     text-justify: auto;
        background-color: #afd036;
        border: 1px solid #8cca47;
        color:#fff;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 41px;
      margin-top: 100px;
       font-size: 1em;
        width: 199px;
       list-style: none;
    
   
}
#left-button3  li
{
     margin-left: 10px;
}
.imgback
{
    background-image:url(../Images/freeDeliveryS.png);
background-repeat:no-repeat;
background-position:center center; 
}

  .btn {
  background:#8fc53f;
  background-image: -webkit-linear-gradient(top, #8fc53f, #96c741);
  background-image: -moz-linear-gradient(top, #8fc53f, #96c741);
  background-image: -ms-linear-gradient(top, #8fc53f, #96c741);
  background-image: -o-linear-gradient(top, #8fc53f, #96c741);
  background-image: linear-gradient(to bottom, #8fc53f, #96c741);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  font-family: Arial;
  color:#ffffff;
  font-size: 14px;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  cursor:pointer;
}
              .btn:hover {
  background: #04693d;
  background-image: -webkit-linear-gradient(top, #04693d, #83be24);
  background-image: -moz-linear-gradient(top, #04693d, #83be24);
  background-image: -ms-linear-gradient(top, #04693d, #83be24);
  background-image: -o-linear-gradient(top, #04693d, #83be24);
  background-image: linear-gradient(to bottom, #04693d, #83be24);
  text-decoration: none;
}
                .btnh {
  background:#8fc53f;
  background-image: -webkit-linear-gradient(top, #8fc53f, #96c741);
  background-image: -moz-linear-gradient(top, #8fc53f, #96c741);
  background-image: -ms-linear-gradient(top, #8fc53f, #96c741);
  background-image: -o-linear-gradient(top, #8fc53f, #96c741);
  background-image: linear-gradient(to bottom, #8fc53f, #96c741);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color:#ffffff;
  font-size: 22px;
  padding: 6px 14px 6px 14px;
  margin:5px;
  text-decoration: none;
  cursor:pointer;
}
              .btnh:hover {
  background: #04693d;
  background-image: -webkit-linear-gradient(top, #04693d, #83be24);
  background-image: -moz-linear-gradient(top, #04693d, #83be24);
  background-image: -ms-linear-gradient(top, #04693d, #83be24);
  background-image: -o-linear-gradient(top, #04693d, #83be24);
  background-image: linear-gradient(to bottom, #04693d, #83be24);
  text-decoration: none;
}
               .btnh1 {
  background:#8fc53f;
  background-image: -webkit-linear-gradient(top, #8fc53f, #96c741);
  background-image: -moz-linear-gradient(top, #8fc53f, #96c741);
  background-image: -ms-linear-gradient(top, #8fc53f, #96c741);
  background-image: -o-linear-gradient(top, #8fc53f, #96c741);
  background-image: linear-gradient(to bottom, #8fc53f, #96c741);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: Arial;
  color:#ffffff;
  font-size: 18px;
  padding: 6px 12px 6px 12px;
  margin:5px;
  text-decoration: none;
  cursor:pointer;
}
              .btnh1:hover {
  background: #04693d;
  background-image: -webkit-linear-gradient(top, #04693d, #83be24);
  background-image: -moz-linear-gradient(top, #04693d, #83be24);
  background-image: -ms-linear-gradient(top, #04693d, #83be24);
  background-image: -o-linear-gradient(top, #04693d, #83be24);
  background-image: linear-gradient(to bottom, #04693d, #83be24);
  text-decoration: none;
}