/* CSS Document */
*{
border:none;
list-style:none;
margin:0;
padding:0;
text-decoration:none;
vertical-align:baseline;}
h1 {
	font-size: 18px;
}
html,body{
background:url(../images/fun_menu.png) repeat-y;
font:12px Verdana, Arial, Helvetica, sans-serif;
height:100%;
text-align:center;}

html>body #conteudo{
margin:0 auto;
padding:133px 0 80px 280px;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */

p{margin:10px auto;}


/*-------CLASSEs-------*/
.alinha_centro{text-align:center;}

.alinha_esquerda{text-align:left;}

.amarelo{color:#FFCC00;}

.destaque{font:bold 18px Tahoma, Verdana, Helvetica, sans-serif;}

.direita{float:right;}

.esquerda{float:left;}

.limpa{clear:both;}

.lista{width:400px;}

.lista li{
list-style:disc;
margin:10px 0 10px 16px;
padding-left:6px;}

.lista_linha li{display:inline;}

.lista_produtos li{
float:left;
font-weight:bold;
min-height:180px;
width:230px;}

.lista_produtos li img{
display:block;
margin:0 auto;}

.vermelho{color:#FE3333;}

.wrapper{zoom:1;}

.wrapper:after{
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;}

/*-------IDs-------*/
#broca{padding-left:10px;}

#caixa_cinza{
background:#C0C0C0;
font-weight:bold;
padding:5px;}

#caixa_cinza1{
background:#CCC;
color:#000080;
font-weight:bold;
padding:5px;}

#coluna_esquerda{
left:0;
position:fixed;
top:133px;
width:274px;}

#conteudo_interno{
margin:0 auto;
width:700px;}
#conteudo_interno a {
	text-decoration: none;
	color: #000;
}
#conteudo_interno a:hover {
	text-decoration: underline;
	color: #0000CC;
}
#imagens{width:269px;}

/*Menu*/
#menu li{
background:url(../images/item_menu.gif) left no-repeat;
font-size:16px;
font-weight:bold;
margin:5px 0;
padding-left:20px;
text-align:left;
text-shadow:2px 2px #fff;
width:200px;}	

#menu li a{color:#000;}

#menu li a:hover{
color:#000;
text-shadow:2px 2px 4px #000;}
/*fim,Menu*/

#rodape{
background:#0433CB url(../images/fund_rod.jpg);
color:#fff;
font-weight:bold;
height:70px;
width:100%;}

#rodape div{padding-top:20px;}

html>body #rodape{
position:fixed;
bottom:0;
left:0;
z-index:10; /* Prevent certain problems with form controls */}

#topo{
background:#0434cb url(../images/fundo_topo.png) repeat-x;
height:133px;
left:0;
position:fixed;
text-align:left;
top:0;
width:100%;}

#topo h2{
background:url(../images/topo.png) top no-repeat;
font-size:12px;
height:132px;
overflow:hidden;
text-indent:-9000px;
width:776px;}
