/* -------------------------------------------------------------- 
   
   ie.css
   
   Contains every hack for Internet Explorer,
   so that our core files stay sweet and nimble.
   
-------------------------------------------------------------- */

/* Make sure the layout is centered in IE5 */
body { text-align: center; }
.container { text-align: left; }

/* Fixes IE margin bugs */
* html .column { overflow-x: hidden; }


/* Elements
-------------------------------------------------------------- */

/* Fixes incorrect styling of legend in IE6. */
* html legend { margin:-18px -8px 16px 0; padding:0; }

/* Fixes incorrect placement of ol numbers in IE6/7. */
ol { margin-left:2em; }

/* Fixes wrong line-height on sup/sub in IE. */
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

/* Fixes IE7 missing wrapping of code elements. */
html>body p code { *white-space: normal; } 

/* IE 6&7 has problems with setting proper <hr> margins. */
hr  { margin: -8px auto 11px; }

/* hacks para ie, adicionados ao framework por Tadeu Luis, anestesya@gmail.com - www.icomp.com.br*/


/* este menu não se trata necessáriamente de um hack para ie6 e sim um método desenvolvido por min para corrigir um probema com a transparencia
 *  do PNG em conjunto com o Javascript de correção ie7.js ( http://ie7-js.googlecode.com/svn/test/png-background.html )
 *
 * Sobre o método:
 * Posicionar absolutamente um novo menu sobre o sem imagens sobre o menu com as imagens esconder os textos deixando somente as boxes de forma
 * clicável
 */
 
* html #banner {margin-top:0;}
* + html .links_com_cor_vermelha {margin-top:50px;}
* + html #banner p {width:520px; margin-top:30px;}
* html .ilustracao { left:68%;} /*hack para ie6*/

* html .assinatura_icomp {float:right; height:25px;}
* html .menu_rodape li {float:left; margin-left:1.5em;} /* hack para ie por tadeu, este hack faz com que o IE faça com que a lista seja flutuada */
* html .menu_rodape li a {color:#FFFFFF; }
* html .menu_rodape ul {list-style:none; float:left; margin-left:0;} /* hack para ie por tadeu, este consiste em tirar as bolinhas que marcam as listas */

* html #slide_livros ul {width:1000px;}
* html #slide_livros ul li { float:left; width:300px; }
* #slide_livros a img { border:none;} 
* + html #slide_livros ul li { width:300px; }
* + html #slide_livros a img { border:none;} 

/* hack abaixo pra apresentação do ie7 e ie5 */
* + html .assinatura_icomp {float:right;}
* + html .menu_rodape li {float:left; margin-left:1.5em;} /* hack para ie por tadeu, este hack faz com que o IE faça com que a lista seja flutuada */
* + html .menu_rodape li a {color:#FFFFFF;}
* + html .menu_rodape ul {list-style:none; float:left; margin-left:0;} /* hack para ie por tadeu, este consiste em tirar as bolinhas que marcam as listas */

* + html #deixe_depoimento {margin-left:140px;}
* + html #coluna_campos_formulario {width:240px;}
* + html #coluna_campos_formulario input {margin-left:-140px; width:230px;}
* + html #coluna_campos_formulario2 {margin-left:0; width:200px;}
* + html #coluna_campos_formulario2 input {margin-left:-135px;}

* html .formularios textarea {width:460px; border:none;}
* html #coluna_campos_formulario input, #coluna_campos_formulario2 input {border:none;}
* html #coluna_campos_formulario select, #coluna_campos_formulario2 select {border: none; margin-top:0; }

* + html .formularios textarea {width:460px; border:none;}
* + html #coluna_campos_formulario input, #coluna_campos_formulario2 input {border:none; }
* + html #coluna_campos_formulario select, #coluna_campos_formulario2 select {border: none; margin-top:0; }


