* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF url(../img/bg.gif) repeat-x;
	color: #000;
	font: 13px Arial, Helvetica, sans-serif;
}

a {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #0080C0;
	text-decoration: underline;
}

#site {
	width: 915px;
	margin: 23px auto;
}

h1 a {
	display: block;
	width: 283px;
	height: 79px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#menu {
	background: url(../img/bg_menu.gif) repeat-x;
	width: 940px;
	height: 31px;
	margin-top: -15px;
}

#menu ul {
	width: 285px;
	margin-left: 620px;
	padding-top: 8px;
	text-align: center;
}

#menu ul li {
	display: inline;
	margin: 0 4px;
	font: bold 12px 'Trebuchet MS';
}

#menu ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #069;
}

#conteudo {
	background: url(../img/bg_conteudo.gif) repeat-y;
	padding: 0 0 0 4px;
}

#rodape {
	font: bold 13px 'Trebuchet MS', Arial;
	background: url(../img/bg_rodape.gif) no-repeat;
	color: #808080;
	text-align: right;
	text-transform: lowercase;
	padding: 12px 4px 0 0;
}

#rodape address {
	font-style: normal;
}

#rodape a {
	color: #808080;
}

#rodape a:hover {
	text-decoration: none;
	color: #333;
}

#inner {
	width: 867px;
	padding: 18px 20px;
}

#inner p {
	margin-bottom: 20px;
}

#inner h4 {
	margin-bottom: 6px;
}

.clear {
	clear: both;
}

ul, ol {
	margin-left: 30px;
}

hr {
	border: 0;
	border-top: 1px solid #D0D0D0;
	margin: 10px 0;
}

a#pular_conteudo, a#atendimento_link {
	position: absolute;
	display: block;
	top: 4px;
	width: 140px;
	background: #F0F0F0;
	color: #333;
	text-align: center;
	text-decoration: none;
	margin-left: 759px;
	padding: 5px 3px;
}

a#pular_conteudo:hover, a#atendimento_link:hover {
	background: #FFF;
}

a#atendimento_link {
	margin-left: 600px;
}

a#botao-blog {
	display: block;
	position: absolute;
	width: 39px;
	height: 78px;
	background: url(../img/botao-blog.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 20px 0 0 907px;
}

a#botao-blog:hover {
	background-position: -40px 0px;
}

a img {
	border: 0;
}