With JavaScript enabled I am seeing "NetworkError: 403 Forbidden - http://www.framesforlife.com/images". So something in your JavaScript is attempting to access this location (and the site is configured to deny access). This will slow down apparent load time for the site (why is it trying to load something which should not be loaded?).
But the "meat" of what I am seeing is the product page "seems" to hang when attempting to generate the "product" content (div id="productGeneral"). Can you enable
page parse times so we can see how many SQL queries are involved and an overview of how long they are taking? Feel free to modify your template to output these as a comment (so web browsers do not actively display the parse times to potential customers - or mess up any CSS layouts).