

/************************************* Main structure *************************/

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 80.0%;
    margin: 5px;
    background-color: #eff7e0;
}

#container {
    background-image: url(../styleImages/container_bg.jpg);
    background-repeat: no-repeat;
    background-color: white;
    /* height: 465px; */
    width: 800px;
    font-size: 1.0em;
    margin: 0 auto;
    border-top: 1px solid white;
}

#header {
    /* background-image: url(images/header.png); */
    height: 174px;
    /* padding-top: 40px;   */
}

#header_left {
    float: left;
   /*  width: 200px;  */
    margin-left: 590px;
    margin-top: 95px;
    font-size: .9em;
    /*padding: 15px;  */
}

#header_right {
   /*  width: 200px; */
    padding: 15px;
    font-size: .9em;
    margin-top: 90px;
    float: right;
    
}

#left {
    float:left; 
   /* width: 225px;  */
    margin-left: 10px!important;
    margin-top: 95px;
}

#right {
   float: right;
   padding-right: 10px;
   padding-top: 20px;
   width: 550px;
}

#footer {
    clear: both;
    margin-top: 40px;
    padding: 20px;
    text-align: center;
    border-top: 1px dotted #CCCCCC;
    background-color: #F9F7EA;
}

.date_box {
    background-color: #FFFFFF;
    background-image: url(../styleImages/date.jpg);
    height: 51px;
    width: 52px;
    float: left;
}

.date_box_month {
    padding-top: 6px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 3px;
    text-align: center;
    color: #75a006;
}

.date_box_day {
    font-size: 22px;
    font-weight: bold;
    padding-left: 3px;
    text-align: center;
    font-style: italic;    
    color: #654040;
}

/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
   font-family: Arial, Helvetica, sans-serif;
}

p.quote:first-letter 
{
    color: #6F9800;
    font-size:xx-large;
    margin-top: 20px;
    font-size: 2.5em;
    padding-right: 2px;
   
}

h2 {display: none;}

h3 {
    background-color: #FFFFFF;
    padding-bottom: 5px;
    font-size: 1.6em;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bold;
    color: #84A54A;
    border-bottom: 1px dotted #CCCCCC;
}

h4 {
    font-size: 1.2em;
    color: #A6BB7A;
}

blockquote {
    background-color: #F4F7F0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom:30px;
    border: 1px dotted #EBE2B7;
    background-image: url(../styleImages/blockquote.png);
    background-repeat: no-repeat;
    font-style: italic;
}

.read_more {
    background-color: #FFFFFF;
    padding: 3px;
    text-align: right;
    font-weight: bold;
    font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
              
.float_right {float: right;
              margin-left: 10px;}

/********************************* Navigation **********************************/

#navcontainer { 
    margin-left: -10px;
    width: 195px;
}

#navcontainer ul
{
    list-style-type: none;
    /* font-weight: bold; */
    color: #990000;
}

#navcontainer a
{
    display: block;
    padding-top: 17px;
    padding-left: 37px;
    background-color: #DCE3ED;
    border-bottom: 1px solid #eee;
    background-image: url(../styleImages/menu.png);
    background-repeat: repeat-x;
    height: 27px;
    text-align: left;
}


#navcontainer a:link, #navlist a:visited
{
text-decoration: none;
}

#navcontainer a:hover 
{    
    background: url(../styleImages/menu.png) 0 -45px;
    color: #562930;
}

/********************************* Navigation Top**********************************/

#navcontainerTop { 
   margin-left: 10px;
}

#navcontainerTop ul {
    list-style-type: none;
    font-weight: bold;
    color: #990000;
    margin-top: -45px; 
}

#navcontainerTop a
{
    display: inline;
    padding: 4px;
    color: #fbfdf8;
    height: 27px;
    text-align: left;
}

#navcontainerTop a:hover
{
    display: inline;
    padding: 4px;
    color: #333333;
    height: 27px;
    text-align: left;
}

/**************************************** Form elements member login ****************************/

.welcome {
    font-size: 0.8em;
    text-align: left;
    margin-top: 60px;
    color: #6B383D;
}

form {
    margin-top: 15px;
    margin-left: 35px;
}

