﻿/* General  
----------------------------------------------------------*/
html {
    margin: 0;
    padding: 0;
}

body {
   /* background: #fff url(../Images/bkg.png) repeat-x top left;  */
/* background: #fff url(../Images/clouds.jpg) repeat-x top left; */ 
 /* background: #fff url(../Images/clouds.jpg) repeat-x bottom left;  */  
/*  background: #fff url(../Images/clouds.jpg) repeat;   */
    color: #696969;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
    font-size: .75em;
    margin: 0;
    padding: 0;
}

a:link {
    color: #3b3420;
    text-decoration: none;
}

a:visited {
    color: #3b3420;
    text-decoration: none;
}

a:hover {
    color: #a52f09;
    text-decoration: none;
}

a:active {
    color: #a52f09;
}
/* submit button    */
input[type=submit] {
        background-color: #FFE4C4; /* #a52f09;  */  
        /*  background: transparent url(../Images/button1.png) no-repeat; */
        border: 1px solid #712107;  
          color: #696969;  /*#D3D3D3;  #fdfcf7;  */
        cursor: pointer;
         margin: 5px 5px 5px 10px;  
    
        /*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;  
    }

/* Basic Layout
----------------------------------------------------------*/
#page {
    margin: 0 auto;
    width: 98%;  /* 960px; */
}

#header {
    height: 110px;
  /*   background: #fff url(../Images/Header1s.jpg) repeat-x top left;  */
    /*  background: #fff url(../Images/Header1s.jpg) no-repeat; */ 
  background: #fff url(../Images/HHead3s.jpg) no-repeat;   
 /*  background: #fff url(../Images/salogo1a.gif) no-repeat;  */   
  /*   background: #fff url(../Images/salogo2a.gif) no-repeat;  */   
    margin: 0 0 0 0%; /* was 0 0 0 10%; */
     }

#body, #footer {
   /* border-top: 1px dotted #D3D3D3;  /*#696969; /* #5d5a53; */  
    clear: both;
}

#footer {
    padding: 10px;
    text-align: center;
   background: #fff url(../Images/HFoot3s.jpg) no-repeat;   
   
}

div.sidebar1 {
    float: left;
    margin:10px 30px 10px 0;
    width: 20%;
    min-width:100px;

}

div.main1 {
    float: left;
    width: 75%;
}

div.sidebar2 {
    float: left;
    margin:10px 30px 10px 0;
    width: 27%;
    min-width:100px;
}

div.main2 {
    float: left;
    width: 65%;
}

/* small page (file upload & download)
----------------------------------------------------------*/
div.smlpage1 {
 width: 600px;
 width: 600px;
    float: left;
        background-color: #edece8;
            border: 1px #e6e3d8 solid;
               margin: 0 0 7px 0;
            padding: 6px;
   }
/* Login Display  color was #000, link & visited #fff, hover #fff
----------------------------------------------------------*/
#login {
    float: right;
    font-size: 1.1em;
    display: block;
    text-align: right;
    color: #000;
}
 #login li {
        margin: 0;
        display: inline;
        list-style: none;
        padding-left: 5px;
    }
  
    
    #login a:link, #login a:visited {
        color: #696969;
        text-decoration: none;
    }

    #login a:hover
    {
        color: #696969;
        text-decoration: underline;
    }

/* Menu
----------------------------------------------------------*/
#menu {
    float: right;
    font-size: 1.4em;
    list-style: none;
     margin: 70px 0 0 0;
}

#menu li {
   /* float: left;  */
    margin-left: 30px;
     display: inline;
}

/* site title in _SiteLayout alows home click area  */
.site-title a {
    background: transparent url(../Images/salogo1b.gif) no-repeat;  
   /*  background: transparent url(../Images/Itemeyes2s.png) no-repeat;   */
   background-size: 500 px; /* 490 px;   */ 
    float: left;
    height: 90px;
    margin: 15px;
    padding: 0;
    text-indent: -9999px;  /* dont actually show the text */
   width: 200px;  /* 340 px  */
}

/* Featured Product (#id) (wide x 300px high (pic)
----------------------------------------------------------*/
#featuredProduct {
    background-color: #fdfcf7;
    border: 2px solid #e6e3d8;
    height: 200px;  /* was 280px */
    margin: 20px auto auto 12px;  /* was 20px auto;  */
    width: 94%;
    
    /*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;
}

    #featuredProduct img {
        float: left;
        /*image size optional eg 200px x 400px */
       height: 80%;  /* was 100% */
        width: 30%;   /* was 74%  */
        margin: 10px 10px 10px 10px;
        /*CSS3 properties*/
        border-radius: 3px 0px 0px 3px;
        -moz-border-radius: 3px 0px 0px 3px;
        -webkit-border-radius: 3px 0px 0px 3px;
   
    }

    #featuredProductInfo {
        float: right;
        height: 100%;
        padding: 0 10px;
        width: 54%;   /* was 20%  */
    }
