
* {
	font-family:Tahoma, Geneva, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	resize:none;
	outline:none;
}

body {
	background:url(../images/bg.png);
}

div.wrapper {
	width:990px;
	min-height:550px;
	position:relative;
	left:50%;
	margin-left:-495px;
	overflow:hidden;
	background:url(../images/bgHome2.png) center 0 no-repeat;
}

a.logo {
	width:63px;
	height:63px;
	display:block;
	position:absolute;
	left:60%;
	top:5px;
	margin-left:-134px;
	/*background:url(../images/prefeitura.png) 0 0 no-repeat;*/
}

div.t1 {
	width:431px;
	height:46px;
	display:block;
	position:absolute;
	left:50%;
	top:130px;
	margin-left:-215px;
	background:url(../images/t1.png) 0 0 no-repeat;
}

div.t2 {
	width:431px;
	height:150px;
	display:block;
	position:absolute;
	left:50%;
	top:270px;
	margin-left:-215px;
	text-align:center;
}

div.menu {
	width:580px;
	margin-left:-290px;
	min-height:141px;
	position:absolute;
	left:50%;
	top:245px;
}

div.menu a.m1, div.menu a.m2, div.menu a.m3, div.menu a.m4 {
	width:260px;
	padding-left:10px;
	height:46px;
	display:block;
	margin-bottom:45px;
	background:url(../images/bt.png) 0 top no-repeat;
	
	color:#08452a;
	font-size:10pt;
	font-weight:bold;
	line-height:46px;
	position:relative;
}

.sub {
	width:230px;
	padding:20px 20px 20px 20px;
	background:#f0f0f0 url(../images/darkbottom.png) 0 bottom no-repeat;
	overflow:hidden;
	position:absolute;
	
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.sub li a {
	padding:5px 10px 5px 0;
	display:block;
	color:#7e7e7e;
	font-size:9pt;
	border-bottom:1px solid #fff;
}

.sub li a:hover {
	color:#08452a;
}

/* Footer */

div.footer {
	width:700px;
	min-height:50px;
	position:absolute;
	bottom:30px;
	left:50%;
	margin-left:-350px;
}

div.fone {
	height:43px;
	margin:10px 0 0 10px;
	padding-left:48px;
	float:left;
	background:url(../images/fone.png) left 0 no-repeat;
}

div.fone p {
	color:#95a69e;
	font-size:10pt;
	font-weight:bold;
	line-height:19px;
}

div.by {
	float:right;
	height:43px;
	margin:10px 10px 0 0;
	padding-left:48px;
	text-align:right;
}

div.by p {
	color:#95a69e;
	font-size:10pt;
	font-weight:bold;
	line-height:19px;
}