@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
body {
	padding-top: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	min-width: 790px;
	background: url('../img/bg-body.jpg') #d5c045 repeat-x;
}
p {
	margin-bottom: 10px;
}
ul {
	margin: 15px 0;
}
a:hover {
	color: #f00;
}
#topo {
	background: url('../img/bg-topo.jpg') no-repeat center 1px;
	height: 160px;
	width: 753px;
	margin: 0 auto;
	position: relative;
	padding: 95px 56px 0 51px;
	z-index: 2;
}
#topo #logo {
	position: absolute;
	top: 25px;
	left: 50px;
}
#topo #ad {
	position: absolute;
	top: 30px;
	right: 65px;
}
#topo #ad address {
	text-align: center;
	font-style: normal;
	font-size: 14px;
}
#topo #ad address span {
	color: #cc0000;
}
#menu {
	float: right;
	margin: 0;
} 
#menu li {
	margin-bottom: 4px;
}
#menu li a {
	display: block;
	width: 95px;
	padding-left: 39px;
	height: 29px;
	line-height: 29px;
	background: url('../img/menu-li.png');
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#menu li a:hover {
	background: url('../img/menu-li.png') left bottom;
	color: #000;
	text-decoration: underline;
}
#tudo {
	width: 740px;
	margin: 0 auto;
	min-height: 340px;
	background: url('../img/bg-tudo.png');
	padding: 0 25px 0 35px; 
	position: relative;
}
#tudo h1 {
	background: url('../img/bg-h.jpg') no-repeat center top;
	padding-top: 22px;
	display: inline-block;
	margin: 0 0 15px 5px;
	clear: both;
}
#tudo h1 span{
	color: #fff;
	background: #343434;
	border: 1px solid #ffe20f;
	font-weight: normal;
	font-size: 14px;
	padding: 3px 25px;
	text-transform: uppercase;
}
#tudo #gancho {
	position: absolute;
	z-index: 1;
	right: 30px;
	top: -100px;
}
#tudo #conteudo {
	position: relative;
	z-index: 2;
	padding-bottom: 15px;
}
#rodape {
	height: 16px;
	width: 800px;
	background: url('../img/bg-rodape.png');
	position: absolute;
	bottom: -8px;
	left: -5px;
	z-index: 3;
}
#rodape p {
	width: 440px;
	position: absolute;
	top: 15px;
	right: 0;
	line-height: 20px;
	font-size: 11px;
}
#rodape #logotrans {
	position: absolute;
	top: -5px;
	right: 20px;
}

form {
	width: 400px;
	margin: 0 auto;
}
form label {
	text-align: right;
	display: block;
}
form label input,
form label textarea,
form label select {
	background: #fff;
	border: 1px solid #000;
	margin: 2px;
	padding: 2px;
}
#produtos img {
	float: left;
}