/* product info (scrollable text) .. leave roome for "More" button underneath  */
        #productInfo {
            height: 88%;  /* was 240px */
            overflow: auto;  /* scrolling */
        }

            #productInfo h2 {
                font-size: 2.5em;
                font-weight: normal;
                margin: 5px 0;
            }

            #productInfo .description {
                font-size: 1.2em;
                margin: 0px 5px 5px 5px;  /* top,right,bottom,left */
            }

            #productInfo .price {
                font-size: 1.75em;
                margin: 5px 0;
            }

        #callToAction a.order-button {
            font-size: 2em;
            padding: 5px 0;
            text-align:center;
            width: 100%;
        }

/* Products  215px wide X 300px high (image 200 x 200)
----------------------------------------------------------*/
#products {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product {
    float: left;
    margin: 10px 12px;
    width: 215px;
}

    .product .productInfo {
        height: 300px;
        overflow: hidden;   /* no scroll  */
    }

        .product h3 {
            font-size: 1.75em;
            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;
        }

        .product .description {
            margin: 0;
        }

    .product .price {
        float: left;
        font-size: 1.5em;
        margin: 0;
    }

    .product input[type=submit] {
        float: right;
        padding: 2px 7px;
    }
    
    a.order-button {
        background-color: #a52f09;
        border: 1px solid #712107;
        color: #fdfcf7;
        float: right;
        padding: 2px 7px;
    
        /*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;
    }
    
        a.order-button:hover {
            color: #fdfcf7;
        }

/* Articles  215px wide X 300px high (image 200 x 200)
----------------------------------------------------------*/
#articles {
   list-style: none; /* none - otherwise bullets b4 each textgroup */
/* list-style-position:inside;  /* places inside box  */
    margin: 0;
    padding: 0;
}

.box1L {
    float: left;
    margin: 10px 12px;
    width: 110px; /*  215px;  */
     Height: 120px; /*  215px;  */
}
.box1LL {
    float: left;
    margin: 10px 12px;
    width: 210px; /*  215px;  */
     Height: 220px; /*  215px;  */
}
.box1R {
    float: right;
    margin: 10px 12px;
    width: 110px; /*  215px;  */
     Height: 120px; /*  215px;  */
}

.article {
    float: left;
    margin: 10px 12px;
    width: 215px; /*  215px;  */
}

    .article .articleInfo {
        height: 280px;  /* 300px;  */
        overflow: hidden;
    }
    
    .articleW {
    float: left;
    margin: 0px 12px ;
    width: 94%; /*  215px;  */
    }

    .articleW .articleInfoW {
        height: 130px;  /* 300px;  */
       overflow: hidden;  /* hide overflowing text - scroll bar off */
    /* overflow: auto;  /* scrolling works fine */
    }
    
    .articleAtt {
    float: left;
    margin: 10px 12px;
    width: 60%; /*  215px;  */
    }

        .article h3 {
            font-size: 1.5em;
            font-weight: normal;
            margin: 0 0 5px 0;
            padding: 0;
        }

   .article .subhead {
            font-size: 1.0em;
            font-weight: normal;
            margin: 0 0 5px 0;
            padding: 0;
        }
        
    
        
        .article-image {
            background-color: #edece8;
            border: 1px #e6e3d8 solid;
            height: 100px;
            margin: 0px 0px 0px 0px;   /* top,right,bot,left  */
            padding: 5px; /* was 7px */ 
            width: 100px;
        }
           .article-image2L {
            background-color: #edece8;
            height: 150px;
            width: 150px;
            border: 1px #e6e3d8 solid;
            margin: 0px 10px 0px 10px; /* top,right,bot,left  */
            padding: 5px;
            float: left;
        }
        /* text to right of image (float left) */
          .article-image2 {
            background-color: #edece8;
            border: 1px #e6e3d8 solid;
            height: 100px;
            margin: 0px 0px 0px 0px; /* was 0 0 7px 7px; */
            padding: 5px;
            width: 100px;
            float: left;  
         }    
              .article-imageR {
            background-color: #edece8;
            border: 1px #e6e3d8 solid;
            height: 100px;
            margin: 0 0 7px 0;
            padding: 6px;
            width: 100px;
            float: right;
        }
    .imagetext {
      /*  float: left;   */
        font-size: 0.8em;
        font-weight: lighter;
        margin: 0;
    }
    .imagetext2 {
        float:  right; 
        font-size: 0.8em;
        font-weight: lighter;
        margin: 0;
    }
      .articletext {
        font-size: 1.0em;
        margin: 0 0 7px 0px; /* top,right,bot,left  */
        padding: 0px;
    }
    
     .article-text {
       margin: auto;   /* top,right,bot,left  */
           /*   margin: 0px 0px 0px 0px;   /* top,right,bot,left  */
      /*  margin-left: 50px;  /* margin left/right dont seem to work  */
        padding: 0px;
    }
        
    .article input[type=submit] {
        float: right;
        padding: 2px 7px;
    }
    
    a.article-button {
        background-color: #FFE4C4;  /* was #a52f09; */   
     /*  background: transparent url(../Images/button2.png) no-repeat;  */
        border: 1px solid #712107;    
        color: #696969;   /* was #fdfcf7;  */
        float: right;  /*  left;  */
        padding: 2px 7px;
    
        /*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;
        }
    
        a.article-button:hover {
            color: #000;  /*#fdfcf7; */ 
        }
        
           a.article-button2 {
        background-color: #FFE4C4;  /* was #a52f09;   */
     /*   background: transparent url(../Images/button3.png) no-repeat;  */
        border: 1px solid #696969;    /*  #712107;  */
        color: #696969;   /* was #fdfcf7;  */
        float: right;
        padding: 2px 7px;
    
        /*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;
        }
    
        a.article-button2:hover {
            color: #000;  /*#fdfcf7; */ 
        }

