/* CSS Document */

/* INSTRUÇÕES GERAIS ///////////////////////////////////////////////////////////////////////////////////*/

*{	
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
}

img {border:0px; margin:0px}

.borda_imagem{
	margin:5px;
}

.borda_celula{
	border:1px solid #B9CFE3;
}

.borda_celula:hover{
	border:1px solid #99CC00;
}

#home_texto a:link{
	border:0px;
	margin:0px;
	padding:0px;
	color: #00CCFF;
	text-decoration: none;
}

#home_texto a:visited{
	border:0px;
	margin:0px;
	padding:0px;
	color: #00CCFF;
	text-decoration: none;
}

#home_texto a:hover{
	text-decoration:none;
	color: #66CC00;

}

a:link{
	border:0px;
	margin:0px;
	padding:0px;
	color: #37609E;
	text-decoration: none;
}

a:visited{
	border:0px;
	margin:0px;
	padding:0px;
	color: #37609E;
	text-decoration: none;
}

a:hover{
	text-decoration:none;
	color: #AFA527;

}

/* INSTRUÇÕES PARA TEXTOS E LINKS ///////////////////////////////////////////////////////////////////////*/

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height: 15px;
}

h2{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:18px;
	color:#4583BA;
	background-image:url(img/h2_icon.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	border-bottom: 2px solid #B9CFE3;
}

h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#6D8B05;
	background-image:url(img/back_h3.jpg);
	background-repeat: repeat-x;
	display:block;
	width:90%;
	height:24px;
	line-height: 24px;
}

h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333333;
}

/* INSTRUÇÕES PARA O TOPO /////////////////////////////////////////////////////////////////////////////*/


#topo_container{
	width:100%;
	height:184px;
	background-image:url(img/back_topo_container.jpg);
	position: relative;
	z-index: 90;
}

#topo{
	width:770px;
	height:184px;
	margin:0 auto;
	position: relative;
	background-image: url(img/back_topo.jpg);
	z-index: 90;
}

h1 a{
	width:444px;
	height:96px;
	display:block;
	background-image:url(img/h1.jpg);
	position: absolute;
	top: 23px;
	text-indent: -2000px;
	overflow: hidden;
	left: 18px;
	background-repeat: no-repeat;
}


/* INSTRUÇÕES PARA O CONTEÚDO /////////////////////////////////////////////////////////////////////////////*/


#conteudo_container_home{
	width:100%;
	background-repeat:repeat-x;
	position: relative;
	z-index: 1;
	background-image: url(img/back_conteudo_container_home.jpg);
}

#conteudo_home{
	width:770px;
	margin:0 auto;
	position: relative;
	background-image: url(img/back_conteudo_home.jpg);
	height: 220px;
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 1;
}

#home_texto{
	width:400px;
	height:200px;
	top:10px;
	left:10px;
	position:absolute;
}

#home_texto p{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 17px;
}

#home_controles{
	height:26px;
	position:absolute;
	top:0px;
	right: 0px;
	width: 200px;
}

#home_controles span a{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	color:#1E4E80;
	display: block;
	line-height: 26px;
	float: right;
	z-index: 5;
	font-weight: bold;
	margin-left: 5px;
	text-indent: 10px;
}

#home_controles span a:hover{
	color:#FFFFFF;
}

#home_banner{
	width:220px;
	height:220px;
	top:0px;
	right:0px;
	position:absolute;
	display: none;
}

#home_banner_road{
	width:340px;
	height:200px;
	top:8px;
	right:8px;
	position:absolute;
}

.links {
	width:50px;
	height:26px;
	background-image: url(img/back_links.jpg);
	background-repeat:no-repeat;
}

.links:hover {
	width:50px;
	height:26px;
	background-image: url(img/back_links_hover.jpg);
	background-repeat:no-repeat;
}

.faleconosco {
	width:103px;
	height:26px;
	background-image: url(img/back_faleconosco.jpg);
	background-repeat:no-repeat;
}

