/* basic styles for LS Design website             */
/* file name: website-product-styles.css          */
	
    
#wrapper{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
    max-width: 1000px;
    height: auto;
    }

.container-1{
    display: flex;
    background-color: #BBB8B8;
    flex-flow: row wrap;
    width: 20%;
    height: 200px;
    }
  
.container-2{
    display: flex;
    background-color: #DCDCDC;
    flex-flow: row wrap;
    width: 80%;
    height: 200px;
    }
    
.container-3{
    display: flex;
    background-color: #E6E6E6;
    flex-flow: row wrap;
    float:left;
    clear: left;
    width: 20%;
    height: auto;
    }
    
.container-4{
    display: flex;
    background-color: #FFFF;
    flex-flow: row wrap;
    float: left;
    clear: right;
    width: 80%;
    height: auto;
   }

.container-5{
    display: flex;
    background-color: #737274;
    flex-flow: row wrap;
    width: 20%;
    height: 60px;
    float: left;
    clear: left;
   }

.container-6{
    display: flex;
    background-color: #8B8A8A;
    flex-flow: row wrap;
    width: 80%;
    height: 60px;
    float: left;
    clear: right;
    }

.imgSmall{
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/LS-Webpage-Logo_01.gif);
    height: auto;
    background-size: 0 auto;
    }

.imgCenter{
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    }

.menuBar{
    width: 100px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 0px;
    color: #868686;
    background-color: #E6E6E6;
    }
	
.menuText{
    font-family: TradeGothicProLight, sans-serif;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #878787;
    font-size: 16px;
    line-height: 3em;
    background-color: #E6E6E6;
    }

.fonts{
    font-family: TradeGothicProLight, sans-serif;
    padding-top: 23px;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    color: #6B6B6B;
    }

.fonts-copyright{
    font-family: TradeGothicProLight, sans-serif;
    font-size: 12px;
    line-height: 2em;
    text-align: right;
    color: #FFFFFF;
    padding-left: 50px;
    }

.fonts-12{
    font-size: 13px;
    font-family: TradeGothicProLight, sans-serif;
    color: #6B6B6B;
    text-align: left;
    }
  
.fonts-16 {
    font-size: 16px;
    color: #6B6B6B;
    font-family: TradeGothicProLight, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    }

.fonts18pt{
    font-family: TradeGothicProLight, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
    color: #6B6B6B;
    font-weight: 200;
    letter-spacing: 0em;
    }

.fonts20pt{
    font-family: TradeGothicProLight, sans-serif;
    font-size: 20px;
    line-height: 2em;
    text-align: left;
    color: #6B6B6B;
    font-weight: 100;
    letter-spacing: 0em;
    }

.fonts24pt{
    font-family: TradeGothicProLight, sans-serif;
    font-size: 24px;
    line-height: 1.5em;
    text-align: left;
    color: #6B6B6B;
    font-weight: 200;
    letter-spacing: 0em;
    }

.fonts-navigation-arrows{
    font-family: TradeGothicProLight, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    text-align:center;
    color: #6B6B6B;
    font-weight: 200;
    letter-spacing: 0em;
    clear: both;
    text-indent: 30px;
 }

 
a:link {
    color: #878787; 
    text-align: center;
    background-color: transparent; 
    text-decoration: none;
    }

a:visited {
    color: #9D9B9C;
    text-align: center;
    background-color: transparent;
    text-decoration: none;
    }

a:hover {
    color: black;
    text-align: center;
    background-color: transparent;
    text-decoration: underline;
    text-decoration: none;
    }

body {
    height: auto;
    width: auto;
    }

sup {
    vertical-align: 25%;
    font-size: 100%;
}


/* Begin CSS for Product Table  */

#products {
    font-family: TradeGothicProLight, sans-serif;
    color: #8B8A8A;
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    margin-left: 30px;
    margin-right: 30px;
    }

  #products td{
    font-family: TradeGothicProLight, sans-serif;
    font-size: 14px;
    padding-bottom: 0px;
    padding-top: 8px;
    }

  #products tr:hover {
    background-color: #E9E9E9;
    }

  #products th {
    font-family: TradeGothicProLight, sans-serif;
    color: #8B8A8A;
    padding-top: 10px;
    padding-bottom: 7px;
    text-align: left;
    border-bottom: thin solid #000000;
    }

.table_box{
    width: 400px;
    padding-left: 30px;
    height:auto;
    }

.productName{
    float: left;
    clear: left;
    clear: right;
    width: 100%;
    color: #6B6B6B;
    font-family: TradeGothicProLight, sans-serif;
    font-size: 46px;
    line-height: 1.0em;
    text-align: left;
    text-indent: 30px;
    font-weight: 200;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    letter-spacing: 0%;
    }
    
.red-text {
    color: #FF0000;
    }


/* ======================== */
/* BEGIN MEDIA QUERY 800px  */
/* ======================== */
  
