I like it
In my opinion as a consumer, business websites should be:
1. Basic (why make it complicated?)
2. Easy to navigate (I get bored easily)
3. NON FLASH (Flash is the Devil!)
4. Easy on the eye (fonts and colours need to work well)
5. Readable (Font size needs to be sufficent as my eyesight isnt great)
I like the fact your logo isnt HUGE (I know where I am, the logo is irrelevant). All the links are spaced nicely and easy to understand where they take you.
The only single thing I dont like is the fact that the main body stretches right to the edge on each page (except the homepage), I would like to see a small gap between the text and the left and right seperator lines.
As someone who designs websites, yours falls down at a few hurdles im afraid to say.....
1. Some of your HTML code is invalid.....
CLICK HERE
2. You dont have a DOCTYPE at the start. This is VERY important as browsers use this to render the page correctly. You may find it doesnt display the same in all browsers.
3. You have used tables to layout the content. Whilst not incorrect, tables are not great for laying things out. Tables are intended to hold tabular data
4. There are a couple of errors in your CSS.....
CLICK HERE
5. You havent got any Heading tags (H1, H2 etc) and Google likes these when indexing pages
Hope this helps