*{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2B3313;
}

body{
	margin:0px;
	padding:0px;
}

h1 {
	font-size:16px;
}

h4{
	color:#4A4639;
	font-weight:bold;
	margin-bottom:5px;
}

.sitemaprodape{
	color:#4A4639;
	font-size:9px;
}

a{
	text-decoration:none;
	color:#4A4639;
	font-weight:bold;
	font-size:9px;
}

a:hover{
	text-decoration:underline;
}

.zoom{
	cursor:url(../img/zoommais.cur);
}

textarea {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	background:transparent;
	background-image:url(../img/fundomensagem.png);
	background-repeat:no-repeat;
	border:none;
	width:294px;
	height:94px;
}

.subtitulo {
	color:#999;
	font-style:italic;
}

.link {
	color:#990433;
	text-decoration:none;
}

.form {
	border:none;
	padding:3px;
	width:294px;
	height:17px;
	background:transparent;
	background-image:url(../img/fundoinput.png);
	background-repeat:no-repeat;
}

#jCarouselLiteDemo .carousel {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	height:150px;
}
#jCarouselLiteDemo .main {
	margin-left: 40px;
}
#jCarouselLiteDemo .demo em {
	color: #FF3300;
	font-weight: bold;
	font-size: 60%;
	font-style: normal;
}
#jCarouselLiteDemo .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
	float: left;
}
#jCarouselLiteDemo .carousel .jCarouselLite {
	border: 1px solid black;
	float: left;
	background-color: #dfdfdf;
	/* Needed for rendering without flicker */
	position: relative;
	visibility: hidden;
	left: -5000px;
}
#jCarouselLiteDemo .carousel ul {
	margin: 0;
}
#jCarouselLiteDemo .carousel li img, #jCarouselLiteDemo .carousel li p {
	background-color: #fff;
	width: 145px;
	height:147px;
	margin: 2px;
	z-index:0;
}
#jCarouselLiteDemo .widget img {
	cursor: pointer;
}
#jCarouselLiteDemo .mid {
	margin-left: 80px;
	width: 400px;
	height: 300px;
}
#jCarouselLiteDemo .vertical {
	margin-left: 170px;
}
#jCarouselLiteDemo .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
	width: 170px;
}
#jCarouselLiteDemo .imageSlider li img, #jCarouselLiteDemo .imageSlider li p, #jCarouselLiteDemo .imageSliderExt li img, #jCarouselLiteDemo .imageSliderExt li p {
	width: 400px;
	height: 300px;
}

.nomecategoria{
	color:#D00D65;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	width:200px;
}

.error{
	width:80%;
	color:#F00;
	text-align:left;
	margin-left:50px;
}