in webassist/themes/Luxehats/css/default_home.css change:
#outerWrapper #navWrapper {
height:auto;
padding: 7px 0 0;
}
to:
#outerWrapper #navWrapper {
height:auto;
padding: 0;
}
in webassist/themes/Luxehats/css/default_styles.css change:
#outerWrapper #navWrapper #aboveNavigation {
background:url("../images/topNavigation_above.png") no-repeat scroll 0 0 transparent;
height:12px;
width:100%;
}
to:
#outerWrapper #navWrapper #aboveNavigation {
height:0;
width:100%;
}
and change:
#header {
}
to:
#header {
max-height: 92px;
}
2) Sorry, i misspoke, the logo image is added as an image tag, you can add the image map code in the webassist/themes/Luxehats/templates/page.dwt.php and webassist/themes/Luxehats/templates/index.dwt.php