
/* 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;

}

/* 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;
	_margin-top: -7px;
	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;

}

#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: 400px;
	height: auto;
	float: left;
	margin-top: 37px;
	margin-left: 16px;
	margin-right: 300px;
	margin-bottom: 18px;
	
}

#cadastro fieldset{
	border: 0px;	
}

input.cadastre-se{
	border: 1px solid #76908A;
	width: 290px;
	height: 18px;
	float: left;
	margin-bottom: 10px;
}

input.enviar{
	background: url(../images/button-enviar.jpg)  no-repeat; 
	border: 0px;
	width: 60px;
	height: 18px;
	margin-top: 18px;
	margin-left: 78px;
}

select.select-enviar{
	width: 130px;
	border: 1px solid #76908A;
	font-size: 11px;
}

label{
	width: 78px;
	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; 
	
}






/* 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;
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ HEADER  @@@@@@@@@@@@@@@@@@@@@@@@@@@*/

#header{
	width: 762px;
	height: 165px;	
}

#header #logo{
	width: 220px;
	height: 95px;
	position: relative;
	float: left;
	margin-left: -8px;
	margin-top: 4px;
}

#header #menus{
	width: 460px;
	height: 95px;
	position: relative;
	float: right;
}

#header #menus #menu1{
	width: auto;
	height: auto;
	position: relative;
	margin-top: 22px;
	float: right;
}

#header #menus #produtos{
	width: 450px;
	height: auto;
	position: relative;
	margin-top: 10px;
	float: right;
	clear: both;
}

#header #menus select{
	width: 239px;
	background-color: #D7C7C7;
	background-color: #FFFFFF;
	position: relative;
	float: right;
}

#header #main-menu{
	width: 766px;
	height: auto;
	position: relative;
	margin-top: 26px;
	padding-top: 16px;
	float: left;
	text-align: center;
	clear: both;
	background: url(../images/header-main-menu-bar.jpg) top no-repeat;
}


#header #main-menu img{
	margin-left: -1px;
	margin-right: -1px;
	border: 0px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ CONTENT  @@@@@@@@@@@@@@@@@@@@@@@@@@@*/

#content{
	width: 762px;
	height: auto;
	margin-top: 30px;
	
}

/* 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;

}

#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;
	
}


table.primeira-tabela{
	width: 702px;
	height: auto;
	background-color: #193441;
}

tr.header td{
	background-color: #3E606F;
	font-size: 14px;
	color: #FFCC01;
	height: 25px;
	font-weight: bold;
	padding-left: 20px;
	padding-top:3px;
	padding-bottom: 3px;
}

tr.black td{
	background-color: #193441;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;	
}

tr.blue td{
	background-color: #2C4A58;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;	
}


table.segunda-tabela{
	width: 702px;
	height: auto;
	background-color: #193441;
	margin-top: 35px;
}

tr.header td{
	background-color: #3E606F;
	font-size: 14px;
	color: #FFCC01;
	height: 25px;
	font-weight: bold;
	padding-left: 20px;
	padding-top:3px;
	padding-bottom: 3px;
}

tr.blue2 td{
	height: 25px;
	background-color: #2C4A58;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;	
}

tr.black2 td{
	height: 25px;
	background-color: #193441;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;	
}



/** formatadores para o formulario de cadastro */


/** 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; 
	
}






