* {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.hide {
	display: none;
}

body {
	font: 9pt "Trebuchet MS";
	color: #000;
	background: #e1dcce url(/images/site/bg-body.jpg) repeat-x top;
	text-align: left;
}

/* cabeçalho ------------------------------------------------------*/

#header {
	position: relative;
	width: 980px;
	height: 125px;
	margin: 0 auto;
}

h1 {
	width: 348px;
	height: 125px;
	float: left;
	margin-left: 25px;
	background: url(/images/site/logo.png) no-repeat left bottom;
	_background: url(/images/site/ie6/logo.jpg) no-repeat left bottom;
}

h1.cadastro {
	width: 348px;
	height: 125px;
	float: left;
	margin-left: 25px;
	background: url(/images/site/logo2.png) no-repeat left bottom;
	_background: url(/images/site/ie6/logo.jpg) no-repeat left bottom;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
}


/* login ------------------------------------------------------------*/

div.login {
	float: left;
	width: 270px;
	height: 100px;
	padding-top: 25px;
	margin-left: 305px;
}

form#login {
	width: 100%;
	height: 30px;
}

form#login li {
	float: left;
	width: 117px;
	height: 40px;
}

form#login li.submit {
	float: left;
	width: 35px;
	height: 15px;
	padding-top: 18px;
}

form#login label {
	display: block;
	width: 112px;
	color: #c5b986;
}

form#login input.text {
	float: left;
	width: 110px;
	height: 16px;
	border: 1px solid #c5b986;
	color: #fff;
	background-color: transparent;
}

form#login input.btnlogin {
	float: left;
	width: 35px;
	height: 18px;
	color: #6f6343;
	background-color: #c5b986;
	border: 0;
	font-weight: bold;
	line-height: 10px;
}

h3 {
	clear: both;
	width: 268px;
	height: 42px;
	margin: 0 auto;
	margin-top: 15px;
	background: url(/images/site/btn-euquero.jpg) no-repeat top left;
}

h3 a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	font-size: 14pt;
	line-height: 38px;
}

form#euquero {
	display: block;
	position: absolute;
	width: 257px;
	height: auto;
	padding: 5px;
	top: 106px;
	right: 33px;
	background: #6f6343;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
}

p.euquero {
	width: 100%;
	height: auto;
	color: #fff;
}

form#euquero label {
	width: 250px;
	color: #c5b986;
}

form#euquero input.text {
	width: 248px;
	height: 20px;
	border: 1px solid #c5b986;
	background-color: #fff;
}

form#euquero input.btneuquero {
	width: 110px;
	height: 30px;
	color: #fff;
	background-color: #000;
	border: none;
	font-weight: bold;
	line-height: 25px;
}

/* advertising --------------------------------------------------*/

#ad {
	clear: both;
	width: 100%;
	height: 236px;
	background: url(/images/site/bg-ad.jpg) repeat-x top;
}

#ad-content {
	width: 980px;
	margin: 0 auto;
}

h2 {
	display: block;
	float: left;
	width: 350px;
	margin-left: 0;
	padding-top: 25px;
	color: #535353;
	font-size: 20pt;
	font-weight: normal;
	text-align: center;
	line-height: 28pt;
}

img {
	float: left;
	border: none;
}

img.promo {
	margin-top: 10px;
	float: left;
}

img.clear {
	float: none;
	margin-top: 38px;
}


/* nav -------------------------------------------------------------*/

UL.tabNavigation {
	position: absolute;
	top: -42px;
	left: 0;
	width: 930px;
	list-style: none;
	padding: 0;
}

UL.tabNavigation LI {
	float: left;
	margin: 0 5px;
}

UL.tabNavigation LI A {
	display: block;
	width: 149px;
	height: 35px;
	background: #fff url(/images/site/btn-top.jpg) no-repeat top center;
	color: #726645;
	text-decoration: none;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	line-height: 35px;
	margin-top: 7px;
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
	background: #726645 url(/images/site/btn-selected-top.jpg) no-repeat top center;
	color: #fff;
	margin-top: 0;
	padding-top: 7px;
}

UL.tabNavigation LI A:focus {
	outline: 0;
}

div.tabs {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

div.tabs > div {
	width: 940px;
	margin: 0 auto;
	padding: 5px;
}

div.tabs > div h2 {
	margin-top: 0;
}

#comofunciona {
	background-color: transparent;
}

#recursos {
	background-color: transparent;
}

#recursos img {
	height: auto;
	margin: 15px 5px;
	clear: both;
}

#recursos ul {
	list-style: inside disc;
}

#falecom {
	background-color: transparent;
}

.waste {
	min-height: 100px;
}

/* table -------------------------------------------------------*/

.table_recursos {
	float: left;
	width: 60%;
	margin-top: -212px;
	_margin-top: 12px;
	*margin-top: 12px;
	margin-bottom: 40px;
	margin-left: 25px;
	color: #726645;
	font-size: 10pt;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
}

.table_recursos th, .table_recursos td {
	width: 50%;
	padding: 5px;
}

.table_recursos th {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	background-color: #d2c490;
}

.table_recursos td {
	color: #fff;
	background: #6f6343;
}


/* como funciona - glider -------------------------------------------------------*/

