@charset "utf-8";
/* CSS Document */
/*--------Index Link1--------*/
#LinkBt1 {
  display: block;
  width: 254px;
  height: 79px;
  background: url("../images/home/link_bt1.jpg") no-repeat 0 0;
}

#LinkBt1:hover { 
  background-position: 0 -79px;
}

#LinkBt1 span {
  display: none;
}

/*--------Index Link2--------*/
#LinkBt2 {
  display: block;
  width: 254px;
  height: 79px;
  background: url("../images/home/link_bt2.jpg") no-repeat 0 0;
}

#LinkBt2:hover { 
  background-position: 0 -79px;
}

#LinkBt2 span {
  display: none;
}

/*--------Index Link3--------*/
#LinkBt3 {
  display: block;
  width: 254px;
  height: 79px;
  background: url("../images/home/link_bt3.jpg") no-repeat 0 0;
}

#LinkBt3:hover { 
  background-position: 0 -79px;
}

#LinkBt3 span {
  display: none;
}

/*---------Try Now Button------*/
#tryNow {
  display: block;
  width: 88px;
  height: 21px;
  background: url("../images/howtouse/trybtn_css.gif") no-repeat 0 0;
}

#tryNow:hover { 
  background-position: 0 -21px;
}

#tryNow span {
  display: none;
}
/*--------Find out More Button--------*/
#findMore {
  display: block;
  width: 108px;
  height: 21px;
  background: url("../images/support/morebtn_css.gif") no-repeat 0 0;
}

#findMore:hover { 
  background-position: 0 -21px;
}

#findMore span {
  display: none;
}
/*----------Sign Up Now Button-------*/
#signUp {
  display: block;
  width: 134px;
  height: 29px;
  background: url("../images/getstarted/signuptbn_css.gif") no-repeat 0 0;
}

#signUp:hover { 
  background-position: 0 -29px;
}

#signUp span {
  display: none;
}
/*--------------Login button-------*/
#logger {
 display: block;
 width: 108px;
 height: 21px;
 background: url("../images/getstarted/loginbtn_css.gif") no-repeat 0 0;
}

#logger:hover { 
  background-position: 0 -21px;
}

#logger span {
  display: none;
}
/*--------------Add Credit - before login-------*/
#GoAddCredits {
 display: block;
 width: 160px;
 height: 40px;
 background: url("../images/addcredits/creditbtn_css.gif") no-repeat 0 0;
}

#GoAddCredits:hover { 
  background-position: 0 -40px;
}

#GoAddCredits span {
  display: none;
}

