/*
Asther ProdutoraWeb
2008, Copyright.
Folha de Estilo
*/

/* Estrutura principal */
*{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 0px;
}

html body{
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 17px;
	color: #333333;
	background-image: url(../img/fndSite-v2.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 13px;
}

#Cabecalho {
	height: 168px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position:relative;	
}
#Cabecalho #Logomarca {
	position: absolute;
	width: 473px;
	height: 132px;
	top: 36px;
	left: 17px;
}
#Cabecalho #Logomarca10anos {
	float: left;
	height: 168px;
	width: 400px;
	margin-right: 4px;
	margin-left: 17px;
}
#Cabecalho #RedeSocial {
	position: absolute;
	width:151px; height:40px;
	top: 119px; left:811px;
}
/*
#Cabecalho #RedeSocial img {
	float: left;
	margin-right: 4px;
}
*/

#Cabecalho #Unidades {
	background-image: url(../img/imgSeparaCabecalho.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 139px;
	width: 194px;
	margin-top: 16px;
	float: left;
	padding-top: 13px;
	padding-right: 18px;
	padding-left: 18px;
}
#Cabecalho h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#Cabecalho #Unidades ul {
	padding-left: 12px;
	font-size: 14px;
}
#Cabecalho #Unidades ul li {
	margin-bottom: 3px;
	padding-left: 17px;
}
#Cabecalho #Unidades .AzulClaro {
	color: #003E8A;
}
#Cabecalho #Unidades .Laranja {
	color: #F58200;
}
#Cabecalho #Unidades .lisAzulClaro {
	margin-bottom: 12px;
	color: #003E8A;
}
#Cabecalho #Unidades .lisAzulClaro li {
	background-image: url(../img/mrcAzul.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#Cabecalho #Unidades .lisLaranja {
	color: #F58200;
}
#Cabecalho #Unidades .lisLaranja li {
	background-image: url(../img/mrcLaranja.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}


#Cabecalho #AcessoRestrito {
	background-image: url(../img/imgSeparaCabecalho.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 139px;
	width: 191px;
	float: left;
	margin-top: 16px;
	padding-top: 13px;
	padding-right: 18px;
	padding-left: 18px;
}
#Cabecalho #AcessoRestrito .AzulEscuro {
	color: #002C62;
}
#flsNavegacao {
	height: 41px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/fndFlsNavegacao.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#Page {
	background-image: url(../img/fndPage.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 11px;
	padding-bottom: 34px;
	padding-left: 11px;
}
#Page #Principal {
	background-color: #FFF;
	padding: 2px;
	width: 952px;
	border: 1px solid #E5E5E5;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
#Page #Principal #flsVitrine {
	display: block;
	height: 363px;
	width: 952px;
	overflow: hidden;
}
#Page #Conteudo_fre {
	display: block;
	height: 305px;
	width: 952px;
	margin-bottom: 25px;
	overflow: hidden;
}
#Conteudo_fre #Dicas, #Conteudo_fre #Noticias, #Conteudo_fre #Produtos{
	float: left;
	height: 274px;
	padding-top: 28px;
}
#Conteudo_fre #Dicas h1, #Conteudo_fre #Noticias h1, #Conteudo_fre #Produtos h1{
	padding: 3px;
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: normal;
}
#Conteudo_fre #Dicas .txt, #Conteudo_fre #Noticias .txt, #Conteudo_fre #Produtos .txt{
	padding: 3px;
	width: 251px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 14px;
}
#Conteudo_fre #Dicas{
	width: 250px;
	padding-right: 48px;
}
#Conteudo_fre #Dicas h1{
	color: #36304C;
}
#Conteudo_fre #Dicas .txt{
	color: #8E7EB2;
}
#Conteudo_fre #Noticias{
	background-image: url(../img/imgSeparaIndexConteudo.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 251px;
	padding-right: 50px;
	padding-left: 39px;
}
#Conteudo_fre #Noticias h1{
	color: #042244;
}
#Conteudo_fre #Noticias .txt{
	color: #006398;
}
#Conteudo_fre #Produtos{
	background-image: url(../img/imgSeparaIndexConteudo.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 251px;
	padding-right: 21px;
	padding-left: 42px;
}
#Conteudo_fre #Produtos h1{
	color: #F68505;
}
#Conteudo_fre #Produtos .txt{
	color: #FE9600;
}


