/* CSS Document */

/* ========= Geral ========= */
body{
	background: #616772 url(layout/bgsite.jpg) repeat-x left top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	text-decoration: none;
}

/* ========= Box ========= */
#areasite{
	zbackground: #0ff;
	width: 970px;
	margin:	0 auto;
	text-align: left;
	height: 800px;
}

#topo{
	zbackground: #0f0;
	zheight: 94px;
}

#slideshow{
	background: #fcfdfc url(layout/bgslide.jpg) repeat-x left top;
	zheight: 363px;
	padding: 5px 5px;
}

#imgslideshow{
	zbackground: #ff0;
	height: 353px;
	zmargin: 5px;
}

#navslide{
	position: absolute;
	zwidth: 21px;
	margin: 330px 0 0 815px;
	z-index: 8000;
}

#navslide a{
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	background: #626873;
	display: block;
	text-align: center;
	line-height: 21px;
	margin: 0 0 0 5px;
	padding: 0 8px;
	float: left;
}

#navslide a:hover{
	background: #f47c00;
}

#navslide .activeSlide{
	background: #f47c00;
}

/* ========= Menu ========= */
#menu{
	zbackground: #000 url(layout/bgmenu.jpg) repeat-x left bottom;
	padding: 92px 10px 0 0;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#menu ul li {
	zborder-bottom: 1px dotted #666;
	margin: 0 0 0 3px;
	zlist-style-position: outside;
	zlist-style-image: url(layout/setalaranja.gif);
	list-style: none;
	display: inline;
	padding: 3px 5px;
}

#menu ul li a{
	font-size: 14px;
	line-height: 23px;
	color: #313539;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.ativo{
	zfont-weight: bolder;
	zpadding: 0 0 0 3px;
}

/* Menu dois */
#menudois{
	margin: 10px 0 0 0;
	background: #626873;
	padding: 0 0 0 17px;
}

#menudois ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#menudois ul li {
	list-style: none;
	display: inline;
	margin: 0 5px;
}

#menudois ul li a{
	font-size: 14px;
	line-height: 23px;
	color: #3A3F43;
	text-decoration: none;
}

#menudois ul li a:hover, #menudois ul li a.ativo{
	zfont-weight: bolder;
	zpadding: 0 0 0 3px;
}

#rodape{
	zbackground: #0f0;
	zheight: 94px;
	color: #313439;
	text-align: center;
	font-size: 12px;
	margin: 35px 0 0 0;
}
/* ========= Default ========= */
.firsth{
	margin-left: 0;
}

.firstv{
	margin-top: 0;
}

.noborderlast{
	border: none;
}

.removebg{
	background: none;
}

.last{
	margin-right: 10px;
}

.clear{
	clear: both;	
}

.left{
	float:left;
}

.right{
	float:right
}

.liquid{
	width: auto;
	height: auto;
}

.hide{
	display: none;
}

.riscado{
	text-decoration: line-through;
}
