.arrowlistmenu{
	width: 215px; /*width of accordion menu*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	vertical-align: top;
}
.titulos {
	font-family: "Trebuchet MS", Arial;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
}
.espaco {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	height: 2px;
	width: 215px;
}
.centraliza {
	text-align: center;
}


.teste{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	background: black url(titlebar-active.png) repeat-x center left;
	margin-bottom: 2px; /*header text is indented 10px*/
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 1;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 213px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	background: black url(titlebar.png) repeat-x center left;
	margin-bottom: 2px;
	padding: 2px 0 2px 2px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
	background-color:#FFFFFF;
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	background-color: a2adb5;
}

.arrowlistmenu ul li a{
	color: #333333;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}
.item_menu{
	color: #333333;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
	color: #333333;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

h3 {
	margin: 0px;
}

#div menu_produtos{
	width:215px
}
.menu_horizontal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.menu_ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-image: url(titlebar.png);
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-repeat: repeat;
	background-position: left center;
	}
.telefone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.not_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.not_img {
	text-align: left;
	vertical-align: text-bottom;
}
.not_titulo {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
}
.saiba_mais {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-align: right;
	text-decoration: none;
}
.botton_text {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.saiba_mais1 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-align: right;
	text-decoration: none;
}
.botton_text {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}.tabelaCentro {
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.tabela {
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.tabelatituBranco {
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #FF0000;
}
.style6 {color: #CCCCCC}
.style7 {color: #FFFFFF}
.style8 {font-family: tahoma; font-size: 9px; font-weight: bold; color: #FFFFFF; text-align: center; }
#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
