/* estilos site*/
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 0px;
	letter-spacing: 1px;
	background-image: url(imagens/bg_site.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 100%;
}	
#transparencia
{
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	width: 100%;
	height:100%;
	opacity: 0.7;
	color: #000000;
	background-color: #fff;
	text-align: center;
	padding-top: 200px;
}
*#transparencia
{
    filter: alpha(opacity = 70);
}

a:link {
	color:#666666;
	text-decoration:none
} 
a:active {
	color:#666666;
	text-decoration:none;
} 
a:visited {
	color:#333333;
	text-decoration:none
} 
a:hover {
	color:#333333;
	text-decoration: underline;
} 
a.azul:link {
	color:#0033CC;
	text-decoration:none
} 
a.azul:active {
	color:#0033CC;
	text-decoration:none;
} 
a.azul:visited {
	color:#0033CC;
	text-decoration:none
} 
a.azul:hover {
	color:#000066;
	text-decoration:underline
}
a.branco:link  {
	color:#FFFFFF;
	text-decoration:none
}
a.branco:active   {
	color:#FFFFFF;
	text-decoration:none;
}
a.branco:visited  {
	color:#FFFFFF;
	text-decoration:none
}
a.branco:hover  {
	color:#FFFF33
}

/* divs layout */
#topo {
	height: 180px;
	width: 770px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#img_topo {
	padding: 0px;
	position: relative;
	height: 149px;
	width: 759px;
	text-align: center;
	margin: 0px;
}
#menu_topo {
	margin: 0px;
	width: 770px;
	position: relative;
	height: 25px;
	z-index: 1;
	padding: 0px;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 0px;
	font-weight: bold;
	line-height: 25px;
}
#links_topo {
	position: absolute;
	height: 17px;
	width: 400px;
	text-align: right;
	margin: 0px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 99;
	top: 0px;
	right: 0px;
}




#conteudo {
	width: 760px;
	position: relative;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#banner_index {
	padding: 0px;
	width: auto;
	height: auto;
	text-align: center;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#rodape {
	width: 100%;
	position: relative;
	text-align: center;
	background-image: url(imagens/bg_rodape.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 92px;
	padding: 0px;
	float: left;
	margin: 0px;
}
#img_rodape {
	position: relative;
	margin: 0px;
	width: 150px;
	text-align: right;
	z-index: 1;
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#texto_rodape {
	position: relative;
	width: 770px;
	text-align: center;
	color: #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#root {
	font-size: 10px;
	color: #999999;
	text-indent: 10px;
	margin: 5px;
	line-height: 20px;
	float: left;
	width: 580px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f7f7f7;
	background-color: #FFFFFF;
	position: relative;
}
#texto_conteudo {
	width: 590px;
	height: 100%;
	padding: 5px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: right;
	text-align: left;
	margin-top: 0px;
	}
p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

H3.titulo {
	FONT-SIZE: 14px;
	color: #990000;
	position: relative;
	height: 22px;
	text-align: left;
	padding-top: 5px;
	width: 750px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(imagens/bg_titulo.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-indent: 20px;
	margin: 0px;
}
.form {
	font-size: 11px;
	color: #666666;
	border: 1px solid #9FC6D7;
	padding: 3px;
}

/* estilos diversos*/

.fonte_branca {
	color: #FFFFFF;
}

.titulo_field {
	font-size: 14px;
	font-style: normal;
	color: #333333;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	float: left;
	height: 20px;
}
#field_cont {
	padding: 5px;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	border: 1px solid #A1AFD6;
}
#field_cont legend {
	font-size: 14px;
	color: #006699;
	font-weight: bolder;
}


.linha_cinza_baixo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.linha_cinza_lat_esq {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
UL.menu_list {
	WIDTH: 133px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	font-size: 11px;
	color: #3399CC;
	font-weight: bold;
	letter-spacing: 0em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
UL.menu_list LI.menu {
	DISPLAY: block;
	FLOAT: left;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	text-align: left;
	padding: 0px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbe0ee;
	width: 133px;
	line-height: 20px;
}
UL.menu_list LI.menu A {
	DISPLAY: block;
	MARGIN: 0px;
	float: left;
	TEXT-DECORATION: none;
	position: relative;
	color: #6a81bc;
}
UL.menu_list LI.menu A:hover {
	DISPLAY: block;
	PADDING-BOTTOM: 3px;
	MARGIN: 0px;
	PADDING-TOP: 3px;
	list-style-type: disc;
	position: relative;
	color: #435996;
}
.submenu {
	text-align: left;
	list-style-type: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f7f7f7;
	width: 90%;
}

H3.top_menu {
	FLOAT: left;
	WIDTH: 143px;
	HEIGHT: 8px;
	background-image: url(imagens/top_caixa.gif);
	background-repeat: no-repeat;
	margin: 0px;
	position: relative;
	font-size: 1px;
	padding: 0px;
}
H3.rod_menu {
	FONT-SIZE: 1px;
	FLOAT: left;
	WIDTH: 143px;
	HEIGHT: 10px;
	background-image: url(imagens/rod_caixa.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
#menu_lateral {
	background-image: url(imagens/bg_caixa.jpg);
	background-repeat: repeat-y;
	width: 143px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}
#lateral_esq {
	margin: 0px;
	width: 135px;
	position: relative;
	float: left;
	padding: 5px;
	text-align: center;
}
#produto {
	margin: 5px;
	padding: 0px;
	float: left;
	width: 135px;
	position: relative;
	color: #666666;
}
#produto_desc {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 580px;
	position: relative;
	color: #666666;
}

.linha_produtos {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	float: left;
	height: 1px;
	width: 570px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
H3.titulo_produto {
	FONT-SIZE: 14px;
	color: #666666;
	line-height: 25px;
	position: relative;
	padding: 2px;
	float: left;
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#texto_conteudo_adm {
	width: 750px;
	height: auto;
	padding: 0px;
	position: relative;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#texto_conteudo_adm p {
	text-indent: 15px;
	text-align: justify;
}
.formbutton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9fadd4;
	border: 1px solid #7c8dbf;
	font-size: 11px;
	padding: 3px;
}
#texto_conteudo_adm p {
	margin-right: 8px;
	margin-left: 8px;
}
H3.vermelho {
	FONT-SIZE: 13px;
	color: #990000;
	line-height: 25px;
	margin: 0px;
	padding: 2px;
}
H3.azul {
	FONT-SIZE: 14px;
	color: #000099;
	line-height: 25px;
	margin: 0px;
	padding: 2px;
}
