* { margin: 0; padding: 0; }


body
{
	
	background-image: url(images/fundo_carisma.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
font: 80% Trebuchet MS, Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
text-align: left;
color: #737373;
}



#menu_lateral ul
{
list-style-type: none;
list-style-type: disk;
list-style-image: url(images/fogo.png);
margin: 10px 10px 10px 30px;
padding: 0;
text-align:left;
}

#menu_lateral ul a
{
color: #666666;
display: block;
line-height: 20px;
}


#menu_lateral ul a:hover {
color: #FFF;
background: #F44E24;



}

#menu_lateral li
{
border-bottom: 1px solid #ccc;
}

#menu_lateral li a
{
display: block;
text-decoration: none;
}


.rodape
{
font-family: "trebuchet MS ", Verdana, Arial, Helvetica, sans-serif;font-size: 11px;
color:#808080;
text-align:left;
}


.titulo
{
font-family: "trebuchet MS ", Verdana, Arial, Helvetica, sans-serif;font-size: 15px;
color:#808080;
font-weight:bold;
text-align:left;
}

.link
{
color:#666666;
text-decoration:none;
}

.link:hover
{
color:#666666;
text-decoration:underline;
}


.link_cor
{
color:#FB671D;
text-decoration:none;
font-weight:bold;
}

.link_cor:hover
{
color:#FB671D;
text-decoration:underline;
font-weight:bold;
}



.linktop
{
color:#797979;
text-decoration:none;
}

.linktop:hover
{
color:#A94E13;
text-decoration:underline;
}

.carrinhocompras
{
color:#ffffff;
text-decoration:none;
}




.link2
{
color:#D58000;
text-decoration:none;
}

.link2:hover
{
color:#D58000;
text-decoration:underline;
}


INPUT.efect, TEXTAREA.efect, SELECT.efect {
  font-family: Arial, verdana;
  font-size: 95%;
  padding: 3px;
  background: #fff url(images/fundo_input.gif) no-repeat scroll -2px -2px;
  border: 1px solid #999;
  color: #666666;
}
 
INPUT.wide1, DIV.wide INPUT, TEXTAREA.wide1 {
  width: 260px;
}
 
INPUT.botaoenviar, INPUT.botaoenviar {
padding: 8px;
  margin-top: 4px;
  background: #ff9900;
  border-style: outset;
    font-family: Arial, verdana;
  font-size: 95%;
  color: #fff;
  font-weight: bold;
}