Earlier you said you were using GB then you mentioned UK, I am assuming that you were just referring to the Country and not what you have in the Zone shipping module ...
One thing you might look into is the Free Software Add On for the Zone Table ...
This lets you define the Zones more specifically and once all of the Zones are defined, you can install this module and you will see a dropdown in each of the Zone Definitions ...
That might help you define these better ...
For the Free Shipping, you could use Free Shipping Options freeoptions ...
This would allow for a Zone definition plus putting in limits ...
Depending on the configuration of the limits you may need some tweeking to the module but I would start with that ...
The usually place people need to tweak the code in the freeoptions.php file is at:
Code:
// final check for display of Free Options
if ($this->ck_freeoptions_total or $this->ck_freeoptions_weight or $this->ck_freeoptions_items) {
to change how the evaluations of the shipping is being done, example, changing the OR to AND in that IF statement ...