well you guys know how to do ecommerce -- and webdesign is awesome as well. Last question are you guys using the out of the box forums for drupal
Thanks for the compliments. 
The theme was designed by Diego Lago of Springmile. I believe he based it on his Aberdeen theme. I'm not sure if he started with Zen for that or not.
The forums are indeed the Drupal forums, but we're using a modified version of flatforum and a few contributed modules and custom modules to get the rest of the functionality.

After downloading the modified files and following Ryan's handy hints I managed to get a rather nice flat forum started. There is more work to go but I'm really happy with the possibilities with it now that I've done some theming of it.
thank you all for the nice flatforum addition, it really eases the migration from phpbb to drupal. What I really need is to remove the drop-down forum selection box in the message posting form. The issue is described in http://drupal.org/node/165196 . I need that because with a large number of unrelated forums users inadvertently keep crossposting. As I have no knowledge of php, I would greatly appreciate your instructions on how to hide the drop-down box. If that is really hard to do, please let me know so. TIA.
skizzo, I don't have the time to go into it, but you can hide the select box using CSS to add a display: none; rule to that select box's div. The problem is you'll need to take care of the forum topic posting links on pages that won't set a default forum... this would be the main forum page and the create content page.