input.fields {display: block;
        width: 140px;
        background: url(../styleImages/input_bg.png)!important;
        background: none;
        border-top: 1px solid #E3E4E9;
        border-left: 1px solid #E3E4E9;
        border-bottom: 1px solid white;
        border-right: 1px solid white;
        margin-top: 3px;
        margin-bottom: 3px;
        }

label {
    color: #A5BB73;
    font-style: italic;
}

.submit_button {
   /* margin-top: 15px; */
    padding: 2px;
    background-color: #EAF4D9;
   /*  float: right;   */
    margin-right: 40px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid #E3E4E9;
    border-right: 2px solid #E3E4E9;
}

/**************************************** extra classes: contact us ****************************/

form.contact_us {
    width: 190px;
    margin-top: 15px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #FBF9F4;
    background-image: url(../styleImages/form_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

input.fields_contact_us {display: block;
        width: 185px;
        background: url(../styleImages/input_bg.png)!important;
        background: #f0f1e6;
        border-top: 1px solid #E3E4E9;
        border-left: 1px solid #E3E4E9;
        border-bottom: 1px solid white;
        border-right: 1px solid white;
        margin-top: 3px;
        margin-bottom: 3px;}

textarea {width: 185px;
          background: url(../styleImages/input_bg.png)!important;
          background: #f0f1e6;
          border-top: 1px solid #E3E4E9;
          border-left: 1px solid #E3E4E9;
          border-bottom: 1px solid white;
          border-right: 1px solid white;

          margin-top: 3px;}

.submit_button_contact {
    margin-top: 15px;
    padding: 2px;
    background-color: #EAF4D9;
}

#login {
   margin-top: 20px;
   float: right;
}
#session {
    margin-left: -11px;
    height: 80px;
    width: 180px;
}

#pageSurround {
    width: 748px;
    margin: 0px auto;
    padding: 5px;
    border: 2px solid #333333;
    background-color: #FFFFFF;
    background-image: url(../styleImages/backgrounds/contentBg.jpg);
    background-repeat: no-repeat;
    background-position: left top;    
}
#topHeader {
    text-align: right;
    height: 36px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-top: 68px;    
}
.boxTitleLeft, .boxTitleRight {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 170px;
    /* font-size: 75%; */
    color: #FFFFFF;
    background-color: #8dc73f;
    padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
   /*  border: 1px solid #000000;    */
    width: 170px;
    /* background-color: #F5F9EB; */
    padding-left: 5px;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 5px;
    /* font-size: 1.1em;   */
}

.boxContentLeft a {
   /*  border: 1px solid #000000;    */
    /* width: 170px; */
    background-color: #F5F9EB;
    padding-left: 5px;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 5px;
    /* font-size: 1.1em;   */
}

.colLeft {
    position: relative;
    left: 0px;
    width: 160px; 
    padding-left: 15px;
    padding-right: 5px;
    float: left;
}
.colMid {
    position: relative;
    width: 403px;
    float: left;
}
.colRight {
    position: relative;
    width: 160px; 
    padding-left: 5px;
    right: 0px;
    float: right;
    margin-top: 30px;
}
#cart {

}
.boxContent {

    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    width: 530px;
    /* margin-top: 40px;   */
}

.boxContent #mapLeft { 
   float: left; 
}

.boxContent #mapRight {
    float: right;
}

/* CHECKOUT PAGES */
.colLeftCheckout {
    position: relative;
    left: 0px;
    width: 160px; 
    padding-left: 15px;
    padding-right: 5px;
    float: left;
}
.colMainCheckout {
    position: relative;
    width: 568px;
    float: left;
}

.siteDocs {
   /* text-align:center;  */
   /*  margin-top:  -25px; */
    font-weight: bold;

}
.pagination {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}
#subCats {
    background-color: #8dc73f;
    text-align: center;
    border: 1px solid #8dc73f;
    margin: 0px;
    padding: 3px;
    float: left;
    width: 387px;
}
.subCat {    
    text-align: center;
    padding: 8px;
    float: left;
    width: 110px;
    height: 50px;
}
.regSep{
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.latestProds {
    float: left;
    text-align: center;
    width: 131px;
    height: 120px;
}

.iframe1 {
    width: 500px;
}

#dieter {
    color: #eff7e0;
}
#dieter a {
    color: #eff7e0;
}

#cats {
   /* float: left; */
}
#sess {
  width: 185px;
}

