@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border-left-width: 2px;
	background-image: url(imagens/background.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-bottom: 30px;
}
#container {
	width: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#top {
	width: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	background-color: #000;
	padding-top:10px;
	height: 28px;
}

#top2 {
	width: 100%;
	background-color: #000;
	height: 10px;
	margin: 0;
	padding: 0;
	float: left;
}
#top3 {
	width: 968px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-right: auto;
	background-color: #FFF;
	height: 10px;
	background-image: url(imagens/fundoBarra.png);
	background-repeat: repeat-y;
	margin-left: auto;
}

#top_item {
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 968px;
	float: center;
	padding-left:20px;
}

#haloBox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 605px;
	float: left;
	background-image: url(imagens/fundoPrincipal.png);
	height: 210px;
	background-repeat: no-repeat;
}

#logicImage {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 322px;
	float: right;
	text-align: center;
	padding-top: 20px;
	padding-right: 30px;
}

#haloTitulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	width: 565px;
	float: left;
	text-align: left;
	padding-left: 40px;
	color: #900;
}
#haloTexto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 420px;
	float: left;
	text-align: justify;
	padding-left: 40px;
}
#menu_item {
	width: 120px;
	float: left;
	text-align:center;
}


#login_box {
	float: right;	
	padding-right:20px;
}

#login_item {
	width: 50px;
	float: left;	
}


#login {
	background-color : #FFF;
	width: 140px;
	color: #666;
	float: left;
	margin-right:10px;
	font-size:11px;
	padding-left:5px;
}
#pass {
	background-color : #FFF;
	width: 50px;
	color: #666;
	float: left;
	margin-right:10px;
	font-size:11px;
	padding-left:5px;
}


#content {
	width: 968px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	float: center;
	text-align:center;
}

#linha {
	width: 968px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	float:left;
	text-align:center;
	background-color: #FFF;
	padding-bottom: 10px;
}



#bottom2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	background-color: #000;
	float: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0;
	padding: 0;
	height: 20px;
}
#bottom3 {
	width: 968px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	background-color: #FFF;
	height: 10px;
}
#bottom_bar{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	background-color: #000;
	float: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0;
	padding: 0;
}
#bottom_content{
	background-color:#000;
	float: center;
	width: 968px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
#bottom_item1 {
	width: 150px;
	float: left;
	text-align:left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	font-size: 10px;
	color: #FFF;
	padding-bottom: 10px;
}
#bottom_item2 {
	width: 300px;
	float: left;
	text-align:left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	color: #FFF;
	margin-bottom: 10px;
}


#address_item {
	width: 200px;
	float: right;
	text-align:center;
	font-size:7pt;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left:20px;
	color: #FFF;
	margin-bottom: 10px;
}



#liquid-round_blue {
     width:100%;
      margin:0px auto;
      background:#ffffff url(imagens/leftside_blue.png) repeat-y left top;
      }

.top_blue {
      width:100%;
      height:47px;
      background:url(imagens/top_blue.png) no-repeat left top;
      }

.top_blue span {
      display:block;
      position:relative;
      height:47px;
      background:url(imagens/top-right_blue.png) no-repeat right top;
      }


.center-content_blue {
      position:relative;
      background:url(imagens/rightside_blue.png) repeat-y right top;
      padding:1px 0px 1px 0px;
      }

.bottom_blue {
      height:17px;
      background:url(imagens/bottom_blue.png) no-repeat left bottom;
      }

.bottom_blue span {
      display:block;
      position:relative;
      height:17px;
      background:url(imagens/bottom-right_blue.png) no-repeat right bottom;
      }

#liquid-round_red {
     width:100%;
      margin:0px auto;
      background:#ffffff url(imagens/leftside_red.png) repeat-y left top;
      }

.top_red {
      width:100%;
      height:47px;
      background:url(imagens/top_red.png) no-repeat left top;
      
      }

.top_red span {
      display:block;
      position:relative;
      height:47px;
      background:url(imagens/top-right_red.png) no-repeat right top;
      }


.center-content_red {
      position:relative;
      background:url(imagens/rightside_red.png) repeat-y right top;
      padding:1px 0px 1px 0px;
      }

.bottom_red {
      height:17px;
      background:url(imagens/bottom_red.png) no-repeat left bottom;
      }

.bottom_red span {
      display:block;
      position:relative;
      height:17px;
      background:url(imagens/bottom-right_red.png) no-repeat right bottom;
      }


#liquid-round_verde {
     width:100%;
      margin:0px auto;
      background:#ffffff url(imagens/leftside_verde.png) repeat-y left top;
      }
.top_verde {
      width:100%;
      height:47px;
      background:url(imagens/top_verde.png) no-repeat left top;
      }

.top_verde span {
      display:block;
      position:relative;
      height:47px;
      background:url(imagens/top-right_verde.png) no-repeat right top;
      }


.center-content_verde {
      position:relative;
      background:url(imagens/rightside_verde.png) repeat-y right top;
      padding:1px 0px 1px 0px;
      }

.bottom_verde {
      height:17px;
      background:url(imagens/bottom_verde.png) no-repeat left bottom;
      }

.bottom_verde span {
      display:block;
      position:relative;
      height:17px;
      background:url(imagens/bottom-right_verde.png) no-repeat right bottom;
      }

#box1terco {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	float: left;
	width: 34%;
        padding-right: 10px;
        padding-left: 20px;

}

#box2tercos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	float: right;
	width: 60%;
        padding-right: 10px;
        padding-left: 10px;

}

#boxColorTitulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	width: 100%;
	float: left;
	text-align: center;
	font-weight: bold;
	padding-top:30px;
        color: #F5F5F5;
       
	
       
}
#boxColorTexto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
       font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
	padding-right: 45px;
        padding-left: 40px;
        text-align: justify;
        color: #F5F5F5;
        
}

#buttonAvisoRed {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 80%;
	text-align: center;
	font-weight: normal;
	padding-left: 10%;
	padding-right: 10%;
	background-image: url(imagens/buttonRed.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 5px;
        padding-top:10px;
        padding-bottom:25px;
        color: #FFF;
}

#buttonAvisoGreen {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 80%;
	text-align: center;
	font-weight: normal;
	padding-left: 10%;
	padding-right: 10%;
	background-image: url(imagens/buttonGreen.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 5px;
        padding-top:10px;
        padding-bottom:25px;
        color: #FFF;
}

#buttonAvisoBlue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 80%;
	text-align: center;
	font-weight: normal;
	padding-left: 10%;
	padding-right: 10%;
	background-image: url(imagens/buttonBlue.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 5px;
        padding-top:10px;
        padding-bottom:25px;
        color: #FFF;
}

#one_third_box_services_verde {
	width: 302px;
	margin-bottom: 5px;
	background-image:url(imagens/boxVerde.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	float: left;
	height: 170px;
	margin-left: 20px;
}
#link_services {
	width: 100px;
	text-align:right;
	font-family: Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size: 10px;
	float: right;
	margin-top: 10px;
	padding-right: 20px;
}
#one_third_box_services {
	width: 302px;
	margin-bottom: 5px;
	background-image:url(imagens/boxAzul.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	float: left;
	height: 170px;
	margin-left: 20px;
}

#one_third_box_products{
	width: 322px;
	height: 190px;
	margin-bottom: 5px;
	background-image:url(imagens/3fundo.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	float: left;
	margin-top: 0px;
}
#image_services{
	width: 100px;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 10px;
	float: right;
	margin-right: 35px;
}

#text_title_products{
	width: 207px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 16px;
	float: left;
	margin-left: 80px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#text_products{
	width: 160px;
	height: 45px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 10px;
	float: left;
	margin-right: 40px;
}

#text_link_products{
	width: 90px;
	padding-top:5px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 12px;
	float: right;
	padding-right: 40px;
	padding-left: 40px;
}

#image_products{
	width: 100px;
	padding-left:10px;
	text-align:right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 10px;
	float: left;
	margin-top: 22px;
	padding-right: 10px;
}

#text_title_services{
	width: 130px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 16px;
	float: left;
	margin-left: 30px;
	margin-top: 50px;
	margin-bottom: 10px;
}

#text_services{
	width: 200px;
	text-align:left;
	font-family: Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size: 10px;
	float: left;
	margin-left: 30px;
	height: 90px;
}

#text_link_services{
	width: 90px;
	padding-top:10px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 12px;
	float: left;
	padding-right: 40px;
}

#image_services{
	width: 100px;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 10px;
	float: right;
	margin-right: 35px;
}

#logoServicesImage {
	float: left;
	text-align: center;
	font-weight: bold;
        margin-top:10px;
        margin-bottom:10px;
	margin-left: 10px;
        margin-right: 10px;
}

#swiftTextoFigura1tercoBordas {
    font-size: 12px;
	width: 160px;
	float: left;
	text-align: center;
	vertical-align: text-bottom;
        padding-top:40px;
	
}

#swiftTextoFigura1terco {
    font-size: 12px;
	width: 155px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: text-bottom;
        padding-top:15px;
	
}

#swiftLinha {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	width:100%;
	text-align: center;
	
}
#swiftLinhaCentro {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 75%;
	float: left;
	text-align: center;
	font-weight: bold;
	padding-left: 25%;
}

#swiftTextoBolinhas1 {
	font-size: 12px;
	width: 160px;
	float: left;
	text-align: left;
	padding-right: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: normal;
}
#swiftBolinhas1 {
	font-size: 14px;
	width: 70px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
}

#linha {
	width: 968px;
	float:left;
	text-align:center;
	
}

#logoProjetos2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 150px;
	float: right;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	background-color: #FFF;
	margin-top: 20px;
}
#logoProjetos3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 150px;
	float: right;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	background-color: #FFF;
	margin-top: 20px;
}

#john3DoeSplitImage {
	font-size: 12px;
	width: 95%;
	float: left;
	background-color: #FFF;
	margin-right: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
        padding-left:20px;
}

#john3doeSplit {
	font-size: 12px;
        color:#000000;
	width: 50%;
	float: left;
	text-align: center;
	
}

#logicViewLinha1 {
	width: 100%;
	text-align:left;
	margin-bottom: 10px;
        height:150px;
}

#logicViewLinha2 {
	width: 100%;
	text-align:left;
	margin-bottom: 10px;
        height:260px;
}

#logicViewSplit {
	font-size: 12px;
	width: 115px;
	float: left;
	text-align: center;
	margin-left: 5px;
        margin-right: 5px;
       margin-bottom:10px;
	
}
#logicViewSplit2 {
	width: 65%;
        float:left;
	text-align: left;
	padding-right: 15px;
	height: 90px;
}

#logicViewImage {
	width: 140px;
	float: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	height: 90px;
	text-align: center;
        margin-top:50px;
	
}
#logicViewSplitImage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 120px;
	float: left;
	background-color: #FFF;
	margin-left: 2px;
	margin-right: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	margin-bottom: 10px;
	height: 160px;
	text-align: center;
}

#linhaLogicView {
	width: 968px;
	float:left;
	text-align:center;
	
}
