if(BrowserDetect.browser == 'Safari')
 {
	 
  document.getElementById('head_text a').style.marginLeft = '340px';
 }

