body{
	font-family:Arial;
	background-image:url(imgs/bkg.jpg);
	height:100%;
}
img{
	border:0px;
}
#main{
	width:736px;
	height:540px;
	background-image:url(imgs/fundo_home.jpg);
}
#main_int{
	width:736px;
	height:540px;
	background-image:url(imgs/fundo_internas.jpg);
}
#menu{
	width:736px;
	height:57px;
}
#menu img{
	margin:0px;
	padding:0px;
}
#logo{
	height:470px;
}
#conteudo{
	width:736px;
	height:470px;
	clear:both;
}
#texto{
	height:262px;
	width:100%;
}
#paginacao{
	clear:both;
}
#rodape{
	font-size:9px;
	color:#997c19;
	text-align:center;
	height:9px;
	width:100%
}
#rodape_home{
	font-size:9px;
	color:#cfc994;
	text-align:center;
	height:9px;
	width:100%
}

/* produtos lista */

#produtos {
   position: relative;
   float: left;
   width: 691px;
   height:260px;
   text-align:center;
}

#prod1 {
	position: relative;
	float: left;
	width: 19px;
	height: 80px;
}

#prod2 {
   position: relative;
   float: left;
   width: 168px;
}

a:link {
	color: #997c19;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #997c19;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.dgaz a:link, .dgaz a:hover, .dgaz a:visited, .dgaz a:active{
	font-size: 11px;
	color: #FFF;
}
.style1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.style2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #333333;
}
.style3 {font-family:"Trebuchet MS", Arial, Verdana; font-size: 11px; color: #FF0000;}