* {
	padding:0;
	margin:0;
	border:0;
}
body {
	font-family: "Arial", Helvetica, sans-serif;
	background: #e3f3ff url(../imagens/fundo.jpg) left top repeat-x;
	margin:0;
}

p, th, td {
	line-height:18px;
	font-size:12px;
	color:#000;
	padding:5px 0;
}
h1 {
	color: #14295a;
	font-size:24px;
	font-weight:normal;
	text-align:right;
}
h2 {
	color: #14295a;
	font-size:20px;
	font-weight:normal;
	margin:15px 0 10px
}
h3 {
	color: #14295a;
	font-size:14px;
	font-weight:normal
}
a img {
	border:0;
}
a:hover {
	text-decoration:underline;
}

.input-contato-msg { background:url(../imagens/formulario/textarea.png) left top no-repeat; padding:10px; width:240px; height:240px; }
.niceform span { float: left; margin:0 5px 0 15px; } 
.limites-layout {
	width:1020px;
	margin:0 auto;	
	background: url(../imagens/fundo-layout.jpg) left top no-repeat;
}

	.limites-layout .largura-layout { 
		width:824px;
		margin:0 auto
	}

/* Malhas */
.malhas {
	position:absolute;
	left:50%;
	margin-left:-70px;
	top:57px;
	width:455px;
	height:293px;
	background: url(../imagens/malhas.png) 0 0 no-repeat;
}

/* Topo */
.topo {
	background: url(../imagens/topo.jpg) center 35px no-repeat;
	height: 259px;
	width:100%;
	padding-top:35px;
}
	
	.topo #logo {
		display: block;
		width:238px;
		height:115px;
		background: url(../imagens/logo.png) 0 0 no-repeat;
		margin:48px 0 0 68px
	}
	
		.topo #logo span { display:none; }

/* Menu */
.menu {
	width:824px;
	height:84px;
	background: url(../imagens/bg-menu.jpg) top left no-repeat;
	margin-top:6px;
}
	.menu ul { padding:30px 25px 0; }

		.menu li {
			font-family:Arial Narrow, Arial;
			float:left;
			display:inline;
			font-size:12px;
			text-transform:uppercase;
			background: url(../imagens/sep-menu.png) right top no-repeat;
		}
		
			.menu li a {
				padding: 15px 18px;
				display:block;
				color:#FFFFFF;
				text-decoration:none;
				margin:2px;
			}
		
				.menu li.last {
					background: none;
				}
		
		.menu .ativo,
		.menu li a:hover {
			background: url(../imagens/menu-ativo.png) bottom center no-repeat;
		}		

/* Conteudo */
.container_12 { width:777px; }
.conteudo { margin-top:15px; }

	.conteudo .grid_1,
	.conteudo .grid_2,
	.conteudo .grid_3,
	.conteudo .grid_4,
	.conteudo .grid_5,
	.conteudo .grid_6,
	.conteudo .grid_7,
	.conteudo .grid_8,
	.conteudo .grid_9,
	.conteudo .grid_10,
	.conteudo .grid_11,
	.conteudo .grid_12{
		margin-right: 5px;
	}
	
	.conteudo .box { }
	
	.conteudo .grid_7 { width:537px; }
	.conteudo .grid_10 { width:777px; }
	
		.conteudo .box-tl {
			background: url(../imagens/bg-box-l.png) top left no-repeat;
			height:17px;
			width:15px;
		}
		
			.conteudo .box-tr {
				background: url(../imagens/bg-box-r.png) top right no-repeat;	
				height:17px;
				margin-left:15px;
			}

		.conteudo .box-ml {
			background: url(../imagens/bg-box-l.png) left -20px repeat-y;
		}
		
			.conteudo .box-mr {
				background: url(../imagens/bg-box-r.png) right -20px repeat-y;	
				margin-left:15px;
				padding:10px 20px 0 5px;
				min-height:300px;
			}

		.conteudo .box-bl {
			background: url(../imagens/bg-box-bl.png) bottom left no-repeat;
			height:17px;
			width:15px;
		}
		
			.conteudo .box-br {
				background: url(../imagens/bg-box-br.png) bottom right no-repeat;	
				height:17px;
				margin-left:15px;
			}
		
			.grid_3 .box-tr,
			.grid_3 .box-br { width:205px; }
			
			.grid_4 .box-tr,
			.grid_4 .box-br{ width:285px; }
			
			.grid_7 .box-tr,
			.grid_7 .box-br{ width:522px; }
			
			.grid_10 .box-tr,
			.grid_10 .box-br{ width:762px; }

	.conteudo .texto-menor p {
		font-size:11px;
	}
	
	.conteudo a img,
	.borda-img {
		box-shadow:1px 1px 2px #666;
		-moz-box-shadow:1px 1px 2px #666;
		-webkit-box-shadow:1px 1px 2px #666;
		padding:4px;
		background-color:#FFF;
		margin-right: 15px;
	}
			
	.conteudo .leia-mais {
		color: #005993;
		text-decoration:none;
		float:right
	}
	
		.conteudo .leia-mais:hover, 
		.conteudo .box a:hover {
			color: #CE2626;
			text-decoration:underline;
		}
		
	
	.conteudo ul {
		list-style: square;
		padding-left: 35px;
	}
	
		.conteudo ul li {
			line-height:1.6em;
			font-size:12px;
		}

/* Rodape */
.rodape {
	width:100%;
	height:65px;
	padding:15px 0;
	margin:10px 0 0px;
	background: url(../imagens/bg-rodape.jpg) left top no-repeat;
}
	.rodape p {
		font-family:Tahoma, Arial Narrow, Arial;
		font-size:10px;
		color:#444444;
		line-height:14px;
		text-align:right;
	}
		.rodape p a {
			color:#000;
			text-decoration:none
		}
			.rodape p a:hover {
				text-decoration:underline;
			}
			
			
/* Formulário de Cadastro */			
#cadastro input,
#cadastro textarea { 
	padding:4px; 
	border:solid 1px #999;
	border-radius: 5px;
	-moz-border-radius-bottomleft:5px !important;
	-moz-border-radius-bottomright:5px !important;
	-moz-border-radius-topleft:5px !important;
	-moz-border-radius-topright:5px !important;	
	-webkit-border-radius: 5px;
	background: url(../imagens/bg-input.jpg) top left repeat-x;
}
#cadastro textarea { 
	background: url(../imagens/bg-textarea.jpg) top left repeat-x;
}
#cadastro hr { margin:10px 0; height:2px; background-color:#CCC }


/* Ligthbox Modal */
.overlay { 
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.8;
	filter: alpha(opacity=80);
}
.load { 
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	padding:32px;
	background-color:#FFF;
	z-index:1002;
	border: 1px solid #111e24; 
	box-shadow: 0 0 1em #000;
	-moz-box-shadow: 0 0 1em #000;
	-webkit-box-shadow: 0 0 1em #000;	
}

.modal { 
	background-color:#FFF;
	height:500px;
	overflow-y:hidden;
	overflow-x:hidden;
	border: 1px solid #111e24; 
	box-shadow: 0 0 1em #000;
	-moz-box-shadow: 0 0 1em #000;
	-webkit-box-shadow: 0 0 1em #000;
 	position: absolute;
	padding:5px;
	left: 50%; 
	top: 50%; 
	text-align: left; 
	z-index: 99998
}