/* CONFIGURAÇÕES GLOBAIS DO SISTEMA */
body{
	background-image:url(../../imagens/layout/topo_back.jpg);
	background-repeat:repeat-x;
	background-color:#143352;
	font-family:Arial, Helvetica, sans-serif;
	color:#707070;
	color:#666;
	margin:0px auto;
	padding:0px;
}

/* TOPO */
#topo{
	width:780px; height:367px;
	background-image:url(../../imagens/layout/topo.jpg);
	margin:0px auto;
}

.logotipo{
	position:absolute;
	margin:15px 0 0 15px;
	border:0px;
}

/* WEBILLUSION */
#webillusion{
	width:15px; height:16px;
	overflow:hidden;
	float:right;
	font-size:11px;
	color:#CCC;
	border:0px;
	cursor:pointer;
	background-repeat:no-repeat;
	display: block; 
	overflow: hidden;
}
#webillusion img{
	border:0px;
}


/* CONTAINER */
#container{
	width:690px; height:auto;
	margin:0px auto;
	margin-top:-102px;
	background-color:#e1e1e1;
	text-align:justify;
	background-image:url(../../imagens/layout/conteudo.png);
	overflow:hidden;
}

span#texto_area, div#texto_area{
	width:535px; height:auto;
	margin:0 0 0 5px;
	display:block;
}

/* MENU */
#menu{
	width:688px; height:50px;
	background-color:#000;
	margin:1px;
	overflow:hidden;
	display: block;
}

a#home:link, a#contato:link,a#home:visited, a#contato:visited,a#home:active, a#contato:active{ width:119px; }
a#somos:link, a#localizacao:link,a#somos:visited, a#localizacao:visited,a#somos:active, a#localizacao:active{ width:139px; }
a#galeria:link,a#galeria:visited,a#galeria:active{ width:168px; }

#menu a:link, #menu a:visited, #menu a:active{
	height:35px;
	background-image:url(../../imagens/layout/menu.png);
	background-position:top;
	text-decoration:none;
	margin:0 1px 0 0;
	padding-top:15px;
	color:#FFF;
	text-align:center;
	float:left;
	display:block;
}

a#contato:link,a#contato:visited,a#contato:active{ margin:0px; }

#menu a:hover{
	color:#999;
	background-position:bottom;
}

/* CONTEUDO */
#conteudo{
	width:660px;
	min-height:413px;
	margin:15px 0 15px 15px;
}

/* ESTRUTURA GERAL */
h1{
	font-size:18px;
	text-decoration:underline;
	font-weight:normal;
	margin:0px;
}

h2{
	font-size:15px;
	text-decoration:underline;
	font-weight:normal;
	margin:0px;
	margin-bottom:5px;
}

h3{
	font-size:12px;
	font-weight:normal;
	margin:0px;
}

/* RODAPE */
img.conteudo_end{
	width:690px; height:6px;
	margin:0px auto;
	display:block;
}

span.rodape{
	width:690px;
	text-align:left;
	font-size:11px;
	margin:5px auto 5px auto;
	color:#CCC;
	display:block;
}
span.tels_info{
	width:610px;
	display:block;
	position:absolute;
}
span.bloco{
	display:block;
	float:left;
}

/* HR QUEBRA */
.quebra{
	clear:both;
	visibility:hidden;
	border:0;
	margin:0px;
}