I have just installed zc and then the bluecart template.

I have replaced the header logo but I am having trouble with the default image for the bluecart template that is positioned to the right in the banner.

I removed it and replaced it with a second logo but the logo is sitting towards the middle and not on the right hand side where i want it.

I looked through the header.php and the css file but can not find the place to adjust it.

These seem to be the reference in the header.php

define('HEADER_AD_IMAGE','Logo_ssf.jpg');
define('HEADER_AD_TEXT','my text');


So I thought I would find the setting in my css file here

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}
#logo{
width:300px;
overflow:hidden;
float:left;

}
#logo img{

}
#taglineWrapper{
float:right;
width:495px;
margin-right:20px;
margin-top:20px;
}


But I do not see any reference to it.