/* estilo global */
html, body { height: 100%; }
body {
	background: #FFF url(img/bg-grade-top.jpg) repeat-x;
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img{ border:none 0; }

a{ color:#0065B7; }
p{ line-height:1.5em; padding-bottom:10px; }

label, button { cursor: pointer; }

input[type=text], textarea {
	border: 1px solid #e1e1e1;
	border-top: 3px solid #d3d3d3;
	color: #646464;
	display: inline-block;
	line-height: 22px;
	height: 22px;
	padding: 0 0 0 7px;
}

input[type=text]:focus, textarea:focus {
	border-color: #CFDEFF;
}

button, .btn {
	background: url(img/bg-botoes.jpg) left center repeat-x;
	border: none;
	color: #b3c9e6;
	display: block;
	font-size: 13px;
	padding: 2px 5px;
	text-decoration: none;
}

strong { font-weight: bold; }
em { font-style: italic; }

.btn {
	height: 15px;
	line-height: 15px;
}

.btn-saibamais {
	background: url(img/btn-saibaMais.jpg) no-repeat;
	display: block;
	height: 17px;
	margin-top: 9px;
	text-indent: -9999em;
	width: 76px;
}

.imgr {
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999em;
}
/* fim estilo global */

/* tabela do layout */
/*#layout {  width: 100%; height:100% }
#layout .bottom { background: url(img/bg-grade-bottom.jpg) repeat-x; height: 181px; }
#layout .top .left { background:url(img/bg-grade-bottom.jpg) repeat-x bottom; vertical-align: top; }
	#layout .top .left div {
		background: url(img/bg-meio-esquerdo.jpg) no-repeat top right;
		float: right;
		height: 421px;
		margin-top:168px;
		width: 100%;
	}
#layout .main { background: url(img/bg-cor-sidebar.jpg) repeat-y; width: 1000px; }
#layout .middle .right { background: url(img/bg-meio-direito.jpg) no-repeat bottom left; }*/

/*#wrapper {display: none;}*/

/* fim tabela layout */

/*#wrapper {
	margin: 0 auto;
	width: 1000px;
}*/
/* coluna lateral */
/*#sidebar {
	background: #e7e8e9 url(img/bg-sidebar.jpg) repeat-x top;
	display: inline;
	float: left;
	padding: 57px 0 0 0;
	width: 264px;
}
	#logo {
		border: none;
		height: 89px;
		margin: 0 0 45px 0;
		padding: 0;
	}
		#logo a { display: block; height: 100%; }
	#sidebar h2 {
		background: #f8f8f8;
		color: #506f97;
		font-size: 20px;
		padding: 6px 0 6px 20px;
		position: relative;
	}
		#sidebar h2 a {
			background: url(img/btn-cotacao.jpg) no-repeat;
			height: 19px;
			position: absolute;
			top: 7px;
			right: 10px;
			width: 144px;
		}*/
	/*#lista-produtos { margin: 25px 0 23px 35px; }
		#lista-produtos li {
			background: url(img/seta-menu.jpg) no-repeat 0 3px;
			padding: 0 0 15px 15px;
		}
		#lista-produtos a { color: #646464; text-decoration: none; }
		#lista-produtos a:hover { color: #333; }*/
		
	#newsletter {
		background: #f9f9fa;
		margin-top: 3px;
		padding: 0 0 17px 20px;
		position: relative;
	}
		#newsletter label { display: block; padding: 7px 0 11px 0; }
		#newsletter input { padding-right:35px; width:185px; }
		#newsletter button {
			background: url(img/btn-ok.jpg) no-repeat;
			height: 17px;
			position: absolute;
			top: 6px;
			right: 20px;
			width: 27px;
		}
        #newsletter div{ position:relative; }
/* fim coluna lateral */
/*#container {
	display: inline;
	float: right;
	width: 736px;
}
	#nav {		
		height: 38px;
		margin: 0 0 13px 34px;
		width: 699px;
	}
	#banner {
		
		height: 286px;
		margin: 0 0 0 34px;
		position: relative;
		width: 681px;
		z-index: 2;
	}
	#conteudo {
		background: #FFF;
		padding: 0 0 0 29px;
		height: auto !important;
		height: 300px;
		min-height: 300px;
		padding: 0 0 40px 29px;
	}*/
/* conteúdo */
	h1, .titulo-internas {
		border-bottom: 1px solid #bfbfbf;
		color:#506F97;
		font-size: 20px;
		margin-bottom: 22px;
		padding: 30px 0 15px 9px;
	}
/* fim conteúdo */

/* rodapé */
/*#footer {
	background: url(img/bg-grade-bottom.jpg) repeat-x;
	color: #f8fcff;
	height: 181px;
	text-align: center;
}
	#footer a { color: #bde1fc; text-decoration: none; }
	#footer a:hover { color: #3f5b7d; }
	#footer .sub-nav { padding: 14px 0; }
		#footer .sub-nav a { margin: 0 5px; }
	.copyright { border-top: 1px solid #3f5b7d; margin: 0 26px; padding: 14px 0;  */