/*
 * Company: Conecte Estúdio Design
 * Author: Israel Trindade (Irto)
 */
@font-face {
	font-family: "Candara";
	src: url("fonts/Candara") type("trueType");
}

#contForm {
	display: inline-block;
	margin: 0px 0px 0px 15px;
}

a {
	font: inherit;
	text-decoration: inherit;
	color: inherit;
}

a:visited {
	font: inherit;
	text-decoration: inherit;
	color: inherit;
}

a:active {
	font: inherit;
	text-decoration: inherit;
	color: inherit;
}

a:hover {
	font: inherit;
	text-decoration: inherit;
	color: inherit;
}

body {
	background: #FdFdFc url("../imgs/background.jpg") repeat-x top left;
	font-family: arial;
	font-size: 12px;
	color: #7F8184;
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0 auto;
	padding: 0px;
	width: 826px;
	background: url("../imgs/shadow.png") 12px 77px no-repeat;
	display: table;
	padding: 0px 50px;
}

#header {
	display: table;
	margin: 0 auto;
}

#header #logo {
	width: 162px;
	margin: 18px 60px 9px 120px;
	clear: left;
	float: left;
	background: none;
	border: none;
}

#header #logo img{
	border: none;
}

#header #desc {
	width: 371px;
	padding: 10px 25px;
	margin: 25px 23px;
	clear: right;
	float: right;
	border-left: #909090 solid 1px;
	font-size: 16px;
	font-family: Candara;
}

#content {
	margin: 0px;
	padding: 20px 10px;
	background: #FFF;
	display: inline-block;
	width: 806px;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	-webkit-border-top-left-radius: 10px 10px;
	-webkit-border-top-right-radius: 10px 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

#c-sombra {
	margin: -8px 0px 0px -9px;
	background: url("../imgs/shadow-top-content.png") 0px 0px no-repeat;
	top: 90px;
	width: 852px;
	height: 25px;
}

#content h2 {
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	font-size: 22px;
	border-bottom: #C0C0C0 2px solid;
	color: #38ABAD;
	padding: 15px 30px;
	margin: 15px 10px 15px 15px;
}

#content h3 {
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	color: #38ABAD;
	padding: 15px 20px 2px 20px;
	margin: 0px;
}

#content h3.tit {
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	color: #38ABAD;
	padding: 15px 20px 15px 15px;
	margin: 0px;
}

#content h4 {
	padding: 0px 20px;
}

#content p {
	padding: 0px 10px 5px 10px;
	margin: 0px 10px 5px 10px;
	line-height: 18px;
}

#content p.italic {
	font-style: italic;
}

#content p.strong {
	font-weight: bold;
}

#content p.fonte {
	font-size: 10px;
}

#content span.ptitulo {
	color: #38ABAD;
}

#content ul.lista {
	list-style: none;
	margin: 5px 15px;
	padding: 5px 10px;
	display: table;
}

#content ul.lista li {
	padding: 5px 0px;
}

#content ul.newlista {
	list-style: none;
}

#content ul.newlista li {
	padding: 10px 15px;
	color: #38ABAD;
	text-decoration: underline;
}

#content ul.newlista li.data {
	color: #7F8184;
	font-style: italic;
	text-decoration: none;
}

#content ul.newlista li a {
	color: #38ABAD;
	text-decoration: none;
}

#content ul.newlista li a {
	
}

#content ul.spaced li {
	padding: 7px 0px 0px 0px;
}

#content #hrnav {
	margin: none;
	padding: none;
	float: left;
	display: table;
	margin-left: -20px;
}

#content #hrnav ul {
	list-style: none;
	margin: none;
	padding: none;
}

#content #hrnav ul li {
	float: left;
	display: table;
	padding: 5px 4px;
	margin: 0px;
	cursor: pointer;
	color: #38ABAD;
}

#content #hrnav ul li.nothing {
	cursor: default;
}

#content #foto {
/* 	background: url("../imgs/foto.jpg") no-repeat top left; */
	width: 779px;
	height: 238px;
	margin: 10px auto 0 auto;
}

#content #foto #sobrefoto {
	position: absolute;
}

#content #pmenu {
	margin: 0 auto;
	display: table;
	border: 2px solid #C5C5C5;
	background: url("../imgs/pmenu_back.jpg") repeat-x bottom left;
	height: 30px;
	*width: 779px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#content #pmenu ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	display: table;
}

#content #pmenu ul li {
	float: left;
	text-align: center;
	vertical-align: middle;
	cursor: default;
	margin: 0px;
	font-family: arial;
	background: url("../imgs/separ.png") 0px 0px no-repeat;
}

#content #pmenu ul li a {
	padding: 8px 14px;
	display: block;
	font-size: 12px;
	color: #38ABAD;
	text-decoration: none;
}

#content #pmenu ul li.first {
	background: none;
}

#content #pmenu ul li.over {
	background: #54AEA3;
	color: #FFF;
}

