* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
body {
	background: #bfcdce;
	margin-top: 7px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
p {
	margin-bottom: 10px;
}
h4 {
	color: #293737;
	font-style: italic;
	font-size: 10px;
}
h1, h3 {
	border-left: 5px solid #dadada;
	color: #416364;
	padding-left: 10px;
	font-style: italic;
	font-size: 19px;
	display: inline;
	font-weight: normal;
}
h1 {
	border: none;
	padding: 0;
	margin-bottom: 25px;
	display: block;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #f00;
}
form {
	width: 400px;
	margin: 0 auto;
}
label {
	display: block;
	text-align: right;
}
input,
textarea {
	border: 1px solid #ccc;
	margin: 2px;
	padding: 2px;
	background: #fff;
}
.clear {
	clear: both;
}
.img-txt {
	float: right;
	margin-left: 10px;
}
.error {
	color: #f00;
	font-size: 11px;
}
#tudo {
	width: 785px;
	padding-right: 2px;
	padding-bottom: 130px;
	margin: 0 auto;
	background: url('../img/bg-conteudo.jpg') repeat-y;
	position: relative;
}
#conteudo {
	width: 515px;
	float: right;
	padding: 40px 15px 0 0;
}
#conteudo ul li {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: disc;
}
#topo {
	background: url('../img/bg-topo.jpg');
	position: relative;
	height: 170px;
}
#topo h4 {
	position: absolute;
	bottom: -20px;
	left: 40px;
}
#logo {
	position: absolute;
	top: 10px;
}
#f-topo {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}
#menu{
	float: left;
	width: 202px;
	margin-left: 34px;
	display: inline;
	margin-top: 40px;
}
#menu a {
	border-left: 5px solid #428c8c;
	padding: 2px 0 2px 20px;
	display: block;
}
#menu li {
	background: #d5eaea;
	margin-bottom: 2px;
}
#menu ul {
	border-top: 2px solid #fff;
	border-left: 5px solid #c1dddd;
}
#menu li li a {
	font-size: 11px;
	border: none;
	padding: 2px 0px 2px 8px;
	display: block
}
#menu li a:hover {
	background: #fff;
	cursor: pointer;
}
#menu li:hover li {
	background: #d5eaea;
}
#menu a {
	color: #213636;
	font-size: 13px;
}
#banner {
	background: url('../img/banner.jpg');
	width: 159px;
	height: 343px;
	float: right;
	padding: 10px 15px 10px 15px;
	font-size: 11px;
	display: inline;
	margin-right: 6px;
}
#banner p {
	margin-top: 20px;
	margin-bottom: 40px;
}
#banner img {
	float: right;
}

#chamadas {
	float: left;
	width: 320px;
}
#chamadas li {
	height: 100px;
	margin-bottom: 30px;
}
#chamadas img {
	float: left;
	margin-right: 20px;
}
#rodape {
	height: 16px;
	background: url('../img/bg-rodape.jpg') no-repeat 4px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#logotrans {
	position: absolute;
	top: -60px;
	right: 30px;
}