@charset "utf-8";

/*--- geral ---*/

* {
	font-family:Arial, Helvetica, sans-serif;
}

html, body {
	overflow-x:hidden;
	overflow-y:auto; 
}

body {
	background-image:url('../img/back.gif');
	width:100%;
	padding:0;
	margin:0;
}

#wrapper {
	width:100%;
	min-width:1024px;
	float:left;
}

img{ border:none;}

/*--- LANDING PAGE ---*/

.landingArea {
	width:100%;
	background-image:url('../img/landingBg.jpg');
	background-repeat:no-repeat;
	background-position:center -50px;
	height:620px;
}

.landingArea .textArea {
	background-image:url('../img/bgTxtLanding.png');
	width:720px;
	padding-top:60px;
	height:305px;
	position:absolute;
	z-index:100;
	left:50%;
	margin-left:-360px;
	margin-top:-100px;
}

.landingArea .textArea .box {
	width:230px;	
	float:left;
	padding-left:60px;
	padding-right:40px;
	margin-top:-20px;
}

.landingArea .textArea .box h1 {
	margin:0px;
	font-size:0px;
	text-indent:-9999px;
	background-image:url('../img/landingH1.gif');
	width:216px;
	height:30px;
	display:block;
}

.landingArea .textArea .box h2 {
	margin:0px;
	font-size:0px;
	text-indent:-9999px;
	background-image:url('../img/landingH2.gif');
	width:250px;
	height:56px;
	display:block;
	margin-left:-25px;
	margin-top:-10px;
}

.landingArea .textArea a#acesse {
	margin:0px;
	font-size:0px;
	text-indent:-9999px;
	background-image:url('../img/btAcesse.png');
	background-position:0px 0px;
	width:194px;
	height:58px;
	display:block;
	margin-top:-50px;
	margin-left:530px;
	margin-bottom:10px;
}

.landingArea .textArea a#acesse:hover {
	background-position:0px -57px;
}

.landingArea .textArea a#acesse3cor {
	margin:0px;
	font-size:0px;
	text-indent:-9999px;
	background-image:url('../img/3corLanding.png');
	background-position:0px 0px;
	width:195px;
	height:76px;
	display:block;
	margin-top:220px;
	margin-left:500px;
	margin-bottom:10px;
}

.landingArea .textArea a#acesse3cor:hover {
	background-position:0px -76px;
}

.landingArea .textArea h1.tagg {
	margin:0px;
	font-size:0px;
	text-indent:-9999px;
	background-image:url('../img/tagNovo.png');
	background-position:0px 0px;
	width:194px;
	height:80px;
	display:block;
	margin-top:-50px;
	margin-left:530px;
	margin-bottom:-10px;
}

.landingArea .textArea .box p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#7e7e7e;
	line-height:19px;
}

.baixo {
	padding-top:30px;
}

