/* DIV QUE CONTROLA O CORPO DO SITE*/
body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/fundo.jpg);
	background-repeat:repeat-x;
	background-color:#bcd5eb;
}
img{
	border:0;
}
/*------------------------------ FIM ----------------------------------*/

/* DIVS PARA ORGANIZAR O CONTEUDO DO SITE*/
#container{
	width:999px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
#topo1{
	position:relative;
	float:left;
	width:999px;
	height:128px;
	background-image:url(images/layout_02.jpg);
	background-repeat:no-repeat;
}
#menu{
	position:relative;
	float:left;
	width:669px;
	height:46px;
	background-image:url(images/layout_04.jpg);
	background-repeat:no-repeat;
	padding-left:330px;
}
#topo2{
	position:relative;
	float:left;
	width:999px;
	height:239px;
	background-image:url(images/layout_05.jpg);
	background-repeat:no-repeat;
}
#conteudo{
	position:relative;
	float:left;
	width:999px;
}
#conteudo_dentro{
	position:relative;
	float:left;
	width:999px;
}
#rodape{
	position:relative;
	float:left;
	width:999px;
	height:50px;
	background-image:url(images/layout_07.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
}
.localizacao{	
	border:1px solid #000099;
}
#txt_localizacao{
	position:relative;
	float:left;
	text-align:center;
	margin:20px 0 20px 0;
}
/*----------------------- FIM -----------------------*/

/*MENU DE NAVEGAÇÃO*/

ul.nav { 
	margin:0; 
	padding:0;
	}
	
ul.nav li {
	list-style:none;	
	display:inline;
	}
ul.nav li a {
	float:left;
	width:120px;
	font-family:Calibri;
	color:#000000;
	text-align:center;
	padding:12px  0.2em 0.2em  0;
	text-decoration:none;
	}
ul.nav a:hover{
	text-decoration:underline;
	}
/*----------------------- FIM -----------------------*/

/*CONTEUDO DA PAGINA EMPRESAS*/
#conteudo_empresa{
	position:relative;
	float:left;
	width:649px;
	margin:28px 0 20px 0;
	background-image:url(images/layou_09_empresa.jpg);
	background-repeat:repeat-y;
	padding:0 15px 0 15px;	
}
.titulos{
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16pt;
	color:#005295;
}
#conteudo_contato_home{
	position:relative;
	float:left;
	width:305px;
	margin:28px 0 20px 0;
	background-image:url(images/layout_10_contato.jpg);
	background-repeat:repeat-y;
	padding-left:15px;
	font-family:Calibri;
}
#img_contato{
	position:relative;
	float:left;
	width:283px;
	height:83px;
	background-image:url(images/foto_contato_13.jpg);
	background-repeat:no-repeat;
	margin:10px 0 10px 0;
}
.txt_contato{
	position:relative;
	float:left;
	width:305px;
}
#conteudo_produtos_home{
	position:relative;
	float:left;
	width:969px;
	background-image:url(images/linha.jpg);
	background-repeat:repeat-y;
	padding:0 15px 0 15px;	
}
.titulo_produto{
	position:relative;
	float:left;
	width:950px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16pt;
	color:#005295;
}
.quadro_produtos{	
	position:relative;
	float:left;
	width:298px;
	height:209px;
	margin:12px;
}
.txt_empresa{	
	position:relative;
	float:left;
	width:649px;
	font-family:Calibri;
	font-size:medium;
}
.logos_empresa{
	position:relative;
	float:left;
	width:649px;
	text-align:center;
}
.bordas_logos{
	border:1px solid #000066;
	margin:15px;
}
/*----------------------- FIM -----------------------*/

/*CONTEUDO DO RODAPE*/
.txt_rodape{
	font-family:Calibri;
	font-size:10pt;
	color:#000000;
	text-align:center;
}
a.link_rodape:link {
	text-decoration: none;
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-family:Calibri;
	font-size: 10pt;
	font-weight: bold;
	color:#000066;
}
a.link_rodape:visited {
	text-decoration: none;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-family:Calibri;
	font-size: 10pt;
	font-weight: bold;
	color:#000066;
}
a.link_rodape:hover {
	text-decoration: none;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-family:Calibri;
	font-size: 10pt;
	font-weight: bold;
	color:#990000;
}
/*----------------------- FIM -----------------------*/

/*CONTEUDO DA PAGINA PRODUTOS E SERVIÇOS*/
#conteudo_produtos{
	position:relative;
	float:left;
	width:649px;
}
.sub_produtos{
	position:relative;
	float:left;
	width:649px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	color:#005295;
	padding-top:5px;
	border-bottom:1px solid #000099;
}
/*----------------------- FIM -----------------------*/

/*---------Galeria de FOTOS -------*/
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 16px;
	padding: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 150px;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover img  {
	border-color: #666;
}
/*----------------------- FIM -----------------------*/

/* FORMATAÇÃO DA GREYBOX*/
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }
/*-------------------------- FIM -----------------------*/

/* DIV PARA ORGANIZAR CONTEUDO DO CONTATO */
.titulo_contato{
	position:relative;
	float:left;
	width:950px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16pt;
	color:#005295;
	margin:0 0 15px 0;
}
#faixa{
	position:relative;
	float:left;
	width:999px;
	height:20px;
}
#contato{
	position:relative;
	float:left;
	width:980px;
}
#foto_contato{
	position:relative;
	float:right;
	width:354px;
	height:402px;
}
.tarja_contato{
	position:relative;
	float:left;
	width:590px;
	padding:5px;
	background-color:#f8f8f8;
	border:1px solid #000066;
	margin-bottom:5px;
}
.chamada{
	position:relative;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}	
.txt_contato{
	position:relative;
	float:left;
	font-family:Geneva;
	font-size:12pt;
	font-style:italic;
	font-weight:bold;
	color:#000066;
}
.form{
	position:relative;
	float:right;
}
.objetos {
	font-family:tahoma;
	font-size:12px;
	color:#000000;
	border:1px solid #000066;
}
.objetosred {
	font-family:tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #FF0000;
	padding-left:1px;
}
.objetos_bt{
	margin:0px;
	padding-left:2px;
	border:1px solid #000066;
	background-image:url(imagens/layout3_10.jpg);
	color:#000066;
	font-family:tahoma;
	font-weight:bold;
}

/*------------------------------ FIM ----------------------------------*/
