@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Verdana, Arial;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}

#externa {
	width: 988px;
	min-height: 700px;
	margin: 0;
	padding: 0;
	height: 100%;
}

#pub {
	width: 130px;
	min-height: 650px;
	float: left;
	height: 100%;
}

#container {
	width: 857px;
	float: left;
	min-height: 650px;
	height: 100%;
}

#header {
	width: 857px;
	height: 130px;
	background-image: url(../imagens/header.jpg);
	background-repeat: no-repeat;
}

#newsletter {
	width: 210px;
	float: right;
	text-align: left;
	margin-top: 70px;
	color: #FFFFFF;
	font-weight: bold
}
input.txt {
	width: 150px;
	font-size: 10px;
	border: 2px inset;
}
input.btn {
	width: 30px;
	background-color: #8EC63F;
	border: 1px inset;
}
#content {
	
}

#nav {
	width: 267px;
	min-height: 450px;
	background-color: #8EC63F;
	background-image:url(../imagens/menubg.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	float: left;
	text-align: left;
	height: 100%;
	font-size: 15px;
}
#nav ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}
#nav ul h2 {
	font-size: 16px;
	font-weight: bold;
}
#nav ul li {
	margin: 0;
	padding: 0;
	
}
#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a:hover {
	text-decoration: underline;
}

#conteudo {
	width: 590px;
	float: left;
	text-align: left;
	padding-top: 5px;
}
#left {
	width: 285px;
	float: left;
	padding-left: 5px;

}
#left h1 {
	color: #C9060E;
	font-size: 16px;
	margin-bottom: 5px;
	padding: 0;
	margin-top: 0;
}
#left span {
	padding: 5px;
}
#right {
	width: 300px;
	float: left;

}
#pub2 {
	width: 300px;
	height: 250px;
}
#ingredients {
	width: 300px;
	min-height: 250px;
	padding-left: 20px;
	height: 100%;
	margin-top: 5px;
}
#ingredients h2 {
	width: 300px;
	font-size: 14px;
	color: #C9060E;
	padding: 0;
	margin: 3px;
	margin-left: 0;
}
#ingredients ul {
	list-style: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#ingredients ul li {
	
}

#footer {
	width: 858px;
	height: 18px;
	background-color: #C9060E;
	float: left;
	margin-left: 130px;
	margin-top: 10px;
	padding: 2px;
	color: #FFFFFF;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}