Quote Originally Posted by tradrockrat View Post
It's alright - I pulled the site and put up the old one fore now while I figure it all out - got this issue resolved - stay tuned for more questions...lol

right now I'm killing myself trying to figure out why my logo is covering up my menu on IE but not Firefox. Any ideas?

site can be seen @ www.quasarfinance.com/index.php
You didn't fully remove your tagline (Otherwise known as HEADER_SALES_TEXT) from includes/languages/english/YOUR_TEMPLATE/header.php

It should look like this:

define('HEADER_SALES_TEXT', '');

I think you have a space:
define('HEADER_SALES_TEXT', '(' ');

Not sure if that's your problem, but its a start.