/* ------------------------------------- CSS RESET N GENERIC --------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong{
	font-weight: bold;
}
:focus{
	outline: 0;
}
a, a:link, a:visited, a:hover, a:active{
	text-decoration:none
}
table{
	border-collapse: separate;border-spacing: 0;
}
th, td{
	text-align: left; font-weight: normal;
}
img, iframe{
	border: none;
	text-decoration:none;
}
ol, ul{
	list-style: none;
}
select{
	margin: inherit;
}
hr{
	margin: 0;padding: 0;border: 0;color: #000;background-color: #000;height: 1px
}
.cursor{
	cursor: pointer;
}
#frameinvisivel{
	display: none;
}

.middle{
	vertical-align: middle;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.clear{
	clear: both;
}
.aligncenter{
	text-align: center;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}
.negrito{
	font-weight: bold;
}
.justify{
	text-align: justify;
}
#frameinvisivel{
	display: none;
}
.ident{
	margin-left: 10px;
}
h1{
	font-size: 15px;
	font-weight: bold;
}
h2{
	font-size: 14px;
}
h3{
	font-size: 12px;
	font-weight: bold;
}
a{
	color: #666;
	text-decoration: underline;
}
a:visited{
	color: #999;
}
a:hover{
	color: #33140C;
	text-decoration: underline;
}

.tabelas td{
	padding: 4px;
}
input,textarea,select{
	border: 1px solid #B5D0A8;
	background-color: #FFFFFF;
	color: #666;
}
.noborder{
	border: none;
}
/* --------------------------------------------------- CORPO ------------------------------------ */
body{
	font-size: 12px;
	line-height: 19px;
	color: #666666;
	font-family: Arial, Verdana, Times New Roman;
	background: url(imagens/bgsite.jpg) top center repeat-y;
	background-color: #B9DA54;
}
/* --------------------------------------------------- CORPO ------------------------------------ */
#pai{
	margin: 0px auto;
	width: 908px;
	background: url(imagens/bgconteudo.jpg) top center no-repeat;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}

#topo{
	margin: 0px auto;
	width: 808px;
	height: 140px;
	padding-top: 30px;
		/*border: 1px solid #000000;*/
}
#telefone_topo{
	margin: 0px 0px 0px 0px;
	text-align: right;
}

#menu_topo{
	clear: both;
	margin: 0px auto;
	width: 811px;
	height: 80px;
		/*border: 1px solid #000000;*/
}
#menu_topo li{
	float: left;
	display: block;
}
#menu_topo li a{
	float: left;
	display: block;
}

#conteudo{
	margin: 0px auto;
	width: 811px;
	min-height: 760px;
		/*border: 1px solid #000000;*/
}

#bemvindos{
	width: 811px;
	height: 300px;
	background:url(imagens/bghome.jpg) top left no-repeat;
}

#bemvindos_txt{
	width: 260px;
	float: left;
	margin: 60px 0px 0px 0px;
	text-align: justify;
		/*border: 1px solid #000000;*/
}

#bemvindos_flash{
	float: right;
	width: 540px;
	height: 258px;
}

#lojavirtual{
	clear: both;
	float: left;
	width: 450px;
	height: 240px;
		/*border: 1px solid #000000;*/
}
#newsletter{
	float: right;
	width: 320px;
	height: 240px;
	background: url(imagens/bg_news.jpg) top left no-repeat;
		/*border: 1px solid #000000;*/
}

#cadnewsletter{
	margin: 68px 0px 0px 18px;
}

#rodape{
	margin: 0px auto;
	width: 770px;
	height: 111px;
	background: url(imagens/bg_rodape.png) top center no-repeat;
	text-align: center;
	padding: 30px 20px 0px 20px;
	margin-top: 50px;
	padding-bottom: 20px;
		/*border: 1px solid #000000;*/
}

#logotipo_eliseusb{
	margin-top: 60px;
}

#internas{
	min-height: 560px;
}
* html #internas{
	height: 560px;
}

.formata_links_relacionados{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px dotted #3e3e3e;
	width: 80%;
	color: #333333;
}
.azul_negrito{
	color: #3898FE;
	font-weight: bold;
}