@charset "utf-8";
/* CSS - Cardapio */

/* Texto Descritivo */
#Car_Tex_Des{
	width:750px;
	padding-left:10px;
	margin-bottom:20px;
}

/* Texto Descritivo */
.Car_Tex_Des{
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	}

/* Area Geral */
#Car_Are_Ger{
	margin:0 0 10px 10px;
	}

/* Imagem Categoria */
#Car_Img_Cat{
	margin:20px 0 10px 0;
	}

/* Espaco SubCategoria */
.Car_Esp_Sub_Cat{
	margin-bottom:10px;
	font:15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	}

/* Categoria */
.Car_Cat{
	font:15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	}
	.Car_Cat:hover{
		color:#FFF;
		text-decoration:underline;
	}
	.Car_Cat:visited{
		color:#FFF;
	}

/* Area Produtos */
.Car_Are_Pro{
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fbd267;
	margin-bottom:10px;
	}

	/* Area Produtos - Titulo */
	.Car_Are_Pro_Tit{
		font:bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#fbd267;
		}
