My site: chasingzodiacs.com/shop

I'm having difficulty removing/hiding the tagline. in my stylesheet I've tried:
Code:
div#tagline{display:none;}
and
Code:
div#tagline        {
            display: none !important;
        }
and
Code:
div#taglineWrapper, div#tagline        {
            display: none !important;
        }
And even tried commenting out this:
Code:
#tagline {margin:0;color:#444;font-size:150%;text-align:left;text-transform:lowercase;clear:both;margin-left:30px;margin-top:15px;}
but to no avail.

If I remove the text from HEADER_SALES_TEXT it breaks the header layout. Any idea what I've missed?

Thanks you!