#news {
   /*list-style: none;   */  /* left indent not big enough */
list-style-position:inside;  /* places inside box  */
    margin: 0;
    padding: 0;
    }
    
    /* List items    */
.ol .ul .li{margin:10px; padding:0;} 

/* list of article or news items  */
#articles-list {
  /* list-style: none; /* none - otherwise bullets b4 each textgroup */
/* list-style-position:inside;  /* places inside box  */
    margin: 0;
    padding: 0;
}

/* Grid/Table  215px wide X 300px high (image 200 x 200)
/* overflow: hidden or auto 
----------------------------------------------------------*/
#mygrid {
    list-style: none;
    margin: 0;
    padding: 0;
}
 /*  mygridi - each ROW(normal) */
.mygridi {
    float: left;
    margin: 0px 0px;
    width: 70%;
    height: 22px;
    overflow: auto;
  /*  border: 1px solid #e6e3d8; */
   /* border: 1px solid #C0C0C0; /*padding: 5px; */ 
}
.mygridi2 {
    float: left;
    margin: 0px 0px;
    width: 98%;
    height: 44px;
    overflow: auto;
  /*  border: 1px solid #e6e3d8; */
   /* border: 1px solid #C0C0C0; /*padding: 5px; */ 
}
 /*  mygridi - each ROW(alternate) */
.mygridib {
    float: left;
    margin: 0px 0px;
    width: 70%;
    height: 22px;
    overflow: auto;
    background-color: #E8E8E8;
     font-weight: bold;
        /*  border: 1px solid #e6e3d8; */
   /* border: 1px solid #C0C0C0; /*padding: 5px; */ 
}

 /*  mygridi - each ROW(alternate) */
