$(document).ready(function() {
	if ($.browser.msie && $.browser.version.substr(0,1)<8) {
	$('body').prepend('<div id="noie6"><div><span class="icon"></span><span class="title">Voc&ecirc; est&aacute; usando um navegador muito antigo.</span><span class="sub">Para uma melhor navega&ccedil;&atilde;o neste site, por favor atualize seu browser. &Eacute; gratu&iacute;to. <a href="http://browsehappy.com/" target="_blank">Clique aqui</a>.</span></div></div>');
	$('#noie6').css({
		'height' : '72px',
		'width' : '980px',
		'background' : '#A61A32',
		'border' : '3px solid #8A1529',
		'margin' : '5px auto',
		'font-family' : '"arial", sans-serif'
	});
	$('#noie6 div').css({
		'height' : '70px',
		'border' : '1px solid #CB1F3D',
	});
	$('#noie6 .title').css({
		'color' : '#fff',
		'font-size' : '19px',
		'line-height' : '72px',
		'float' : 'left'
	});
	$('#noie6 .sub').css({
		'color' : '#fff',
		'font-size' : '15px',
		'line-height' : '17px',
		'width' : '400px',
		'display' : 'block',
		'float' : 'left',
		'font-weight' : 'bold',
		'margin' : '19px 40px'
	});
	$('#noie6 .icon').css({
		'display' : 'block',
		'height' : '44px',
		'width' : '45px',
		'background' : 'url("http://imageshack.us/m/607/2651/1305898070warning48.png")',
		'float' : 'left',
		'margin' : '9px 16px'
	});
	$('#noie6 a').css({
		'color' : '#fff',
		'text-decoration' : 'underline'
	});
	}
});
