
/*****************************************************************/
/***************************** Reset *****************************/
/*****************************************************************/
* { margin: 0; }
body { padding: 0; }

img { border: 0; }
fieldset { border: 0; padding: 0; }

ul, ol, li, dl, dt, dd { padding: 0; list-style: none; }



/*****************************************************************/
/***************************** Fonte *****************************/
/*****************************************************************/
* {
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	color: #868181;
	font-size: 13px;
}
a { color: #868181; text-decoration: none; }
a:hover { text-decoration: underline; }

input, select, textarea{
	color: #868181;
}



/*****************************************************************/
/*************************** Estrutura ***************************/
/*****************************************************************/
body{
	background: url(img/site_bg.jpg) center 158px;
}

/*************** SITE ÁREA ***************/
.sitArea{
	min-width: 916px;
	background: url(img/site_topo_bg.jpg) repeat-x top center;
}
.siteTopo,
.siteConteudo,
.siteRodape{
	width: 916px;
	margin: 0 auto;
}

/*************** SITE TOPO ***************/
.siteTopo{
	height: 212px;
}

/*** LOGO ***/
.siteTopo .logo{
	position: relative;
	top: 22px;
	width: 122px;
	height: 97px;
	margin-left: 229px;
	background-image: url(img/site_logo.gif);
}
.siteTopo .logo a{
	display: block;
	height: 97px;
	overflow: hidden;
	line-height: 250px;
}

/*** MENU ***/
.siteTopo .menu{
	position: relative;
	top: 77px;
	height: 31px;
	padding-top: 7px;
	padding-left: 107px;
	background: url(img/site_menu.gif) no-repeat 101px;
}
.siteTopo .menu li{
	float: left;
	height: 28px;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: 0 28px;
}
.siteTopo .menu li.item1{ width: 131px; background-image: url(img/site_menu_item1.gif); }
.siteTopo .menu li.item2{ width: 131px; background-image: url(img/site_menu_item2.gif); }
.siteTopo .menu li.item3{ width: 131px; background-image: url(img/site_menu_item3.gif); }
.siteTopo .menu li.item4{ width: 131px; background-image: url(img/site_menu_item4.gif); }
.siteTopo .menu li.item5{ width: 131px; background-image: url(img/site_menu_item5.gif); }
.siteTopo .menu li.ativo{
	background-position: 0;
}
.siteTopo .menu li a{
	display: block;
	height: 28px;
	overflow: hidden;
	line-height: 100px;
}

/************* SITE CONTEUDO *************/
.siteConteudo{
	padding-top: 25px;
	line-height: 15px;
	letter-spacing: -0.03em;
}

/************** SITE RODAPE **************/
.siteRodape{
	height: 43px;
	padding-top: 73px;
	overflow: hidden;
	line-height: 100px;
	background: url(img/site_rodape.gif) no-repeat center 73px;
}


/*****************************************************************/
/***************************** Geral *****************************/
/*****************************************************************/
h2, h3{
	height: 22px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	line-height: 100px;
	margin-bottom: 5px;
}

.flash{
	width: 880px;
	height: 424px;
	margin: 0 auto;
	text-align: center;
}

.sombra{
	clear: both;
	height: 34px;
	background: url(img/sombra.gif) no-repeat center;
}
.sombra2{
	clear: both;
	height: 56px;
	margin-top: 50px;
	background: url(img/sombra_2.gif) no-repeat center;
}

.clear{
	clear: both;
	height: 0;
	line-height: 0;
}

span.botao{
	display: block;
	margin-top: 6px;
	background-repeat: no-repeat;
	background-position: right top;
}
span.botao *{
	cursor: pointer;
	display: block;
	height: 16px;
	width: 100%;
	padding: 0;
	border: 0;
	background-color: transparent;
	font-size: 0;
	line-height: 100px;
	overflow: hidden;
}

.btConheca{
	width: 106px;
	height: 30px;
	padding: 4px 13px 0 11px;
	background-image: url(img/bt_clique_conheca.gif);
}

.btVer{
	width: 47px;
	height: 16px;
	padding: 13px 0 0 1px;
	background-image: url(img/bt_ver.gif);
}

.btEnviar{
	width: 61px;
	height: 37px;
	padding: 5px 12px 0 7px;
	background-image: url(img/bt_enviar.gif);
}