.faleconosco:hover {
	width:103px;
	height:26px;
	background-image: url(img/back_faleconosco_hover.jpg);
	background-repeat:no-repeat;
}

#menu{
	position:absolute;
	top:154px;
	/*top:154px;*/
	width: 770px;
	z-index: 120;

}

#conteudo_container{
	width:100%;
	background-repeat:repeat-x;
	position: relative;
	z-index: 1;
}

#conteudo{
	width:770px;
	margin:0 auto;
	position: relative;
	background-image: url(img/back_conteudo.jpg);
}

#unico{
	width:750px;
	position:relative;
	left:10px;
	margin-top: 20px;
}

#unico ul{
	list-style-type:disc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left: 15px;
	color: #333333;
	line-height: 16px;
}

#principal{
	width:530px;
	position:relative;
	float:left;
	left:10px;
	margin-top: 20px;
}

#principal ul{
	list-style-type:disc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left: 15px;
	color: #333333;
	line-height: 16px;
}

#auxiliar {
	width:200px;
	position:relative;
	float:right;
	right:10px;
	margin-top: 20px;
}

#auxiliar ul{
	list-style-type:none;
	width:200px;
	position:relative;
	background-image: url(img/back_auxiliar.jpg);
	background-repeat: repeat-x;
}

#auxiliar .titulo {
	width:190px;
	position:relative;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	background-image:url(img/back_auxiliar_titulo.jpg);
	background-repeat:no-repeat;
}

#auxiliar ul li a{
	display:block;
	width:190px;
	position:relative;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
	color: #719BC6;
	border-top: 1px solid #A2BEDB;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	background-image: none;
}

#auxiliar ul li a:hover{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #FFFFFF;
	background-image:url(img/back_auxiliar_item_hover.jpg);
	background-repeat:repeat-x;
}

#contato{
	width:320px;
	position:relative;
	float:left;
	left:10px;
	margin-top: 20px;
}

#formulario{
	width:380px;
	position:relative;
	float:right;
	right:10px;
	margin-top: 20px;
	border-left: 2px solid #DCEAF5;
	height: 400px;
	padding-left: 20px;
}

.clear{
	width:100%;
	height:10px;
	clear:both;
}


.campo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px 2px;
	border: #CCCCCC 2px solid;
	background-color:#FCFCFC;
}

.campo_focus{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px 2px;
	border: #0099CC 2px solid;
	background-color:#FFFFFF;
}

/* INSTRUÇÕES PARA O RODAPÉ /////////////////////////////////////////////////////////////////////////////*/

#rodape_container_home{
	width:100%;
	height:60px;
	position: relative;
	background-image: url(img/back_rodape_container_home.jpg);
	background-repeat: repeat-x;
}

#rodape_home{
	width:770px;
	height:60px;
	margin:0 auto;
	position: relative;
	background-image: url(img/back_rodape.jpg);
}

#rodape_container{
	width:100%;
	height:90px;
	background-image: url(img/back_rodape_container.jpg);
	background-repeat: repeat-x;
}

#rodape{
	width:770px;
	height:90px;
	margin:0 auto;
	background-image: url(img/back_rodape.jpg);
	position: relative;
}

#rodape_home address a{
	width: 210px;
	height: 23px;
	position: absolute;
	top: 10px;
	color:#1E4C7A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	line-height: 23px;
	text-decoration:none;
	background-image: url(img/sfw_home.jpg);
	background-position: left;
	background-repeat: no-repeat;
	left: 10px;
	text-indent: 45px;
}

#rodape_home address a:hover{
	color:#1E4C7A;
	background-image: url(img/sfw_home_hover.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#rodape address a{
	width: 230px;
	height: 23px;
	position: absolute;
	top: 55px;
	color:#1E4C7A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	line-height: 23px;
	text-decoration:none;
	background-image: url(img/sfw.jpg);
	background-position: left;
	background-repeat: no-repeat;
	left: 20px;
	text-indent: 45px;
}

#rodape address a:hover{
	color:#1E4C7A;
	background-image: url(img/sfw_hover.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
