@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(../imgs/bg_pg.jpg);
	background-repeat:repeat-x;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
img
{
	display:block;
}
object
{
	outline:none;
	display:block;
}

a:link
{
	color:#000;
	text-decoration:none;
}
a:visited
{
	color:#000;
	text-decoration:none;
}
a:hover
{
	color:#000;
	text-decoration:underline;
}

#corpo
{
	width:980px;
	height:700px;
	margin:0 auto;
}
#cab
{
	width:890px;
	height:25px;
	padding-left:90px;
	padding-top:5px;
	.padding-top:0px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}
#cab a:link
{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
#cab a:visited
{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
#cab a:hover
{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
#cab_baixo
{
	width:930px;
	height:auto;
	padding-left:50px;
	margin-top:20px;
}
#geral
{
	width:930px;
	height:401px;;
	padding-left:50px;
}
#menu
{
	width:246px;
	height:384px;
	background-image:url(../imgs/bg_menu.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:5px;
	padding-top:20px;
	padding-left:10px;
	
}
#link_menu
{
	width:235px;
	height:25px;
	border-bottom:1px solid #000;
	margin-top:12px;
	.margin-top:9px;

}
#link_menu a:link
{
	
	font-size:11px;
	color:#000;
	text-decoration:none;
	width:210px;
	display:block;
	padding:0px 5px 5px 5px;
	height:25px;
}
#link_menu a:visited
{
	
	font-size:11px;
	color:#000;
	text-decoration:none;
	width:210px;
	padding:0px 5px 5px 5px;
	display:block;
	height:25px;
}
#link_menu a:hover
{
	font-size:11px;
	color:#000;
	text-decoration:underline;
	padding:0px 5px 5px 5px;
	width:210px;
	display:block;
	height:25px;
}

#menu_prod
{
	
	display:none;
	position:absolute;
	top:320px;
	left:50%;
	margin-left:-230px;
	color:#FFF;
}

#menu_serv
{
	
	display:none;
	position:absolute;
	top:430px;
	left:50%;
	margin-left:-230px;
	color:#FFF;
}

#link_sub_menu a:link
{
	width:150px;
	height:auto;
	background-color:#206d77;
	padding:5px 10px 5px 10px;
	display:block;
	color:#FFF;
	text-decoration:none;
	border-bottom:1px solid white;
}
#link_sub_menu a:visited
{
	width:150px;
	height:auto;
	background-color:#206d77;
	padding:5px 10px 5px 10px;
	display:block;
	color:#FFF;
	text-decoration:none;
	border-bottom:1px solid white;
}
#link_sub_menu a:hover
{
	width:150px;
	height:auto;
	background-color:#206d77;
	padding:5px 10px 5px 10px;
	display:block;
	color:#fff;
	text-decoration:underline;
	border-bottom:1px solid white;
}


#titulo
{
	width:600px;
	height:30px;
	margin-left:30px;
	margin-top:40px;
}

#texto
{
	width:570px;
	height:280px;
	overflow:auto;
	margin-left:30px;
	margin-top:10px;
	display:block;
}

#noticias
{
	width:540px;
	height:170px;
	border-bottom:1px solid black;
	text-align:justify;
	margin-bottom:10px;
}

.caixa_txt
{
	width:300px;
	height:20px;
	border:1px solid #666;
}

#cont
{
	width:630px;
	height:431px;
	background-image:url(../imgs/bg_cont.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:4px;
}
#rodape
{
	width:920px;
	height:40px;
	clear:both;
	color:#FFFFFF;
	margin-top:62px;
	.margin-top:61px;
	_margin-top:32px;
	margin-left:60px;
}


