/*ADICIONA SCROLL*/
html {overflow-y:scroll;}
/**/
body, html {
	background-image: url(../imagens/backGround.gif);
	margin: 0px;
	width: 100%;
	/*height: 100%;*/
	text-align: center;
}
a {
	text-decoration: none;
	color: #959393;
}
a:hover {
	color: #969171;
	text-decoration: underline;
}

.a_press{
	color: #969171;
}

hr {
		color:#DDDDDD;
		height: 0px;
		border-bottom: 1px solid #DDDDDD;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
}

	.input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		border: 1px solid #DDDDDD;
		padding: 2px;
		color: #969171;
		width: 200px;
	}
	textarea{
		height: 50px;
	}
	.submit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 60px;
	background-color:#F2F2F2;
	border: 1px solid #969171;
	float: right;
	color: #969171;
	}
	.status{
		color: #CC3300;
		float: right;
		margin: 2px 10px 0px 0px;
	}
	
.backHeader{
	width: 100%;
	height: 270px;
	background-image:url(../imagens/backGround_Header.gif);
}

.Page{
	width: 732px;
	height: 100%;
	margin:0 auto;
	position: relative;
	top:0px;
	text-align:left;
	margin-top: -270px;
	
	background-color:#FAFAFA;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.Page #pageBoder{
	width: 730px;
	height: 100%;
	
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
}

.headPage{
	width: 100%;
	height: 100px;
	background-color:#FBFBFB;
	padding: 0px;
}
	.headPage #logoBPN{
		float: left;
		padding-left: 18px;
		padding-top: 20px;
	}
	
	.headPage #menu{
		float:right;
		padding-right: 18px;
		width: 470px;
		height:50px;
	}

.superBanner {
	width: 100%;
	height: 185px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

.bodyPage{
	background-color:#FFFFFF;	
	padding: 20px 0px 50px 0px;
	float:left;
	width: 730px;
	font-family:Arial, Helvetica, sans-serif;
	color:#828282;
	font-size: 11px;
	line-height: 15px;
	text-align:justify;
}

	.bodyPage .degradeTop{
		background-image:url(../imagens/degrade_Body_top.jpg);
		margin:-20px 0px 0px 0px;
		height:20px;
	}
	
	.Page .degradeBotton{
		background-image:url(http://www.bpnbrasil.com.br/imagens/degrade_Body_botton.jpg);
		height:54px;
	}

	.bodyPage h1{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#969171;
		margin: 0px 0px 10px 0px;
		font-weight:bold;
		text-align: left;
	}
	.bodyPage h1 .location{
		color:#932D39;
	}

	.bodyPage h2{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#932D39;
		margin: 0px 0px 10px 0px;
		font-weight:bold;
		text-align: left;
	}

.menuLeft{
	float:left;
	width:177px;
	background-image:url(../imagens/back_MenuLateral.jpg);
	text-align:right;
}

	.menuLeft ul{
		margin: 0px 20px 0px 20px;
		padding: 0px;
	}
	
	.menuLeft li{
		list-style: none;
		margin: 9px 0px 9px 0px;
	}
	.menuLeft li img{
		margin: 5px 0px 10px 5px;
		float:right;
	}

.boxContent_P, .boxContent_M, .boxContent_G{
	padding-left: 20px;
	float:left;
	display:block;
}

	.boxContent_P{
	width:158px;
	}
	
	.boxContent_M{
		width: 334px;
	}
	
	.boxContent_G{
		width: 511px;
	}
	.boxContent_P img, .boxContent_M img, .boxContent_G img {
		margin-bottom: 3px;
	}
	.boxContent_P a, .boxContent_M a, .boxContent_G a{
		color:#666666;
	}

.formList {
	margin: 20px 0px 20px 0px;
	padding: 0px;
}
.formList li{
	list-style-type: none;
	margin: 0px 0px 10px 0px;
}

.formList li .input{
	width: 328px;
}

.footer {
	clear: both;
	height: 52px;
	background-image:url(imagens/backGround_Footer.gif);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
}


.footer #footerText {
	float: right;
	padding-right: 0px;
	padding-top: 0px;
}
