/* HOME PAGE */

* { margin: 0; padding: 0; }

Body {
	background: #F4F8FF url(../imagens/homeBg.jpg) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
  	min-width: 778px;
}

Img { border: none; }

A { text-decoration: none; color: #000000; }

/* frame geral */

#layout {
	position: relative;
	display: block;
	width: 860px;
	height: 480px;
	margin: 0 auto;
	text-align: left;
	background: url(../imagens/homeLogo.jpg) bottom right no-repeat;
}

/* informações das filiais */

#layout #info {
	list-style: none;
	float: left;
	display: block;
	width: 280px;
	height: 300px;
	margin: 20px 20px 106px 0px;
}
#layout #info Li {
	line-height: 15px;
	margin-bottom: 10px;
}
#layout #info Li Strong { text-transform: uppercase; }

/* texto de introdução */

#layout #box {
	position: relative;
	float: left;
	display: block;
	width: 560px;
	height: 310px;
	border-top: 20px solid #003478;
	background-image: url(../imagens/home_textoBg_0.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#layout #box Dt {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #61C250;
}
#layout #box Dd#texto {
	text-align: justify;
	margin: 0px 20px;
	height: 150px;
	overflow: hidden;
}
#layout #box Dd P { margin-bottom: 10px; }

/* links principais */

#layout #box Dd#links {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 5px;
	height: 110px;
	text-align: center;
}
#layout #box Dd#links Ul {
	list-style: none;
	display: block;
	text-align: center;
}
#layout #box Dd#links Ul Li {
	float: left;
	margin: 0px 2px;
}
#layout #box Dd#links Ul Li A {
	display: block;
	height: 110px;
	width: 106px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #003478;
}
#layout #box Dd#links Ul Li A Div {
	display: block;
	width: 106px;
	height: 88px;
	background-image: url(../imagens/home_linkBg_off.png); bottom center no-repeat;
}
#layout #box Dd#links Ul Li A:hover {
	color: #61C250;
}
#layout #box Dd#links Ul Li A:hover Div {
	background: url(../imagens/home_linkBg_on.png) bottom center no-repeat;
	cursor: pointer;
}

/* Idiomas */

#layout #idioma {
	list-style: none;
	clear: both;
	display: block;
	width: 280px;
	height: 40px;
}
#layout #idioma Li {
	float: left;
	width: 43px;
}
#layout #idioma Li A {
	display: block;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}
#layout #idioma #uk A { background-image: url(../imagens/home_uk.jpg) }
#layout #idioma #es A { background-image: url(../imagens/home_es.jpg) }
#layout #idioma #br A { background-image: url(../imagens/home_br.jpg) }

#layout #idioma #legenda {
	display: block;
	width: 130px;
	margin-left: 20px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	color: #003478;
}

#layout #subLinks {
	list-style: none;
	float: right;
	display: block;
}
#layout #subLinks Li { float: left; margin-left: 10px; }
#layout #subLinks Li A { color: #003478; }
#layout #subLinks Li A:hover { color: #61C250; }

/*==============================================================*/
/* HACKS PARA IE6 */

/* png transparent */
* Html #layout #box Dd#links Ul Li A Div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='interface/imagens/home_linkBg_off.png');
}
* Html #layout #box Dd#links Ul Li A:hover Div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='interface/imagens/home_linkBg_on.png');
}

/*Pop Up*/


div#popBox a{ width:445px; height:431px; position:absolute; z-index:500000; margin:10px 0 0 410px;}
div#popBox span a{ width:285px; height:20px; display:block; margin-top:310px; margin-left:500px; font-size:15px; color:#fff; font-weight:bold; overflow:hidden; }
