/*************************************************************** ESTRUTURA */

body {
	margin:0px;
	background-image:url(../Imagens/img_fundo_topo.gif);
	background-repeat:repeat-x;
	font-family:Arial;
}

a {
	color:#666666;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.CONTEUDO_corpo
{
	padding-left:10px;
	padding-top:10px;
	font-size:11px;
	font-family:Arial;
	color:#666666;
}

img{
	border:none;
}

/*************************************************************** TOPO */

.TOPO_sombra_esquerda{
	background-image:url(../Imagens/img_fundo_topo_esquerdo.jpg); 
	background-repeat:no-repeat; 
	background-position:top right;
	height:184px;
}

.TOPO_sombra_direita{
	background-image:url(../Imagens/img_fundo_topo_sombra_direita.jpg); 
	background-repeat:no-repeat;
}

.TOPO_direita{
	background-image:url(../Imagens/img_fundo_topo_direita.jpg); 
	background-repeat:repeat-x;
	height:86px;
}

.TOPO_titulo_pagina {
	font-family:Arial; 
	font-size:17px; 
	color:#C20505; 
	font-weight:bold;
}

.TOPO_subtitulo_pagina {
	font-family:Arial; 
	font-size:11px; 
	color:#666666
}


/*************************************************************** MENU */

.MENU_quadro
{
	background-image:url(../Imagens/img_fundo_menu.jpg);
	background-repeat:no-repeat;
	width:150px;
	height:1100px;
	font-size:12px;
	color:#FFFFFF;
}

/*************************************************************** COMPONENTES */

.COMBO_estilo {
	width:180px;
	color:#666666;
	font-family:Arial;
	font-size:11px;	
}

.PAGINACAO_produtos {
	font-family:Arial;
	font-size:12px;
	color:#666666;
}

/*************************************************************** RODAPE */

.RODAPE_quadro
{
	background-color:#BB0000;
	color:#FFFFFF;
	font-size:9px;
	height:18px;
	padding-left:405px;
}

.RODAPE_links {
	color:#FFFFFF;
}

/*************************************************************** NOTÍCIAS */

.NOTICIAS_quadro {
	font-family:Arial;
	font-size:11px;
	color:#666666;
	margin-top:5px;
}

/*************************************************************** PRODUTOS */

.PRODUTOS_lista_titulo {
	font-family:Arial; 
	font-size:12px; 
	color:#C20505; 
	font-weight:bold;
}

.PRODUTOS_lista_subtitulo {
	font-family:Arial; 
	font-size:11px; 
	color:#666666; 
}


.PRODUTOS_quadro {
	font-family:Arial;
	font-size:11px;
	color:#666666;
	margin-top:5px;
}

.ModalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
