///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
/*				Agência Gênia - Comunicação é genial!			 */
/*	Script desenvolvido na Agência Gênia, departamento de web  	 */
/*			Todos os direitos reservados - GÊNIA LTDA.			 */
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////


box = '<style>';
box += '#bar_help{width:100%;float:left; height:auto; background:#FFFFE1; position:fixed; left:0; top:0; z-index:9000; display:none;}';
box += '#bar_help_center{width:960px; height:30px; margin:0 auto; font:normal 11px Arial; color:#000;}';
box += '* #bar_help_center p{font:normal 12px Arial; color:#000; float:left; margin:6px 0 0 15px;}';
box += '* #bar_help_center a{font:normal 12px Arial; color:#4aaee8; float:left; margin:6px 0 0 6px; text-decoration:underline;}';
box += '</style>';
box += '<div id="bar_help">';
box += '<div id="bar_help_center">';
box += '<img src="images/ie7.png" style="margin:5px 0 0 50px; float:left;">'
box += '<p>O Internet Explorer deve ser atualizado para visualização do site.</p>'	
box += '<a href="http://windows.microsoft.com/pt-BR/internet-explorer/downloads/ie" target="_blank">Clique aqui</a><p style="margin-left:5px;"> para atualizar.</p>';
box += '</div>';
box += '</div>';


$(function(){
	if($.browser.msie && $.browser.version == '7.0'){
		$('#page').before(box);
		$('#bar_help').slideDown();
	}
})
