@charset "windows-1252";
/* CSS Document */
html {
	height:100%;
}
body, html {
	margin:0;
	background:url(../imagens/bg_site.png) repeat-x;
	min-height:100%;
	_height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#717375;
}

img {
	border:0;
}

a {
	text-decoration:none;
	color:#002b64;
}

a:hover {
	color:#069;
}

/*#main
{
	width: 1003px;
	height: 100%;
	text-align: center;
}
#main #bordaesq { float: left; width: 13px; background:url(../imagens/sombra_site_esq.png) repeat-y; height: 100%; }
#main #bordadir { float: right; width: 13px; background:url(../imagens/sombra_site_dir.png) repeat-y; height: 100%; }
#main #topo {}
#main #corpo {}
#main #footer { position: relative; clear: both; }*/

#principal {
	min-width:1003px;
	max-width:1003px;
	width:1003px;
	height:100%;
}

#bordaesq {
	min-width:13px;
	max-width:13px;
	width:13px;
	background:url(../imagens/sombra_site_esq.png) repeat-y;
}

#bordadir {
	min-width:13px;
	max-width:13px;
	width:13px;
	background:url(../imagens/sombra_site_dir.png) repeat-y;
}
#content {
	min-height:540px;
	_height:540px;
}
#meiosite {
	min-width:977px;
	max-width:977px;
	width:977px;
}

#topo {
	background:url(../imagens/bg_topo.jpg) no-repeat;
	width:977px;
	height:163px;
}

#menu {
	height:35px;
	background-color:#FFF;
}

#espaco {
	background:url(../imagens/barra_topo.gif) repeat-y;
	height:19px;
}

#flash {
	width:977px;
	height:407px;
	background-color:#D5D5D5;
	text-align:center;
}

#flashnav {
	width:977px;
	height:338px;
	background-color:#D5D5D5;
	text-align:center;
}

#corpo {
	width:957px;
	height:auto;
	background-color:#FFF;
	padding-left:20px;
	text-align:left;
}

#rodape {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	background-color:#FFF;
	color:#8a8c8e;
	background:url(../imagens/pagina_inicial_rodape.jpg) no-repeat #FFF;
	background-position: 835px 35px;
	height:94px;
	padding-left:20px;
	text-align:left;
	padding-top:47px;
}

#rodape a {
	text-decoration:none;
	color:#8a8c8e;
}

#rodape a:hover {
	color:#666;
}

.spantitulo {
	font-size:14px;
	text-transform:uppercase;
	color:#002b64;
}

.gray{
	color:#717375;
}

/* CONTEUDO */

/* HOME */
#produtocerto {
	width:320px; 
	height:163px; 
	float:left; 
	background:url(../imagens/home_oprodutocerto.jpg) no-repeat;
}

.hometitulo {
	margin-top:30px; 
	padding-left:10px;
}

.hometexto {
	padding:10px 10px 10px 10px; 
	width:160px;
}

#pertodevoce {
	width:320px; 
	height:163px; 
	float:left; 
	background:url(../imagens/home_pertodevoce.jpg) no-repeat;
}

#news {
	width:310px; 
	height:163px; 
	float:left; 
	background:url(../imagens/home_news.jpg) no-repeat;
}

ul.reglist
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.reglist li { padding: 6px 0; margin: 0; clear: both; }
ul.reglist li img { float: left; margin-right: 8px; }
ul.reglist li div.txt { margin-top: 4px; float: left; }

