
/* Folha de Estilos Responsável pela formatação das páginas do site. */

body {
	background: #009900 url(../img/fundo.jpg) no-repeat fixed; 	
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-bottom: 0em;
}

img {
	border: none;
}

.negrito {
	font-weight: bold;
}

.observacoes {
	color:#FF0000;
	font-size: 11px;
}

.destaque {
	color:#FF0000;
	font-size:16px;
	font-weight: bold;
}

.imgADireita {
	clear:both;
	float:left;
}

.imgAEsquerda {
	clear:both;
	float: right;
}

/*
	Estilos referentes a página principal do site da Fábrica Brasil.
*/

.container {
	margin-left: 8em;
	width: 55em;
}


/*
	Cabeçalho.
*/

.header {
	width: 50.3em;
	margin-left: 1.7em;
	margin-right: 1em;
	height: 3.4em;
	background: url(../img/logo.png) no-repeat;
}

.headerLogo {
	width: 14em;
	float:left;
	height: 3em;
	margin-left: 5em;
}

.headerLinks {
	width: 35%;
	height:3em;
	float:left;
}

.headerLinks a {
	text-decoration: none;
	color: #000000;
	font-size: 9px;
}

.headerLinks a:hover {
	text-decoration: underline;
}

.headerLinks div {
	margin-top: 0.6em;
	margin-left: 0.3em;
	padding: 0.2em;
	padding-top: 0.5em;
	background-color: #FFFFFF;
	width: 3.5em;
	height: 1em;
	float: left;
	text-align:center;
}

.headerForm {
	margin-top: 1.1em;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	padding-left: 0.3em;
	background-color:#FFFFFF;
	width: 21em;
	float: left;
	height:2em;
	font-size:9px;
}

.headerForm label {
	font-size: 12px;
	font-weight: bold;
	color:#006633;
}

.headerFormInput {
	color: #999999;
	font-size: 11px;
	width: 5em;
}

/*
	Área de saudações.
*/


.saudacoes {
	background:url(../img/saudacoes.png) no-repeat;
	width: 51em;
	height: 3.7em;
	margin-left: 1.7em;
	margin-top: 0.6em;
}

.saudacoes div {
	height: 2em;
}

.tituloSaudacoes {
	margin-top: 0.7em;
	padding-right: 0.8em;
	width: 7.5em;
	float: left;
	padding-left: 1em;
	font-weight: bold;
	color:#006600;
	height: 2em;
	padding-top:0.5em;
}

.msgSaudacoes1 {
	width:20em;
	float:left;
	color:#FFFFFF;
	font-size: 12px;
	padding-left: 1.5em;
	padding-top: 0.5em;
	margin-top: 1.3em;
	border-left: dotted 2px #FFFFFF;
}

.msgSaudacoes2 {
	float:left;	
	width: 11em;
	border-right: dotted 2px #FFFFFF;
	color:#FFFFFF;
	font-size:12px;
	padding-top:0.5em;	
	text-align:right;
	padding-right: 1.5em;
	margin-top: 1.3em;
}

.telSaudacoes {
	float:left;
	font-weight:bold;
	color:#DD0000;
	margin-top: 1.2em;
	padding-left: 1.5em;
}


/*
	Áreas da empresa.
*/


.areasEmpresa {
	clear:both;	
	background-color:#FFFFFF;
	height: 13em;
	width: 51.5em;
	border: solid 1px #dddddd;
	padding: 1em;
}

.areasDiv1 {
	font-size: 12px;
	padding: 0.3em;
	width: 18em;
	margin-left: 1em;
	margin-right: 1em;
	float: left;
	height: 16.3em;
	border-right: dotted 2px #CCCCCC;
}

.areasDiv1:hover {
	cursor:pointer;
}

.areasDiv1 h1 {
	color:#FF0000;
	font-weight: bold;
	font-size: 16px;
}

.areasDiv2 {
	font-size: 12px;
	float:left;
	width:21.5em;
	padding: 0.3em;
	height: 16.3em;
	border-left: dotted 2px #CCCCCC;
	border-right: dotted 2px #CCCCCC;
	padding-left: 2em;
	margin-right: 1em;
}

.areasDiv2:hover {
	cursor:pointer;
}


.areasDiv2 h1 {
	color:#006699;
	font-weight: bold;
	font-size: 16px;
}


