When Data is written to the NTFS disk at what position does in start the write? EG Assuming a file has been deleted (and deleted from the recycle bin if applicable) would it first overwrite this file, or would it start at the next totally unused cluster?

It depends on many factors including file system fragmentation, free space, etc. In most cases it would start with a next totally unused cluster.