Some things, you need at least three images (slices), not only one,
**the first one **: just the upper part , a PNG that include the MY2Clothes.com graphic element, just before of the beggining of the red part.
the second one: a slice that contain the two green parts of the sides, but without the center, I mean cut the red part, and leave it transparent in photoshop. Obviusly another PNG file.
**The third: **the red one, save this as jpg file . (You can save this in PNG format if you want) but....
If you see in PNG format you get a lot of color and transparency but you get a lot of size, your images get 300 k, is two high, you need to get a smaller size or your page will be to slow to download.
If you try with with jpg in the red one, you can see that the color change, so try to change the PNG and the jpg parameters to get a closer color.
look this to help you to understand how to slice your image,
http://www.paulbilton.com/zen/index.php?main_page=index&cPath=54_55
save this page and review the stylesheet of this, you will see where to put the slices.
Now the code....
The first image
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
...
background-image: url(../images/[B]first_one_image.png[/B]);
color: #ffffff;
margin-left:[B]-80px[/B]; [B]your settings[/B]
height: 47px; [B]your [/B][B]settings[/B]
width: 100%; [B]your pixels design[/B]
}
```The second image
#logoWrapper {
...
background: url(../images/[B]second_image.png[/B]);
}
The third... change in the *includes/languages/english/header.php* file. this
define('HEADER_LOGO_WIDTH', '192px'); your settings
define('HEADER_LOGO_HEIGHT', '64px'); your settings
define('HEADER_LOGO_IMAGE', '[B]third_image.jpg'[/B]);