ok i'm getting closer.
http://dev.robertsonpackaging.com/images/support/v2.jpg
I changed the size of the search bar in the options and changed the code to look like this.
Code:
<div class="grid_3">
{include file="custom/header/content/header_logo.tpl"}
<div class="clearing"></div>
</div>
<div class="grid_3">
<br><h2 class="h2_header_phone_new">Sales: {$config.Company.company_phone} Fax: {$config.Company.company_fax}</h2><p>
<div class="clearing"></div>
</div>
<div class="grid_16 omega">
<br>{include file="custom/header/content/header_minicart.tpl"}{include file="custom/header/content/header_dropdown.tpl"}
<div class="clearing"></div>
{include file="custom/header/content/header_search.tpl"}
<div class="clearing"></div>
</div>
<div class="clearing"></div>
All I need to do now is justify the search bars to the right and the text along the middle
Any help would be greatly appreciated