/*###### Geral ######*/
body {
	background-image:url(../img/fnd.gif);
	background-repeat:repeat-x;
	background-position:top center;
	margin:0;
	font-family: 'Trebuchet MS', 'Segoe UI', Arial, Verdana, sans-serif;
}
fieldset, img, form {
	border:0px;
	margin:0px;
}
p { 
	margin:0;
	font-size:14px;
	color:#666666;
}
h2 {
	font-size:22px;
	color:#046cb5;
	letter-spacing:-1px;
}
.clear {
	clear:both;
}
#geral {
	width:960px;
	margin:0 auto;
	display:table;
}
#logo {
	float:left;
}
#busca {
	background-image:url(../img/topo_flores.gif);
	height:183px;
	float:right;
	width:570px;
}

#busca .campo_busca {
	background-image:url(../img/fnd_form2.jpg);
	background-repeat:repeat-x;
	width:200px;
	height:25px;
	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #bcbcbc;
	text-indent: 2px;
	text-align:center;
}
#busca .busca {
	width:250px;
	float:right;
	height:30px;
	margin:80px 100px 0 0;
}

#menu {
	width:960px;
	background-image:url(../img/barra_menu.gif);
	background-position:bottom center;
	background-repeat:repeat-x;
	height:40px;
	margin-top:10px;
	margin-bottom:20px;
}

#menu ul {
	margin:0 0 0 70px;
	padding:0;
	list-style:none;
}
#menu ul li {
	display:inline;
}
#menu ul li a {
	font-size:16px;
	color:#000;
	margin:0 30px 0 30px;
	padding:5px 10px;
	float:left;
	text-decoration:none;
}
#menu ul li a:hover {
	color:#FFF;
	background-color:#8eab9a;
	text-decoration:none;
}
#menu ul li .ativo { 
	color:#FFF;
	background-color:#8eab9a;
	text-decoration:none;
}

#esquerda, #direita {
	width:150px;
	background-color:#F3F3F3;
	min-height:310px;
}

#esquerda {
	float:left;
}
#esquerda #categorias ul {
	list-style:none;
	margin:0;
	padding:0;
}
#esquerda #categorias ul li {
	margin:10px 10px 10px 20px;
	border-bottom:1px dotted #CCC;
	height:25px;
}
#esquerda #categorias ul li a {
	font-size:13px;
	color:#000;
	text-decoration:none;
}
#esquerda #categorias ul li a:hover {
	color:#757575;
	text-decoration:none;
}

#direita {
	float:right;
}
#direita #newsletter {
	padding:10px;
}
#newsletter .campo_newsletter {
	width:120px;
	font-size: 12px;
	background-color: #FFF;
	background-image:url(../img/fnd_form.jpg);
	background-repeat:repeat-x;
	border: 1px solid #E7E7E7;
	text-indent: 2px;
	padding:3px;
	margin-bottom:10px;
}
#newsletter label {
	font-size:14px;
	color:#666666;
}

#banner {
	float:left;
	margin-left:20px;
	width:620px;
	height:310px;
	background-color:#f1f1f1;
}

#produtos {
	float:left;
	margin-left:20px;
	width:620px;
	min-height:310px;
	height:100%;
	background-color:#f1f1f1;
}
#produtos #total { 
	text-align:left;
	font-size:11px;
	margin-top:8px;
	margin-bottom:1px;
	margin-left:13px;
}
#produtos .produto { 
	font-size:11px;
	width:138px;
	height:145px;
	float:left;
	margin:8px;
	margin-bottom:25px;
	padding-top:5px;
	background-color:#FFF;
	background-image:url(../img/fnd_produto.jpg);
	background-repeat:repeat-y;

}
#produtos .foto_produto {
	width:300px;
	height:250px;
	padding:5px;
	float:left;
}
#produtos .descricao_produto {
	padding-top:10px;
	width:300px;
	float:right;
	font-size:12px;
}

#rodape {
	margin-top:20px;
	padding-top:30px;
	background-color:#badbc8;
	height:70px;
}
#rodape p {
	text-align:center;
	font-size:11px;
	font-family: 'Arial Narrow','Trebuchet MS', 'Segoe UI', Arial, Verdana, sans-serif;	
	color:#4a5850;
}
#rodape p a {
	color:#4a5850;
	text-decoration:none;
}
#rodape p a:hover {
	color:#000;
	text-decoration:underline;
}
#produtos #formulario {
	margin-top:10px;
	margin-left:5px;
	font-size:12px;
	width:330px;
	float:left;
}
#produtos #formulario .campo { 
	background-image:url(../img/fnd_form2.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	border: 1px solid #E7E7E7;
	text-indent: 2px;
	padding:1px;
}
#produtos #formulario .campo2 { 
	background-image:url(../img/fnd_form2.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	border: 1px solid #E7E7E7;
	text-indent: 2px;
	padding:1px;
}
#produtos #dados_contato {
	margin-top:10px;
	width:280px;
	height:200px;
	float:left;
	font-size:12px;
	text-align:center;
}
#produtos .produto .valor { 
	font-color:#F00;
	font-size:12px;
}