.mygridib2 {
    float: left;
    margin: 0px 0px;
    width: 98%;
    height: 44px;
    overflow: auto;
    background-color: #E8E8E8;
     font-weight: bold;
        /*  border: 1px solid #e6e3d8; */
   /* border: 1px solid #C0C0C0; /*padding: 5px; */ 
}
  .cell01 {
    float: left;
     width: 8%;
     height: 90%;
    padding-left: 10px;
     border: 1px solid #C0C0C0;
            margin: 0;
           /* border-collapse: collapse;  */
        }
        .cell05 {
    float: left;
     width: 5%;
     height: 90%;
    padding-left: 10px;
     border: 1px solid #C0C0C0;
            margin: 0;
           /* border-collapse: collapse;  */
        }
      .cell25 {
    float: left;
     width: 25%;
     height: 90%;
    padding-left: 10px;
     border: 1px solid #C0C0C0;
            margin: 0;
          /*  border-collapse: collapse;  */
        }   
    .cell30 {
    float: left;
     width: 35%;
     height: 90%;
    padding-left: 10px;
     border: 1px solid #C0C0C0;
            margin: 0;
          /*  border-collapse: collapse;  */
        }
         
    .cell50 {
    float: left;
     width: 48%;
     height: 90%;
    padding-left: 10px;
     border: 1px solid #C0C0C0;
            margin: 0;
          /*  border-collapse: collapse;  */
        }
        
        /* plain link type cell button  */
    a.mygrid-buttonb {
      /*  background-color: #FFE4C4; */
        border: 1px solid #C0C0C0;  /* #712107;  */
        color:  Gray;  /*  #fdfcf7 */
        float: left;
         width: 5%;
         height: 90%;
          padding-left: 10px;
      /*  padding: 3px 7px; */
      margin: 0;
    
        /*CSS3 properties   #fdfcf7 */
        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.mygrid-buttonb:hover {
            color: #fdfcf7;
        }

    /* Edit button (data cell)   */
 a.mygrid-button {

        background-color: #FFE4C4; 
        border: 1px solid #712107;
        color:  GrayText;  /*  #fdfcf7 */
        float: left;
         width: 5%;
         height: 90%;
          padding-left: 10px;
      /*  padding: 3px 7px; */
      margin: 0;
    
        /*CSS3 properties   #fdfcf7 */
        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.mygrid-button:hover {
            color: #fdfcf7;
        }
        

/* Forms   width was 300px        */
/*----------------------------------------------------------*/
/* fieldset with no border gives Rounded        */
fieldset {
 /* border: 1px solid #CCC;  /* #CCC   */
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    color: #444;
    margin: 1em 0;
    padding: 1em;
    
    -moz-box-shadow: 10px 10px 20px #000; /* Firefox */
    -webkit-box-shadow: 10px 10px 20px #000; /* Safari and Chrome */
    box-shadow: 10px 10px 20px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

    fieldset legend {
        font-size: 1.1em;
        font-weight: bold;
        padding: 2px 4px 8px 4px;
    }

    fieldset ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    fieldset label {
        display: block;
        font-size: 1.2em;
        margin-bottom: 3px;
    }

        fieldset label:after {
            content: ":";
        }

    fieldset label.checkbox {
        display: inline;
    }
    
  /* used in narrow places, such as margin */
/*  background:#ddd;   */
     fieldset input[type="search1"] {
        border: 1px solid #ccc;
        color: #444;
        font-size: 1.2em;
        padding: 2px;
        width: 95%;
        background: transparent url(../Images/searchsml.jpg) no-repeat;
        background-position: right;
    }
    fieldset input[type="text"], input[type="password"] {
        border: 1px solid #ccc; /* #ccc; color of border */
        color: #005;  /* #444; color of text */
        font-size: 1.2em;
        padding: 2px;
        width: 300px;
    }
     /* used in narrow places, such as margin */
     fieldset input[type="text2"], input[type="password2"] {
        border: 1px solid #ccc;
        color: #444;
        font-size: 1.2em;
        padding: 2px;
        width: 95%;
    }
   
      fieldset input[type="text3"], input[type="password3"] {
        border: 1px solid #ccc;
        color: #444;
        font-size: 1.2em;
        padding: 2px;
        width: 150px;
    }
         fieldset input[type="text4"]  {
        border: 1px solid #ccc;
        color: #444;
        font-size: 1.2em;
        padding: 2px;
        width:  30px;
    }
    /* soft grey edges & soft background */
     fieldset input[type="checkbox"] {
        border: 1px solid #ccc;
        color: #444;
        font-size: 1.2em;
        padding: 2px;
        width: 15px;
        background:#ddd;
    }

    fieldset input[type="submit"] {
        padding: 5px;
    }

  /*  fieldset textarea {
        color: #444;
        width: 300px;
    }  */

    .no-legend {
        border: none;
        padding: 0;
    }

        .no-legend legend {
            display: none;
        }

/* Order   
----------------------------------------------------------*/
.quantity label {
    display: inline;
}

.quantity input[type=text] {
    width: 30px;
}

#orderTotal {
    font-weight: bold;
}

.order-image {
    float: left;
    margin: 10px 30px 10px 0px;
}

.order-success {
    background: #edece8;
    color: #696969;
}

    .order-success h2 {
        margin: 0;
    }
    

#orderProcess {
    list-style: none;
    padding: 0;
    clear: both;
}

    #orderProcess li {
        color: #696969;
        display: inline;
        font-size: 1.2em;
        margin-right: 15px;
        padding: 3px 0px 0px 5px;
    }
    
        .step-number {
            background-color: #edece8;
            border: 1px solid #e6e4d9;
            font-size: 1.5em;
            margin-right: 5px;
            padding: 3px 10px;
        }
    
        .current .step-number {
            background-color: #a52f09;
            border-color: #712107;
            color: #fefefe;
        }


/* Information and errors  
----------------------------------------------------------*/  
.message {
    border: 1px solid;
    clear: both;
    margin: 10px 0px;
    padding: 15px 15px;
    
    /*CSS3 properties*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    -moz-box-shadow: 2px 2px 5px #888;
}

.info {
    background: #bde5f8;
    color: #00529b;
}

.error {
    background: #ffccba;
    color: #d63301;
}
        
.field-validation-error {
    color: #be3e16;
    font-weight: bold;
}

    .field-validation-error:before {
        content: "«";
        margin:0 3px;
    }
    
.validation-summary-errors {
    color: #be3e16;
    font-size: 1.2em;
    font-weight: bold;
}

.validation-summary-errors ul {
    list-style: none;
    margin: 0;
    padding: 0;
}