/*
	Theme Name: TerraParc.com.br
	Theme URI: http://www.terraparc.com.br/
	Description: Template feita especialmente para o site TerraParc.com.br
	Version: 1.0
	Author: Carlos Eduardo de Souza
	Author URI: http://project47.viscountbox.com/
*/

/* ------- geral ------- */

* {
	margin: 0;
	padding: 0;
}

html, body, td {
	background: url(imagens/bg.gif) repeat-x #fff;
	font: 12px "Trebuchet MS", "Tahoma", sans-serif;
	color: #000;
	margin-bottom: 10px;
}

#limites {
	width: 680px;
	margin: 0 auto;
}

img {
	border: 0;
}

/* ------- abas ------- */

#abas {
	padding-bottom: 90px;
	padding-right: 40px;
}

#abas ul {
	float: right;
	margin-top: 37px;
	list-style: none;
}

#abas ul li {
	float: left;
}

#abas ul li a.abaitem , a.abaitem:visited {
	background: url(imagens/aba.gif) no-repeat;
	height: 24px;
	width: 101px;
	padding: 10px 0px 0px 13px;
	display: block;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#abas ul li a.abaitem:hover {
	background-position: right;
	color: #2d70de;
}

/* ------- topo ------- */

#topo {
	top: 107px;
	background: url(imagens/topo.jpg) no-repeat;
	width: 671px;
	height: 147px;
	border: 3px #fcfcfc solid;
}

#topo a#logo {
  width: 225px;
  height: 117px;
  margin: 15px 0px 0px 17px;
  display: block;
}

/* ------- container ------- */

#container {
	padding-top: 14px;
}

/* ------- menu ------- */

#menus {
	width: 171px;
	float: left;
}

#menus ul {
	list-style: none;
}

.bloco {
	background: url(imagens/bg_menu.gif) no-repeat;
	min-height: 92px;
	padding: 16px;
	font-size: 13px;
}

.tipobloco {
	color: #2f8c37;
	font-weight: bold;
}

.menuitens {
	padding: 0px 0px 10px 4px;
}

.menuitens, #certificado {
	border-top: 1px #c1c1c1 solid;
	border-bottom: 1px #c1c1c1 solid;
}

#certificado {
	padding: 5px 0px 5px 4px;
}

.menuitens .page_item {
	padding-left: 4px;
	margin-top: 10px;
}

.menuitens .page_item:hover {
	background: #f6f6f6;
	border-right: #2f8c37 solid 1px;
}

.page_item a, .page_item a:visited {
	color: #696969 !important;
	width: 100% !important;
	height: 100% !important;
	display: block !important;
	text-decoration: none;
}

.menuitens current_page_item, current_page_item:hover {
	background: #f6f6f6;
}

/* ------- texto ------- */

#texto {
	width: 491px;
	margin-left: 185px;
	margin-bottom: 10px;
}

#texto p {
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.5;
}

#texto ul {
	list-style: square;
	margin-bottom: 10px;
}

#texto ul li {
	margin-left: 15px;
}

#texto hr {
	border: 1px #cacaca solid;
	margin-bottom: 10px;
}

h1 {
	background: url(imagens/bg_titulo.jpg) no-repeat bottom right;
	border-bottom: 1px solid #d9d9d9;
	padding-left: 12px;
	color: #696969;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	color: #696969;
	border-left: 3px #2F8C37 solid;
	background: #f6f6f6;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
}

h2.produto {
	border-bottom: 2px solid #cacaca;
	border-left: 0;
	background: #F8FFEF;
	font-size: 14px;
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}

#duvida {
	width: 491px;
	height: 163px;
	background: url(imagens/duvida.jpg) no-repeat right;
	margin-bottom: 10px;
	text-indent: -9999em;
	overflow: hidden;
}

#resposta {
	width: 461px;
	background: url(imagens/resposta.gif) no-repeat top right #e7f4d7;
	padding: 15px;
}

#resposta ul li {
	text-transform: uppercase;
}

#texto a, a:visited, #rodape a, a:visited {
	text-decoration: none;
	color: #2f8c37;
	display: inline;
}

#texto a:hover, #rodape a:hover {
	text-decoration: underline;
}

.assinatura {
	text-align: right !important;
	font-style: italic;
	background: #f6f6f6;
	padding: 5px;
	border: 1px #cacaca solid;
}

a#voltar, a#voltar:visited {
	display: block;
	background: #f6f6f6;
	border-bottom: 1px solid #cacaca;
	padding: 2px 2px 2px 6px;
	width: 150px;
	font-weight: bold;
	font-size: 14px;
}

a#voltar:hover {
	background: #F8FFEF;
	color: #696969;
	text-decoration: none;
}

/* ------- formularios -------- */

fieldset {
	padding: 5px;
	border: 4px solid #fafafa;
}

legend {
	font-size: 22px;
	color: #afafaf;
	padding: 3px;
}

label, .itemdetalhes {
	display: block;
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	background: #F8FFEF;
	padding: 4px;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}

.itemdetalhes h3 {
	font-size: 12px;
	line-height: 1;
}

.opcoes {
	display: block;
}

.opcoes label {
	display: inline;
	background: #fff;
	margin-bottom: 0px;
	border: 0;
	padding: 0;
	font-weight: normal;
}

input, textarea {
  padding: 2px;
}

input[type=text], textarea {
	border: 2px solid #cacaca;
	width: 200px;
}

input, textarea {
	font: 13px "Trebuchet MS", "Tahoma", sans-serif;
}

textarea {
	width: 400px;
}

#botoes {
	margin-top: 10px;
	display: block;
}

p#cadastrar {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #B9DF8B;
	background: #E9FFCF;
	padding: 5px;
}

/* ------- tabelas ------- */

table {
	width: 100%;
	margin-bottom: 10px;
}

table caption {
	border-bottom: 2px solid #cacaca;
	background: #E9FFCF;
	font-size: 16px;
	margin-bottom: 5px;
}

table th {
	background: #f6f6f6;
	border-left: 2px #cacaca solid;
	border-right: 2px #cacaca solid;
	font-size: 14px;
	padding: 3px;
}

table td {
	background: #fff;
	border-bottom: 1px #cacaca solid;
	padding: 2px;
}

table td.acoes {
	text-align: center;
	padding-top: 4px;
}

table td.nome {
	width: 50%;
}

/* formulario de cadastro */

div#imgpreview {
	text-align: center;
}

div#imgpreview img {
	width: 120px;
	height: 120px;
	border: 5px solid #CFCFCF;
	padding: 2px;
	margin: 2px;
}

/* ------- rodape ------- */

#rodape {
	clear: both;
	border-bottom: 2px solid #d6d6d6;
}

#rodape address {
	text-align: right;
	font-style: normal;
}

#rodape address a {
	font-weight: bold;
}
