@charset "utf-8";
/* CSS Document */
* { margin:0 auto; padding:0; font-family:arial; font-size:12px;  }

body {  background:#000; color:#fff; }

a {text-decoration:none; font-size:12px; color:#c6a56e;}

.link {text-decoration:none; font-size:12px;}
a.link {color:none;}

.linkAmarelo:link, .linkAmarelo:active, .linkAmarelo:visited{color:#fff;	text-decoration:none;}
.linkAmarelo:hover{color:#fff; text-decoration:underline;}
.linkMarrom:link, .linkMarrom:active, .linkMarrom:visited, .linkMarrom:hover{color:#c6a56e;	text-decoration:none; font-size:11px;}
.linkBranco:link, .linkBranco:active, .linkBranco:visited{color:#fff;	text-decoration:none;} .linkBranco:hover{color:#fff; text-decoration:underline;}
.linkPequeno:link, .linkPequeno:active, .linkPequeno:visited{color:#fff; font-size:9px;	text-decoration:none;}

#principal { background: url(img/fundo.jpg) top	 no-repeat; width:100%; }
#topo {width:980px; height:150px; background:url(img/topo_menu.png) top no-repeat; }

#rodape {width:980px; height:40px; clear:both; padding-top:8px; margin-bottom:30px; color:#c6a56e; position: relative;}
#rodape_esq{float:left;	font-size:11px; padding-top:10px;}
#rodape_dir{float:right;}

#tv { width:980px; height:210px; }

#busca {width:980px; clear:both; height:35px; padding-top:15px;}

#menu {
	z-index:1;
	position:absolute;
	width:980px;
	top:75px;
	height:24px;
	padding-top:10px;	
}
#menu_esq{
	position:relative;
	float:left;
	left:80px;
	text-align:center;
}
#menu_dir{
	float:right;
	right:50px;
	text-align:center;
}

#empresa_menu{
	position:relative;
	width:980px;
	left:50%;
	margin-left:-490px;
	height:70px;
	padding-top:30px;
	text-align:center;
	line-height:20px;
	/*border:1px solid #ccc;*/
}
#empresa_esq{
	/* float:left; */
	width:100%;
}
#empresa_dir{
	/* float:left; */
	width:90%;
}
#conteudo { width:980px; height:auto; min-height:100%}

#trabalhe_esq{float:left; width:40%;}
#trabalhe_dir{float:left; width:55%;}

#contato_esq {float:left; width:40%;}
#contato_dir {float:left; width:550px; margin-left:30px; }

#meio { width:980px;}

#receitas { background:url(img/fnd_receitas.png) top left no-repeat; width:290px; height:151px; float:left; }
#produtos { background:url(img/fnd_produtos.png) top left no-repeat; width:383px; height:151px; float:left; }
#trabalhe { background:url(img/fnd_contato.png) top left no-repeat; width:293px; height:151px; float:left; }
#prod_qdo { float:left; width:282px; height:62px; margin-left:25px; margin-right:15px; margin-bottom:20px; background:url(img/prod_cat_fundo.jpg); padding-top:5px; }
#prod_altura {margin-top:10px;}

.tGrande { font-size:20px;color:#c6a56e; }
.tPequeno {font-size:9px;}
.tGeorgia {font-family:Georgia;}
.tMedio { font-size:16px; font-weight:bold; }
.tAmarelo{ color:#d8b660;}
.tBold {font-weight:bold;}
.tGrande {font-size:25px;}
.tItalic {font-style: italic;}
.tEspaco { letter-spacing:-1px; }
.box {padding:3px; border:solid 1px #28166f; background:#fff}
.btn {background:#990000; padding:5px; color:#FFFFFF; font-weight:bold; width:150px; border:0px; cursor:pointer;}
.borderTop {border-top:1px dotted #666;}
