/* CSS Document */
/*Style Sheet Turmalina*/
/*Criacao: 16/12/2008*/

* {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}

body {
	background:#427196 url(../img/layout/bg_ceu.jpg) repeat-x 0 0;
	text-align:center;
	height:100%;
}

div#header {
	text-align:left;
	width:760px;
	margin:0 auto;
}
	div#header ul.navTop {
		width:497px;
		height:27px;
		padding:0 8px 7px;
		margin-left:218px;
		background:url(../img/layout/bg_navtop.jpg) no-repeat 0 0;
	}
		div#header ul.navTop li {
			float:left;
			display:inline;
		}
	div#header a.link_logoTopo {
		display:block;
		background:url(../img/layout/logo_topo.gif) no-repeat 0 0;
		width:323px;
		height:54px;
		margin:40px 0 0 70px;
	}
		div#header a.link_logoTopo h1 {
			text-indent:-5000em;
		}

div#container {
	width:100%;
	background:#38527D;
}
	div#container div#mainContent {
		width:760px;
		margin:0 auto;
		text-align:left;
	}

div#footer {
	width:100%;
	background:url(../img/layout/bg_footer.gif) repeat-x left bottom;
	clear:both;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
}
	div#footer div {
		width:530px;
		height:29px;
		margin:0 auto;
		padding-top:38px;
		padding-left:230px;
	}
	div#footer span.icone {
		width:104px;
		height:49px;
		display:block;
		background:url(../img/layout/ico_casa.gif) no-repeat 0 0;
		float:right;
		margin-top:-38px;
	}
	
div.extensao {
	clear:both;
}

/*--- --- --- --- --- --- --- --- --- FORMULARIO --- --- --- --- --- --- --- --- ---*/
form label {
	display:block;
	width:70px;
	float:left;
	height:20px;
	padding-top:3px;
}
form.formIndique label {
	width:130px;
}
	form label.obrigatorio {
		font-weight:bold;
		color:#FFF;
	}
	form label.on {
		font-weight:bold;
		color:#fd5d4c;
	}
	form input, textarea {
		width:300px;
		padding:3px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		border: #afafaf 1px solid;
	}
	form input.on, form textarea.on {
		border:1px solid #fd5d4c;
	}
	form #Enviar, form #Limpar {
		width:152px;
		font-weight:bold;
		background:#A5B7CB;
		color:#003;
		border:none;
		outline:none;
		cursor:pointer;
	}
	
span#msg_erro1, span#msg_erro2, span#msg_erro3, span#msg_erro4 {
	display:none;
	margin-left:15px;
	margin-top:10px;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-weight:bold;
	color:#fd5d4c;
	padding-left:32px;
	background:url(../img/layout/ico_alerta.jpg) no-repeat 0 0;
}
span#msg_erro1.on, span#msg_erro2.on, span#msg_erro3.on, span#msg_erro4.on {
	display:block;
}

	
/*--- --- --- --- --- --- --- --- --- LINKS --- --- --- --- --- --- --- --- ---*/
a.link_btnPaginaInicial {
	background:url(../img/botao/bt_paginainicial.jpg) no-repeat 0 0;
	display:block;
	width:108px;
	height:27px;
	text-indent:-5000em;
	margin-right:7px;
}
a.link_btnPaginaInicial:hover {
	background:url(../img/botao/bt_paginainicial.jpg) no-repeat 0 -27px;
}
a.link_btnArtigos {
	background:url(../img/botao/bt_artigos.jpg) no-repeat 0 0;
	display:block;
	width:67px;
	height:27px;
	text-indent:-5000em;
	margin-right:5px;
}
a.link_btnArtigos:hover {
	background:url(../img/botao/bt_artigos.jpg) no-repeat 0 -27px;
}
a.link_btnBoletins {
	background:url(../img/botao/bt_boletins.jpg) no-repeat 0 0;
	display:block;
	width:74px;
	height:27px;
	text-indent:-5000em;
	margin-right:6px;
}
a.link_btnBoletins:hover {
	background:url(../img/botao/bt_boletins.jpg) no-repeat 0 -27px;
}
a.link_btnFaq {
	background:url(../img/botao/bt_faq.jpg) no-repeat 0 0;
	display:block;
	width:55px;
	height:27px;
	text-indent:-5000em;
	margin-right:7px;
}
a.link_btnFaq:hover {
	background:url(../img/botao/bt_faq.jpg) no-repeat 0 -27px;
}
a.link_btnIndique {
	background:url(../img/botao/bt_indique.jpg) no-repeat 0 0;
	display:block;
	width:71px;
	height:27px;
	text-indent:-5000em;
	margin-right:6px;
}
a.link_btnIndique:hover {
	background:url(../img/botao/bt_indique.jpg) no-repeat 0 -27px;
}
a.link_btnContato {
	background:url(../img/botao/bt_contato.jpg) no-repeat 0 0;
	display:block;
	width:75px;
	height:27px;
	text-indent:-5000em;
}
a.link_btnContato:hover {
	background:url(../img/botao/bt_contato.jpg) no-repeat 0 -27px;
}



