
/* aqui importamos o arquivo  de estilos do header, que é igual para todas as paginas, exceto a area restrita */
@import "header.css";

/* Estilos gerais */

* {
	margin:0;
	padding:0;
}

img {
	border: 0px;
	padding: 0px;
}

body {
	
	background: #3E606F url(../images/body-background.jpg) top repeat-x;
	margin: auto; 
	text-align: center;
	font-family: "verdana";
}



/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/



/*  tela  maior que contem as outras divs */
#forjasul {
	width: 762px;
	height: auto;
	margin: auto;	
}

/* hack, serve para acabar com problemas de float no firefox */
#hack{
	clear: both;
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ CONTENT  @@@@@@@@@@@@@@@@@@@@@@@@@@@*/

#content{
	width: 762px;
	height: auto;
	margin-top: 30px;
	background: url(../images/content-middle-background.jpg) top repeat-x;
}

/* parte superior do conteudo, so contem uma imagem que é para dar o efeito de cantos arredondados */
#content #top{
	width: 762px;
	height: 11px;
	background: url(../images/content-top.jpg) top no-repeat
}

/* parte central do conteudo*/
#content #middle{
	width: 762px;
	height: auto;
	padding-top: 9px;
	padding-bottom: 20px;
	background: #2C4A58 url(../images/content-middle-background.jpg) top repeat-x;
}

#content #middle-qualidade{
	width: 762px;
	height: auto;
	padding-top: 9px;
	background-color: #193441;
}

#middle-qualidade #text{
	width: 704px;
	height: auto;
	padding-right: 29px;
	padding-left: 29px;
	font-family: "Arial";
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;

}


.separator{
	width: 704px;
	height: 17px;
	padding-top: 3px;
	padding-left: 5px;
	margin-top: 0px;
	background-color: #3E606F;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;

}

#middle-qualidade #logo-footer{
	width: 762px;
	height: 50px;
	padding-top: 24px;
	padding-bottom: 20px;
	margin-top: 80px;
	background: url(../images/logo-footer-background.jpg) repeat-x;
}

#logo-footer #logo-text{
	font-size: 11px;
	color: #76908A;
	float: right;
	text-align: right;
	margin-right: 21px;
	
}


/** formatadores para o formulario de cadastro */

#cadastro{
	width: 430px;
	height: auto;
	float: left;
	margin-top: 37px;
	margin-left: 16px;
	padding-right: 270px;
	margin-right: 0px;
	padding-bottom: 7px;
	clear: both;
	
}

#cadastro fieldset{
	border: 0px;	
}

input.fale-conosco{
	border: 1px solid #76908A;
	background-color: #193441;
	color: #FFFFFF;
	width: 290px;
	height: 18px;
	float: left;
	margin-bottom: 10px;
}

input.enviar{
	background: url(../images/button-enviar-pedido.gif)  no-repeat; 
	border: 0px;
	width: 120px;
	height: 18px;
	margin-top: 18px;
	margin-left: 130px;
}

input.check{

	
	float: left;
	margin-right: 5px;
	*margin-top: -4px;

}

select.select-estado{
	width: 130px;
	border: 1px solid #76908A;
	background-color: #193441;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 13px;
}

select.select-pedido{
	width: 289px;
	border: 1px solid #76908A;
	background-color: #FFFFFF;
	color: #193441;
	font-size: 11px;
	margin-bottom: 13px;
}


textarea.comentario{
	width: 290px;
	height: 120px;
	border: 1px solid #76908A;
	background-color: #193441;
	color: #FFFFFF;
	font-family: "Arial";
	

}

label{
	width: 130px;
	float: left;
	padding-top: 2px;
}

/** footer da pagina */
#content #footer{
	width: 762px;
	height: 23px;
	padding-top: 7px;
	color:#FFFFFF;
	background: url(../images/content-footer.jpg) bottom no-repeat;
	text-align: center;
	font-family: "Arial";
	font-size: 10px;
	color: #76908A;
}

#content #footer span.white{
	color: #FFFFFF;
}


/** footer mais externo da pagina, onde esta a logo da arena de da usina **/
#page-footer{
	
	height: 90px; 
	padding-top: 20px; 
	padding-right: 20px; 
	width: 742px;  
	text-align: right; 
	font-size: 10px; 
	color:#76908A; 
	
}






