Try temporarily disabling all plugins by placing:
Code:
define('DISABLE_HOOKS', 1);
at the top of your includes/config.php file, just under the <?php at the top. If the problem goes away then you can remove that line and narrow down the offending mod by disabling them one at a time using the Product Manager.
Also, try creating a new style with no parent and use that to view the site and see if you still have the problem.