@CHARSET "UTF-8";

body {
	background-color: #D4D6D7;
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #01153B;
	text-decoration: none;
}

#site {
	width: 980px;
	margin: 0 auto;
}

#bannerTopo {
	padding-top: 10px;
	height: 185px;
}

#bannerTopo ul {
	list-style: none;
	padding: 0;
}

#bannerTopo ul li {
	display: inline;
	font: normal normal normal 15px/1.4em sans-serif;
}

.linkTopo {
	display: inline-block;
	width: 160px;
	text-align: center;
	margin: 0 10px;
}

.linkTopo:hover {
	background-color: #849fb1;
	box-shadow: rgba(0, 0, 0, 0.2) 2px 0px 2px 0px;
}

.linkTopo:hover a {
	color: #ffffff;
}

.linkTopoFocus {
	background-color: #163474 !important;
	box-shadow: rgba(0, 0, 0, 0.2) 2px 0px 2px 0px;
}

.linkTopoFocus a {
	color: #ffffff;
}

#bannerLogo {
	position: absolute;
	top: 70px;
	width: 980px;
	height: 125px;
}

#bannerLogoBG {
	position: absolute;
	top: 70px;
	width: 100%;
	height: 125px;
	background-color: #BFC0C2;
}

#enderecoIP {
	position: absolute;
	margin-left: 560px;
	margin-top: 50px;
	font-size: 22px;
	font-weight: bold;
	color: #01153B;
}

#conteudo {
	width: 980px;
	min-height: 400px;
	margin: 20px 0;
}

#bannerRodapeBG {
	position: absolute;
	width: 100%;
	height: 80px;
	background-color: #BFC0C2;
}

#bannerRodape {
	width: 980px;
	height: 80px;
	margin: 0 auto;
	color: #01153B;
	text-align: center;
}

#endereco {
	margin-top: 20px;
	margin-left: 10px;
}

#endereco p {
	padding-bottom: 5px;
}

/* Inicio Pagina inicio */
#bannerGuardian {
	background-color: #163474;
	color: #D4D6D7;
	height: 320px;
}

#bannerGuardianTexto {
	width: 370px;
	float: left;
	margin: 20px 20px;
}

#bannerGuardianTexto h1 {
	font-size: 34px;
}

#bannerGuardianImagem {
	width: 548px;
	float: left;
	margin: 20px 0;
}

#produtos {
	width: 980px;
	background-color: #ffffff;
	height: 250px;
}

.divisor {
	float: left;
}

.divisor hr {
	width: 0.1px;
	height: 200px;
	border-left-style: dotted;
	border-right: none;
	margin-top: 20px;
	margin: 10px;
}

#produtoGuardian,
#produtoEmail,
#produtoSuporte {
	float: left;
	width: 290px;
	height: 200px;
	margin: 10px 10px;
}

.produtoImagem {
	height: 110px;
	text-align: center;
}

.produtoTitulo {
	text-align: center;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	color: #01153B;
	font: normal normal normal 17px 'open sans', sans-serif;
	margin: 0 20px;
}

.produtoTexto {
	text-align: justify;
	color: #01153B;
	font: normal normal normal 12px 'open sans', sans-serif;
	margin: 10px 20px;
}
/* Fim Pagina inicio */

/* Inicio Pagina contato */
#contatoTitulo {
	font-weight: bold;
	font-size: 16px;
}

#contatoFormulario input[type=text],
#contatoFormulario input[type=email] {
	width: 570px;
	border: 1px solid #ccc;
	box-shadow: rgba(0,0,0, 0.2) 1px 0px 1px 0px;
	border-radius: 5px;
	padding: 5px;
	margin: 2px 0;
}

#contatoFormulario textarea {
	width: 570px;
	height: 100px;
	border: 1px solid #ccc;
	box-shadow: rgba(0,0,0, 0.2) 1px 0px 1px 0px;
	border-radius: 5px;
	padding: 5px;
	margin: 2px 0;
}

#contatoFormulario input[type=submit] {
	float: right;
	color: #fff;
	background-color: #555;
	border: 1px solid #555;
	box-shadow: rgba(0,0,0, 0.2) 1px 0px 1px 0px;
	border-radius: 5px;
	padding: 5px;
	margin: 2px 0;
}

#imagemContato {
	margin-left: 50px;
	padding: 10px;
	box-shadow: rgba(0,0,0, 0.2) 2px 0px 2px 0px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#imagemContato img {
	border-radius: 5px;
}

#resposta {
	float: left;
}
/* Fim Pagina contato */
