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

.clear{
	clear:both;
}


/* Diagramacao Basica */

body{
	background:url(bg_header_top.gif) center top repeat-x;
	margin-bottom:30px;
	text-align:center;
	font-family:arial, helvetica, sans serif;
	font-size:14px;
	line-height:1.6em;
}




	/* cabecalho */	
	#header{
		width:950px;
		height:147px;
		background:url(bg_header.gif) center top no-repeat;
		margin:0 auto;
		text-align:left;
	}
	
		#header h1{
			width:232px;
			height:91px;
			padding-top:56px;
			text-indent:-5000em;
			overflow:hidden;
			background:url(logo_visionnaire.gif) right bottom no-repeat;
		}
			#header h1 a{
				display:block;
				width:232px;
				height:91px;
				text-indent:-5000em;
				overflow:hidden;
			}
	
		#header ul{
			list-style:none;
			height:56px;
			float:left;
			margin-left:270px;
			margin-right:82px;
			display:inline; /* IE6 double margin bug */
		}
			#header li{
				height:56px;
				float:left;
			}
				#header li a{
					display:block;
					height:56px;
					text-indent:-5000em;
					overflow:hidden;
					background-position:left top;
				}
					#header li a:hover{
						background-position:left bottom;
					}
				#header li #bthome{
					width:100px;
					background-image:url(bt_home.gif);
				}
				#header li #btsobre{
					width:120px;
					background-image:url(bt_sobre.gif);
				}
				#header li #btcontato{
					width:87px;
					background-image:url(bt_contato.gif);
				}
			
				/* marcando o item correspondente a pagina atual */
				.home #bthome,
				.sobre #btsobre,
				.contato #btcontato{
					background-position:left bottom;
				}
			
			
	/* conteudo */	
	#content{
		width:950px;
		background:url(bg_main.gif) center top repeat-y;
		margin:0 auto;
	}
		#main{
			background:url(bg_simbolo.gif) 15px 0 no-repeat;
			text-align:justify;
			padding:80px 70px 50px 250px;
		}
			
			
			
			
	/* rodape */	
	#footer{
		width:950px;
		background:url(bg_footer.gif) center top no-repeat;
		margin:0 auto;
		text-align:left;
		font-size:12px;
	}
		#footer #menurodape{
			padding:45px 60px 50px 60px;
			float:left;
			margin-right:115px;
			display:inline; /* IE6 double margin bug */
		}
			#footer #menurodape a{
				color:#2e3555;
			}
				#footer #menurodape a:hover{
					text-decoration:none;
				}
		#footer #suporte{
			width:157px;
			height:55px;
			background:url(bg_suporte.gif) no-repeat left bottom;
			text-indent:-5000em;
			overflow:hidden;
			padding-top:38px;
		}
			#footer #suporte a{
				display:block;
				width:157px;
				height:55px;
				text-indent:-5000em;
				overflow:hidden;
			}	

				
		#footer #companies{
			clear:both;
			padding-bottom:30px;
		}
		
			#footer #companies .companies{
				display:block;
				float:left;
				text-indent:-5000em;
				display:inline; /* IE6 double margin bug */
			}
				#footer #companies #visionnaire,
				#footer #companies #virtus{
					width:97px;
					height:44px;
					text-indent:-5000em;
					overflow:hidden;
				}
				#companies #visionnaire{
					background:url(footer_visionnaire.gif);
					margin:0 20px;
				}
				#companies #virtus{
					background:url(footer_virtus.gif);
				}
				#companies #copyright.companies{
					text-indent:0;
					padding-top:10px;
					margin-left:177px;
					color:#999;
					line-height:1.4em;
				}
				#companies #ideiasnet{
					width:192px;
					height:44px;
					text-indent:-5000em;
					overflow:hidden;
					background:url(footer_ideiasnet.gif);
					margin-right:20px;
					margin-left:155px;
				}
			
		
		

			
			
			
			
			
			
			
			