Trying to read your mind and not doing a fair job...You have been eluding to the navMain or I asked if this was what you meant and it appears not.
Find this in your stylesheet and seperate out what I have highlightes in red
Code:
#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}
So that you end up with something along this line and see if this is what you have been seeking
Code:
#logoWrapper {
margin: 0em;
padding: 0em;
height: 180px;
}
#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}