* {
	margin:0;
	padding:0;
}

body {
	background-image: url(../images/bg.jpg);
}

#geral {
	width: 994px;
	height: 670px;
	display: table;
	margin: auto;
}
#geral-pags {
	width: 970px;
	height: auto;
	display: table;
	border: 10px solid #fff;
	margin-top: 10px;
	margin:auto;
}
#conteudo {
	width: 970px;
	height: 670px;
	display: block;
	float: left;
}

#lateral-esq {
	width: 300px;
	height: 670px;
	display: block;
	float: left;
	background-image: url(../images/bg-menu-pags.jpg);
}

#logo {
width:300px;
height:100px;
display:block;
float:left;
}
#logo h1{
	text-indent: -9000px;
}

#box {
	width: 640px;
	height: 640px;
	display: block;
	float: right;
	margin: 10px;
	border: 1px dashed #fff;
}

#box-instalacoes {
	width: 640px;
	height: 640px;
	display: block;
	float: right;
	margin: 10px;
	border: 1px dashed #fff;
}


#box-interior {
	width: 610px;
	height: 580px;
	display: block;
	margin: 10px;
	background-color:#fff;
	padding-top: 20px;
}

#box-interior-mapa {
	width: 610px;
	height: 580px;
	display: block;
	margin: 10px;
	background-color:#fff;
	padding-top: 20px;
}
#box-interior-mapa img{
	float: left;
	margin: 3px;
	border: 1px dashed #ccc;
}


#box-pags {
	width: 610px;
	height: 580px;
	display: block;
	margin: 10px;
	background-color:#fff;
	padding-top: 20px;
}
#instalacoes {
	width: 605px;
	height: 500px;
	display: block;
	background-color:#fff;
	overflow: auto;
}

#box-interior p,  #box-pags p{
	font: 10pt arial;
	margin: 15px 10px 10px 10px;
	text-align: justify;
}
#box-interior h2,  #box-pags h2{
	font: bold 12pt arial;
	margin: 10px;
	border-bottom: 1px dotted #000;
}
#box-interior h3{
	text-align: center;
	margin-top: 50px;
	font: bold 13pt tahoma;
	color: #000;
}

#box-interior img{
	float: right;
	margin: 10px 10px 0 10px;
	padding: 10px;
	border: 1px dashed #ccc;
}
#box-pags img{
	margin: 25px 5px 0 10px;
	padding: 10px;
	border: 1px dashed #ccc;
}
#rodape {
	width: 972px;
	height: 70px;
	display: block;
	float: left;
	background-color: #EFE6DD;
}

#selo {
	width: 80px;
	height: 70px;
	display: block;
	float: left;
}
address {
	text-align: right;
	font: bold 10px arial;
	margin-top: 30px;
	color: #666666;
	font-style: normal;
	margin-right: 10px;
}

/*----------Menu -------*/

#basso ul.menu-basso{
	list-style-type:none;
	display:block;
	font:bold 11px arial;
	line-height:30px;
	width:150px;
	float: left;
	padding-left:80px;
}
#basso ul.menu-basso li{
	border: 1px dashed #a6ad07;
	color:#000;
	margin-bottom:4px;
}
#basso ul.menu-basso li a{
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 0 0 10px;
	color:#003300;
}
#basso ul.menu-basso li a:hover{
	color:#336633;
	background-color:#fff;
}
#basso ul.menu-basso li a.current,ul.menu-basso li a.current:hover{
background-image:url(../images/bg-over.jpg);
color:#336600;
}

