@import url("reset.css"); /* resets all browser */

body{
	margin:0px;
	padding:0px;
	font:11px arial;
	color:#555555;
	background-color: #dfdccb;
}


div, p, ul, h1, h2, h4, img, form, label{
	padding:0px;
	margin:0px;
}
ul{
list-style-type:none;
}
html {height:100%;margin-bottom:1px;}

/*----TUDO----*/

#container{
}
#tudo{
	width:691px;
	padding:0px;
	margin:auto;
	background-color:#f6f4e4;/*----para as clunas terem o mesmo tamanho (colunas falsas (faux columns)----*/
	overflow:hidden; /*----para as clunas terem o mesmo tamanho (colunas falsas (faux columns)----*/
}





/*----LADO ESQUERDO E MENU----*/

#ladoEsquerdo{
	width:240px;
	float:left;
	background-color: #F6F4E4;
}
#ladoEsquerdoTopo{
	width:240px;
	height:125px;
	position:relative;
	margin:0 auto;
	padding:0;
	background-image: url(left-top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ladoEsquerdo ul{
	width:240px;
	height:280px;
	display:block;
	padding:28px 0 0;
	background-image: url(menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ladoEsquerdo ul li{
	width:180px;
	height:28px;
	position:relative;
	margin:0 auto;
	background:url(dot.gif) 0 100% repeat-x;
	background-color: #F6F4E4;
}
#ladoEsquerdo ul li a{
	width:180px;
	height:26px;
	display:block;
	color:#8F8C73;
	font:11px/26px arial;
	padding:0 0 0 22px;
	text-decoration:none;
	background-color: #F6F4E4;
	background-image: url(images/arrow-normal.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#ladoEsquerdo ul li a:hover{
	color:#76759F;
	text-decoration:none;
	background-color: #F6F4E4;
	background-image: url(arrow-normal.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#ladoEsquerdo ul li.contact{
	background:none;
}
#controle{

	width:240px;
	float:left;
	background-color: #F6F4E4;
}

/*----CONTEUDO E TOPO DIREITO----*/
#ladoDireito{
	width:451px;
	float:left;
	background-image: url(mainbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F6F4E4;
}
#ladoDireito h1{
	width:438px;
	height:124px;
	padding:0px 0 0 0px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#conteudo{
	width:450px;
	height:auto;
	display:block;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

/*----FORMULRIO----*/

div#col_capa_one {
	float:left;
	text-align:left;
	width:230px;
	background-color: #F6F4E4;
}
div#col_capa_two {
	float:right;
	position:relative;
	text-align:left;
	width:208px;
	height:200px;
	background-image:url(formbg.gif);
}
div#col_capa_tres {
	float:left;
	text-align:left;
	width:440px;
	
}
div#form1{
	position:absolute;
	top: 70px;
	left: 30px;
	}
.form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	}
div#form2{
	position:absolute;
	top: 240px;
	left: 0px;
	}

/*----TITULOS----*/

#ladoDireito h2{
	color:#62839b;
	letter-spacing: -0.02em;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2DFCE;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	}

.TituloGr{
	color:#62839b;
	font-size:14px;
	font-weight: bold;
	font-family: Arial;
}
.TituloMd{
	color:#62839b;
	font-size:11px;
	font-weight: bold;
	font-family: Arial;
}

/*----RECUO DE PARAGRAFO NO TOPO----*/

#ladoDireito p{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
}

/*----LETRA NEGRITO----*/

#ladoDireito p span.boldtext{
	font-weight:bold;
	}
	
/*----  LETRA AZUL  ----*/
	
#ladoDireito p span.magedacolortext{
	background:#F6F4E4;
	color:#62839b;
}

/*----  RODAPÉ  ----*/

#footermainPan{
	background:url(footerbg.gif) 0 0 repeat-x;
	position:relative;
	height:130px;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width:691px;
	background-color: #dfdccb;
}
#footerPan{
	width:691px;
	position:relative;
	margin:0 auto;
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#footerPan ul{
	width:690px;
	position:absolute;
	top:30px;
	left:60px;
}
#footerPan li{
	float:left; 
}
#footerPan ul li a{
	padding:0 2px 0;
	color:#6B6854;
	text-decoration:none;
	font-size: 9px;
}
#footerPan ul li a:hover{
	text-decoration:underline;
}
#footerPanhtml{
	width:100px;
	height:19px;
	display:block;
	position:absolute;
	top:70px;
	left:505px;
}
#footerPanhtml a{
	width:92px;
	height:21px;
	display:block;
	position:absolute;
	top:-3px;
	left:-3px;
	line-height:19px;
	padding:1px 0 0 5px;
	text-transform:uppercase;
	text-decoration:none;
}
#footerPancss{
	width:300px;
	height:40px;
	display:block;
	position:absolute;
	top:60px;
	left:49px;
}
#footerPancss a{
	width:49px;
	height:18px;
	display:block;
	position:absolute;
	top:17px;
	left:-335px;
	line-height:19px;
	padding:1px 0 0 15px;
	text-transform:uppercase;
	text-decoration:none;
}
#footerPancss a:hover{
 	color:#353427; 
 	text-decoration:none;
 }