#content #pmenu ul li.over a {
	color: #FFF;
}

#content #pmenu ul li.active {
	background: #54AEA3;
	color: #FFF;
}

#content #pmenu ul li.active a {
	color: #FFF;
}

#content #pmenu ul li.more a {
	font-size: 11px;
	padding: 0px 0px;
	height: 31px;
	width: 125px;
}

#content #pmenu ul li.mored a {
	width: 110px;
	padding: 8px 0px;
}

#content #sbmenu {
	display: table;
	padding: 0px 0px 0px 0px;
	margin: 203px 0px 0px 70px;
	height: 40px;
	cursor: default;
	background: url("../imgs/sbmenu.png") 3px 10px no-repeat;
	position: absolute;
}

#content #sbmenu ul {
	list-style: none;
	margin: 18px 10px 0px 10px;
	height: 30px;
	padding: 0px 20px 0px 20px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	display: table;
}

#content #sbmenu ul li {
	float: left;
	display: table;
	text-align: center;
	margin: -5px 0px 0px 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	height: 35px;
}

#content #sbmenu ul li a {
	padding: 10px 13px;
	display: block;
	color: #38ABAD;
	text-decoration: none;
	height: 15px;
}

#content #sbmenu ul li.over a {
	color: #FFF;
}

#content #sbmenu ul li.over {
	background: #54AEA3;
	color: #FFF;
}

#content #sbmenu ul li.active {
	background: #54AEA3;
	color: #FFF;
}

#content #sbmenu ul li.active a {
	color: #FFF;
}

#content #page {
	float: left;
	clear: left;
	width: 100%;
	min-height: 400px;
}

#content #sidebar {
	width: 176px;
	float: right;
	clear: right;
	margin: 22px 10px 10px 0px;
}

#content #sidebar #bar {
	background: #FFF url("../imgs/sidebar_back.jpg") top left repeat-x;
	border: #C1C1C1 2px solid;
}

#content #sidebar #bar dl {
	margin: 10px;
}

#content #sidebar #bar dl dt {
	padding: 18px 0px 0px 5px;
	color: #38ABAD;
}

#content #sidebar #bar dl dt a {
	color: #38ABAD;
	text-decoration: none;
}

#content #sidebar #bar dl dd {
	border-bottom: #909090 1px solid;
	padding: 2px 0px 23px 5px;
	margin: 0px;
}

#content #sidebar #bar dl dd.last {
	border-bottom: none;
	padding: 2px 0px 23px 5px;
	margin: 0px;
}

#content #sidebar div.buttom {
	display: table;
	color: #38ABAD;
	background: #FFF url("../imgs/buttom-back.jpg") top left repeat-x;
	border: #C7C7C7 solid 1px;
	margin: 5px 0px 10px 15px;
	width: 90px;
}

#content #sidebar div.buttom a {
	padding: 5px 18px;
	display: block;
	color: #38ABAD;
	text-decoration: none;
}

#bottombar {
	width: 475px;
	height: 116px;
	background: url("../imgs/bottombar-back.jpg") repeat-x top left; 
	border: 1px #C8C8C8 solid;
	display: inline-table;
	margin: 10px 0px 0 70px;
}

#bottombar p {
	margin: 19px;
	font-size: 14px;
	color: #7F8184;
}

#bottombar a {
	color: #38ABAD;
	text-decoration: underline;
}

#footer {
	width: 100%;
	height: 300px;
	background: #EAEAEA;
	clear: both;
	display: table;
	display: inline-block\9;
	margin-top: 30px\9;
}

#footer a {
	color: #7F8184;
	text-decoration: none;
}

#footer #fbars {
	width: 800px;
	display: table;
	margin: 40px auto 0 auto;
	clear: both;
}

#footer div.fbar p {
	margin: -15px 0px 30px 0px;
	padding: 0px;
}

#footer div.fbar h2 {
	*font-size: 20px;
}

#footer div.fbar {
	border-left: #C0C0C0 1px solid;
	float: left;
	display: inline-table;
	padding: 20px 0px 20px 15px;
	height: 148px;
	width: 226px;
}

#footer div.fbar ul {
	list-style: none;
	margin: 5px;
	padding: 5px;
}

#footer div.fbar ul li {
	padding: 5px;
}

#footer div.fbar ul li.active {
	font-weight: bold;
}

#footer div.fbar p.contato {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 20px 0 0 0;
	width: 250px;
}

#footer span.direitos {
	display: block;
	margin: 20px auto 0 auto;
	clear: both;
	text-align: center;
	width: 100%;
}

#footer div.conecte {
	background: url("../imgs/logo-conecte.png") no-repeat scroll right top transparent;
	display: table;
	height: 29px;
	margin: -25px auto 0;
	padding: 0 0 0 640px;
	width: 136px;
	z-index: 20;
	text-align: right;
}

#footer div.conecte a {
	display: block;
	height: 29px;
	width: 136px;
	float: right;
}
