.style1
        {
            color: #FFFFFF;
        }
        
        .button
        {
            color: White;
            text-decoration: none;
            font-size: 18pt;
 
              display:block;
    width:140px;
    height:30px;
    padding-left: 4px;
    margin-top: 5px;
    
background-color: Black;
             
        }
        
        .button:hover
        {
            border: 2px solid black;
            
            color: black;
             margin-left: 0px;
              
background-color: white;
        }
        
        
        
        
           .button2
        {
            color: White;
            margin-left: 10px; 
            margin-right: 10px; 
           
            text-decoration: none;
        }
           .subbutton2
        {
            color: White;
            margin-left: 10px; 
         
            margin-right: 10px; 
            text-decoration: none;
        }
        
         .subbutton
        {
            color: White;
            text-decoration: none;
            font-size: 10pt;
 
              display:block;
    width:110px;
    height:25px;
    padding-left: 17px;
    margin-left: 0px;
   
background-color: #555555;
             
        }
        
        
          .subbutton:hover
        {
            border: 2px solid black;
         
            color: black;
            
background-color: white; 
        }
        
        
        
        .left
        {
            float: left;
            position: relative;
            width: 125px;
        }
        
        .right
        {
            position: relative;
            text-align: left;
            margin-left: 140px;
        }
   
        .CountryStatearea  
    {
        width: 250px; 
        text-align: left;
        font-size: 16pt;
        }
    .CountryStateCountarea  
    {
            width: 200px; 
            text-align: left;
            }

    .gradient{            
ackground-image: -o-linear-gradient(bottom, rgb(0,0,0) 24%, rgb(128,128,128) 62%);
background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 24%, rgb(128,128,128) 62%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.24, rgb(0,0,0)), color-stop(0.62, rgb(128,128,128)));
background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 24%, rgb(128,128,128) 62%);
background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 24%, rgb(128,128,128) 62%);
background-image: linear-gradient(bottom, rgb(0,0,0) 24%, rgb(128,128,128) 62%);
margin-top: 5px; margin-left: 5px; margin-right: 5px;
    text-align: center;
}


.searchbox 
{
    padding-top: 25px; padding-right: 25px;
    }
    
    
    .maincontainer 
    {
        width:99%; position: relative; top: 10px; text-align: left; border: 5px solid black;
        }
        
        
        .logoarea 
        {
            height: 50px; width: 100%; min-width: 900px; background-image: url("../Images/logonew2.png"); border-bottom: 2px solid black; border-right: 2px solid black; border-left: 2px solid black; text-align: right;
            }
            
            
            
            .leftnav 
            {
                padding-left: 0px; width: 150px;  
                       position: relative; top: -2px; background-color: #444444;       background-image: url("../Images/sidemenu.png");              
                }