@media only screen and (max-width: 800px){

.container-1{
    display: flex;
    background-color: #A6A5A5;
    padding-left: 0px;
    flex-flow: row wrap;
    width: 0%;
    height: 170px;
    }
    
.container-2{
    display: flex;
    background-color: #DCDCDC;
    flex-flow: row wrap;
    width: 100%;
    height: 200px;
    }

.container-3{
    background-color: #E6E6E6;
    width: 100%;
    height: 95px;
   }
    
.container-4{
    display: flex;
    background-color: #FFf;
    flex-flow: row wrap;
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    }

.container-5{
    display: flex;
    background-color: #737274;
    flex-flow: row wrap;
    width: 0%;
    height: 50px;
    }

.container-6{
    display: flex;
    background-color: #8B8A8A;
    flex-flow: row wrap;
    width: 100%;
    height: 50px;
    float: left;
    clear: both;
    }

.menuBar{
    width: 100%;
    height: 100px;
    margin-top: 3px;
    margin-left: 0px;
    margin-right: 0px;
    color: #868686;
    background-color: #E6E6E6;
    }
	
.menuText{
    font-family: TradeGothicProLight, sans-serif;
    width: 100%;
    max-height: 20px;
    text-align: center;
    text-decoration: none;
    color: #878787;
    font-size: 20px;
    line-height: 1.2em;
    background-color: #E6E6E6;
    }
  
#products {
    font-family: TradeGothicProLight, sans-serif;
    color: #8B8A8A;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    line-height: 1em;
    margin-left: 30px;
    margin-rignt: 30px;
    }
  
#products td{
    font-family: TradeGothicProLight, sans-serif;
    font-size: 12px;
    padding-bottom: 0px;
    padding-top: 8px;
    }


.fonts-copyright{
    font-family: TradeGothicProLight, sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    text-align: right;
    color: #FFFFFF;
    padding-left: 50px;
    }
  
.fonts-navigation-arrows{
    font-family: TradeGothicProLight, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    text-align:center;
    color: #6B6B6B;
    font-weight: 200;
    letter-spacing: 0em;
    clear: both;
    text-indent: 30px;
 }

  
} 
/* ======================== */
/*  END MEDIA QUERY 800px   */
/* ======================== */


/* ======================== */
/* BEGIN MEDIA QUERY 500px  */
/* ======================== */

@media (max-width: 500px){

.container-special-items{
    display: flex;
    background-color: #BBB8B8;
    flex-flow: row wrap;
    float: left;
    clear: left;
    width: 100%;
    height: auto;
    }

.container-1{
    display: flex;
    background-color: #A6A5A5;
    padding-left: 0px;
    flex-flow: row wrap;
    width: 0%;
    height: 180px;
    }
    
.container-2{
    display: flex;
    background-color: #DCDCDC;
    flex-flow: row wrap;
    width: 100%;
    height: 180px;
    }

.container-3{
    display: flex;
    background-color: #ECECEC;
    width: 100%;
    height: 77px;
    height: auto;
   }
    
.container-4{
    display: flex;
    background-color: #F9F9F9;
    flex-flow: row wrap;
    float: left;
    clear: both;
    text-indent: 20px;
    width: 100%;
    height: auto;
    }

.container-5{
    display: flex;
    background-color: #737274;
    flex-flow: row wrap;
    width: 0%;
    height: 50px;
    }

.container-6{
    display: flex;
    background-color: #8B8A8A;
    flex-flow: row wrap;
    width: 100%;
    height: 50px;
    float: left;
    clear: both;
    }

.container-contact{
    width: 80%;
    height: auto;
    padding-left: 35px;
    padding-right: 35px;
    }

.prod-menu-container{
    width: 33%;
    float: left;
    height: 200px;
    background-color: #FFFF;
    color: #878787;
    text-align: center;
    font-family: TradeGothicProLight, sans-serif;
    }
  
.prod-menu-container p{
    font-family: TradeGothicProLight, sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    color: black;
    }
  
.prod-menu-container img{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    }

.fonts-copyright{
    font-family: TradeGothicProLight, sans-serif;
    font-size: 12px;
    line-height: 1.7em;
    text-align: right;
    color: #FFFFFF;
    padding-left: 50px;
    }

.menuBar{
    width: 100%;
    height: auto;
    min-height: 90px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    color: #868686;
    background-color: #ECECEC;
    }
	
.menuText{
    font-family: TradeGothicProLight, sans-serif;
    width: 100%;
    height: auto;
    max-height: 87px;
    text-align: center;
    text-decoration: none;
    color: #878787;
    font-size: 18px;
    line-height: 1.5em;
    background-color: #ECECEC;
    }
    
.centered-padded-text{
    padding-top: 30px;
    padding-left: 70px;
    padding-right: 60px;
    text-align: center;
    }

  .imgWrapRight_30Percent{
    display: flex;
    background-color: #F9F9F9;
    flex-flow: row wrap;
    float: left;
    clear: left;
    width: 100%;  /*force description below image*/
    padding-right: 15px;
    padding-bottom:0px
    }

.fonts-navigation-arrows{
    font-family: TradeGothicProLight, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    text-align:center;
    color: #6B6B6B;
    font-weight: 200;
    letter-spacing: 0em;
    clear: both;
    text-indent: 30px;
    }

}
/* ======================== */
/*  END MEDIA QUERY 500px   */
/* ======================== */
