@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
background-color:#0F3C82;
font-family:Arial, Helvetica, sans-serif;
}

#site{
width:100%;
heifht:750px;
text-align:left;
}

#topo{
background:url(../imagens/fundo_topo.gif) top;
width:100%;
height:106px;
}

#menu{
background:url(../imagens/fundo_menu.gif) top;
width:100%;
height:32px;
font-size:18px;
color:#FFFFFF;
letter-spacing:-1px;
padding-top:10px;

}

#links{
margin:0;
padding-left:10px;
}

#links li{
display:inline;
padding-right:8px;
border-right:1px;
}

#links li a{
color:#FFFFFF;
text-decoration:none;
}

#links li a:hover{
color:#0F3C82;
}

#conteudo{
background:url(../imagens/fundo_conteudo.gif) top;
width:100%;
height:542px;
}

h1{
margin:0;
height:100px;
text-indent: -20000px;
display: block;
background:url(../imagens/logo.png) no-repeat;
_background:url(../imagens/logo_shanadu.gif) no-repeat; /*HACK IE6*/
}

h2{
color:#0033CC;
letter-spacing:-2px;
font-weight:bold;
}

/*produtos*/

#produtos_lista{
margin:0;
padding:0;
}

#produtos_lista li{
display:block;
float:left;
}

a.link_produtos{
text-decoration:none;
color:#FFFFFF;
}

a.link_produtos:hover{
color:#FFFF00;
text-decoration:underline;
border-bottom:1px dotted #0F3C82;
}

#titulo{
width:32px;
float:left;
}

#conteudo_produtos{
width:94%;
float:right;
}

#text_princ{
padding-left:35px;
margin:0;
line-height:25px;
}

#submenu{
width:271px;
background:url(../imagens/fundo_submenu.gif) bottom no-repeat;
background-color:#2400ff;
padding:8px;
}

/*-----------------------*/
input, textarea{
font:14px Arial, Helvetica, sans-serif #000;
background-color:#1c3481;
color:#FFFFFF;
border:0;
}

