* { margin: 0; padding: 0; }
p { margin-bottom: 10px; }
table td {
	margin: inherit !important;
	padding: inherit !important;
	text-align: center;
}
a { outline: none; color: #416B09 }
img { border: none; }
ul { margin-left: 20px; list-style-type: square }
ul li { margin-bottom: 10px; }

html, body {
	background: url('../imgs/layout/back.jpg') center top no-repeat #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#030;
}
.central { 
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#barra_topo {
	background: url('../imgs/layout/barra_topo.png') repeat-x top;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 19px;
	z-index: 3;
}
#player { 
	background: url('../imgs/layout/sprite-png32.png') -622px 0;
	position: absolute;
	left: 3px;
	top: 0;
	width: 175px;
	height: 52px;
	z-index: 4;
	color: #FFCC00;
	font-weight: bold;
}
#topo {
	height: 325px;
}
h1 { 
	width: 463px;
	height: 124px;
	background: url('../imgs/layout/sprite-png32.png') 0 -247px;
	text-indent: -5000px;
	overflow: hidden;
	position: absolute;
	left: 220px;
	top: 40px;
	cursor: pointer;
}
h2 { 
	margin-bottom: 10px;
	color: #487709;
	text-shadow: 0px 0px 5px #FFCC00;
	display: block;
	position: relative;
	font-size: 24px;
	text-transform: uppercase;
}
div#menu_topo ul {
	width: 622px;
	height: 76px;
	position: absolute;
	left: 118px;
	top: 170px;
}
div#menu_topo li {
	float: left;
	list-style-type: none;
}
div#menu_topo li a { 
	display: block;
	background: url('../imgs/layout/sprite-png32.png') 0 0;
	overflow: hidden;
	text-indent: -5000px;
}
div#menu_topo li a.quem_somos { width: 128px; height: 76px; background-position: 0 0; }
div#menu_topo li a.produtos { width: 98px; height: 76px; background-position: -128px 0; }
div#menu_topo li a.clientes { width: 87px; height: 76px; background-position: -226px 0; }
div#menu_topo li a.curiosidades { width: 197px; height: 76px; background-position: -313px 0; }
div#menu_topo li a.contato { width: 112px; height: 76px; background-position: -510px 0; }
div#menu_topo li a.quem_somos:hover, div#menu_topo li a.quem_somos.hover { background-position: 0 -76px; }
div#menu_topo li a.produtos:hover, div#menu_topo li a.produtos.hover { background-position: -128px -76px; }
div#menu_topo li a.clientes:hover, div#menu_topo li a.clientes.hover { background-position: -226px -76px; }
div#menu_topo li a.curiosidades:hover, div#menu_topo li a.curiosidades.hover { background-position: -313px -76px; }
div#menu_topo li a.contato:hover, div#menu_topo li a.contato.hover { background-position: -510px -76px; }

div#mensagem { 
	background: url('../imgs/layout/sprite-png32.png') 0 -157px;
	width: 662px;
	height: 91px;
	overflow: hidden;
	text-indent: -5000px;
	position: absolute;
	left: 110px;
	top: 230px;
}
div#menu { 
	float: left;
	width: 160px;
	min-height: 497px;
	border-radius: 10px;
	padding: 10px;
	background: url('../imgs/layout/menu1.jpg') repeat-x #ae1616;
	margin-bottom: 20px;
}
div#menu ul {
	list-style-type: none;
	margin: 0;
}
div#menu ul li { margin: 10px 0 2px; }
div#menu ul ul li { margin: 0; }
div#menu ul ul li a {
	color: #FFC;
	display: inline;
	margin: 10px 0 0px 10px;
	text-decoration: none;
}
div#menu ul ul li a:hover { text-decoration: underline; }
div#conteudo {
	width: 655px;
	min-height: 477px;
	float: right;
	border-radius: 10px;
	padding-left:10px;
	padding-right:30px;
	padding-top:20px;
	background: url('../imgs/layout/conteudo.jpg') repeat-x #FFF;
	margin-bottom: 20px;
}
div#rodape {
	clear: both;
	background: url('../imgs/layout/rodape.png') center top repeat-x;
	height: 110px;
	color: #FFC;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
}
div.sombra {
	background: url('../imgs/layout/sprite-png32.png') 0 -374px;
	width: 838px;
	height: 30px;
	position: absolute;
	top: -40px;
	left: 40px;
}
.esquerda { float: left; }
.direita { float: right; }
.peq { font-size: 9px; }
.maior { font-size: 14px; }
div#rodape a { color: #FFF; text-decoration: underline; }
div#rodape p { clear: both; }

input, select, option, textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #5A940C;
	color: #416B09;
}
th { 
	text-align: right;
	font-size: 14px;
	color: #416B09;
}
.btn { background: #416B09; color: #FFF; border: none; }
.verde { color: #416B09; }


a.fancy img {
	border: 2px solid #CCC;
}
a.fancy:hover img {
	border: 2px solid #416B09;
}