@charset "utf-8";
/* Mx3 Soluções em Informática 15 3021 4000 */

html, body
{
	margin: 0; 
	padding: 0; 
	width: 100%;
	height: 100%; 
	overflow: hidden;
}

#background
{
	position: absolute; 
	z-index: 0; 
	width: 100%; 
	height: 100%;
}

#scroller
{
	position: absolute; 
	width: 100%;
	height: 100%; 
	top: 0; 
	left: 0; 
	overflow: auto; 
	z-index: 1;
}

#wrapper
{
	position: relative;
	width: 800px;
	margin-left: -410px;
	left: 50%;
	padding: 0 10px 0 10px;
	background-color: #FFF;
}

#header
{
	position: relative;
	width: 800px;
	height: 170px;
}

#header-logo
{
	position: relative;
	width: 263px;
	float: left;
}

#header-menu
{
	position: relative;
	width: 537px;
	height: 170px;
	float: right;
}

#menu
{
	position: absolute;
	width: 537px;
	height: 50px;
	z-index: 200;
	margin-top: -25px;
	top: 50%;
	text-align: center;
}

#menu a /*decoração link*/
{
	text-decoration: none;
	color: #FFF;
}

#menu ul /*decoração lista*/
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 18px;
}

#menu li ul /*esconder sub-menus*/
{
	display: none;
}

#menu ul li /*decoração e estrutura do menu*/
{
	float: left;
	position: relative;
}

#menu ul li a /*decoração e estrutura do link*/
{
	display: block;
	padding: 0;
	margin: 0;
	width: 129px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	text-indent: 10px;
	background: url(../img/menu.png);
	
}

#menu ul li a:hover
{
	background: url(../img/menu.png) -268px 0;
}

#menu ul li a:active
{
	background: url(../img/menu.png) -402px 0;
}

#menu ul li .submenu
{
	text-indent: 14px;
	background: url(../img/menu.png) -134px 0;
}

#menu ul li ul
{
	font-size: 10px;
	font-weight: bold;
}

#menu ul li:hover ul /*mostrar sub-menu de nivel 1*/
{
	display: block;
	position: absolute;
	top: 37px;
	padding: 0 0 0 0; 
}

#banner
{
	position: relative;
	width: 800px;
	height: 170px;
}

.banner-window
{
	position: relative;
	height:170px;
	width: 800px;
	overflow: hidden;
}

.image_reel
{
	position: absolute;
	top: 0;
	left: 0;
}

.image_reel img
{
	float: left;
	border: none;
}

.paging
{
	position: absolute;
	bottom: 3px;
	right: -6px;
	width: 178px;
	height: 47px;
	z-index: 100;
	text-align: center;
	line-height: 40px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: url(../img/paging.png) no-repeat;
	display: none;
}

.paging a
{
	padding: 3px 5px 1px 5px;
	text-decoration: none;
	color: #fff;
}

.paging a.active
{
	font-weight: bold;
	background: #360;
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#palco
{
	position: relative;
	width: 800px;
	padding-top: 20px;
}

#container-1
{
	position: relative;
	width: 600px;
	float: left;
}

.destaque
{
	position: relative;
	width: 600px;
	height: 120px;
	padding-bottom: 25px;
	text-align: left;
}

.destaque-moldura
{
	position: relative;
	width: 120px;
	height: 120px;
	float: left;
}

.destaque-moldura img
{
	position: absolute;
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-left: -60px;
	top: 50%;
	left: 50%;
}

.destaque-titulo
{
	position: relative;
	width: 464px;
	height: 32px;
	float: left;
	padding-left: 16px;
	font-size: 18px;
	color: #19ae1b;
}

.destaque-titulo a
{
	text-decoration: none;
	color: #19ae1b;
}

.destaque-titulo a:hover
{
	text-decoration: underline;
}

.destaque-resumo
{
	position: relative;
	width: 446px;
	height: 68px;
	float: left;
	padding-left: 34px;
	text-align: justify;
}

.destaque-resumo a
{
	text-decoration: none;
	color: #000;
}

.destaque-resumo a:hover
{
	text-decoration: underline;
}

.destaque-link
{
	position: relative;
	width: 60px;
	float: right;
	text-align: right;
}

.texto
{
	position: relative;
	width: 446px;
	float: left;
	padding-left: 34px;
	text-align: justify;
}

.icon
{
	position: relative;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	margin-right: 5px;
	float: left;
}

#container-2
{
	position: relative;
	width: 190px;
	display: block;
	padding-left: 10px;
	float: right;
	text-align: justify;
}

#clear
{
	clear: both;
}

#rodape
{
	position: relative;
	width: 800px;
	padding-top: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}


/* modal */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9998;
  padding:20px;
}

.frame-img
{
	position: absolute;
	width: 640px;
	height: 480px;
	margin-top: -250px;
	margin-left: -330px;
	top: 50%;
	left: 50%;
	padding: 10px;
}

.frame-img img
{
	position: absolute;
	width: 640px;
	height: 480px;
	margin-top: -240px;
	margin-left: -320px;
	top: 50%;
	left: 50%;
}

.frame-img a
{
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
}

.close
{
	position: absolute;
	top: -12px;
	right: -1px;
	width: 115px;
	z-index: 9999;
	text-align: center;
}

/* Galeria */

.galeria-grade
{
	position: relative;
	width: 600px;
	height: 120px;
	padding-bottom: 25px;
	text-align: left;
}

.galeria-moldura
{
	position: relative;
	width: 60px;
	height: 60px;
	float: left;
}

.galeria-moldura img
{
	position: absolute;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	top: 50%;
	left: 50%;
}

/* Galeria */

#campos
{
	position: relative;
	width: 388px;
	height: 434px;
	padding-right: 35px;
	background: url(../img/form.png) 2px -4px;
	text-align: right;
	font-weight: bold;
}

#alerta
{
	position: relative;
	width: 423px;
	height: 42px;
	line-height: 42px;
	text-align: center;
}

#aviso
{
	position: relative;
	color: #F00;
	display: normal;
}

input
{
	width: 268px;
	height: 29px;
	border: hidden;
	padding-left: 6px;
	padding-top: 5px;
	background: url(../img/campo.png) -8px -8px;
}

#rotulo-msg
{
	position: relative;
	width: 110px;
	height: 118px;
	line-height: 118px;
	float: left;
	text-align: right;
}

textarea
{
	width: 265px;
	min-width: 265px;
	max-width: 265px;
	height: 118px;
	min-height: 118px;
	max-height: 118px;
	resize: none;
	border: none;
	overflow: hidden;
	margin-right: 2px;
	padding-top: 8px;
	padding-left: 6px;
	background: url(../img/msg.png) -1px -1px;
}

.btn
{
	width: 109px;
	height: 33px;
	margin-right: 3px;
	font-weight: bold;
	background: url(../img/btn.png) -10px -8px;
}

#obrg
{
	position: relative;
	width: 423px;
	padding-top: 12px;
	text-align: center;
	font-size: 12px;
}

#p-n-e
{
	position: relative;
	width: 464px;
	height: 32px;
	margin-left: -232px;
	left: 50%;
	font-size: 18px;
	text-align: center;
	color: #19ae1b;
}