*{margin: 0; padding: 0;}*

body, html { height:100%; }

body {
	background-image:url(imagens/bg.jpg);
	background-repeat:no-repeat;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding: 0;
}

img {
	border: 0;
}
a {
	color:#E45710;
}
p {
	margin:0;
	padding:0;
}
h1 {
	font-family: sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
}

h2 {
	font-size:16px;
	font-weight: bold;
	color: #F90;
	font-family: sans-serif;
}

h3 {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
h4 {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
table tr td {
	padding:3px;
}
#tudo {
	text-align: left;
	width: 900px;
	min-height:100%;
	height:auto;
	_height:100%;
	_margin: 0;
	position:relative;
	min-height:100%; /* Para browsera modernos */
	height:auto !important; /* Para browsera modernos */
	height:100%; /* Para o IE6 */
}

#topo {
	position:absolute;
	top:0 !important;
	height: 150px;
	padding: 0;
	width: 900px;
}

#logo {
	float: left;
	width: 249px;
	height: 134px;
	margin: 10px 0 0 10px;
}
#menu {
	float: right;
	width: 465px;
	height: auto;
	margin: 50px 10px 0 0;
}

#home {
	position:absolute;
	top:150px !important;
	width: 880px;
	min-height: 300px;
	padding: 10px 10px 100px 10px;
	height: auto;
}

#conteudo {
	position:absolute;
	width: 700px;
	height:370px;
	margin:-185px 0px 0px -355px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 5px;
}
#produto {
	width: 580px;
	float: right;
	height: 80px;
}
#pimenta {
	float: left;
	width: 110px;
	height: 370px;
}


#rodape {
	height: 100;
	padding: 20px 20px 20px 40px;
	line-height: 20px;
	position:absolute;
	bottom:0 !important;
	width: auto;
	text-align: center;
}


.menu{
	float: left;
	font-size:12px;
	width: 100%;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;	
}

.menu li{
	display: inline;
}

.menu li a{
	float: left;
	color: white;
	padding: 0 15px;
	text-decoration: none;
	border-right: 1px solid white;
}

.menu li a:hover{
	color: white;
	text-decoration: underline;
}

.menu li .current{
	color: white;
}
