/* Defaults */
* {
	margin:0px;
	padding:0px;
}

.clear{
	clear:both;
}

/* Diagramacao Basica */
body{
	background:#263e4c;
	text-align:center;
}
	#wrapper{
		background:#919b98 url(bg_wrapper.gif) center top repeat-x;
		padding-top:19px;
	}
		#container{
			width:940px;
			margin:0 auto;
			text-align:left;
		}
		
			/* Cabecalho */
			#header{
				height:292px;
				background:url(bg_header.jpg);
				position:relative;
			}
				/* Contatos */
				#header #contatos, #header #contatos a{
					font-family: arial, helvetica, sans serif;
					color:#fff;
					font-size:12px;
					text-decoration:none;
				}
				#header #contatos{
					padding-top:40px;
					padding-left:15px;
				}
				#header #contatos span, #header #contatos a{
					display:block;
					width:125px;
					height:30px;
					padding-left:20px;
					background-position:left top;
					background-repeat:no-repeat;
					float:left;
				}
					#header #contatos span{
						background-image:url(ico_header_phone.gif);
					}
					#header #contatos a{
						background-image:url(ico_header_mail.gif);
					}
				
				#slogan{
					
				}
				
				/* Logo pacto */
				#header h1{
					width:203px;
					height:159px;
					position:absolute;
					top:101px;
					left:47px;
				}
					#header h1 a{
						display:block;
						width:203px;
						height:159px;
						text-indent:-5000em;
						overflow:hidden;
						background:url(logo_pacto.gif);
					}
				
				/* Texto */
				#header #foreword{
					font-family: trebuchet ms, arial;
					color:#fff;
					font-size:18px;
					font-weight:normal;
					width:225px;
					position:absolute;
					top:85px;
					left:489px;
				}
				#header h2{
					display:block;
					width:366px;
					height:101px;
					text-indent:-5000em;
					overflow:hidden;
					background:url(slogan.jpg);
					position:absolute;
					top:191px;
					left:325px;
				}
			
			/* Main menu */
			#mainmenu{
				background:#edeeee;
				border-left:5px solid #fff;
				border-right:5px solid #fff;
			}
				#mainmenu ul{
					list-style:none;
					height:41px;
				}
					#mainmenu li{
						float:left;
					}
						#mainmenu li a{
							display:block;
							height:41px;
							text-indent:-5000em;
							overflow:hidden;
							background-position:left top;
						}
						#mainmenu li #btpaginainicial{
							width:167px;
							background-image:url(bt_paginainicial.gif);
						}
						#mainmenu li #btsobresla{
							width:128px;
							background-image:url(bt_sobresla.gif);
						}
						#mainmenu li #btporquepacto{
							width:237px;
							background-image:url(bt_porquepacto.gif);
						}
						#mainmenu li #btfaq{
							width:86px;
							background-image:url(bt_faq.gif);
						}
						#mainmenu li #bttecnologia{
							width:134px;
							background-image:url(bt_tecnologia.gif);
						}
						#mainmenu li #btfaleconosco{
							width:178px;
							background-image:url(bt_faleconosco.gif);
						}
							#mainmenu li a:hover{
								background-position:left bottom;
							}
							
						/* marcando o item correspondente a pagina atual */
						.paginainicial #btpaginainicial,
						.sobresla #btsobresla,
						.porquepacto #btporquepacto,
						.faq #btfaq,
						.tecnologia #bttecnologia,
						.faleconosco #btfaleconosco{
							background-position:left bottom;
						}
			
			/* Conteudo */
			#content{
				background:#bec6ce;
				border-left:5px solid #fff;
				border-right:5px solid #fff;
				font-family:Trebuchet MS, Arial, Helvetica;
				font-size:13px;
				padding:45px 20px 0 45px;
			}
				#content #intro{
					float:left;
					width:530px;
					margin-right:20px;
					display:inline;/* Ie6 double margin bug */
				}
					#intro h3{
						font-size:18px;
						font-weight:normal;
						color:#757a80;
						margin-bottom:18px;
					}

					#intro p{
						margin-bottom:15px;
					}
			#options{
				float:left;
			}
								
			/* Rodape */
			#footer{
				background:url(bg_footer.gif) center top repeat-x;
				height:163px;
				font-family:Arial, Helvetica, Sans Serif;
				font-size:12px;
				color:#fff;
			}
				#boxbottom{
					width:940px;
					height:100px;
					margin:0 auto;
					background:url(bg_footer.jpg) center top no-repeat;
				}

					/* logos das empresas */
					#companies{
						height:95px;
						clear:both;
					}
						#companies p{
							padding-top:36px;
						}
						#companies #visionnaire,#companies #virtus{
							display:block;
							width:97px;
							height:44px;
							text-indent:-5000em;
							overflow:hidden;
							float:left;
						}
						#companies #visionnaire{
							background:url(footer_visionnaire.gif);
							margin:0 20px;
						}
						#companies #virtus{
							background:url(footer_virtus.gif);
						}
						#companies #ideiasnet{
							display:block;
							width:192px;
							height:44px;
							text-indent:-5000em;
							overflow:hidden;
							float:right;
							background:url(footer_ideiasnet.gif);
							margin-right:20px;
						}

					/* menu do rodape */
					#footermenu a{
						color:#fff;
						text-decoration:underline;
					}
						#footermenu a:hover{
							text-decoration:none;
						}

					/* aviso de copyright */
					#copyright{
						color:#999;
						display:block;
						margin-top:10px;
					}










