*{
	margin:0;
	padding:0;
	font-family:"PT Sans Narrow";
	font-size:inherit;
	/*
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
	*/
}
body{
	background-color:white;
}
header{
	background-color:white;
	color:black;
}
footer{
	margin-top:20px;
	background-color:#1f1f1f;
	color:#828282;
	text-align:center;
	overflow:auto;
	clear:both;
}
.siteBoundaries{
	width:1000px;
	margin:0 auto;
}
#siteContent{
	min-height:300px;
}
#logo{
	text-align:center;
	/*border-bottom:1px dashed white;*/
	height:142px;
	padding:20px;
	background:url('../img/fundoTopo.jpg') repeat-y center;
}
#menu{
	text-align:center;
	border-top:1px dashed silver;
	font-size:17px;
	padding:10px;
	padding-bottom:5px;
}
#menu a, #menu  a:hover, #menu .link{
	color: #000000;
	margin-left:10px;
	margin-right:10px;
	text-decoration:none;
	border-bottom:1px solid white;
}
#menu a:hover, #menu .link:hover{
	border-bottom:1px solid gray;
}
#menu ul{
	display:inline-block;
	list-style:none;
	z-index:9999;
}
#menu ul li{
	float:left;
	display:block;
	position:relative;
}
#menu ul li span{
	margin-left:10px;
	margin-right:10px;
}
#menu li ul{
	display:none;
}
#menu li:hover ul{
	display:block;
	position:absolute;
}
#menu ul li ul{
	background-color:#f3f3f3;
	padding:5px;
	margin-top:1px;
}
#menu ul li a{
	display:block;
	white-space:nowrap;
}
#enderecoRodape{
	padding:20px;
	border-top:1px dashed #404040;
	background-color:#2b2b2b;
	color:white;
}
#dadosCliente{
	padding:20px;
	border-bottom:1px dashed #0e0e0e;
	background-color:#2b2b2b;
	color:white;
}
#titulo_subpags b{
	padding-top:10px;
	font-size: 40px;
}
#box{
	padding-bottom:15px;
	line-height:25px;
}
#box h2{
	padding-top:50px;
	padding-bottom:50px;
	font-size:40px;
	text-align:center;
}
#topBanner{
	max-width:100%;
	overflow:hidden;
	text-align:center;
	z-index:-9999
}
#topBanner img{
	position: relative;
	left: 100%;
	margin-left: -200%;
}
#titulo_subpags{
	padding-top:50px;
	padding-bottom:50px;
	font-size:40px;
	text-align:center;
}
.arredondaM{
	line-height:25px;
}
