Export for Drupal still very buggy!
Can not test your program fully out, until this is fixed.
Best regards
Thanks for reporting, are you getting any crash while exporting for Drupal, little more details to reproduce the issue may be very helpful.
Main problem is, when your program creates the template. the missing entrance in the css,
for an background under the #ttr_footer section.
So long this entrance is missing, the whole template has for all text only transparent background.
Also the different column colorings are total off.
( as example under tpl.php: headercolumn 1/2/3/4 and css: ttr_banner_header )
But this applies for all column.
The menu don't appear in the menu section
( didn't check out the reason why not, hadn't simply the time to do it )
Also very important is in the CSS the missing entrance:
(or the Tabs overrun the right sidebar)
ul.primary {
white-space:normal;
float: left;
width: 100%;
border: 0;
}
ul.primary li{
float: left;
margin: 1em 0 0 0;
border-bottom:1px solid #BBBBBB;
}
I hope this was a little bit of help.
Best regards