Many thanks for your help - i asked xcart to sort it for me and they did the following
-----------------------------------------------------------------------------------------------
The investigation revealed that the header height of the store is to high and the content of the header overlaps the central space area at the top.
In order to solve the problem we would suggest the following workaround:
Find the following code in the <xcart_dir>/skin1/main.css file (line 28

:
------------------------------------------------------------------------
#content-container {
clear:both;
float:left;
margin-top:140px;
overflow:hidden;
padding-bottom:39px;
position:relative;
width:100%;
}
------------------------------------------------------------------------
and replace it with the code below:
------------------------------------------------------------------------
#content-container {
clear:both;
float:left;
margin-top:170px;
overflow:hidden;
padding-bottom:39px;
position:relative;
width:100%;
}
---------------------------------------------------------------------------------------------------
Many thanks for all your help
Tony