@charset "utf-8";
html {height: 100%;}
body {
	margin:0px;
	background-color:#E5D8CB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#DFC8A4;
	min-height:100%;
	overflow:auto;
}
* html body {height: 100%;}

a:link, a:active, a:visited {
	color:#660099;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img {
	behavior: url(iepngfix.htc);
}
#Mae {
	position:absolute;
	width:100%;
	height:100%;
	min-height:100%;
	background-image:url(../imgs/bgX.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	text-align:center;

}
#Principal {
	width:780px;
	height:100%;
	min-height:100%;
	background-image:url(../imgs/bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
	margin-left:auto;
	margin-right:auto;
}
#PrincipalInterna {
	width:780px;
	height:100%;
	min-height:100%;
	background-image:url(../imgs/bgInterna.png);
	background-position:top center;
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
	margin-left:auto;
	margin-right:auto;
}
#boxEsquerdo {
	float:left;
	width:510px;
	margin-left:0px;  /*FF*/
	*margin-left:0px;  /*IE 7*/
	_margin-left:0px;  /*IE 6*/
}
#boxDireito {
	float:left;
	width:225px;
	margin-left:13px;  /*FF*/
	*margin-left:13px;  /*IE 7*/
	_margin-left:11px;  /*IE 6*/
}
#boxDireitoConteudo {
	width:185px;
	margin:0px 5px 0px 23px; /*FF*/
	*margin:0px 5px 0px 23px; /*IE 7*/
	_margin:0px 5px 0px 23px; /*IE 6*/
}
#Conteudo {
	float:left;
	width:100%;
	height:400px;
}
#byLagares {
	clear:both;
	float:left;
	margin-left:20px;  /*FF*/
	*margin-left:20px; /*IE 7*/
	_margin-left:10px; /*IE 6*/
	margin-top:15px;
}
#bgMenus {
	float:left;
	width:510px;
	height:47px;
	margin:175px 0px 0px 0px;
	background-image:url(../imgs/bgMenus.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
}
#Menus {
	margin:6px 0px 0px 40px;     /*FF*/
	*margin:6px 0px 0px -7px;    /*IE 7*/
	_margin:6px 0px 0px -7px;    /*IE 6*/
	text-align:center;
}
.MenuOff{
	background-image:url(../imgs/bgMenusOff.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
	width:105px;
	height:35px;
}
.MenuOn{
	background-image:url(../imgs/bgMenusOn.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
	width:105px;
	height:35px;
}

#ConteudoFlash {
	float:left;
	width:478px;
	height:315px;
	margin:50px 0px 0px 18px; /*FF*/
	*margin:50px 0px 0px 18px; /*IE 7*/
	_margin:50px 0px 0px 8px; /*IE 6*/
}
.logo {
	border:0px;
	margin:140px 0px 0px 0px;
}
#SubTitulo1 {
	float:left;
	height:20px;
	margin-top:20px;
	margin-left:25px;   /*FF*/
 	*margin-left:25px;  /*IE 7*/
	_margin-left:10px;  /*IE 6*/
	color:#DFC8A4;
	font-size:14px;
}
#SubTitulo2 {
	float:left;
	height:16px;
	margin-top:20px;
	margin-left:10px;
	padding:1px 0px 0px 7px;
	color:#ECE1A6;
	font-size:11px;
	font-weight:bold;
	border-left:2px solid #ECE1A6;
}

.Verdana11{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ECE1A6;
}

.formularios{
	border:2px solid #4B1D05;
	background-color:#DFC8A4;
	margin-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#441D04;
}


/*MENU DESLIZANTES DE PRODUTOS*/

.dhtmlgoodies_question {	/* Styling question */
	overflow:hidden;
	cursor:pointer;
	width:185px;
	height:18px;
}
.dhtmlgoodies_answer {	/* Parent box of slide down content */
	visibility:hidden;
	overflow:hidden;
	position:relative;
	width:175px;
	/*filter: alpha(opacity=70); -moz-opacity: 0.8; opacity: 0.8;`*/
}
.dhtmlgoodies_answer_content {	/* Content that is slided down */
	position:relative;
}
#SubMenuBox {
	border-top:1px solid #C5915D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	text-align:right;
	width:175px;
	height:16px;
}
#SubMenuBox a {
	color:#DFC8A4;
	text-decoration:none;
}
#SubMenuBox a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#SubMenuBox a:active {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

/*//MENU DESLIZANTES DE PRODUTOS*/
