
        .divstyle
        {
        	background-color:Black;
        	       	
        }
        .footer
        {
        	color:White;
        }
        
        .style2
        {
            height: 50px;
            width: 500px;
            

        }
        
        .style6
        {
            width: 287px;
        }
        .style7
        {
            width: 300px;
        }
        .spa1
        {
        	width:150px;
        	height:150px;
        	vertical-align:top;
        }
        .style11
        {
            width: 91px;
        }
        .style12
        {
            width: 71px;
            font-size:12;
        }
        .style13
        {
            width: 101px;
        }
        .style14
        {
            width: 113px;
        }
        .style15
        {
            width: 277px;
        }
        .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
        }
        .container {
  position: relative;
  text-align: center;
  color: white;
}



/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color:white;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


/* Change color of dropdown links on hover */
.dropdown-content a:hover 
{
	background-color: #ddd;
	
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}
        .style17
        {
            height: 29px;
        }
        .style18
        {
            height: 24px;
        }
        .style19
        {
            height: 23px;
        }
/* used-omly-im-pusimessemquiry.asp */
.style20
        {
            width: 450px;
        }
        .style21
        {
            height: 21px;
        }
      .zoom {
  
  background-position: left top;
  background-repeat: repeat;
  padding: 20px; 
  width: 150px;
  height: 100px;
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.menuproductstitle
        {
            height: 41px;
            width: 175px;
            padding-left:50px;
            background-color: #C0C0C0;
                      
        }
        
        .menuproducts
        {
            height: 31px;
            width: 175px;
            padding-left:50px;
                      
        }
        a:hover 
        {
        	font-weight:bold;
        
        }