.areasDiv3 {
	float:left;
	font-size:12px;
	padding: 0.3em;
	width: 19em;
	height: 16.3em;
	border-left: dotted 2px #CCCCCC;
	padding-left: 3em;
}

.areasDiv3:hover {
	cursor:pointer;
}


.areasDiv3 h1 {
	color:#33CC00;
	font-weight: bold;
	font-size: 16px;
}


/*
	Corpo da página.
*/

.corpoPagina {
	width: 48.5em;
	height: 64.5em;
	margin-left: 1.8em;
	background-color:#FFFFFF;
	padding-left: 0.8em;
	padding-right: 0.8em;
	background-color: #FFFFFF;
}


/*
	guia home -> pagina
*/

.guias {
	font-size: 11px;
	background-color:#dddddd;
	height: 1.4em;
}

.guia1 {
	width: 71%;
	text-align: right;
	padding-right: 0.4em;
	background-color:#009900;	
	float:left;
}

.guia1 a {
	color: #FFFFFF;
}

.guia2 {
	width: 27%;
	color:#666666;
	float: left;
	padding-left: 0.5em;
}

.area1 {
	clear: both;
	padding: 2em;
	padding-left:3em;
	width:25em;
	height: 24em;
	float: left;
	background-color: #dddddd;
	font-size:12px;
}

.area1 h1 {
	font-size: 14px;
	color:#009900;
}

.area1 p {
	text-align: justify;
	color:#006600;
	font-size:12px;
}

.area2 {
	padding: 2em;
	padding-left: 4em;
	width:20em;
	height:17em;
	float:left;
	background-color: #dddddd;	
}

.area2 h1 {
	font-size: 14px;
	color:#006666;
}

.area2 p {
	text-align:justify;
	font-size: 12px;
}

.area3 {
	clear: both;
	float:left;
	width: 23em;
	height: 17em;
	background-color: #dddddd;
	padding: 2em;
}

.area3 h1 {
	font-size: 14px;
	color:#FF0000;
}

.area3DivTexto {
	float: left;
	width: 14em;
	height: 13.8em;
	padding-left: 0.3em;
}

.area3 p {
	font-size: 12px;
	text-align: justify;
}

.area3 li {
	font-size:12px;
	list-style-type: disc;
}

.area4 {
	float: left;
	width: 17.5em;
	height:17em;
	padding: 2em;
	background-color: #dddddd;
}

.area4 h1 {
	color: #009900;
	font-size: 14px;
}

.area4 p {
	font-size: 12px;
	text-align:justify;
}

.area5 {
	clear:both;
	float:left;
	width:20em;
	height:15em;
	padding:2em;
	background-color:#dddddd;
}

.area5 h1 {
	font-size: 14px;
	color:#FF0000;
}

.area5 p {
	font-size:12px;
	text-align:justify;
}

.area6 {
	float:left;
	width:20.5em;
	height:15em;
	background-color:#dddddd;
	padding:2em;
}

.area6 h1 {
	font-size:14px;
	color:#FF33FF;
}

.area6 p {
	font-size:12px;
	text-align:justify;
}

.area6 li {
	font-size:12px;
}

.areaTecnologias {
	clear:both;
	text-align:right;
	height: 2em;
	padding-top: 0.5em;
}

/*
	Estilos referentes aos links inferiores.
*/

.divBottomLinks {
	clear:both;
	padding: 1em;
	padding-left: 3em;
}

.divBottomLinks div {
	float:left;
	padding-left: 1em;
	padding-right: 1em;
}


.divBottomLinks a {
	color: #ffffff;
	text-decoration:none;
	font-size:11px;
}

.bordaEsquerda {
	border-left-style: dotted;
	border-left-color:#FFFFFF;
	border-left-width: 2px;
}

.divBottomLinks a:hover {
	text-decoration: underline;
}

/*
	Rodapé
*/

.rodape {
	background: url(../img/rodape.png) no-repeat;
	margin-left: 2.4em;
	margin-top: 1em;
	height:4em;
	color:#FFFFFF;
	font-size:11px;
}

.divLogo {
	clear:both;
	float:left;
	width:23em;
	height: 4em;
}

.divDadosEmpresa {
	float:left;
	padding-left: 2em;
	width: 47.5em;
	height:4em;
}
