Out2lunch:
I have half sorted it out, after making a stupid mistake, I didn't upload the correct /languages/english/html_includes/cws files.
I am now getting the main page text but its not being formatted by the css, and is all starting from the left border of the background image.
I get a few produces listed on the screen, but no images are coming up for them, and still no side box.

Hi Everybody!
Ok, so I think I'm having a problem similar to this one that has stumped me. I've installed zencart + multisite module on one of my domains before, and everything went smoothly.
Now I'm trying to install it on a different domain, with a different hosting company (godaddy), and I've run into a peculiar error. I've got the multisite part up and running, but whenever I try and go to a store the css isn't being loaded. I've confirmed that it happens in Firefox, Safari, and IE.
When I check the error logs in Firefox, I see:
<path>/includes/templates/template_default/css/stylesheet.css was not loaded because its MIME type, "text/html", is not "text/css".
Which has never happened to me before. I also found out that if I comment out the line
include_once('includes/config_sites/sites_switch.php');
in includes/configure.php everything seems to work fine (except the multisite aspect of course).
I've gone through this thread looking for information, and the above post was the closest thing I could find. So I figured I toss the question out to people smarter than I:
anyone know what is going on here?