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

body { background-color: #fff; }


#backContent_Home { width: auto; height: auto; margin: auto; text-align: center; background: url("../imgs/bgHome.jpg") no-repeat center; }

#backContent_Sobre { width: auto; height: auto; margin: auto; text-align: center; background: url("../imgs/bgSobre.jpg") no-repeat center; }

#backContent_Produtos { width: auto; height: auto; margin: auto; text-align: center; background: url("../imgs/bgProdutos.jpg") no-repeat center; }

#backContent_Onde { width: auto; height: auto; margin: auto; text-align: center; background: url("../imgs/bgOnde.jpg") no-repeat center; }

#backContent_Carreira { width: auto; height: auto; margin: auto; text-align: center; background: url("../imgs/bgCarreira.jpg") no-repeat center; }

#backContent_Atendimento { width: auto; height: auto; margin: auto; text-align: center; background: url("../imgs/bgAtendimento.jpg") no-repeat center; }

#backContent_SAC { width: auto; height: auto; margin: auto; text-align: center; background: url("../imgs/bgSAC.jpg") no-repeat center; }

#backContent_Orcamento { width: auto; height: auto; margin: auto; text-align: center; background: url("../imgs/bgOrcamento.jpg") no-repeat center; }


/* HOME */

#contentHome { width: 780px; height: 850px; margin: auto; }

	#headerJoker { width: 780px; height: 50px; }
	
	#header { width: 780px; height: 164px; }

	#menu{ width: 780px; height: 33px; text-align: left; }
		#menu ul { padding: 8px 0px 0px 20px; margin:0px; list-style: none; }
		#menu li { padding: 0px 0px 0px 0px; display: inline; }
		#menu li a { padding: 0px 8px 0px 0px;	}

	#contentJoker { width: 780px; height: 70px; }
	
	#home { width: 780px; height: 390px; }

	#homeLine { width: 780px; height: 195px; }
	
		#homeCol_1 {
		width: 240px;
		height: 195px;
		margin: auto;
		padding: 0px 10px 0px 10px;
		text-align: left;
		float: left;
		}

		#homeCol_2 {
		width: 240px;
		height: 200px;
		margin: auto;
		padding: 0px 10px 0px 10px;
		text-align: left;
		float: left;
		}

		#homeCol_3 {
		width: 240px;
		height: 195px;
		margin: auto;
		padding: 0px 10px 0px 10px;
		text-align: left;
		float: right;
		}

	#footer { width: 780px; height: 143px; }


/* SOBRE */

#contentSobre { width: 780px; height: 850px; margin: auto; }

#sobre { width: 780px; height: 390px; text-align: justify; }


/* PRODUTOS */

#contentProdutos { width: 780px; height: 850px; margin: auto; }

#produtos { width: 780px; height: 390px; text-align: justify; }


/* ONDE */

#contentOnde { width: 780px; height: 1250px; margin: auto; }

#onde { width: 780px; height: 790px; text-align: justify; }


/* CARREIRA */

#contentCarreira { width: 780px; height: 1050px; margin: auto; }

#carreira { width: 780px; height: 590px; }

	#contentCarreira_1 {
	width: 290px;
	height: 590px;
	margin: auto;
	text-align: left;
	float: left;
	text-align: justify;
	}

	#contentCarreira_2 {
	width: 40px;
	height: 590px;
	margin: auto;
	text-align: left;
	float: left;
	}

	#contentCarreira_3 {
	width: 360px;
	height: 590px;
	margin: auto;
	text-align: left;
	float: right;
	}


/* CONTATO */

#contentAtendimento { width: 780px; height: 850px; margin: auto; }

#atendimento { width: 780px; height: 390px; text-align: justify; }

	#contentAtendimento_1 {
	width: 290px;
	height: 350px;
	margin: auto;
	text-align: left;
	float: left;
	}

	#contentAtendimento_2 {
	width: 40px;
	height: 350px;
	margin: auto;
	text-align: left;
	float: left;
	}

	#contentAtendimento_3 {
	width: 360px;
	height: 350px;
	margin: auto;
	text-align: left;
	float: right;
	}


/* SAC */

#contentSAC { width: 780px; height: 1050px; margin: auto; }

#SAC { width: 780px; height: 590px; text-align: justify; }

	#contentSAC_1 {
	width: 290px;
	height: 500px;
	margin: auto;
	text-align: left;
	float: left;
	}

	#contentSAC_2 {
	width: 40px;
	height: 500px;
	margin: auto;
	text-align: left;
	float: left;
	}

	#contentSAC_3 {
	width: 360px;
	height: 500px;
	margin: auto;
	text-align: left;
	float: right;
	}


/* ORÇAMENTO */

#contentOrcamento { width: 780px; height: 1050px; margin: auto; }

#Orcamento { width: 780px; height: 590px; text-align: justify; }

	#contentOrcamento_1 {
	width: 290px;
	height: 500px;
	margin: auto;
	text-align: left;
	float: left;
	}

	#contentOrcamento_2 {
	width: 40px;
	height: 500px;
	margin: auto;
	text-align: left;
	float: left;
	}

	#contentOrcamento_3 {
	width: 360px;
	height: 500px;
	margin: auto;
	text-align: left;
	float: right;
	}


/* Propriedades de texto */

#menuText {
	color: #fff;
}

#menuText a {
	color: #fff;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

#menuText a:hover {
	color: #ccc;
}

/* text attributes */
#normalText { 
	color: #333; 
	font-family: Verdana; 
	font-size: 8pt;
}

#normalText a {
	color: #063; 
	font-family: Verdana; 
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

#normalText a:hover {
	color: #093; 
	font-family: Verdana; 
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

#normalText img {
	border-width: 0px;
}

#normalText a img {
	border-width: 0px;
}


#imgLink a img {
	border-width: 2px;
	border-color: #009933;
	border-style: solid;
}

#imgLink a:hover img {
	border-width: 2px;
	border-color: #cccccc;
	border-style: solid;
}

#normalText select {
color: #333; 
font-family: Verdana; 
font-size:8pt;
background-color: #f5f5f5; 
/* a cor do fundo do campo */
border:1px solid #ccc;
/* uma borda de 1px cinza */
}   

#normalText input {
color: #333; 
font-family: Verdana; 
font-size:8pt;
background-color: #f5f5f5; 
/* a cor do fundo do campo */
border:1px solid #ccc;
/* uma borda de 1px cinza */
}   

#normalText textarea {
color: #333; 
font-family: Verdana; 
font-size:8pt;
background-color: #f5f5f5; 
/* a cor do fundo do campo */
border:1px solid #ccc;
/* uma borda de 1px cinza */
}

#normalText input.button {
background-color: transparent; 
/* a cor do fundo do botão */
border:0px solid;
color: #333; /* a cor das letras Enviar */
}

#button input{
background-color: transparent; 
/* a cor do fundo do botão */
border:0px solid;
}

#titleText {
	color: #063; 
	font-family: Arial; 
	font-size: 12pt;
}

#headerText { 
	color: #fff; 
	font-family: Verdana; 
	font-size: 8pt;
}

#footerText { 
	color: #063; 
	font-family: Verdana; 
	font-size: 8pt;
}

#footerText a { 
	color: #063; 
	font-family: Verdana; 
	font-size: 8pt;
	font-weight: bold;
}

#footerText a img { 
	border-width: 0px;
}