body {
	margin: 0;
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	font-size: 12px;
	background: black url(../imagens/fundo.jpg) repeat-x;
}
a:link,
a:visited {
	color: #fbc445;
	text-decoration: none;
}
a:hover,
a:active {
	color: red;
}
#home {
	background: black url(../imagens/fundo_home.jpg) repeat-x;
}

#topo_home {
	height: 143px;
}
#topo {
	height: 143px;
	background: url(../imagens/logo_menor.jpg) no-repeat left top;
}
#centro {
	text-align: center;
}
#geral {
	width: 960px;
	margin: 0 auto;
}
#menu_horizontal li {
	display: inline;
	list-style-type: none;
	padding-right: 60px;

}
#menu_horizontal a:link,
#menu_horizontal a:visited {
	color: white;
	text-decoration: none;
}

#menu_horizontal a:hover,
#menu_horizontal a:active {
	color: yellow;
	text-decoration: none;
}
#menu {
	height: 20px;
	position: relative;
	top: -13px;
	font-size: 13px;
	text-align: center;
	color: yellow;
}

#menu_site {
	height: 20px;
	position: relative;
	top: -21px;
	font-size: 13px;
	text-align: center;
	color: yellow;
}

#menu_baixo {
	position: relative;
	font-size: 12px;
	text-align: center;
	color: yellow;
}
#linha {
	width: 90%;
	margin: 10px auto;
	border-top: 1px solid white;
}

#contato_alto {
	position: relative;
	float: right;
	top: 94px;
}
#texto p {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 170%;
}
#pedigree {
	border-top: 1px solid white;
	font-size: 10px;
	margin-left: 10px;
	width: 95%;
}
#pedigree td {
	border-bottom: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
}

#info_producao {
	font-size: 14px;
	margin-left: 10px;
	width: 100%;
	margin-top: 15px;
}
#info_producao td {
	border-bottom: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
}
#medio {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
}
#intro_producao {
	width: 329px;
	margin: 0 auto;
}
#fotos {
}
#fotos td {
	text-align: center;
	vertical-align: top;
	padding: 8px;
}
#fotos img {
	border: none;
}
#contato {
}
#contato th {
	text-align: left;
}
#contato td {
	padding: 5px;
}
#inputexto {
	border: 1px solid gray;
	width: 500px;
	padding: 3px;
}
