@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/bg-site.gif);
	background-repeat:repeat-x;
}
#geral{
	width:960px;
	margin:0 auto;
}
#header{
	width:960px;
	height:220px;
}
#topo{
	width:960px;
	height:170px;
	float:left;
}
#logo{
	width:400px;
	padding:10px 0 0 10px;
	float:left
}
#info{
	width:400px;
	float:right;
	padding:30px 5px 0 0;
}
#info p{
	font-size:11px;
	color:#545454;
	text-align:right;
	line-height:20px;	
}
#menu{
	width:960px;
	height:52px;
	background:url(img/bg-menu.jpg) repeat-x top;
	float:left;
}
#central{
	min-height:400px;
	float:left;
	width:960px;
}
#empresa{
	width:375px;
	height:280px;
	border:#E4A384 1px solid;
	margin:20px 0 0 5px;
	float:left;
}
#empresa h2{
	font-size:12px;
	color:#666;
	padding:5px;
	font-weight:lighter;
	line-height:20px;
}
#empresa img{
	float:left;
	margin:0 0 10px 10px;
}
#marcas{
	width:253px;
	height:280px;
	border:#E4A384 1px solid;
	margin:20px 0 0 16px;
	float:left;
}
#noticias{
	width:283px;
	height:280px;
	border:#E4A384 1px solid;
	margin:20px 0 0 16px;
	float:left;
}
#noticias h3{
	font-size:14px;
	color:#c7480d;
	padding:5px;
}


#noticias ul{
	min-height:230px;
	
}
#noticias ul li{
	list-style:none;
	padding:10px 5px 10px 5px;
	border-bottom:1px #999 solid;
	margin:0 5px 0 5px;
}
#noticias ul li a{
	font-size:12px;
	color:#666;
	text-decoration:none;
}
#noticias ul li a:hover{
	text-decoration:underline;
}

#noticia{
	margin-top:26px;
	margin-left:8px;
}

#fotMaquina{
	width:100px;
	height:100px;
	float:left;
	margin-left:10px;
	margin-top:36px;
}

#descMaquina{
	width:770px;
	height:auto;
	float:left;
	margin-left:20px;
	margin-top:36px;
}

#noticia h1{
	font-size:20px;
}

#okuma{
	width:960px;
	float:left;
	height:280px;
}
#okuma h2{
	text-align:left;
	padding:20px 0 10px 5px;
	color:#666;
	font:18px;
	font-weight:lighter;
}
#okuma p{
	font-size:11px;
	color:#333;
	line-height:19px;
	margin:10px 5px 0 5px;
	font-weight:bold;
}
#rodape{
	width:960px;
	float:left;
	margin:20px 0 0 0;
}
#direitos{
	width:960px;
	margin:0 auto;
	height:59px;
	background:url(img/bg-rodape.jpg) repeat-x center;
}
#direitos p{
	text-align:center;
	color:#FFF;
	font-size:12px;
	line-height:10px;
	padding:15px 0 0 0;
}
#corp{
	width:960px;
	height:37px;
	float:left;
	background:#FFF;
}
#interna{
	width:947px;
	min-height:400px;
	border:#E4A384 1px solid;
	margin:20px 0 0 5px;
	float:left;
}
#interna h2{
	color:#C4470D;
	padding:5px 0 5px 27px;
	margin:0 0 0 5px;
	font-size:25px;
	font-weight:lighter;
	background:url(img/marcador-interno.jpg) no-repeat left center;
}
#interna h3{
	color:#C4470D;
	margin:5px 0 5px 5px;
	font-size:17px;
	font-weight:lighter;
}
#interna p{
	color:#333;
	font-size:12px;
	line-height:19px;
	margin:5px;
}






