/* CSS Document */
*{
	margin:0;
	padding:0;
}

body{
	background:url(../imgs/bg_body.png) repeat-x #0086C6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding-top:4px;
}
ul{ list-style:none; }
ul li {	padding: 1px 1px 1px 1px;}

h1.esconde{	display:none;}

h1{ font-size:28px;}
h1.rosa{ font-size:28px; color:#DD137B;}
h2{ font-size:18px;}
h3{ font-size:14px;}
h3.azul{color:#001248;}

#geral{
	width:1008px;
	margin:0 auto;
	overflow:hidden;
}
#topo{
	background:url(../imgs/bg_topo.png) no-repeat center top;
	width:1008px;
	margin:auto;
	overflow:hidden;
	height:200px;
	margin-bottom:4px;
}
#topo ul li {
	background:url(../imgs/bg_setamenu.png) no-repeat center top;
	padding-top:8px;
	float:right;
	color:#333;
	display:inline;
	width:108px;
	text-align:center; 
}
#topo ul li a{
	text-decoration:none;
	color:#333;
}
#topo ul li a:hover{
	text-decoration:underline;
	color:#000;
}
#animacao{
	background-color:#fff;
	width:708px;
	margin:auto;
	overflow:hidden;
	height:148px;
	float:right;
	margin:4px 14px 0 0;
}
#destaques{
	background-color:#fff;
	width:750px;
	padding:10px;
	margin:4px 4px 14px 14px;
	overflow:hidden;
	border:solid 1px #999;
	float:left;
}
#destaques ul li a{
	width:228px;
	float:left;
	cursor:pointer;
	color:#333;
	padding:8px;
	margin:2px;
	text-decoration:none; 
}
#destaques ul li a:hover{
	color:#000;
	text-decoration:underline; 
}
#produtos{
	background-color:#fff;
	width:750px;
	margin:4px 4px 14px 14px;
	overflow:hidden;
	border:solid 1px #999;
	float:left;
	padding:10px;
}
#logo{
	background:url(../imgs/bg_logo.jpg) no-repeat center top;
	width:235px;
	height:101px;
	margin:40px 0 8px 0;
	padding:8px 8px 8px 24px;;
	cursor:pointer;
	float:left;
	display:block;
}
#col_esquerda{
	width:200px;
	float:left;
	overflow:hidden;
}
#menu-vertical{
	background-color:#0093DD;
	width:230px;
	float:left; 
	padding:0 8px 0 8px; 
}	
#base_menu{
	background:url(../imgs/bg_base_menu.png) no-repeat;
	width:230px;
	height:19px;
	float:left; 
	padding:4px 8px 0 8px;
}	
#top_menu{
	background:url(../imgs/bg_top_menu.png) no-repeat;
	width:230px;
	height:59px;
	float:left; 
	padding:0 8px 0 8px;
}	
#menu-vertical ul li a {
	color:#fff; 
	text-decoration:none;
}
#menu-vertical ul li a.azul {
	color:#000033; 
	text-decoration:none;
	font-weight:bold;
}
#menu-vertical ul li a:hover {
	color:#000033;
	text-decoration:none;
}
#menu-vertical ul li a.azul:hover {
	color:#fff;
	text-decoration:none;
}
#newsletter{
	background:url(../imgs/bg_newsletter.jpg) no-repeat;
	width:230px;
	height:79px;
	float:left; 
	padding:24px 8px 0 8px; 
}	

#menu{
	width:680px;
	float:right;
	text-align:center;
	padding-top:0;
	margin-right:40px; 
}	
#menu ul li {
	background:url(../imgs/bg_setamenu.png) no-repeat center top;
	float:left;
	color:#333;
	display:inline;
	text-align:center; 
}
#menu ul li a{
	text-decoration:none;
	color:#000066; 
	padding:10px 4px 0 4px;
}
#menu ul li a:hover{
	background:url(../imgs/bg_menu_horizontal.png) no-repeat center top;
	text-decoration:underline;
	color:#DD127B;
	text-decoration:none;
}
#by{
	width:132px;
	height:36px;
	float:right; 
}
#corpo {
	background:url(../imgs/bg_corpo.png) no-repeat center top;
	width:1008px;
	margin:auto;
	padding-top:20px;

}
#col_esquerda{
	width:230px;
	float:left;
	overflow:hidden;
}
#conteudo{
	background-color:#fff;
	padding:8px;
	width:974px;
	margin:0 auto;
	overflow:hidden; 
}
#noticias{
	background:url(../imgs/bg_noticias.png) no-repeat #EA7340;
	width:1008px;
	height:95px;
	float:left;
	overflow:hidden;
	margin:2px 0 2px 0;
}
#centro{
	background-color:#fff;
	width:716px;
	float:right;
	overflow:hidden;
	padding:4px; 
}
#topo_centro{
	background:url(../imgs/tit_destaque.jpg) no-repeat #fff;
	width:716px;
	height:70px;
	float:right;
	overflow:hidden;
	border-bottom:solid 1px #ccc;
	margin-bottom:6px;
}
#topo_centro ul li{
	display:inline;
	float:right;
}
#topo_centro.todas{
	background:url(../imgs/tit_branco.jpg) no-repeat #fff;
	
}
#base {
	background:url(../imgs/bg_base.jpg) no-repeat center top;
	width:1008;
	height:88px;
	margin:0 auto;
	overflow:hidden;
	color:#fff;
}
#base ul li {
	display:inline;
	float:left;
	padding:14px 18px 0 14px;
	color:#000;
}
#base ul li.by{
	display:inline;
	float:left;
	padding:44px 18px 0 34px;
	color:#ccc;
}
a:link {
	COLOR: #333; TEXT-DECORATION: none;
}
a:visited {
	COLOR: #333; TEXT-DECORATION: none;
}
a:active {
	COLOR: #333; TEXT-DECORATION: none;
}
a:hover {
	COLOR: #0D8CC9; TEXT-DECORATION: underline;
}
img {border:0;}
a.index{
	color:#333;
}
/* FORMATAÇÃO DO FORMULÁRIO DE CADASTRO E CONSULTA */

