@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;}

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/fundo_site.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#eaebf8;
}

#centro{
margin:0 auto;
width:1000px;
height:auto;
background-image:url(images/fundo_centro.gif);
background-position:top center;
background-repeat:no-repeat;}

#topo{
position:relative;
float:right;
width:884px;
height:35px;
background-image:url(images/fundo_menu.gif);
background-position:top left;
background-repeat:no-repeat;
z-index:2;}

#logo{
	position:absolute;
	top:36px;
	left:-112px;
	width:187px;
	height:84px;
}

#conteudo{
position:relative;
float:left;
width:1000px;
height:auto;
z-index:1}

#flash{
position:relative;
float:left;
width:730px;
height:293px;
margin:40px 0 0 170px;
z-index:3;
}

#cont_interna{
position:relative;
float:left;
width:730px;
min-height:430px;
margin:40px 0 0 170px;
z-index:3;
background-color:#cdcff1;
background-image:url(images/top_internas.gif);
background-position:top center;
background-repeat:no-repeat;
}

#rodape_interno{
position:relative;
float:left;
width:670px;
height:40px;
margin:0 0 0 170px;
padding:7px 30px 0 30px;
background-image:url(images/fundo_rod.gif);
background-position:top center;
background-repeat:no-repeat;
}

#rodape{
position:relative;
float:left;
width:725px;
height:auto;
margin:0 0 0 120px;
padding:10px;}


#marg{
margin-left:110px;}

.link_menu_sub{
position:relative;
float:left;
width:120px;
height:auto;
font-family:"Trebuchet MS";
font-size:10px;
font-weight:bold;
text-decoration:none;
color:#717dbc;
margin:0;
padding:5px;
border-bottom:#1472b3 1px solid;}

.link_menu_sub:hover{
color:#e67512;
}

/* SUBMENU */

#produto{
	position:absolute;
	left:387px;
	top:26px;
	width:130px;
	height:auto;
	z-index:6;
	background-color:#ffffff;
	border-left:#717dbc 1px solid;
	border-right:#717dbc 1px solid;
	border-top:#717dbc 1px solid;
}

