@charset "utf-8";
/* CSS Document */
* { margin:0 auto; padding:0; font-family:arial; font-size:11px;  }

body {  background:#fff  url(img/fundo.jpg) top	 no-repeat; color:#666; }

a {text-decoration:none; color:#666;}
a:hover {color:#1e3376;}

.link {text-decoration:none; font-size:12px;}
a.link {color:none;}

.linkMenu {text-decoration:none; font-size:11px; background-color:#fff; color:#cc0000; padding:4px 10px; float:left; font-weight:bold; }
.linkMenu:hover {color:#fff; background-color:#cc0000;}

.linkPreto:link, .linkPreto:active, .linkPreto:visited{color:#000; text-decoration:none; font-size:11px;} .linkPreto:hover{color:#cc0000}
.linkPequeno {font-size:9px; color:#1e3376}

#principal { width:100%; }
#topo{width:980px; height:150px; background:url(img/logo.png) center left no-repeat;}
#rodape{width:980px; height:40px; padding-top:8px; margin-bottom:10px; border-top:solid 1px #aed4ff;
	position: relative;
	margin-top:10px;
	clear:both
 }
#rodape_esq{float:left; width:25%; margin-top:9px}
#rodape_dir{float:right; width:75%;}

#tv { width:980px; height:320px; }
#menu {
	z-index:1;
	position:absolute;
	width:980px;
	top:30px;
	height:24px;
	padding-top:10px;	
}
#menu_esq{
	width:620px;
	margin-left:100px;
	float:left;
	text-align:right;
}

#menu_dir{
	width:220px;
	float:right;
	text-align:left;
}

#empresa_menu{
	position:relative;
	width:980px;
	left:50%;
	margin-left:-490px;
	height:70px;
	padding-top:30px;
	text-align:center;
	line-height:20px;
	/*border:1px solid #ccc;*/
}

#empresa_dir{ width:940px; height:auto;}

#conteudo { width:980px; height:auto; min-height:100%}

#trabalhe_esq{float:left; width:410px; padding:20px; background: #FFF;}
#trabalhe_dir{float:right; width:45%;}

#contato_esq {float:left; width:410px; padding:20px; background: #FFF;}
#contato_dir {float:left; width:40%; padding-left:50px; }

#meio { width:980px; height: 175px; }

#empresa { margin-left:30px; width:207px; height:150px; float:left; background:#fff;}
#produtos { margin-left:30px; width:207px; height:150px; float:left; background:#fff;}
#trabalhe { margin-left:30px; width:207px; height:150px; float:left; background:#fff;}
#sac { margin-left:30px; width:207px; height:150px; float:left; background:#fff;}

#prod_qdo {float:left; width:282px; height:62px; margin-left:25px; margin-right:15px; margin-bottom:20px; background:url(img/produtos_qdo.jpg); }
#prod_esq {float:left; width:160px; padding:20px; margin-left:20px; background: #FFF;}
#prod_dir {float:left; width:720px; padding:20px; background:#FFF }

.tGrande { font-size:21px;}
.tArial { font-family:Arial, Helvetica, sans-serif;}
.tArialBlack { font-family:"Arial Black", Gadget, sans-serif; }
.tMedio { font-size:16px; }
.tBranco{ color:#ffffff;}
.tAzul{ color:#1e3376;}
.tAzulClaro {color:#aed4ff}
.tCinza {color:#666666;}
.tBold {font-weight:bolder;}
.tItalic {font-style: italic;}
.tEspaco { letter-spacing:-1px; }
.tPequeno {font-size:9px;}

.box {padding:5px; border:solid 1px #FFF; background:#DDD; color:#666;}
.box_index {border:0; width:156px; color:#666; padding-right:8px; padding:3px; height:17px;}
.btn {background:#aed4ff; padding:5px 20px; color:#1e3376; font-weight:bold; width:100px; border:0px;}
