Suresh
Simplay add the command (ip nat inside)where your lan is terminated and add the another command (ip nat outside) where the service provide link is terminated.
After that perform the static PAT overload
ip nat inside source static
You can also perform the pat in which you can use the interface instead of ip address.
ip nat inside source list 1 interface overload
regards
shivlu