/* TAGS PADRONIZADAS */

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration:none;
	color:#666666;
}

a:hover {
	text-decoration:underline;
	color:#333333;
}

ul {
	list-style:none;
	display:inline;
}

li {
	list-style:none;
	display:inline;
}

body {
	font-size: 11px;
	padding: 0px;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 16px;
	background-image:url(../imagens/background.jpg);
	background-repeat: repeat-x;
	color:#666666;
	background-color: #f5f5f5;
}

html {
	height: 100%;
}

.link-normal a:visited, a:link{
	margin: 0px;
	padding: 0px;
	color:#666666;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:12px;
}

/* FIM DAS TAGS PADRONIZADAS */

/* CONTAINERS PRINCIPAIS */ 

#fundobranco{
	width: 949px;
	min-height: 382px;
	background-color: #f5f5f5;
	padding-left: 15px;
	padding-right:15px;
	border-bottom:15px;
	padding-top: 15px;
	padding-bottom:15px;
}

#conteudo {
	width: 979px;
	height:auto;
	margin:auto;
}

#topo {
	width: 979px;
	height: 126px;
}

#topo-cima {
	width: 979px;
	height: 31px;
	background-image: url(../imagens/bg-menu-topo.png);
	background-repeat: no-repeat;
}

.bem-vindo {
	color:#ffffff;
	padding-left: 18px;
	height:31px;
	width: 220px;
	vertical-align:middle;
	float:left;
}

.bem-vindo p{
	padding-top:6px;
}

.menu-topo{
	color:#ffffff;
	font-size:10px;
	width:320px;
	padding-left:410px;
	padding-top:5px;
	height:26px;
	float:left;
}

#menu-conteudo{
	height:95px;
	width:979px;
	float:none;
}

#menu-flash{
	height:95px;
	float:left;
	width:786px;
}

#corpo {
	width: 979px;
	min-height:350px;
	margin-bottom: 25px;
}

#rodape {
	width: 979px;
	height: 32px;
	background-image:url(../imagens/bg-rodape.png);
}

#lateral-esquerda{
	float: left;
	width: 150px;
	min-height: 330px;
	vertical-align: top;
}

/* FORMATAÇÃO DE TEXTO */

.pergunta{
	color: #666666;
	font-weight:600;
}

.resposta{
	color:#666666;
}

.texto-padrao {
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#666666;
}

#conteudo-central{
	float: left;
	width: 620px;
	min-height: 380px;
	padding-left:15px;
	padding-top:22px;
}

.texto-padrao label{
	width: 150px;
}

.titulo-padrao{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	text-transform: capitalize;
	color: #B30000;
	padding-top:23px;
	padding-bottom:5px;
	font-weight:normal;
	text-align:right;
	line-height:20px;	
}

.titulo-padrao-produtos{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform: capitalize;
	color: #0fa156;
	padding-bottom:5px;
	font-weight:normal;
	line-height:20px;	
}

.logomarca {
	float:left;
	width:193px;
	height: 95px;
	margin-top:-38px;
}

.caixa-botao{
	width:120px;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
	height: 65px;	
}

.botao-ativo{
	width:120px;
	float:left;
	height: 65px;	
	margin-top:30px;	
	padding-left: 5px;
	padding-right: 5px;	
	
}

.link-ativo{
	width:120px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding-top:10px;
	height: 55px;
	text-align: center;
	background-image:url(../imagens/bg-menu-botao.png);
	background-repeat:no-repeat;	
}
/*
.item-menu a:link, a:visited{
	width:120px;
	float:left;
	color:#7b7b7b;
	font-weight:bold;
	font-size:12px;
	margin-top:30px;
	padding-top:10px;
	height: 55px;
	text-align: center;
}

.item-menu a:hover{
	width:120px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	margin-top:30px;
	padding-top:10px;
	height: 55px;
	text-align: center;
	background-image:url(../imagens/bg-menu-botao.png);
	background-repeat:no-repeat;
}
*/

#menu{
	margin-left:20px;
	height:95px;
	background-color:#666666;
}

.texto-rodape{
	color:#666666;
	padding-top:8px;
	padding-left:10px;
	float:left;
}

.agenciarb{
	float:left;
	padding-left:350px;
	padding-top:2px;
}


#banners-areas{
	height:135px;
	width:979px;
	float:none;
}

#banner-home{
	margin-top: -35px;
	float:left;
	width: 312px;
	height:106px;
}


/* CAMPO DE FORMULARIO */

.campo-formulario{
	width: 300px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
