@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background:#000;
}
img {
	border:0;
}
#container {
	width:1000px;
	margin:0 auto;
	background:#f6f6f6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#656667;
}
#header {
	background:url(images/header.jpg);
	padding-top:152px;
	height:41px;
	clear:both;
}
#footer {
	height:100px;
	background:#44c0da;
	text-align:center;
	font-size:12px;
	clear:both;
	color:#2f2f2f;
}
#footer p {
	margin:7px;
}
#footer a {
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
#footer a:hover {
	color:#0a4b59;
}
#menu {
	margin:0;
	padding:0;
	margin-left:170px;
}
#menu li {
	list-style:none;
	float:left;
}
#menuhome, #menuplanos, #menupraticas, #menulayout, #menucontato {
	display:block;
	height:38px;
}
#menuhome {
	background:url(images/menuhome.png) top center;
	width:94px;
}
#menuplanos {
	background:url(images/menuplanos.png) top center;
	width:108px;
}
#menupraticas {
	background:url(images/menupraticas.png) top center;
	width:153px;
}
#menulayout {
	background:url(images/menulayout.png) top center;
	width:108px;
}
#menucontato {
	background:url(images/menucontato.png) top center;
	width:154px;
}
#menuhome:hover, #menuplanos:hover, #menupraticas:hover, #menulayout:hover, #menucontato:hover {
	background-position:bottom;
}
.titulo, .corrido {
	padding-left:125px;
	padding-right:25px;
	width:615px;
	border-bottom:solid 1px #b0d2e1;
}
.titulo {
	font-size:14px;
}
.corrido {
	border-bottom:double 3px #b0d2e1;
	font-size:12px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:justify;
}
.corrido a {
	color:#61b704;
	text-decoration:underline;
}
.azul {
	color:#479dc2;
}
#principal {
	width:794px;
	float:left;
	display:table-cell;
}
.lateral {
	width:206px;
	float:left;
	display:table-cell;
	margin-top:20px;
}
#login {
	height:247px;
}
#newsletter {
	background:url(images/newsletter.png);
	height:256px;
	color:#000;
	font-size:10px;
}
#newsletter p {
	margin:0px;
	padding:0px;
}
#newsletter input {
	border:solid 1px #999999;
	width:122px;
	height:14px;
}
.box {
	background:url(images/box.png);
	width:313px;
	height:183px;
	float:left;
	display:table-cell;
	margin:10px;
	color:#5f5f5f;
	font-size:10px;
}
.box strong {
	font-size:12px;
}
.box p {
	margin:0;
	margin-bottom:10px;
}
.plano {
	width:630px;
	height:52px;
	background:url(images/planobg.png) no-repeat left;
	margin-bottom:10px;
	font-weight:bold;
}
.corrido input, textarea, select {
	border:solid 1px #656667;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
