in your stylesheet look in line 198
and change the height to 40px or less depending on how up you want to have it...#logoWrapper{
background-image: url(../images/header_bg.gif);
background-repeat: repeat-x;
background-color: #ffffff;
height:75px;
}
I would suggest to have the breadcrumb in line with with the left box (BUT this is only my personal view, of course you can leave it), you will find it in line 323
[QUOTE][ #navBreadCrumb {
padding: 0.5em 0.5em;
background-color: #ffffff;
font-size: 0.95em;
font-weight: bold;
margin: 0em;
}/QUOTE]
change it to
padding: 1.5em 0.5em;
regards,
kruna



