body {
	margin:0px;
	background-color:#e9e9e9;
	width:100%;
	height:100%;
	font-family:tahoma;
	color:#000000;
	font-size:12px;
	overflow-x:hidden;
}
td {
	font-family:tahoma;
	color:#000000;
	font-size:12px;
}
a:link{
	color:#db2323;
	text-decoration:none
}
a:visited{
	color:#db2323;
	text-decoration:none
}
a:active{
	color:#db2323;
	text-decoration:none
}
a:hover{
	color:#db2323;
	text-decoration:underline;
}
.menu1 {
	background-image:url(images/bg_menu.gif);
	background-repeat:no-repeat;
	width:168px;
	*width:176px;
	height:20px;
	font-family:tahoma;
	color:#000000;
	font-size:12px;
	cursor:pointer;
	cursor:hand;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:2px;
	padding-left:10px;
}
.menu2 {
	background-image:url(images/bg_menu.gif);
	background-repeat:no-repeat;
	width:168px;
	*width:176px;
	height:20px;	
	font-family:tahoma;
	color:#ffffff;
	font-size:12px;
	cursor:pointer;
	cursor:hand;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:2px;
	padding-left:10px;
	background-color:#db2323;
}
.menu_ativado {
	background-image:url(images/bg_menu.gif);
	background-repeat:no-repeat;
	width:168px;
	*width:176px;
	height:20px;	
	font-family:tahoma;
	color:#db2323;
	font-size:12px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:2px;
	padding-left:10px;
	cursor:pointer;
	cursor:hand;
}
.submenu1 {
	background-image:url(images/bg_menu.gif);
	background-repeat:no-repeat;
	width:168px;
	*width:176px;
	height:20px;
	font-family:tahoma;
	color:#000000;
	font-size:12px;
	cursor:pointer;
	cursor:hand;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:2px;
	padding-left:10px;
	background-color:#999999;
}
.submenu2 {
	background-image:url(images/bg_menu.gif);
	background-repeat:no-repeat;
	width:168px;
	*width:176px;
	height:20px;	
	font-family:tahoma;
	color:#ffffff;
	font-size:12px;
	cursor:pointer;
	cursor:hand;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:2px;
	padding-left:10px;
	background-color:#666666;
}
.titulo {
	font-size:18px;
	color:#db2323;
	margin-bottom:10px;
}
.titulo_noticias {
	font-size:18px;
	color:#db2323;
	padding-left:35px;
}
#noticias ul {
	list-style-image:url(images/ico_noticias.gif);
	font-size:11px;
}
#noticias li {
	margin-bottom:10px;
}
#endereco {
	font-size:11px;
}
#box_evento {
	text-align:center;
	font-size:14px;
	color:#000000;
	background-color:#FFFFFF;
	margin:2pt;
	padding-top:14px;	
	width:90px;
	height:90px;
	float:left;
	font-weight:bold;
	cursor:pointer;
	*cursor:hand;
}

#box_produto {
	text-align:center;
	font-size:13px;
	color:#000000;
	background-color:#FFFFFF;
	margin:2pt;
	padding-top:14px;	
	width:167px;
	height:150px;
	*height:160px;
	position:relative;
	float:left;
	font-weight:normal;
	cursor:pointer;
	*cursor:hand;
}
hr {
	height:1px;
	color:#cbcbcb;
	margin-bottom:10px;
	margin-top:10px;
}
.box1 {
	border:solid #000000 1px;
	font-size:11px;
}
.botao {
	width:60px;
	height:20px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-size:11px;
	border:solid 1px #000000;
}
* {
	overflow-x:hidden !important;
}
