/* CSS Document */

*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left: auto;
    margin-right: auto;

}
 body{
	margin-top:0px;
	background:#E8EEF4;
	
}

#contanerGeral{
	width:1000px;
	position:absolut;
	background:#FFFFFF;
}

#topo{
	width:1000px;
	height:176px;
	background-image:url(../img/topo.gif);
	background-repeat:no-repeat;
	position:relative;
}

#topo .separacao{
	clear:both;
	
}

#menu{
	width:1000px;
	height:19px;
	background-image:url(../img/filete_menu.gif);
	background-repeat:no-repeat;
	position:absolute;
	bottom:2px;
}

#logomarca{
	width:250px;
	height:90px;
	float:left;
	margin-left:20px;
	margin-top:10px;
}

#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}

#menu ul li{
	float:left;
	color:#FFFFFF;
	padding-right:18px;
	font-weight:bold;
	font-size:11px;
}

#menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
}


#menu ul li a:hover{
	color:#FFCC00;
	text-decoration:none;
}


#centro{
	width:1000px;
	height:340px;
	background-image:url(../img/bg_centro_home.jpg);
	background-repeat:no-repeat;
	position:relative;
	z-index:1;
}

#fotos{
	width:332px;
	height:340px;
	float:left;
	z-index:2;
}

#destaques{
	width:663px;
	height:340px;
	float:right;
	z-index:3;
}

#jouleBrazil{
	width:224px;
	height:78px;
	float:left;
	z-index:4;
	margin-top:340px;
	position:absolute;
	left: 10px;
	top: -23px;
}

#menu1{
	width:144px;
	height:426px;
	z-index:6;
	float:right;
	position:absolute;
	left: 354px;
	top: 1px;
}

#menu2{
	width:144px;
	height:426px;
	z-index:7;
	float:right;
	position:absolute;
	margin-left:160px;
	left: 354px;
	top: 2px;
}

#menu3{
	width:144px;
	height:426px;
	z-index:8;
	float:right;
	position:absolute;
	margin-left:320px;
	left: 354px;
	top: 2px;
}

#menu4{
	width:144px;
	height:426px;
	z-index:9;
	float:right;
	position:absolute;
	margin-left:480px;
	left: 354px;
	top: 2px;
}


#rodape{
	width:1000px;
	height:138px;
	background:#E8EEF4;
	background-image:url(../img/rodape.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	z-index:5;
}

#rodape .foura{
	margin-left:825px;
	padding-top:104px;
}

#rodape .foura a{
	color:#0066FF;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	
}

#rodape .copy{
	width:300px;
	float: left;
	color:#000000;
	
	margin-top:100px;
	margin-left:30px;
}



/* Página de Contato*/



