/*--------------------------------------------------------------------
Corpo Style / Estruturas comuns (IE6 FF1.5)

Version: 	1.0
author: 		Burocratik (alexandre gomes)
email: 		alex@burocratik.com
website: 	http://www.burocratik.com
-----------------------------------------------------------------------*/
@import url(corpo.css);
@import url(texto.css);


/* =Submenu principal
------------------------------------------------------*/
ul#mainSubMenu{
	position: absolute;
	top: 57px; left: 225px; 
	width: 131px; height: 100px;
	padding: 0;	margin: 0;
	list-style: none;
	border: none;
	/*background: red;*/
}
ul#mainSubMenu li{ /* :INFO: Cria as linhas de separacao*/
	width: 127px;
	padding: 1px 0 1px 0;
	margin: 0;
	height: 15px;
	border-bottom: 1px solid #a5dfea;
}
ul#mainSubMenu li a{
	position: relative;
	display: block;
	width: 127px; height: 15px;
	margin: 0; padding: 0;
	line-height: 15px;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 5px;
	color: #526d84;
	border: 0; /* :INFO: para anular no visited o formato global (texto.css) dos links*/
}
*html ul#mainSubMenu li a, *html ul#mainSubMenu li strong{ /* :HACK: IE <=6*/
	line-height: 14px; 
}
ul#mainSubMenu li a:hover {
	visibility: visible; /* :BUG: para no IE  para as imagens voltarem ao posicao non-hover*/
}
ul#mainSubMenu li a:hover span,
ul#mainSubMenu li a:focus span { /* :INFO: necessario para a imagem do roll over*/
	display: block;
	margin: 0; padding: 0;
	position: absolute;
	top: -1px; left: -5px;
	width: 5px;	height: 15px;
	background: transparent url(../imgs/submenu-over.gif) no-repeat left center;
}
ul#mainSubMenu li strong{ /* :INFO: botao on*/
	position: relative;
	display: block;
	width: 127px;	height: 15px;
	margin: 0; padding: 0;
	line-height: 15px;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 5px;
	color: #526d84;
	background: #e4f5f9;
}

/* =HEADER vCARD
------------------------------------------------------*/
.vcard {
	position: absolute;
	left: 0px; top: 175px;
	width: 255px; height: auto;
	font-family: "Lucida Sans Unicode", sans-serif; font-weight: normal; font-size: 12px;
	line-height: 1.5em; letter-spacing: normal;
}
.vcard h2 {
	font-size: 40px; font-weight: normal;
	letter-spacing: -3px;
	margin: 43px 0 19px 0; padding: 0;
	color: #00407a;
}
.vcard h3 {
	font-size: 18px; font-weight: normal;
	margin: 0 0 8px 0; padding: 0;
	color: #4bbfd6;
}
.vcard p {margin: 0 0 2px 0; padding: 0;color: #485056;}
.vcard img{border: none; width:26px; height:16px;}
.vcard a, .vcard a:hover {border:none; background: none; padding: 0;} /* :INFO: padding zero para contrariar o txt.css > a[href^="http:"]*/
abbr, span.abbr{border-bottom: none;} /* :INFO: IE6- nao reconhece abbr e Tirar picotado no FF*/
.vcard .country-name{display: none;}
/* = Content
------------------------------------------------------*/

/* =Esquerda */
.content-esq {
	float: left;
	width: 290px; height: auto;
	margin: 30px 10px 0 0; padding: 0;
	font-family: "Lucida Sans Unicode", sans-serif;
	letter-spacing: normal; line-height: 1.3em;
}

/* =Center */
.content-center {
	float: left;
	width: 290px; height: auto;
	margin: 30px 10px 0 0; padding: 0;
	font-family: "Lucida Sans Unicode", sans-serif; 
	letter-spacing: normal; line-height: 1.3em;
}

/* =Direita  */
.content-dta {
	float: left;
	width: 290px; height: auto;
	margin: 30px 0 0 0; padding: 0;
	font-family: "Lucida Sans Unicode", sans-serif; 
	letter-spacing: normal; line-height: 1.3em;
}

.content-esq p, .content-center p, .content-dta p {
	margin: 0 0 12px 0; 	padding: 0;
	font-size: 12px;
}
.content-esq h4, .content-center h4, .content-dta h4 {
	margin: 0; 	padding: 0 0 12px 0; 
	font-size: 14px; 
	color: #485056;
}
.content-esq h4.separador, .content-center h4.separador, .content-dta h4.separador {
	margin: 0; 	padding: 20px 0 12px 0; 
	font-size: 14px; 
	color: #485056;
}
.content-esq h5, .content-center h5, .content-dta h5 {
	margin: 0; 	padding: 0 0 3px 0; 
	font-size: 14px; font-weight: normal;
	color: #38adc4;
}
.content-esq a, .content-center a, .content-dta a {
	font-size: 12px;
	color: #485056;
}
.content-clear {
	clear: both;
	font-family: "Lucida Sans Unicode", sans-serif; font-weight: normal; font-size: 18px;
	line-height: normal; letter-spacing: normal;
	margin: 0; padding: 50px 0 0 0;
	color: #4bbfd6;
}
