"What the buck?" LOL, love it.
The font size could be bigger, but as ur using CSS, line 29 could be 14px, not 11px
body, td {
font-family: Verdana,Arial,sans-serif;
font-size: 14px;
}
The image size in search results could be bigger... eg, img=images/isimages/GS52209.jpg&w=100&h=44" width="100" height="44", could just be 200 width. As you use the same image for thumbnails and main images, this is an easy fix. you don't need to set the height.
images in list could be bigger too, now you have them at 100 width, but 200 is better. (see screen grab)
you don't have to set the height on images, so if you just set the width to default to 200, the height will take care of itself. (see screen grab)
last, in the product details, you have this
<img width="200" vspace="5" hspace="5" height="200" border="0" title=" Short Kabar/Serrated Edge Blk " alt="Short Kabar/Serrated Edge Blk" src="product_thumb.php?img=images/isimages/GS11508.jpg&w=200&h=200" name="product12264">
but as you have fixed the height to 200px, the images are distorted. this is the fix, don't use height.
<img width="200" vspace="5" hspace="5" border="0" title=" Short Kabar/Serrated Edge Blk " alt="Short Kabar/Serrated Edge Blk" src="product_thumb.php?img=images/isimages/GS11508.jpg&w=200" name="product12264">
add a favicon.ico, too.
hope this helps, I have more comments if you need them :) I design and build site for a living.
Hope you use these suggestions as I could do with a discount on the Pendleton Custom Classic ;)