﻿@charset "utf-8";
/* CSS Document */

body{
	background: #EEEEEE;
	font-family: Cambria, Adobe Hebrew, Californian FB, Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-stretch:semi-condensed;
	font-weight:500;
}

a{
	text-decoration:none;
	color:#333;	
}

a:hover{
	color:#C93;	
}

hr {
	border: 2px solid #444; 
	border-radius: 200px/10px; 
	height: 0px; text-align: center;
}

h3{
	font-size: 26px;	
}

h2{
	margin-left: 30px;
	margin-bottom: -4px;	
}

p{
	margin-left: 30px;
	margin-right: 30px;	
	text-align:justify;
}

#FundoSuperior {
  width: auto;
  min-width: 996px !important;
  height: 210px;
  
  background-color: #0a2775;
}

#DivSuperior{
	text-align:center;
	width: 996px;
	height: auto;
	padding: 20px;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:31px;
}

#DivLogo{
	width: 400px;
	height: auto;
	float:left;
	position:relative;
}

#DivFrase {
  width: auto;
  height: auto;
  padding: 20px;
  font-size: 34px;
  color: rgb(202, 202, 202);
  text-decoration: none;
  text-shadow: 1px 1px 0 #444;
  text-align: right;
}

#DivFrase b {
  font-size: 36px;
  color: rgb(255, 255, 255);
}

#DivFrase b:hover {
  text-shadow: 0 0 3px #fff;
  transition: 0.5s;
}

#DivFrase i{
	text-decoration: none;
}

/*Menu Horizontal
----------------------------------------------*/
#menu ul {
	width: 996px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu {
	width: auto;
	min-width: 996px !important;
	margin: 0px auto;
	border: 1px solid #222;
	background-color: #111;
	background-image: linear-gradient(#444, #111);
	border-radius: 0 0 6px 6px;
	box-shadow: 0 1px 1px #777;
}

#menu:before,
#menu:after {
	content: "";
	display: table;
}

#menu:after {
	clear: both;
}

#menu {
	zoom:1;
}

.menuLi {
	float: left;
	border-right: 1px solid #222;
	box-shadow: 1px 0 0 #444;
	position: relative;
}

#menu a {
	float: left;
	padding: 8px 32px;
	color: #fafafa;
	font: bold 17px Iskoola Pota, Adobe Hebrew, Agency FB, Pakenham;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a {
	color: #993;
}

*html #menu li a:hover { /* IE6 only */
	color: #C93;
}

#DivInferior{
	width: 960px;
	height: auto;
	padding-top: 2px;
	margin: 0 auto;
	color: #333;
}

#DivInferior h3{
	margin-left: 30px;
}

#DivLateral{
	width:210px;
	height:auto;
	padding:15px;
	float:left;
	position:relative;
	clear:both;
}

#DivConteudo{
	width: 690px;
	height: auto;
	padding: 5px;
	margin: 5px;
	float:left;
	position:relative;
}

#DivInferior table{
	width:auto;
}

#DivInferior table td{
	padding-right: 25px;
	text-align:center;
}

#DivInferior table td h3{
	margin-left: 0px;
	margin-right: 0px;
	font-size: 22px;
}

#DivInferior table td img{
	margin-left:-5;	
}

.tabelaComMargemEsquerda{
	margin-left: 40px;
	
}

#DivBotao{
	width: 92px;
	height: auto;
	float:right;
	background-image:url(../Imagens/Formulario/fundoBotao.png);	
	padding: 9px;
	border-radius: 3px;
	border: 1px solid #C93;
}

#DivBotao a{
	font: bold 17px Iskoola Pota, Adobe Hebrew, Agency FB, Pakenham;
	text-shadow: 0 1px 0 #999;
}

#DivBotao a:hover{
	color:#333;
}

/*Formulário de contato
----------------------------------------------*/

#DivFormContato {
	width: 420px;
	margin-left: 30px;
	margin-right: 30px;	
	
}

#DivFormContato form{
	width: 420px;
	height: auto;
	padding: 10px;
	font-weight: bold;
	border-radius: 0 0 4px 20px;
	border-style:none;
}

#DivFormContato input{
	width: 400px;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Cambria, Adobe Hebrew, Californian FB, Verdana, Geneva, sans-serif;	
	font-size:18px;
	color: #333;
}

#DivFormContato select{
	width: 415px;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 8px;	
	font-family: Cambria, Adobe Hebrew, Californian FB, Verdana, Geneva, sans-serif;	
	font-size:18px;
	color: #333;
}

#DivFormContato textarea{
	font-family: Cambria, Adobe Hebrew, Californian FB, Verdana, Geneva, sans-serif;	
	font-size:18px;
	width: 405px;
	height: 100px;
	padding: 5px;
	margin-top:8px;
	margin-bottom:8px;
	color: #333;
}

#DivFormContato table input{
	width: 90%;
}

#DivFormContato table select{
	width: 200px;
}

#DivFormContato table{
	width: 430px;
	margin-left: 0px;
	margin-right: 0px;
}

#DivFormContato table td{
	padding-left: 0px;
	padding-right: 5px;
}

/*Formulário de simulação
----------------------------------------------*/

#DivFormSimulacao {
	width: 200px !important;
}

#DivFormSimulacao form{
	width: 200px;
	height: auto;
	padding: 10px;
	font-weight: bold;
	border-radius: 0 0 5px 5px;
	border-style:solid;
	border-width:1px;
	background:url(../Imagens/Rodape/rodape10.gif);
}

#DivFormSimulacao form b{
	color: #333;
	font-size:15px;
	position: relative;
	float:right;
	margin-top: 6px;
	margin-bottom: 6px;
}

#DivFormSimulacao form input{
	width: 92%;
	padding: 4px;
	margin-top: 6px;
	margin-bottom: 6px;	
	font-family: Cambria, Adobe Hebrew, Californian FB, Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
}

.DivFormSimulacaoCheckBox{
	width: 20px !important;
	font-size: 16px !important;
	margin-top: 8px !important;
	position:relative !important;
	float:right !important;
}

#DivFormSimulacao h3{
	width: 200px;
	padding:10px;
	margin-left:0px;
	border: 1px solid #222;
	background-color: #111;
	background-image: linear-gradient(#444, #111);
	box-shadow: 0 1px 1px #777;
	margin-bottom:0px;
	border-radius: 5px 5px 0 0;
	font-size:18px;
	color:#fafafa;
}

.botao{
	width: 175px !important;
	padding: 15px !important;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;
	border:1px solid #3CF;
	background-color: #111;
	background-image: linear-gradient(#444, #111);
	background:url(../Imagens/Formulario/fundoBotao1.bmp);
	color:#222;
	font-weight: bolder;
	font-family: Cambria, Adobe Hebrew, Californian FB, Verdana, Geneva, sans-serif;	
	font-stretch: expanded;
}

.botao:hover{
	background:url(../Imagens/Formulario/fundoBotaoFormHover.png);
	color:#111;
	border-color:#C93;
}

#DivRodape{
	clear:both;
	width: auto;
	min-width: 966px !important;
	height: auto;
	color:#FFFFFF;
	border-radius: 6px 6px 0 0;
	background-image:url(../Imagens/Rodape/rodape9.jpg);
	margin: 0 auto;
	text-align:center;
	padding: 15px;
	margin-top:15px;
}

#DivRodape img{
	margin: 8px;
	border-radius: 8px;
	border:2px solid #fff;
}