/**

@name: Tema ISB
@author: Mauro Joel Schutz
@copyright: ISB - Ind. e Com. Ltda
@date: 06/04/2010
@file: estilo.css

*/

.clear {
	display: block;
	width: 0;
	height: 0;
	float: none;
	clear: both;
}

html, body {height:100%;}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 1.0em Arial, Helvetica, sans-serif;
	color: #004f34;
	background-color: #004f34;
}

a img {
	margin: 0;
	padding: 0;
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 auto 2px auto;
	padding: 5px 25px 0 25px;
}

h1 {
   font-size: 1.2em;
   margin-bottom: 7px;
}

h2 {
   font-size: 1.0em;
}

h4 {
   font-size: 0.9em;
}


h5 {
   margin-top: 0px;
   margin-bottom: 30px;
   padding: 0 15px 0 0;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: #ccc;
}

ul li {
	margin: 4px 0 4px 0;
}

#borda{
	width: 782px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align:left;
	min-height:100%;
}

* html #borda { height: 100%; }

#conteudo{
	width: 100%;
	background: url(imagens/fundo.png) repeat-y top;
}

#topo {
	background: url(imagens/topo.png) no-repeat;
	text-align: center;
	height: 130px;
}

#topo a.home {
	display: block;
	margin: 20px 0 0 30px;
	width: 110px;
	height: 90px;
	float: left;
} 

#topo ul {
	margin: 55px 70px 0 0;
	float: right;
	font-size: 1.0em;
}

#topo ul li {
	display: inline;
	border-right: 1px solid white;
}

#topo ul li.final {
	border: 0;
}

#topo ul li a {
	margin: 5px;
	font-weight: bolder;
}

#centro {
	margin: 0 auto;
	width: 746px;
	/*padding: 0 18px 0 18px;*/
}

#centro p {
	padding: 0 30px 0 30px;
}

#centro a {
	color: #059805;
}


#centro a:hover {
	text-decoration: underline;
}

#centro ul {
	margin-left: 15px;
}

#fundo_topo {
	background: url(imagens/fundo_topo.png) no-repeat left top;
	height: 61px;
}

#fundo_rodape {
	background: url(imagens/fundo_rodape.png) no-repeat left top;
	height: 68px;
	text-align: center;
}

#fundo_rodape p {
	padding: 10px 0 0 0;
	margin: 0;
	color: white;
	font-size: 0.7em;
	font-weight: bolder;
}

#contato_direita {
	width: 47%;
	float: right;
	margin-bottom: 30px;
	border-left: 1px solid #004f34;
	padding-left: 20px;
}

#contato_direita form {
	margin-top: 40px;
}

#contato_direita form h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#contato_esquerda {
	width: 47%;
	margin-bottom: 15px;
}

img.img_direita, img.direita_full {
	margin:  10px;
	display: block;
	float: right;
}

img.img_esquerda, img.esquerda_full {
	margin:  20px 20px 15px 20px;
	display: block;
	float: left;
}

.espec_esquerda, .espec_direita {
	width: 48%;
}

.espec_direita {
	float: right;
}

.espec_direita img.img_direita, 
.espec_direita img.img_esquerda {
	width: 40%;
	margin: 0 5px 10px 0;
}

.espec_direita img.direita_full,
.espec_direita img.esquerda_full {
	width: 90%;
	margin: 0 5px 10px 0; 
}

.espec_direita h2, .espec_esquerda h2 {
	border-top: 1px solid #004f34;
}

.espec_esquerda {
	float:left;
}