.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 100%;
	height: 230px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	margin-left: 100px;
	background: url(/images/site/bg-glider.jpg) repeat-x top;
	padding: 25px;
	visibility: hidden;
	width: 800px;
}

.glidecontent img {
	cursor: pointer;
	padding: 5px;
}

.glidecontent p {
	width: 350px;
	height: auto;
	float: left;
	margin-left: 20px;
	font-size: 18pt;
	text-align:center;
	color: #fff;
}

.glidecontent p em {
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	margin-top: 6px;
	text-align: center;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: block;
	width: 64px;
	height: 43px;
	line-height: 43px;
	margin: 30px 0;
	padding-right: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 28pt;
	text-decoration: none;
	background: url(/images/site/toc.png) no-repeat bottom left;
	_background: url(/images/site/ie6/toc.gif) no-repeat bottom left;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background-position: top;
}

.glidecontenttoggler a:hover{
	background-position: top;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	background-position: bottom;
}

.glidecontenttoggler a.toc:hover, .glidecontenttoggler a.selected {
	background-position: top;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	display: none;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	background: #1A48A4;
	color: white;
}

/* falecom -----------------------------------------------------------------*/

#falecom form {
	width: 825px;
	margin: 10px auto;
}

#falecom form ul {
	wwidth: 100%;
}

#falecom form ul li {
	width: 100%;
	hheight: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#falecom form ul li.rradio { /*MARCIO*/
	width: 700px;
	height: 75px;
	padding-left: 75px;
}

#falecom form ul li.check {
	width: 550px;
	height: 30px;
	padding-left: 275px;
	mmargin-top: 50px;
}

#falecom form ul li.textarea {
	hheight: 200px;
}

#falecom form ul li.rradio label, #falecom form ul li.check label {
	display: block;
	width: auto;
	float: left;
	font-size: 14pt;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 30px;
	padding-left: 5px;
}

#falecom form ul li.check label {
	font-size: 10pt;
}

#falecom form ul li.rradio input, #falecom form ul li.check input {
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}

#falecom label {
	display: block;
	width: 275px;
	float: left;
	font-size: 14pt;
	font-weight: bold;
	color: #fff;
	text-align: right;
	/* line-height: 30px; MARCIO */
	padding-right: 5px;
}

#falecom input.text {
	height: 24px;
	border: 1px solid #726645;
	padding-top: 4px;
}

#falecom input.enviar {
	height: 32px;
	margin-top: 0px;
	padding: 0 15px;
	margin-left: 280px;
	color: #fff;
	background-color: #726645;
	border: none;
	line-height: 28px;
	font-size: 14pt;
	/* elimina o espaço extra do botão no IE */
	width:auto;
	overflow:visible;
}

#falecom textarea {
	border: 1px solid #726645;
	hheight: 79px;
}

#falecom textarea.termo {
	border: 1px solid #726645;
	hheight: 240px;
}

#falecom h4 {
	width: 825px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	font-size: 14pt;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

form .error {
	background: #F0D0D0 none repeat scroll 0 0;
	border: 1px #DF7D7D solid; 
}

form .blur {
	color:#555555;
}
#errorExplanation.errorExplanation {
  background-color: #f0d0d0;
  border: 1px solid red;
  font-size: 15px;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  margin-left: 200px;
  width: 400px;
}

#errorExplanation h2 {
  color: #fff;
  background-color: #c00;
  font-size: 12px;
  font-weight: bold;
  margin: -7px;
  padding: 5px 5px 5px 15px;
  text-align: left;
}

#errorExplanation p {
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px;
}
#errorExplanation ul {
	padding-left: 40px;
}
#errorExplanation.errorExplanation ul li {
  color: #333;
  padding: 3px;
  list-style: square;
}


/* tellafriend -----------------------------------------------------------------*/

#tellafriend {
	clear: both;
	width: 875px;
	height: 200px;
	margin: 30px auto;
	background: #d2c490;
}

#tellafriend form {
	width: 825px;
	margin: 10px auto;
}

#tellafriend form ul {
	width: 100%;
}

#tellafriend form ul li {
	float: left;
	width: 260px;
	padding-right: 10px;
}

#tellafriend form ul li.button {
	clear: both;
	width: 100%;
	text-align: right;
}

#tellafriend label {
	display: block;
	width: 260px;
	font-size: 11pt;
	font-weight: bold;
	color: #726645;
}

#tellafriend input.text {
	height: 24px;
	border: 1px solid #726645;
	padding-top: 4px;
}

#tellafriend input.eurecomendo {
	height: 28px;
	margin-right: 11px;
	margin-top: 10px;
	padding: 0 8px;
	color: #fff;
	background-color: #726645;
	border: none;
	line-height: 28px;
	font-weight: bold;
}

#tellafriend textarea {
	border: 1px solid #726645;
	height: 79px;
}

#tellafriend h2 {
	width: 825px;
	height: 50px;
	padding: 0 0 0 25px;
	font-size: 14pt;
	font-weight: bold;
	color: #726645;	
	text-align: left;
	line-height: 50px;
}

/* footer ----------------------------------------------------*/

#footer {
	width: 980px;
	margin: 20px auto;
}

#footer p {
	text-align: center;
	color: #726645;
	font-size: 12pt;
	font-weight: bold;
}

img, a, p, div, ul, h1 { behavior: url(/iepngfix.htc); }



