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

/* Estrutura principal */
*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 15px;

}

#page {
	width: 974px;

}
#tblPage {
	width: 100%;
}
#tblPage #ladoEsquerdo {
	background-image: url(../img/imgLadoEsquerdo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#tblPage #ladoDireito {
	background-image: url(../img/imgLadoDireito.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#LogoMarca {
	display: block;
	height: 142px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#grupoBarraSuperior {
	height: 263px;
	width: 974px;
}
#grupoBarraSuperior  div    {
	display: block;
	height: 263px;
	overflow: hidden;
}
#grupoBarraSuperior #barraSuperior1 {
	background-image: url(../img/barraSuperior_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 202px;
	float: left;
}
#grupoBarraSuperior #barraSuperior2 {
	background-image: url(../img/barraSuperior_r1_c2.jpg);
	background-position: left top;
	width: 200px;
	float: left;
}
#grupoBarraSuperior #barraSuperior3 {
	background-image: url(../img/barraSuperior_r1_c3.jpg);
	background-position: left top;
	width: 320px;
	float: left;
}
#grupoBarraSuperior #barraSuperior4 {
	width: 252px;
	float: left;
}
#Conteudo {
	background-image: url(../img/fundoConteudo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 173px;
	width: 974px;
	display: block;
	overflow: hidden;
}
#Conteudo ul {
	margin-right: 18px;
	margin-left: 18px;
	list-style-type: none;
}
#Conteudo ul li {
	display: inline;
	margin-right: 16px;
	margin-left: 16px;
}
#ConteudoFim {
	display: block;
	height: 88px;
	width: 974px;
	overflow: hidden;
}
#Rodape {
	background-image: url(../img/fundoRodape.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 122px;
	width: 974px;
	color: #FFFFFF;
	display: block;
	overflow: hidden;
}
#Rodape ul {
	list-style-type: none;
	margin-right: 4px;
	margin-left: 4px;
}
#Rodape ul li {
	height: 114px;
	padding-left: 50px;
	padding-top: 8px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
#Rodape h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
#Rodape h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 8px;
}
#RodapeFim {
	background-image: url(../img/terminacaoRodape.jpg);
	display: block;
	height: 6px;
	width: 974px;
	margin-bottom: 37px;
	overflow: hidden;
}
#Parceiros {
	text-align: center;
	width: 974px;
	margin-bottom: 48px;
	display: block;
	height: 65px;
	overflow: hidden;
}
#Parceiros ul {
	list-style-type: none;
}
#Parceiros ul li {
	display: inline;
	margin-right: 11px;
	margin-left: 10px;
}
#Creditos {
	font-size: 12px;
	color: #9F9F5A;
	height: 18px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#Creditos #Copy {
	float: left;
	width: 350px;
}
#Creditos #Asther {
	text-align: right;
	float: right;
	width: 350px;
}




a.Asther:link, a.Asther:visited{
	font-size: 12px;
	font-weight: bold;
	color: #9F9F5A;
	text-decoration: none;
	
}

a.Asther:hover, a.Asther:active{
	font-size: 12px;
	font-weight: bold;
	color: #6B6B3D;
	
}

