html{ overflow:-moz-scrollbars-vertical; }

/* Zerando Margin e Padding - Não Alterar */
body,form,p,h1,h2,h3,h4,h5,h6,ul,li { margin:0; padding:0; }

body {
	background-color:#fbf7ec;
	background-image:url(../imagens/bg_fundo.gif);
	background-repeat:repeat-x;
}


/* Zerando Border de Imagens - Não Alterar*/
img { border:0; }

/* Definindo Fonte - Alterar apenas as Propriedades */
body,table,h1,h2,h3,h4,h5,h6,p,input,select,textarea,button,div,a {
	font-size:11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#666;
}
h3 { font-size:17px; color:#0b3886; padding-bottom:5px; }

/* Definindo Alinhamento do Site - Alterar apenas a Propriedade */
#alinhamento {
	width:770px;
	margin:0 auto;
	text-align:left; /* Para voltar o alinhamento dos textos */
}	

#site {
	display:block;
	width:770px;
	margin:10px 0 10px 0;
	
}	

/* Definindo BackGround do Site - Alterar apenas as Propriedades  */
.bg_principal {
	background-color: #fff;
}

.bg_conteudo {
	background-color:#f4f4f4;
}

/* Propriedades da Foto */

.foto {
	border:1px solid #ccc;
	padding:2px;
	background-color:#fff;
}

a:hover .foto {
	border:1px solid #666;
	padding:2px;
	background-color:#fff;
}

.foto_capa {
	background-color:#fff;
	float:left;
	padding:2px;
	margin:0 10px 5px 0;
	border:1px solid #ccc;
}

/* Propriedades do texto */

.texto_capa { 
	text-align:justify;
	color:#666666;
}

.link_galeria{
	color:#b04936;
	font-weight:bold;
}

.link_galeria a{
	color:#666;
	padding:0 5px 0 5px;
	font-weight:bold;
}

.link_galeria a:hover{
	color:#b04936;
	text-decoration:underline;
}

.link_capa{
	border-top: 1px #c2c2c2 solid;
	
}

.link_capa a{
	width:70px;
	display:block;
}

.link_capa a:hover{
	background-image: url(../imagens/marc_link_acessar.gif);
	background-repeat:no-repeat;
	background-position:left;	
}


/* Propriedades Específicas do Layout */


.ebox_linha{
	background-image:url(../imagens/linha.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:5px 0 0 0;
}
.menu_produtos{
	background:url(../imagens/bg_menu.gif) bottom center no-repeat;
	padding:0 0 120px 10px;
}
.menu_produtos_categoria {
	list-style-type:none;
	width:237px;
}
.menu_produtos_categoria li a {
	width:197px;
	border-bottom:1px dotted #ccc;
	background:url(../imagens/marc_4.gif) top left no-repeat #fafafa;
	display:block;
	padding:10px 10px 10px 30px;
	color:#666;
	font-weight:bold;
	text-align:left;
	outline:0;
}
.menu_produtos_categoria li a:hover{
	color:#b04936;
	border-bottom:1px dotted #333;
	background-color:#f4f4f4;
}
.menu_produtos_subcat {
	width:197px;
	list-style:none;
	margin:0 0 20px 0;
	border-bottom:none;
	background-image:none;
	background-color:none;
}
.menu_produtos_subcat li a{
	width:195px;
	border-bottom:1px dotted #ccc;
	padding:6px 7px 5px 40px;
	display:block;	
	text-align:justify;
	font-weight:normal;
	color:#999;
	background:url(../imagens/marc_submenu.gif) top left  no-repeat;
}
.menu_produtos_subcat li a:hover{
	color:#000;
	border-bottom:1px dotted #ccc;
	background:url(../imagens/marc_submenu_hover.gif) top left  no-repeat;
}


.rodape {
	background-image:url(../imagens/bg_rodape.gif);
	background-repeat:no-repeat;
	background-position:top;
	color:#fff;
	padding:0 0 7px 0;
}
