right here goes.
Mike was on the right track but you can do this in the CSS without creating an unnecessary <div> element.
within the #search_bar in your css add the following:
This will make the search bar move below the logo and the basket.
Then remove the added <div style="clear:both" ></div >
Do this first then we can get onto the next step.