body{
	padding: 0px;
	margin: 0px;
	background-color:#EBEFDA;}
	
a{ text-decoration: nome; color:#FFF;}
a:hover{ text-decoration: nome; color:#fff;}

#container{
	width: 980px;
	height: 100%;
	background-color:#ffffff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align:center;}
	
/*---FORMATA TOPO---*/
#topo{
	margin-top:10px;
	width:100%;}
#logo{
	width:800px;
	height:150px;
	background-image:url(../img/LogoOriginal.jpg);
	padding:0;
	float:left;}
#facebook{	
	width:180px;
	height:75px;
	background-image:url(../img/Face.png);
	padding:0;
	float:left;}
#sac{
	width:180px;
	height:75px;
	background-image:url(../img/Sac.png);
	float:left;}

/*---FORMATA MENU---*/
#menu{
	clear:both;
	width:980px;}
#menu ul{
	background:#000;
	margin:0px;
	height:25px;}
#menu ul li{display:inline;}
#menu ul li a{
	color:#fff;
	font-size:18px;
	font-family:Trebuchet MS, "Arial", Helvetica, sans-serif;
	text-decoration:none;
	padding:3px 40px;}
#menu a:hover{
	color:#000;
	border:groove;
	background-color:#fff;
	border-radius:20px;
	font-size:18px;}
	
/*---FORMATA QUADRO---*/
#quadro{
	border-top-style:groove;
	border-bottom-style:groove;
	height:150px;
	width:980;}
#texto1{
	width:350px;
	margin-right: 10px;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 15px;}
#texto2{
	width: 200px;
	height:150px;
	margin-right: 10px;
	float: left;
	font-size: 18;
	color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;}
#texto3{
	width: 220px;
	height:150px;
	margin-right: 10px;
	float: left;
	font-size: 18;
	color: #000;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;}
#barraseparacao{
	float:left;
	margin-top:20px;}

/*---FORMATA FORMULÁRIO---*/
#boxformularios{
	height:400px;
	width:980px;
	background-color:#E9E9E9;}
#formulario{
	width:400px;}
#nome{
	height:25px;
	width:300px;
	border-radius:5px;
	margin-top:20px;}
#email, #assunto{
	height:25px;
	width:300px;
	border-radius:5px;}
#mensagem{
	height:80px;
	width:300px;
	border-radius:5px;}

/*---FORMATA SOBRE NÓS---*/
#texto{
	width:980px;
	height:400px;}
#quemsomos{
	width:500px;
	height:100%;
	padding-left:40px;
	padding-right:70px;
	text-align:left;
	float:left;}
#quemsomos h2{
	font-size:13px;
	color:#999;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif}
#quemsomos h4{
	font-size:15px;
	font-family:Tahoma, Geneva, sans-serif;}
#quemsomosimg{
	float:right;
	width:370px;
	height:100%;
	background-color:#FFF;}
#botao_foto{
	width:980px;
	height:300px;
	text-decoration:none;}

/*---FORMATA POPO-UP---*/
/* O z-index do div#mask deve ser menor que do div#boxes e do div.window */
#mask {position:absolute;
z-index:9000; 
background:rgba(0,0,0,0.4);
display:none;
margin-top:-250px;}
.window {
position:absolute;
width:440px;
height:200px;
display:none;
z-index:9999;
padding:20px;}
#boxes{
	height:0px;
	margin-top:-10px;}
#linkpromocao{
	width:100%;
	bacground-color:#999;}
#linkpromocao, .close a:hover{
	color:#fff;
	font-weight:bold;
	background-color:#999;
	border-radius:2px;}
/* Personalize a janela modal aqui. Você pode adicionar uma imagem de fundo. */
#dialog {
width:auto;
height:auto;
background-color:#FFF;
border-radius:15px;}
/* posiciona o link para fechar a janela */
.close{
background:rgba(0,0,0,0.2);
border-radius:5px;
display:block;
text-align:right;
margin-top:-60px;} 