2 things I would suggest for your site.
First, add icons to your sub-categories and display them in columns instead of one long list. Here the mod to do that:
http://forum.x-cart.com/viewtopic.php?t=5131
Next, you have the ability to add html (images, text, combo of both) to your category description. That will give the page a nice graphical header. You just need to edit this bit of code in customer/main/subcategories.tpl to do that. Replace this:
Code:
{if ($navigation_page eq "")||($navigation_page eq "1")}{$current_category.description|regex_replace:"/[\n]/":"
"}
{/if}
with this:
Code:
{$current_category.description}