form {
	width:490px;
	margin:0 auto; 
	float:left;
}

form fieldset{
	border:0;
}
form fieldset.selecionar {   
	width:698px;
	padding:2px 0 2px 0;
	text-align:left;
	color:#003366;
	font-weight:bold;
}   

form label{
	display:block;
	padding:3px 0;
}

form label span{
	display:block;
	color:#036;
	font-size:13px;
	font-weight:bold;
}
form label input{ 
	font-weight:bold;
	color:#333;
	padding:3px 0;
	width:480px;
}
form label input.opcao{ 
	font-weight:bold;
	color:#900;
	padding:3px 0;
	width:200px;
}
form label select{ 
	font-weight:bold;
	color:#900;
	padding:3px 0;
	width:340px;
}
form input.btn{
	cursor:pointer;
}
form label textarea {
	width:480px;
}
/* FIM DA FORMATAÇÃO DO FORMULÁRIO DE CADASTRO E CONSULTA*/
form.news{
	width:240px;

}
form input.news{
 	height:24px;
 }
legend.18{ font-size:18px;}
a.azul{ color:#000066; }
li.maiuscula{
	text-transform:uppercase;
}
li.maiuscula_negrito{
	text-transform:uppercase;
	font-weight:bold;
}
li.maiuscula_afasta{
	text-transform:uppercase;
	margin-left:6px;
	font-weight:bold;
	margin-bottom:4px;
}li.afasta_produtos{
	margin-left:12px;
	font-size:11px;
}
dl.tabela {
		width: 220px;
		height:170px;
		padding: 5px;
		float:left; 
		text-align:center;
		border:solid 1px #0066FF;
		margin:4px 6px 4px 0;
		}

	.tabela dt {
		width: 200px;
		float: left; 
		}
	.tabela dt.tamanho {
		overflow:hidden;
		margin-bottom:1px;
		height:110px;
		}

	/* commented backslash hack for mac-ie5 \*/
	dt { clear: both;  }
	/* end hack */

	.tabela dd {
		float: left;
		width: 196px;
		margin: 0 0 8px 0;
		padding:2px;
		text-align:center;
		}
	.tabela dd a:hover { text-decoration:underline;}
	.tabela dd a:hover p {text-decoration:underline;}
h2.preco{
	color:#DD137B;
	font-size:18px;
}
li.tabela_produtos{
	height:40px;
	margin-bottom:2px;
	text-transform:uppercase;
	font-weight:bold;
}
li.tabela_produtos a{
	width:723px;
	background-color:#E4E4E4;
	margin-bottom:2px;
	display:inline;
	float:left;
	text-decoration:none;
}
li.tabela_produtos a:hover{
	background-color:#0093DD;
	text-decoration:none;
	color:#fff;
}
dl.listagem {
		width: 723px;
		height:40px;
		padding: 2px;
		float:left; 
		text-align:left; 
		margin-bottom:1px; cursor:pointer;
		}

	.listagem dt {
		width: 440px;
		float: left; 
		padding-top:8px; 
		margin-right:4px;
		}
	.listagem dt.tamanho {
		overflow:hidden;
		margin-left:4px;
		margin-top:4px;
		
		}

	/* commented backslash hack for mac-ie5 \*/
	dt { clear: both;  }
	/* end hack */

	.listagem dd {
		float: left;
		padding-top:10px;
		width: 100px;
		text-align:left;
		margin-right:4px;
		color:#DD137B;
		margin-top:4px;
		
		}
	.listagem dd.direita {
		float: right;
		padding-top:10px;
		width: 100px;
		text-align:left;
		margin-right:4px;
		margin-top:4px;

		}		
	.listagem dd a:hover { text-decoration:underline;}
	.listagem dd a:hover p {text-decoration:underline;}
#paginacao{
	float:left;
	margin-left:23px;
}
a.ativados {
	font-size:14px;
	padding:4px;
	background:#0093DD;
	color:#FFF;
	border:solid 1px #FFF;
	text-decoration:none;
	float:left;
	overflow:hidden;
	margin:1px;
}
a.paginas {
	font-size:14px;
	padding:4px;
	background:#000;
	color:#fff;
	border:solid 1px #FFF;
	text-decoration:none;
	float:left;
	overflow:hidden;
	margin:1px;
}
a.paginas:hover {
	color:#fff;
	background:#0093DD;
} 	
li.voltar{
	color:#333;
	display:block;
	float:right;
	text-align:right;
}
li.alinha{ width:554px; float:left; margin-bottom:8px;}
li.imagem{ float:left; padding:0 14px 0 0; height:340px;}
