/* CSS Document */

body{
	margin:0;
	background-color:#eeeeee;
}

/* divs */
#geral{
	width:753px;
	margin:0 auto;
	background-color:#dbdce0;
}

#topo{
	width:753px;
	height:106px;
	top:0;
	left:0;
}

#menu {
	width:753px;
	border:none;
	margin:0;
	padding:0;
	font:12px Arial, sans-serif;
	color:#000000;
	background-color:#dbdce0;
	text-align:center;
}
#menu li {
	list-style:none; 
	margin: 0;
	display:inline;
}
#menu li a {
	height:1px; /* IE5.0 bug */
	padding:0 2.798em;
	margin:1px 0;
	border:none; 
	background:#ffffff;
	text-decoration: none;
}
#menu li a:link {
	color:#006699;
}
#menu li a:visited {
	color:#0174B3;
}
#menu li a:hover {
	background:#eeeeee;
	color:#0174B3; 
	border-color:#000000;
}

#destaque_hor{
	width:725px;
	height:272px;
	padding:8px 0 8px 15px;
}

#destaque_vert{
	width:725px;
	height:272px;
	padding:7px 0 0 15px;
}

#areas{
	width:738px;
	padding:7px 0 7px 15px;
}

#txt{
	position:absolute;
	margin-left:40px;
	top:437px;
	width:681px;
	height:67px;
	z-index:2;
	font:13px Arial, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	line-height:20px;
	letter-spacing:1px;
}

#telefones{
	width:735px;
	padding:7px 0 7px 15px;
	clear:both;
}


#produtos1{
	width:443px;
	padding:7px 0 0 15px;
	float:left;
}

#produtos2{
	width:262px;
	margin-right:10px;
	margin-top:10px;
	z-index:1;
	float:right;
}

#somos1{
	width:373px;
	height:540px;
	padding:7px 0 0 15px;
	float:left;
	background-image:url(images/somos03.jpg)
}

#somos2 {
	/*position:relative;*/
	width:344px;
	height:523px;
	margin:17px 15px 0 0;
	background-color:#FFFFFF;
	float:right;
	z-index:1;
}

#base{
	width:753px;
	height:10px;
	background-color:#717377;
	text-align:right;
}

/* classes */
.titulo_somos{
	font:14px Arial, sans-serif;
	font-weight:bold;
	color:#000000;
	padding:60px 0 0 122px;
	max-width:220px;
}
.txt_somos{
	font:12px Arial, sans-serif;
	font-weight:normal;
	color:#000000;
	padding:20px 0 0 122px;
	max-width:220px;
}

.titulo_somos2{
	font:14px Arial, sans-serif;
	font-weight:bold;
	color:#000000;
	padding:5px 0 0 5px;
	max-width:330px;
}
.txt_somos2{
	font:12px Arial, sans-serif;
	font-weight:normal;
	color:#000000;
	padding:0 0 0 5px;
	max-width:330px;
}

.txt_padrao{
	font:11px Arial, sans-serif;
	color:#FFFFFF;
}
.txt_padrao a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.txt_padrao a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.txt_padrao a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.txt_padrao a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.campo {
	margin:0;
	font:11px Arial, sans-serif;
	color:#00000;
	border:solid 1px #dbdce0; 
	background-color:#dbdce0;
	width:300px;
}

.bt {
	margin:0;
	font:11px Arial, sans-serif;
	color:#00000;
	border:solid 1px #dbdce0; 
	background-color:#dbdce0;
}

