/* Peekaboo */
* html .clear { height:1%; }

/* All */
* { padding: 0px; margin: 0px; }

/* Clear */
.clear { display: block; clear: both; }

/* Float */
.floatL { float: left; }
.floatR { float: right; }

/* Img */
img { border: 0; }

/* headers */

/*
 * Configurações site
 */
body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #24211D;
	background: url(../img/site/body.jpg) repeat;
}

#container {
	width: 774px;
	height: auto !important;
	margin: 0 auto;
	border: 2px solid #fff;
	background: #fff;
}

#container_topo {
	height: 215px;
	background: #fff;
}

#container_conteudo {
	display: block;
	width: 494px;
	padding: 4px 5px 0 5px;
	float: left;
}

#container_rodape {
	display: block;
	text-align: center;
	font-size: 10px;
	clear: both;
}

/* menu */
#container_menu {
	display: block;
	width: 145px;
	float: left;
}		

#container_menu_dir {
	display: block;
	padding: 5px 3px 0 0;
	width: 122px;
	float: right;
}

.menuItem {
	width: auto;
	height: 20px;
	padding: 4px 0 0 14px;
	background: url("../img/site/bgMenu.jpg") no-repeat #fff;
	color: #fff;
	font-size: 11px;
}

.menuItem a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}

/*
 * Botoes
 */
.submit-btn{
	width: 142px;
	height: 30px;
	border:0;
	background: url(../img/site/bg_btn.png) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

/* jquery-slideshow */
/* http://jonraasch.com/blog/a-simple-jquery-slideshow */
#slideshow {
	position: relative;
	height: 215px;
}

#slideshow IMG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

#slideshow IMG.active {
	z-index: 10;
}

#slideshow IMG.last-active {
	z-index: 9;
}

.tituloSessao {
	margin-bottom: 5px;
}
