You are asking for quite a bit of help here ...
On the two firewalls, I would enable RIPv2, and have it advertise the default routes. Assuming they are static, and that the 10Gbe link between the sites is a point to point link layer 2 link that is being routed over by the 3750's you would use something like the below, where a.b.c is your inside network in both cases. If any of this is not the case please post a topology.
router rip
network a.b.c.0
passive-interface outside
redistribute static
version 2
no auto-summary
Then enable dynamic routing on all your 3750's. The "a.b.c" should be a VLAN facing toward the local firewall. d.e.f should be the network facing towards the remote site.
router rip
network a.b.c.0
network d.e.f.0
version 2
no auto-summary
No you should be able to delete any static default route, and within about 30s see a dynamic default route appear with "show ip route" on the switches pointing to the local firewall.
Get yourself to this point. Then you need a lot of firewall changes for NAT and possibly access control lists.