@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/webfonts/BebasNeue-webfont.eot');
    src: url('/webfonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/BebasNeue-webfont.woff') format('woff'),
         url('/webfonts/BebasNeue-webfont.ttf') format('truetype'),
         url('/webfonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #e5e5e5 url('/imagens/bg.gif') top repeat-x;
}

.geral {
	background: #ffffff;
	width: 700px;
	min-height: 600px;
	margin: 0px auto;
}

h1 {
	font-family:'BebasNeueRegular';
	font-size: 26px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #666666;
}

p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	text-indent: 5px;
}

ul li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
}

/* Area do topo, incluindo o menu */
#topo {
	background: #1a4470 url('/imagens/head.jpg') top no-repeat;
	height: 201px;
	width: 700px;
	padding: 0px;
	margin: 0px;
}

/* Iniciando a formatacao da barra do webmail */
#mailbar ul {
	padding: 0px;
	margin: 8px 8px 0px auto;
	float: right;
	width: 30%; 
}

/* Deixando a barra na horizontal */
#mailbar ul li {display: inline;}

#mailbar ul li a {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-transform: lowercase;
	text-decoration: none;
	vertical-align: middle;
	float: right;
	padding: 2px;
	color: #ffffff;
	margin-right: 5px;
	list-style: none;
}

#mailbar ul li a:hover {
	text-decoration: underline;
}

#mailbar img {border: 0px;}

/* Iniciando a formatacao do menu */
#menu ul {
	padding: 0px;
	margin: 163px auto auto 10px;
	float: left;
	width: 47%;
	list-style: none;
}

/* Deixando o menu na horizontal */
#menu ul li {display: inline;}

#menu ul li a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	padding: 2px 10px;
	float: left;
/* visual do link */
	color: #ffffff;
	text-decoration: none;
	margin-right: 5px;
}

#menu ul li a:hover {
	color: #20d2ff;
	text-shadow: 0px 0px 4px #8dd4ff;
}

/* Linha para movimentacao da seta, que indicara qual area do menu esta ativa */
#linha {
	width: 700px;
	height: 10px;
}

/* Posicionamento da(s) seta(s) */
.position1 {
	background: url('/imagens/m_arrow.gif') no-repeat;
	background-position: 48px;
}

.position2 {
	background: url('/imagens/m_arrow.gif') no-repeat;
	background-position: 138px;
}

.position3 {
	background: url('/imagens/m_arrow.gif') no-repeat;
	background-position: 214px;
}

.position4 {
	background: url('/imagens/m_arrow.gif') no-repeat;
	background-position: 294px;
}

/* Area do Banner, na pagina principal */
.banner {
	width: 430px;
	min-height: 300px;
	display: block;
	margin:auto;
}

/* Area do botao Orcamento */
.btnOrcamento {
	width: 90px;
	-moz-box-shadow:inset 0px 1px 8px 1px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 8px 1px #bbdaf7;
	box-shadow:inset 0px 1px 8px 1px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #1a4470) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #1a4470 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#1a4470');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 58px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
	margin: 2px auto;
}

.btnOrcamento:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1a4470), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #1a4470 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4470', endColorstr='#79bbff');
	background-color:#1a4470;
}

.btnOrcamento:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

.btnOrcamento a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: lighter;
/* visual do link */
	color: #ffffff;
	text-decoration: none;
	margin: auto;
}

.btnOrcamento a:hover {
	color: #20d2ff;
	text-shadow: 0px 0px 4px #8dd4ff;
}

/* Area institucional e informacoes de contato */
#corpo {
	color: #6f6f6f;
	text-align: justify;
	width: 700px;
	overflow-y: auto;
}

#corpo h2 {
	font-size: 18px;
 	color: #284289;
}

#corpo h3 {
	font-size: 14px;
	color: #000000;
}

#corpo h2,h3 {font-family: Tahoma, Helvetica, Verdana, sans-serif;}

/* Formulario de contato */
.formulario {
	margin: 10px;
}

.formulario label {
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 60px;
	height: 32px;
	color: #284289;
}

.inputText {
	width: 350px;
	border: 1px solid #284289;
	border-radius: 4px;
	padding: 4px 2px;
	color: #333;
	outline: #0eabc2;
	box-shadow: 2px 2px 2px 1px #ccc;
}

.inputText2 {
	width: 100px;
	border: 1px solid #284289;
	border-radius: 4px;
	padding: 4px 2px;
	color: #333;
	outline: #0eabc2;
	box-shadow: 2px 2px 2px 1px #ccc;	
}

.inputDropDown {
	width: 180px;
	border: 1px solid #284289;
	border-radius: 4px;
	color: #333;
	box-shadow: 2px 2px 2px 1px #ccc;
}

.TextArea {
	width: 350px;
	height: 150px;
	border: 1px solid #284289;
	border-radius: 4px;
	color: #333;
	outline: #0eabc2;
	box-shadow: 2px 2px 2px 1px #ccc;
}

.inputSubmit {
	font-weight: bold;
	text-align: center;
	color: #ccc;
	border: 0px none;
	border-radius: 4px;
	background-color: #284289;
	width: 80px;
	height: 26px;
	cursor: pointer;
	box-shadow: 2px 2px 2px 1px #ccc;
}

.inputSubmit:hover { background-color: ##a0c5e6; }

/* Area de conteudo dinamico */
#corpo_e {
	background: #ffffff;
	width: 430px;
	min-height: 300px;
	padding: 0px 15px;
	display: table-cell;
	overflow: hidden;
}

/* Informacoes de contato */
#corpo_d {
	background: #ffffff;
	width: 230px;
	margin: 5px auto;
	padding: auto;
	display: table-cell;
	text-align: center;
	vertical-align: top;
}

#corpo_d h2 {
    background: url('/imagens/phone.gif') 32px 4px no-repeat;
	font-family: 'BebasNeueRegular';
	font-size: 28px;
	font-weight: lighter;
	font-stretch: narrower;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #000000;
	display: block;
}

#corpo_d h3 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Verdana, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	font-stretch: narrower;
	text-align: center;
	text-transform: uppercase;
	color: #666666;
	display: block;
}


/* Falso rodape. Na verdade, abrange as areas de atendimento */
#mapasite {
	background: #1a4470;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight: lighter;
	color: #ffffff;
	width: 700px;
	height: 125px;
	margin: 0px;
	display: table;
}

.mapabrasil {
	background: url('/imagens/map.gif') center no-repeat;
	width: 91px;
	height: 91px;
	left: 20px;
	display: table-cell;
}

.endereco {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	width: 120px;
	height: 80px;
	padding: 5px;
	margin-top: 0px;
	margin-left: 120px;
	display: table-cell;
}

.endereco h2 {
	font-family: 'BebasNeueRegular';
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
	line-height: 5px;
	color: #ffffff;
}

.endereco a {color: #ffffff; text-decoration: none;}

.endereco a:hover {text-shadow: 0px 0px 3px #8dd4ff; color: #20d2ff;}

.sampa {background: #1a4470;}

.minasgerais {background: #1a4470; vertical-align: middle;}

.rio {background: #1a4470; vertical-align: middle;}

/* Informacoes de copyright e creditos */
#rodape {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	width: 700px;
	height: 25px;
	position: absolute;
	text-align: right;
	padding-top:10px;
}