The site looks great - nice job!
You have some big
SEO/markup issues on the site:
Code:
<div class="buttons_left"> </div>
<div id="ctl00_divHomeButton" class="button_normal"><h1><a href="/default.aspx">Home</a></h1></div>
<div id="ctl00_divAboutButton" class="button_selected"><h1><a href="/about.aspx">About Us</a></h1></div>
<div id="ctl00_divProductsButton" class="button_normal"><h1><a href="/products.aspx">Products</a></h1></div>
<div id="ctl00_divMadeButton" class="button_normal"><h1><a href="/made.aspx">Made to Measure</a></h1></div>
<div id="ctl00_divClientsButton" class="button_normal"><h1><a href="/clients.aspx">Clients & News</a></h1></div>
<div id="ctl00_divContactButton" class="button_normal"><h1><a href="/contact.aspx">Contact</a></h1></div>
<div id="ctl00_divShopButton" class="button_normal"><h1><a href="/shop.aspx">Shop</a></h1></div>
<div class="buttons_right"> </div>
</div>
You should only have one h1 on a page! It should also be unique. See what the w3c say about headings here -
The global structure of an HTML document
Add some meta tags - keywords and description.
More info here -
HTML META TAG
When you've done the meta tags run the page through our
seo tool (see the link in my sig to munky online).
You have some minor html errors <br> should be <br /> in xhtml.
Also some of your image files are huge! You need to optimise your graphics and reduce their file sizes. Googles guidelines (when they were about) suggested that a page takes up no more than 30k including images css etc. Well 30KB is a bit too small now. You definitely want to take up less than 100KB though. The image on the homepage takes up nearly 100KB on its own and the usb device image takes up 181KB