 # {
        margin: 0px; 
        padding: 0px;
         }
       body {
        background: blue;
             }
             
       #div1 {
        width: 960px;
        height: auto;
        border: 6px double silver;
        box-shadow: 0px 0px 0px 2px #333;
        background: white; 
        margin: 10px auto;
             }       
       #div2 {
        background: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.9));
        width: 960px;
        height: 453px;
        margin: none;
             } 
       #logo {
        width: 130px;
        height: 70px;
        float: left;
        padding-left: 4px;
        padding-top: 3px;
               } 
       #shopping {
        width: 67px;
        height: 67px;
        float: right;
        padding-right: 5px;
        padding-top: 3.5px;
               }              
             
       .slideshow { 
        width: 960px;
        height: auto;
        margin: 0 auto;           
                  }
       #slideimage { 
        width: 960px;
        height: 320px;                
                   }                                 
                         
                         

       #header {
        width: 100%;
        height: 50px;
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7));
        box-shadow: 0px 2px 4px silver;
                }
       #navbar {
        width: 960px;
        height: 50px;
        float: right;
              }
       #navbar ul {
        list-style: none;
        padding: 0px;
		margin: 0px;
		position: absolute;
              }
       #navbar>li {
        width: 158px;
        list-style: none;
        float: left;
        border-right: 1px solid gray;
        border-left: 1px solid gray;
                  }
       li>a {
        width: 158px;
        display: block;
        color: white;
        line-height: 50px;
        text-align: center;
        padding: 0px;
        border-radius: 10px;
        font-family: tahoma;
        font-size: 18px;
        text-decoration: none;
             }
       li>a:hover,
       li>a:focus {
        background: #333;
        color: green;
        text-decoration: none;
                  }
       li ul {
		background: black;
             }
       li ul li {
		float: none;
	            }
	   li ul {
		display: none;
	         }
	   li:hover ul {
		display: block;
	               }
       @media screen and (max-width: 1260px){
       #navbar {
            width:100%;
               }
       #navbar>li {
           width:158px;
               }
               }
       @media screen and (max-width: 1060px){
        #header {
        width: 100%;
        height: 55px;
        position: relative;
        top:none;
                 }
       #navbar {
        width:100%;
        height: 55px;
        float:right;
                }
       #navbar>li {
        width:18%px;
                  }
       li>a {
        line-height: 55px;
        font-size:18px;
            }
            }    
       @media screen and (max-width: 40px){ 
       #header {
        width: 100%;
        height: 70px;
               }
       #navbar {
        width: 100%;
        height: 70px;
        float: none;
               }
       #navbar>li {
        width: 100%;
        list-style: none;
        float: none; 
        border-bottom: 1px solid gray;
                  }
       li>a {
        display: block;
        color: white;
        line-height: 70px;
        font-family: tahoma;
        font-size: 27px;
        background: #333;
            }
            
             .menu-toggle {
                display: block;
                width: 40px;
                height: 40px;
                margin: 10px;
                background: #ccc;
                float: right;
                cursor: pointer;
                text-align: center;
                font-size: 30px;
                color: #069370;
                      }
             .menu-toggle:before {
                 content: '\f0c9';
                 font-family: tahoma;
                 line-height: 40px;
                                 }
             .menu-toggle.active:before {
                 content: '\f00d';
                                        }
             
             #navbar {
                 display: none;
                    }
             #navbar.active {
                 display: block;
                 width: 100%;
                    } 
             #navbar.active ul {       
              display: block; 
                              }
             #navbar.active ul li a{
              margin:0;
       }
       }                  
                   
          .div4 {
        background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(support1.jpg);
        color: white;
        text-align: none;
        font-family: tahoma;
        width: 895px;
        height: auto;
        border: none;
        float:inherit; 
        margin:none;  
        padding-left: 35px;
        padding-right: 30px;
            }   
            
        #banner > img {
              width: 100%;
              height: 300px;
              padding: 5px 0;       
                       }
                       
                       
        
          #news { 
              color: black;
              background: #464646;
              width: 960px;
              height: auto;
              border: none;
              float: left; 
                }
          p {
             padding: 6px;
            }  
               
          ul> a{ 
              text-decoration: none;
              color: white;
              font-size: 18px;
              font-family: tahoma;
              margin-right: 55px;
              }
          
         ul> a:hover {
          color: green;
              text-decoration: underline;  
          }
          
         ul> a:visited {
              color: none;
          } 
                 
          