

  #visa
  {
    display: block;
    width: 121px;
    height: 63px;
    background: url("/img/visa.jpg") no-repeat 0 0;
    float:left;
  }
  #visa:hover
  { 
    background: url("/img/visa1.jpg") no-repeat 0 0;
    float:left;
  }

    #Google
  {
    display: block;
    width: 152px;
    height: 63px;
    background: url("/img/google.jpg") no-repeat 0 0;
    float:left;
  }
  #Google:hover
  { 
    background: url("/img/google1.jpg") no-repeat 0 0;
    float:left;
  }
    #MasterCard
  {
    display: block;
    width: 135px;
    height: 63px;
    background: url("/img/mastercard.jpg") no-repeat 0 0;
    float:left;
  }
  #MasterCard:hover
  { 
    background: url("/img/mastercard1.jpg") no-repeat 0 0;
    float:left;
  }
    #HSBC
  {
    display: block;
    width: 162px;
    height: 63px;
    background: url("/img/hsbc.jpg") no-repeat 0 0;
    float:left;
  }
  #HSBC:hover
  { 
    background: url("/img/hsbc1.jpg") no-repeat 0 0;
    float:left;
  }
    #Verisign
  {
    display: block;
    width: 137px;
    height: 63px;
    background: url("/img/comodo.jpg") no-repeat 0 0;
    float:left;
  }
  #Verisign:hover
  { 
    background: url("/img/comodo1.jpg") no-repeat 0 0;
    float:left;
  }
    #PayPal
  {
    display: block;
    width: 128px;
    height: 63px;
    background: url("/img/paypal.jpg") no-repeat 0 0;
    float:left;
  }
  #PayPal:hover
  { 
    background: url("/img/paypal1.jpg") no-repeat 0 0;
    float:left;
  }
		
		 #SecurityMetrics
  {
    display: block;
    width: 100px;
    height: 43px;
    background: transparent url("https://www.securitymetrics.com/images/sm_ccsafe_whborder.gif") no-repeat 0 0;
    float:left;
				margin: 15px 0 0 20px;
				filter:alpha(opacity=50) gray;
				opacity: 0.5 gray;


  }
  #SecurityMetrics:hover
  { 
    background: url("https://www.securitymetrics.com/images/sm_ccsafe_whborder.gif") no-repeat 0 0;
    float:left;
				margin: 15px 0 0 20px;
				vertical-align:middle;
				filter:alpha(opacity=100);
				opacity: 1;
  }


 #PoweredByAmplicon
  {
    display: block;
    width: 133px;
    height: 23px;
    background: transparent url("/img/powered-by-bot.jpg") no-repeat 0 0;
				filter:alpha(opacity=50) gray;
				opacity: 0.5 gray;


  }
  #PoweredByAmplicon:hover
  { 
    background: url("/img/powered-by-bot.jpg") no-repeat 0 0;
				filter:alpha(opacity=100);
				opacity: 1;
  }
