body {

   background-color: #006600;

   font-family: Verdana,Arial,Sans-Serif;

   font-size: 12px;

   color: black;

	margin: 10px;

}

H1{

   font-size: 14px;

   color: #DA0000;

}

H2{

   font-size: 12px;

   color: #DA0000;

}

img {

   behavior: url("./css/pngbehavior.htc");

}

p{

   margin-top: 5px;

   margin-bottom: 10px;

}



a:link, a:visited{

   color: #000000;

   text-decoration: none;

}



a:hover, a:active{

   color: #0033FF;

   text-decoration: underline;

}

/*-------------------------------------------------------------------------*/

/*Tabelas*/

th {

   background-color: none;

   font-size: 12px;

   color: #DA0000;

   font-weight: bold;

   text-align: left;

   border: none;

}

.alt0{

   background-color:#F5F5F5;

}

.alt1{

   background-color:#FDFDFD;

}



div.corpo {

	width:980px;

	position:relative;  /*Contexto de posicionamento */

	margin:0 auto;

	min-height:100%;

	border-width:0 1px;

}

div.topo{

	width: 100%; 

	height: 125px;

	z-index: 0;

}


div.menuEsquerda{

	float: left;

	top: 263px;

	width: 171px;

	padding-left: 15px;	

	height: auto;

	margin: 0px;

	z-index: 2;

	font-family:verdana,arial,sans-serif; 

	font-size: 12px;

	text-align:left;

	border-right: 1px solid #999999;	

	border-bottom: 1px solid #999999;		

	background-image:url(../imagens/fundo_menu.png) repeat-x;

}

.menuEsquerda a:link, .menuEsquerda a:visited{

   color: #999999;

   text-decoration: none;

}

.menuEsquerda a:hover, .menuEsquerda a:active{

   color: #DA0000;

   text-decoration: none;

	font-weight:bold;

}

.menuEsquerda #titulo{

	width:186px;

	height: 30px;

	padding-top: 10px;	

	background-image:url(../imagens/gradiente_titulo_produtos.png);

	margin-left: -15px;

	text-align:center;

	font-weight:bold;

}



div.fundoBranco{

	background-color:#FFFFFF;
	
	margin-top:-29px;
	
	width:100%;
	


	float:left;

}

div.conteudo{

   float: right;

	width: 760px;

   padding: 5px;

	height: auto;

	margin: 0px;

	z-index: 0;

	margin-right: 10px;

}

.clear {clear:both;}



.rodape{

   background: url('../imagens/rodape.png') no-repeat;

   _background-image: none;

   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./imagens/rodape.png', sizingMethod='scale');

   color:#FFFFFF;

   font-size: 10px;

   text-align: center;

   bottom: 0px;

   width: 100%;

   height: 29px;

   z-index: 0;

   border: none;

}

.rodape p{

	margin: 0px;

}

/*------------------------------------------------------------------*/

/*css que formata o MENU*/

.menu3 {

	padding:0; 

	margin:0; 

	list-style:none; 

	height:35px; 

	position:relative; 

	float:right;

	border-width:0 1px; 

}

.menu3 li {

	float:left;

	width: 125px;

	border-left: 1px dotted #FFF;

}

.menu3 li a {

	display:block;

	float:left; 

	height:35px; 

	line-height:35px; 

	color:#aaa; 

	text-decoration:none; 

	font-size:11px; 

	font-family:verdana,arial,sans-serif; 

	font-weight:bold; 

	text-align:center; 

	padding:0 0 0 8px; 

	cursor:pointer;

}

.menu3 li a b {

	float:left; 

	display:block; 

	text-align:center;

	width: 112px;

}

.menu3 li.current a {

	color:#fff; 

	background:url('../imagens/three_2.gif');

}

.menu3 li.current a b {

	background:url('../imagens/three_2.gif') no-repeat right top;

	width: 112px;

}

.menu3 li a:hover {

	color:#fff; background:#000 url('../imagens/three_1.gif');

}

.menu3 li a:hover b {

	background:url('../imagens/three_1.gif') no-repeat right top;

	width: 112px;

}

.menu3 li.current a:hover {

	color:#fff; 

	background:#000 url('../imagens/three_2.gif'); 

	cursor:default;

	width: 110px;

}

.menu3 li.current a:hover b {

	background:url('../imagens/three_2.gif') no-repeat right top;

	width: 112px;

}

/*------------------------------------------------------------------*/

/*css que formata as tabelas*/

th {

   background-color: none;

   font-size: 12px;

   color: #DA0000;

   font-weight: bold;

   text-align: left;

   border: none;

}

td{

   font-size: 12px;

   color: black;

   text-align:left;

   border: none;

}

.alt0{

   background-color:#F5F5F5;

}

.alt1{

   background-color:#FDFDFD;

}



hr {

    color:#666666;

    background-color:#666666;

    border:0;

    height:1px;

}