#fndPrincipal{
	background-image: url(../img/fndNavegacao_fix.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 952px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
#Navegacao {
	color: #FFF;
	background-image: url(../img/fndNavegacao_deg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 224px;
	min-height: 303px;
	height: auto !important;
	height: 303px;	
}
#Navegacao h1{
	font-size: 19px;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
	width: 187px;
	margin-bottom: 15px;
	margin-left: 28px;
	padding-top: 14px;
	padding-bottom: 4px;
}
#Conteudo{
	background-image: url(../img/setConteudo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	width: 632px;
	margin-left: 224px;
	padding-left: 51px;
	padding-bottom: 20px;
	text-align: justify;
}
#Conteudo h1{
	font-size: 19px;
	line-height: 25px;
	font-weight: bold;
	color: #003371;
	width: 628px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9800;
	padding-bottom: 2px;
	margin-bottom: 18px;
	padding-top: 13px;
	padding-left: 3px;
}
#Conteudo h2{
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #002C61;
	padding-top: 15px;
	padding-bottom: 15px;
}
#Conteudo h3{}
#Conteudo h4{}
#Conteudo p{
	margin-bottom: 13px;
}
#Conteudo ul, #Conteudo ul.Azul, #Conteudo ul.Laranja, #Conteudo ul.Roxo{
	width: 587px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 14px;
}
#Conteudo ul li, #Conteudo ul.Azul li, #Conteudo ul.Laranja li, #Conteudo ul.Roxo li{
	margin-bottom: 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#Conteudo ul li{
	color: #171717;
	background-image: url(../img/mrcCinza.png);
}
#Conteudo ul.Azul li, #Conteudo div.ListaAzul ul li{
	color: #002C62;
	background-image: url(../img/mrcAzul.png);
}
#Conteudo ul.Laranja li, #Conteudo div.ListaLaranja ul li{
	color: #E07C0E;
	background-image: url(../img/mrcLaranja.png);
}
#Conteudo ul.Roxo li, #Conteudo div.ListaRoxo ul li{
	color: #382D4D;
	background-image: url(../img/mrcRoxo.png);
}
#Conteudo .LboxNoticia ul{
	width: 630px;
	margin: 15px 0;
	padding:3px;
}
#Conteudo .LboxNoticia ul li{
	background-image: none;
	padding:0;
	display:inline-block;
	margin:3px;
}
#Conteudo .Quadro, #Conteudo .QuadroAzul, #Conteudo .QuadroLaranja, #Conteudo .QuadroRoxo, #Conteudo .QuadroCinza{
	background-color: #F2F2F2;
	padding: 4px;
	border: 1px solid #E5E5E5;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 622px;
}
#Conteudo .Quadro h2, #Conteudo .QuadroAzul h2, #Conteudo .QuadroLaranja h2, #Conteudo .QuadroRoxo h2, #Conteudo .QuadroCinza h2{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 6px;
	margin-bottom: 6px;
}
#Conteudo .QuadroAzul h2{
	color: #002C62;
}
#Conteudo .QuadroLaranja h2{
	color: #E07C0E;
}
#Conteudo .QuadroRoxo h2{
	color: #382D4D;
}
#Conteudo .Quadro h3{
	color: #002C62;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
#Conteudo .Quadro .txtAzul{color: #002C62;}
#Conteudo .Quadro .txtLaranja{color: #E07C0E;}
#Conteudo .Quadro .txtRoxo{color: #382D4D;}
#Conteudo .Quadro ul{
	padding: 0px;
	width: 622px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	display: table;
}
#Conteudo .Quadro ul li{
	background-image: none;
	display: block;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 6px;
	padding: 0px;
	width: 30px;
	float: left;
	overflow: hidden;
}
#Conteudo .Quadro ul li img{
	width: 30px;
	border: 0px;
	padding: 0px;
	display: block;
	margin: 0px;
}
#Conteudo .Quadro100 ul li{
	background-image: none;
	display: block;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 6px;
	padding: 0px;
	width: 100px;
	float: left;
	overflow: hidden;
}
#Conteudo .Quadro100 ul li img{
	width: 100px;
	border: 0px;
	padding: 0px;
	display: block;
	margin: 0px;
}


/* Janela Mostruário */
.JanelaMostruario{}
.janelaMostruario .cabecalho{}
.JanelaMostruário h2{}
.JanelaMostruário .fechar{}
.JanelaMostruário ul{}
.JanelaMostruário ul li{}
.JanelaMostruário ul li img{}

#Rodape{
	width: 100%;
	height: 258px;
	background-image: url(../img/fndRodape.jpg);
	background-repeat: repeat-x;
	background-position: left 0px;

}
#Rodape #rdpConteudo {
	height: 135px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#rdpConteudo #Matriz {
	float: left;
	width: 200px;
	margin-right: 42px;
	display: block;
	height: 135px;
	overflow: hidden;
}
#rdpConteudo #Filial {
	float: left;
	width: 200px;
	margin-right: 20px;
	display: block;
	height: 135px;
	overflow: hidden;
}
#rdpConteudo ul li {
	padding-left: 27px;
}
#rdpConteudo li.Marca {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	background-image: url(../img/mrcCinza.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#rdpConteudo #News {
	background-color: #EBEBEB;
	float: left;
	height: 107px;
	width: 234px;
	border: 1px solid #E5E5E5;
	display: block;
	overflow: hidden;
	margin-right: 53px;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
	color: #666666;
}
#rdpConteudo h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-bottom: 7px;
}
#rdpConteudo #News .msgNews {
	margin-bottom: 9px;
}
#rdpConteudo #News .msgNews h2 {
	font-size: 13px;
	font-weight: bold;
	color: #F58300;
}

#rdpConteudo #Parceiro {
	float: left;
	height: 112px;
	width: 198px;
	display: block;
	overflow: hidden;
	padding-top: 9px;
}
#rdpConteudo #Parceiro h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-bottom: 14px;
}

#Rodape #rdpCreditos {
	height: 26px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#rdpCreditos #Copy {
	float: left;
	width: 300px;
	font-size: 13px;
}
#rdpCreditos #Asther {
	text-align: right;
	float: right;
	width: 300px;
	font-size: 13px;
}

#fndPrincipal:after, #Conteudo:after{
        content:".";
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        overflow:hidden;
}