.fone{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #A8BAC6;
	font-weight: bold;
	}
#lista{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
}
#lista ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
#lista ul li{
	font-family: Arial;
	font-size: 11px;
	list-style-image: url(icon.gif);
}

/*----DIVERSOS----*/

.borda_foto {
	BORDER-RIGHT: 1px solid #E5E0E0;
	BORDER-TOP: 1px solid #E5E0E0;
	BORDER-LEFT: 1px solid #E5E0E0;
	CURSOR: default;
	BORDER-BOTTOM: 1px solid #E5E0E0;
	padding: 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.borda_foto_link {
	BORDER-RIGHT: 1px solid #E5E0E0;
	BORDER-TOP: 1px solid #E5E0E0;
	BORDER-LEFT: 1px solid #E5E0E0;
	CURSOR: hand;
	BORDER-BOTTOM: 1px solid #E5E0E0;
	padding: 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.formmensagem {
	font: 11px Arial, Helvetica, sans-serif;
	}
.botao  {
	font:11px arial;
	color:#555555;
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	display:block;
	cursor: hand;
    }
.LetraAzul {
    font:11px arial;
	color:#62839b;
	}
#lista ul{
	width:450px;
	height:auto;
	display:block;
	padding:10px 0 0;
}
#lista ul li{
	width:450px;
	height:14px;
	position:relative;
	margin:0 auto;
	list-style-type: circle;
}

/* ------------------- duvidas ------------------- */

#navduvidas {
	width: 420px;
	padding:0px 0px 0px 20px;
	margin:0px;
	font:11px Arial;
	text-align:left;
	list-style:decimal;
	list-style-position:inside;
	}
#navduvidas ul {
	margin:0px;
	padding:0px;
	}
#navduvidas li {
	margin:4px 0px 0px 0px;
	}
#navduvidas li a {
	display:block;
	padding:3px;
	font-weight:none;
	color:#555555;
	text-decoration: none;
	background-color:#F6F4E4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #E0E0E0;
	}
#navduvidas li a:hover {
	color:#62839b;
	}

/* ------------------- DICAS ------------------- */

#navdicas {
	width: 420px;
	padding:0px 0px 0px 20px;
	margin:0px;
	font:11px Arial;
	text-align:left;

	list-style-image: url(ico_dicas.gif);
	}
#navdicas ul {
	margin:0px;
	padding:0px;
	}
#navdicas li {
	margin:4px 0px 0px 0px;
	}
#navdicas li a {
	display:block;
	padding:3px;
	font-weight:none;
	color:#555555;
	text-decoration: none;
	background-color:#F6F4E4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #E0E0E0;
	}
#navdicas li a:hover {
	color:#62839b;
	text-decoration: underline;	
	}
	
/* ------------------- LISTA ------------------- */

#navlista {
	width: 420px;
	padding:0px 0px 0px 10px;
	margin:0px;
	text-align:left;
	list-style-position:inside;
	list-style-image: url(ico_dicas.gif);
	font-family: Arial;
	font-size: 11px;
	}
#navlista ul {
	margin:0px;
	padding:0px;
	}
#navlista li {
	margin:3px 0px 0px 0px;
	}
#navlista li a {
	display:block;
	padding:0px;
	font-weight:none;
	color:#555555;
	text-decoration: none;
	}
#navlista li a:hover {
	color:#62839b;
	text-decoration: underline;	
	}

/* ------------------- LINKS ------------------- */

A:link {
	COLOR: #555555;
	TEXT-DECORATION: underline;
	font-weight: normal;
}
A:visited {
	COLOR: #555555; 
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #62839b; 
	TEXT-DECORATION: underline;	
}
A:active {
	COLOR: #555555; 
	TEXT-DECORATION: underline;
}
