@charset "utf-8";
/******************** MAIN FRAME *******************/
#frame_true {
	position:absolute;
	width: 790px;
	height:618px;
	top:50%;
	left:50%;
	margin-left:-395px;
	margin-top:-309px;
	background-color:#f0f2f1;
}
#mainFrame {
	position:absolute;
	width: 790px;
	top:0%;
	left:0%;
	margin:0px auto;
	text-align:left;
	border:0px solid #FFFFFF;
	z-index:2;
}
/***************************************************/




/*********************** TOPO **********************/

#topContainer { /** Top Container **/
	position:relative;
	width:790px;
	height:134px;
	background-color:#e77817;
	z-index:2;
}
#topLogo { /** Top Logo **/
	position:absolute;
	width:415px;
	height:134px;
	z-index:3;
}
#topBg { /** Top BG - Right Side **/
	position:absolute;
	width:130px;
	height:98px;
	top:3px;
	right:0px;
	background-image:url(../images/top_bg.gif);
	z-index:2;
}
#topMenu { /** Top Menu **/
	position:absolute;
	top:103px;
	left:241px;
	width:585px;
	height:31px;
	background-image:url(../images/topmenu_bg.gif);
	background-repeat:repeat-x;
	z-index:5;
}
/***************************************************/

/*********** FACEBOOK *******/
#facebook{
	width:70px;
	height:68px;
	background-image:url(../includes/images/facebook.png);
	display:block;
	outline:none;
	margin-left:30px;
	margin-top:15px;
}
/****************************/

/********** BUSCAR *********/
#searchBox {
	position:absolute;
	top:105px;
	left:655px;
	width:100px;
	height:33px;
	z-index:15;
}
/***************************/


/********************** MIDDLE *********************/

#midContainer { /** middle Container **/
	position:relative;
	width:790px;
	z-index:2;
}

/******** LEFT MENU ********/
#menuFrame { /** menu frame **/
	position:absolute;
	width:184px;
/*	background-image: url(../images/menubg.jpg); */
	z-index:10;
}
.menuButton { /* buttons style */
	width:122px;
	margin-left:30px;
	z-index:15;
}
#menuSubProdutos { /* Lista de categorias */
	width:108px;
	margin-left:30px;
	padding:7px;
	overflow:auto;
	border-bottom:1px solid #e77817;
	background-image:url(../images/mn_sub_bg.gif);
	z-index:15;
	position:relative;
}
#menuSubHistoria { /* Links de 'Historia' */
	width:108px;
	height:40px;
	margin-left:30px;
	padding:7px;
	border-bottom:1px solid #e77817;
	background-image:url(../images/mn_sub_bg.gif);
	z-index:15;
}
.menuSubItem { /* Linha da categoroa normal  */
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	width:100%;
	padding:2px 0px 3px 0px;
	color:#000000;
	border-bottom:1px dotted #e4a268;
}
.menuSubItemHover { /* Linha da categoria onmouseover */
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	width:100%;
	padding:2px 0px 3px 0px;
	border-bottom:1px dotted #e4a268;
	color:#000000;
	background-color:#CCCCCC;
	text-decoration:underline;
	cursor:pointer;
}

#menuHeighter { /* spacing bellow */
	height:100px;
	background-image:url(../images/mn_bg.gif);
}
#miniFusca { /* mini fusca */
	position:absolute;
	width:62px;
	height:37px;
	top:-7px;
	left:82px;
	z-index:15;
}
/***************************/


/********* CONTENTS ********/
#contentsFrame { /** contents frame **/
	position:absolute;
	left:184px;
	top:0px;
	width:607px;
	background-image:url(../images/content_bg.jpg);
	z-index:15;
}
#contentsSubTitle {
	width:534px;
	height:20px;
	margin-top:15px;
	margin-left:10px;
	margin-right:10px;
	padding-left:25px;
	padding-top:5px;
	background-image:url(../images/title_bg.gif);
	font-size:11px;
	color:#000000;
	font-weight:bold;
	z-index:15;
}
#contentsContainer { /** contents container **/
	position:relative;
	width:555px;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
	z-index:15;
}
/*********************************/
/***************************************************/




/****************** BACKGROUNDS ********************/
#bgTop {
	position:absolute;
	width:100%;
	height:135px;
	top:0px;
	left:0px;
	background-image:url(../images/top_main_bg.gif);
	z-index:1;
}
#bgMid {
	position:absolute;
	width:100%;
	height:100%;
	margin-top:-135px;
	top:135px;
	left:0px;
	display:none;
/*	background-image:url(../images/mid_main_bg.jpg); */
}
/***************************************************/

