You really need to do a lot of work "under the hood" there is far too much javascript, redundant code, and deprecated code.
Your site actually crashes firefox in linux.
When I turn of javascript then up pops the spam links at the top of the page, if your site is reported to google for this then you will find yourself dropped from the index and having to clean up the site and file a reinclusion request. Might as well fix it now.
This sort of thing
Code:
<noscript>
<h1><span class="style4">Animal Statues for home Decorations</span></h1>
</noscript>
is asking to be blacklisted. Do not show one thing to your users and another to the search engines. All over your site you are breaking almost every google recommendation for webmasters.
What is the point of this?
Code:
<noscript>
</p>
</noscript>
<noscript> </noscript>
they do nothing.
Code:
<p align="center"></p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
a proper mess.
You have a generally nice site and products. Drop the javascript and
seo spam (sack your
seo firm or if you are doing it yourself then read up on googles recommendations for webmasters) move to a decent shopping cart and you should see sales increase. A lot of work to be done.