@import url("design.css");
/* ------------------------------------------------------------------------
version: 			1.0
author:				Favus Interactive Editoração Eletrônica LTDA-ME
email:				projeto@favus.com.br
website:				http://www.favus.com.br
phone:				55 (11) 3837 0555
*/


/* Layout Geral
------------------------------------------------------------------------*/
body{
	margin:						0px;
	padding:					0px;
	font-family:				Tahoma, Arial, Helvetica, sans-serif;
	font-size:					11px;
	text-align:					left;
	background-color:			#dbdbdb;
	background-attachment: 		inherit;
	background-image: 			url(../imagens/back_geral.gif);
	background-position: 		top;
	background-repeat: 			repeat-x;
	color: 						#002032;
	
	}

/* Remove todas as bordas de todas as imagens

------------------------------------------------------------------------*/
img{
	border:						0;
	}
	
	
/* Configura todas as tabelas do site
------------------------------------------------------------------------*/
/*table, td{
	padding:        			5px;
	text-align:					left;

	}
	
	
/* Definição da Área principal
------------------------------------------------------------------------*/
#principal{
	width:						810px;
	height:						510px;
	border:						0px solid #000000;
	background-color:			transparent;
	z-index:					1;
	position:					relative;
	vertical-align:				top;
	text-align:					left;
	}

/* Definição da área do logotipo na home
------------------------------------------------------------------------*/
.logotipo{
	width:						200px;
	height: 					110px;
	border:						0px solid #000000;
	margin-top:					25px;
	margin-left: 				25px;
	position:					absolute;
	vertical-align:				top;
	text-align:					left;
	padding:					0px;
	}

/* Definição do menu de serviços na home
------------------------------------------------------------------------*/
#menuServicos{
	width:						618px;
	height: 					70px;
	border:						0px solid #000000;
	margin-top:					25px;
	margin-left: 				193px;
	position:					absolute;
	vertical-align:				top;
	text-align:					left;
	padding:					0px;
	}
	
/* Definição da imagem central na home
------------------------------------------------------------------------*/
.imagem{
	border:						0px solid #000000;
	margin-top:					0px;
	position:					absolute;
	vertical-align:				top;
	text-align:					left;
	padding:					0px;
	margin:						10px;

	}
	
/* Definição do menu institucional na home
------------------------------------------------------------------------*/
/*#menuInstitucional{
	width:						620px;
	height: 					100px;
	border:						1px solid #000000;
	margin-top:					410px;
	margin-left: 				25px;
	position:					absolute;
	vertical-align:				top;
	text-align:					left;
	padding:					0px;
	}
	
/* DEFINIÇÃO DO PAINEL INTERNO DA HOME
------------------------------------------------------------------------*/
#painel {
	border:						0px solid #000000;
	background:					url(../imagens/back_interna.jpg);
	border-left: 				4px solid #fff;
	width:						608px;
	height: 					392px;
	margin-top:					93px;
	margin-left:				193px;
	position: 					absolute;				
	vertical-align:				top;
	text-align:					left;
	padding:					0px;
	
}

/* DEFINIÇÃO DO SLOGAN DA EMPRESA
------------------------------------------------------------------------*/
#slognempresa {
	font-size:					10px;
	font-weight:				bold;
	line-height:				14px;
	text-align: 				left;
	border:						0px solid #000000;
	background:					#ed1d24;
	margin-top:					220px;
	margin-left:				40px;
	color: 						#fff;
	position:					absolute;
	
}

/* DEFINIÇÃO DE CONTEUDO TEXTO
------------------------------------------------------------------------*/

#conteudo {
	margin-top:					170px;
	margin-left:				243px;
	border:						0px solid #000000;
	width:						562px;
	height:						246px;	
	position:					absolute;
	text-align: 				left;
	line-height: 				17px;
}


#formulario {
	margin-top:					170px;
	margin-left:				243px;
	border:						0px solid #000000;
	width:						562px;
	height:						246px;	
	position:					absolute;
	text-align: 				left;
	line-height: 				17px;
}

/* DEFINIÇÃO DE SCROLL
------------------------------------------------------------------------*/
.divscroll {

	margin-left:				55px;
	float:						left;
	padding:		            5px;
	overflow-x:					hidden; 
	overflow-y:					auto; 
	width:						440px; 
	height:						169px; 
	font-style:					normal; 
	font-weight:				normal; 
	font-size:					11px; 
	font-family: 				verdana, Arial; 
	color:						#808080;
	vertical-align: 			top;
	text-align:					justify;
	line-height: 				17px;
	position:					absolute;
	border:						0px solid #000000;
	
}

/* DEFINIÇÃO DE RODAPÉ HOME | VOLTAR
------------------------------------------------------------------------*/

#link_rodape {
	margin-top:					450px;
	margin-left:				610px;
	position:					absolute;
	border:						0px solid #000000;

}

/* DEFINIÇÃO DE SUBLINKS
------------------------------------------------------------------------*/
#sublinks {
	font-family:				Arial, Tahoma, Helvetica, sans-serif;
	font-size:					11px;
	margin-top:					235px;
	margin-left:				225px;
	position:					absolute;
	border:						0px solid #000000;
	line-height:				25px;
	height:						95px;
}
/* Definição dos links do conteudo interno
------------------------------------------------------------------------*/
#link a:link {color: #ed1d24; font-weight: normal; text-decoration: none;}
#link a:hover {color: #ed1d24; font-weight: bold; text-decoration: none;}
#link a:active {color: #ed1d24; font-weight: normal; text-decoration: none;}
#link a:visited {color: #ed1d24; font-weight: normal; text-decoration: none;}


/* DEFINIÇÃO DE TABELAS TITULOS
------------------------------------------------------------------------*/
#tbtitulos {
	font-size:					12px;
	text-align:					center;
	color:						#000;

}

a:link {color: #ed1d24; font-weight: normal; text-decoration: none;}
a:hover {color: #ed1d24; font-weight: bold; text-decoration: none;}
a:active {color: #ed1d24; font-weight: normal; text-decoration: none;}
a:visited {color: #ed1d24; font-weight: normal; text-decoration: none;}
