﻿body {
	background-color: #fff;
	background-image: url(images/bg.gif);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 60px;
}

a {
	text-decoration: none;
}

#topo {
	display: block;
	background-image: url(images/topobg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 340px;
	text-align: center;
}

#topo p {
	display: block;
	position: absolute;
	width: 300px;
	margin: 200px 0 0 70px;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.1em;
	text-align: left;
}

#centro {
	position: relative;
	display: block;
	background-image: url(images/centro.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 990px; 
	margin: 0 auto;
}

#centro h1 {
	color: #756851;
	font-size: 26pt;
	font-weight: bold;
	letter-spacing: -2px;
	text-shadow: 1px 1px 0 #eee3cf;
	margin: 20px 0;
}

#centro p {
	color: #3c3729;
	font-size: 10pt;
	line-height: 1.7em;
	margin-bottom: 30px;
}
	

#centro img.prod {
	border: 5px solid #baa788;
}

#botaovisite {
	float: right;
	display: block;
	width: 115px;
	height: 30px;
	background: url(images/botao.png) no-repeat 0 0;
}

#botaovisite:hover {
	background-position: 0 -30px;
}

#botaovisite span {
	display: none;
}

#botaoveja {
	float: right;
	display: block;
	width: 115px;
	height: 30px;
	background: url(images/botao2.png) no-repeat 0 0;
}

#botaoveja:hover {
	background-position: 0 -30px;
}

#botaoveja span {
	display: none;
}

#centro ul {
	display: block;
	overflow: hidden;
	margin: -150px auto 0;
	padding-bottom: 30px;
	width: 900px;
}

#centro li {
	float: left;
	position: relative;
	display: block;
	width: 240px;
	margin: 0 30px;
	text-align: left;
}

#footer {
	clear: both;
	display: block;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 990px;
	height: 80px;
	margin: 0 auto;
}

#footer ul {
	display: block;
	width: 840px;
	margin: 0 auto;
	padding-top: 35px;
	color: #fff;
}

#footer li.contato {
	float: left;
	display: inline;
	position: relative;
	margin-right: 18px;
	padding-right: 16px;
	font-size: 14pt;
	letter-spacing: -1px;
	font-weight: bold;
	border-right: 1px solid #fff;
}

#footer li.endereco {
	float: right;
	display: inline;
	position: relative;
	font-size: 9pt;
	margin-top: 4px;
	text-align: left;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #f69523;
}

#footer img {
	margin-right: 8px;
	margin-bottom: -4px;
}

#colophon {
	clear: both;
	position: relative;
	display: block;
	width: 840px;
	margin: 8px auto 0;
	padding: 0 75px;
	color: #004a8f;
	font-size: 8pt;
}

#colophon a {
	float: right;
	color: #004a8f;
}

#colophon a:hover {
	color: #f69523;
}

#colophon p {
	float: left;
}
	