/*-------Sign Up Now Button - Getting Started----*/
a.SignUpNow {
    display: block;
 	 width: 108px;
 	 height: 21px;
    background: url("../images/getstarted/signuptbn_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.SignUpNow {
    background-position: 0 -21px;
} 

/*--------Activate Now Button - Getting Started----*/

a.ActivateNow {
    display: block;
 	 width: 108px;
 	 height: 21px;
    background: url("../images/getstarted/activatenowbtn_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.ActivateNow {
    background-position: 0 -21px;
} 

/*-------Login Now Button - Getting Started----*/

a.LoginNow {
    display: block;
 	 width: 108px;
 	 height: 21px;
    background: url("../images/account/loginbtn_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.LoginNow {
    background-position: 0 -21px;
} 

/*--------Calculate Button - Pricing----*/
a.Calculate {
    display: block;
 	 width: 108px;
 	 height: 21px;
    background: url("../images/pricing/calculatebtn_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.Calculate {
    background-position: 0 -21px;
} 

/*-------Go Bounce Now Button - Getting Started----*/

a.GoBounceNow {
    display: block;
 	 width: 108px;
 	 height: 21px;
    background: url("../images/account/bouncebn_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.GoBounceNow {
    background-position: 0 -21px;
}  

/*--------Add Credits Now - My Account----*/
a.AddCredits {
    display: block;
 	 width: 108px;
 	 height: 21px;
    background: url("../images/account/btn_addcredits_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.AddCredits {
    background-position: 0 -21px;
} 

/*--------Address Book - My Account----*/
a.AddressBook {
    display: block;
 	 width: 108px;
 	 height: 21px;
    background: url("../images/account/btn_addbook_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.AddressBook {
    background-position: 0 -21px;
} 

/*--------Past Records - My Account----*/
a.PastRecords {
    display: block;
 	 width: 108px;
 	 height: 21px;
    background: url("../images/account/btn_history_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.PastRecords {
    background-position: 0 -21px;
} 

/*--------Edit Information - Address Book----*/
a.EditInfo {
    display: block;
 	 width: 108px;
 	 height: 21px;
    background: url("../images/addressbook/editbtn_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.EditInfo {
    background-position: 0 -21px;
} 

/*--------Delete Contact - Address Book----*/
a.DeleteContact {
    display: block;
 	 width: 108px;
 	 height: 21px;
    background: url("../images/addressbook/deletebtn_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.DeleteContact {
    background-position: 0 -21px;
} 

/*--------Save Information - Address Book----*/
a.SaveInfo {
    display: block;
 	 width: 108px;
 	 height: 21px;
    background: url("../images/addressbook/savebtn_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.SaveInfo {
    background-position: 0 -21px;
} 

/*--------Magnifying Glass Icon- Address Book ----*/
a.SearchContact {
    display: block;
 	width: 29px;
 	height: 22px;
    background: url("../images/addressbook/icon_search.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.SearchContact {
    background-position: -29 0px;
} 

/*--------Start Calling - Account Login ----*/
a.StartCalling {
    display: block;
 	 width: 150px;
 	 height: 29px;
    background: url("../images/bouncenow/btn_startcalling.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.StartCalling {
    background-position: 0 -29px;
} 

/*--------Submit - Contact Us ----*/
a.Submit {
    display: block;
 	 width: 108;
 	 height: 21px;
    background: url("../images/contactus/submitbtn_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.Submit {
    background-position: 0 -21px;
} 
/*--------Magnifying Glass Icon- Bounce Now ----*/
a.MagGlass {
    display: block;
 	width: 34px;
 	height: 24px;
    background: url("../images/bouncenow/table_magnifying.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.MagGlass {
    background-position: -34 0px;
} 

/*--------CloseBox- Bounce Now ----*/
a.CloseBox {
    display: block;
 	width: 14px;
 	height: 14px;
    background: url("../images/bouncenow/closebtn_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.CloseBox {
    background-position: -14 0px;
} 

/*--------SideNav - Where Do I Sign Up? ----*/
a.SideNavSignUp {
    display: block;
 	width: 211px;
 	height: 59px;
    background: url("../images/sidenav/btmbt.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.SideNavSignUp {
    background-position: 0 -59px;
} 
/*--------Add Call Credits - Login-Add Call Credits ----*/
a.AddCallCreds {
    display: block;
 	width: 108px;
 	height: 21px;
    background: url("../images/addcredits/loginaddcreds/addcreds_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.AddCallCreds {
    background-position: 0 -21px;
} 
/*--------Top Up Call Credits - Login-Add Call Credits ----*/
a.TopUpCreds {
    display: block;
 	width: 108px;
 	height: 21px;
    background: url("../images/addcredits/loginaddcreds/topupcardbtn_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.TopUpCreds  {
    background-position: 0 -21px;
} 
/*--------Next btn ---------*/
a.NextBt {
    display: block;
 	width: 108px;
 	height: 21px;
    background: url("../images/addcredits/loginaddcreds/nextbtn_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.NextBt {
    background-position: 0 -21px;
} 

/*--------Back btn - Top Up Card- ---------*/
a.BackBt {
    display: block;
 	width: 108px;
 	height: 21px;
    background: url("../images/addcredits/loginaddcreds/backbtn_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.BackBt {
    background-position: 0 -21px;
} 
/*--------Redeem btn - Top Up Card---------*/
a.RedeemBt {
    display: block;
 	width: 108px;
 	height: 21px;
    background: url("../images/addcredits/loginaddcreds/redeembtn_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.RedeemBt {
    background-position: 0 -21px;
} 
/*--------Back to Store btn - Top Up Card---------*/
a.BackStore {
    display: block;
 	width: 108px;
 	height: 21px;
    background: url("../images/addcredits/loginaddcreds/BacktoStore_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.BackStore {
    background-position: 0 -21px;
} 

/*--------Make a Call - Top Up Card---------*/
a.MakeCall {
    display: block;
 	width: 108px;
 	height: 21px;
    background: url("../images/addcredits/loginaddcreds/MakeCallBtn_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.MakeCall {
    background-position: 0 -21px;
} 

/*--------Delete Entry - Call Credits---------*/
a.DeleteEntry {
    display: block;
 	width: 22px;
 	height: 16px;
    background: url("../images/addcredits/loginaddcreds/RedCrossBtn.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.DeleteEntry {
    background-position: 0 -16px;
}

/*--------Make Payment Entry - Call Credits---------*/
a.MakePayment {
    display: block;
 	width: 108px;
 	height: 21px;
    background: url("../images/addcredits/loginaddcreds/MakePaymentBtn_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.MakePayment {
    background-position: 0 -21px;
}  

/*--------Download User guide - Support---------*/
a.DlGuide {
    display: block;
 	width: 228px;
 	height: 40px;
    background: url("../images/support/dlguide_css.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.DlGuide {
    background-position: -228 0px;
}  
