*
{
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	margin 		: 0px;
	padding 	: 0px;
}
body
{
	background 	: #E3DCC9;
	margin 		: 0px;
	padding 	: 0px;
}
#container{
	width 		: 100%;
	height 		: auto;
	overflow 	: none;
}
#subcontainer{
	position 	: relative;
	width 		: 1000px;
	height 		: auto;
	overflow 	: none;
	margin 		: 0 auto;
}
#topo
{
	background 	: url(../images/topo_flash.jpg);
	background-repeat : no-repeat;
	height 		: 246px;
	width:auto;
}
#conteudo
{
	position 	: relative;
	background 	: url(../images/centro.jpg);
	padding 	: 20px 10px 40px 10px;
	height 		: auto;
}
#conteudo_int
{
	position 	: relative;
	background 	: url(../images/centro.jpg);
	padding 	: 20px 10px 40px 10px;
	height 		: auto;
	background-position: top right;
	background-repeat: repeat-y;
	z-index: 1;
}
#menu
{
	position 	: relative;
	text-align 	: right;
	width 		: 165px;
	float 		: left;
	z-index: 3;
}
#menu a
{
	display 		: block;
	text-decoration : none;
	color 			: #9e121d;
	margin 			: 0px 0px 7px 0px;	
	font-size:12px;
	
}

#menu a:hover
{
	color 			: #de5c06;
}
#texto
{
	margin-left 	: 260px;
	margin-right	: 80px;
	font-size 		: 7pt;
	line-height		: 16pt; 
}
#texto p
{
	margin 		: 0px 0px 25px 0px;
}
#texto
{
	margin-left 	: 260px;
	margin-right	: 80px;
	font-size 		: 9pt;
	line-height		: 16pt;
}
#texto p
{
	margin 		: 0px 0px 25px 0px;
}
#rodape
{
	background 	: url(../images/rodape.jpg);
	height 		: auto;
}
.letra{
font-family:"Lucida Handwriting";
}
/* --------------------------------------- */

h1
{
	font-family : "Lucida Calligraphy", Verdana, Arial, sans-serif;
	font-size 	: 20pt;
	color 		: #9e121d;
	margin 		: 0px 0px 20px 0px;
}
.clear
{
	clear 		: both;
}
#texto a
{
	color 		: #9e121d;
}
#texto a:hover
{
	color 		: #000;
}
#menu .categoria
{
	font-size 		: 12px;
	font-style 		: italic;
	border-bottom 	: 1px solid #c3bea1;
	padding 		: 0px 0px 0px 0px;
	margin 			: 20px 0px 5px 0px;
}
#menu .categoria a
{
	color 			: #000;
	cursor 			: pointer;
}
#menu .subs
{
	font-size 	: 10pt;
	font-style 	: italic;
	margin 		: 0px 0px 10px 0px;
}
.produto
{
	position 	: relative;
	float 		: left;
	width 		: 250px;
	height 		: auto;
	margin 		: 0px 20px 20px 0px;
}
.produto h2
{
	margin 		: 0px 0px 5px 0px;
	font-size 	: 12pt;
	font-family : "Lucida Calligraphy", Verdana, Arial, sans-serif;
}
.produto img
{
	float 		: left;
	margin 		: 0px 10px 0px 0px;
	border 		: 0px solid #c3bea1;
}
.paginacao
{
	clear 		: left;
}
.paginacao a
{
	color 			: #9e121d;
	text-decoration : none;
}
.paginacao a:hover
{
	text-decoration : underline;
}
