body{
	background-image:url(img/fundo.jpg);
	font-family:"Myriad Pro", helvetica, arial, sans-serif;
}

#geral {
	width:800px;
	background-image:url(img/marca.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0 auto;
	font-size:12px;
	height:100%;
	
}

a {
	font-size:14px;
	color:#fff;
	text-decoration:none;
	font-family:"Myriad Pro", helvetica, arial, sans-serif;
	font-weight:regular;
	text-shadow: 2px 2px 10px #999;
}

a:hover{
	color:#2d9eb3;
}

h1{
	font-size:22px;
	color:#2d9eb3;
}

p{
	text-align:justify;
	color:#333;
	font-size:14px;
	line-height:18px;
	
}


#menu{
	list-style: none; 
	text-align:right;
	font-size:9px;
	color:#999;
	float:right;
	height:46px;
	width:350px;
	margin-bottom:25px;

}

#menu ul{
	padding:0;
	height:43px;
	background-image:url(img/barra_menu.gif);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	
	
}

#menu ul li{
	display:inline-block;
	padding: 13px 10px;
	

	
}


#menu ul li:hover{
	display:inline-block;
	padding: 7px 10px;
	border-bottom: solid 3px #2d9eb3;
	
	
}

#conteudo{
	width:800px;
	min-height:250px;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(img/marcadagua.jpg);
}

#conteudo_servicos{
	width:800px;
	height:300px;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(img/marcadagua.jpg);
	

}


#conteudo_impulsores{
	width:800px;
	height:490px;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(img/impulsores.jpg);
	float:left;

}


#conteudo_turbinas{
	width:800px;
	height:470px;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(img/turbinas_item.jpg);
	float:left;

}

#conteudo_estatores{
	width:800px;
	height:470px;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(img/estatores.jpg);
	float:left;

}

#conteudo_diversos{
	width:800px;
	height:470px;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(img/diversos.jpg);
	float:left;

}


#conteudo_produtos{
	width:800px;
	min-height:680px;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(img/marcadagua.jpg);
}

#conteudo_contato{
	width:800px;
	min-height:250px;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(img/contato.jpg);
}

	

#rodape{
	background-image:url(img/rodape.jpg);
	background-position: left;
	background-repeat:repeat-x;	
	position:relative;
    bottom:0;
    width:100%;
	float:left;
}


#dados{
	background-image:url(img/dados.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:800px;
	height:157px;
	margin: 0 auto;
	
}

#container {
   height:100%;
   min-height:100%;
   position:relative;
   padding:0px;
}