Hi,
Couple of suggestions
For a start the default domain name in the vpn group does not match the domian comfigured on the PIX. Not sure how much bearing that will have on the connectivity but it's maybe something to bear in mind.
Add a DNS Server to the vpn group for browsing with mapped drives etc. although this of course can be achieved purely by IP.
vpngroup vpn3000 dns-server 192.168.0.x
Try making the IP local pool the size of a complete subnet i.e a /28 and adjust the access-list 110 to reflect the subnet i.e.
ip local pool vpnpool 192.168.1.1-192.168.1.14
access-list 110 permit ip 192.168.1.0 255.255.255.0 192.168.1.0 255.255.255.240
Give that a bash and see how you get on
Ali