@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Open+Sans:400,600|Oswald:400,700);
/* CSS reset */
* { 
	margin:0;
	padding:0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
img { 
	border:0;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
/* CSS reset fim */

.floatLeft {float: left;}
.floatRight {float: right;}
body {
	background-color: #dfdfdf;
}


/* Login Header */
#header_full{
	width: 100%;
	height: 143px;
	background-image: url(../images/fundos/fundo-header-azul.jpg);
	background-repeat: repeat-x;
}

#header_margem_full{
	width: 990px;
	height: 100%;
	margin: auto;
}

#headerBoxInfo {
	background:url(../images/fundos/tel-header.png) no-repeat right top;
	float: right;
	height: 70px;
	width: 480px;
	padding-top: 32px;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
#headerLogo {
	float: left;
	height: 143px;
}
#slogan {
	float: left;
	margin-top: 35px;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	color: #003973;
	margin-left: 40px;
	font-weight: 400;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

#miniBanner_full{
	width: 100%;
	height: 60px;
	background-color: #013871;
	display: table;
}

#miniBanner_margem_full{
	width: 940px;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: table;
	background-color: #012549;
	padding-top: 25px;
	padding-bottom: 25px;
}



#menuHeader {
	list-style-type: none;
	padding-top:4px;
	width:800px;
	float:right;
}

#menuHeader li {
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	float: left;
	color: #212122;
	text-transform: uppercase;
	padding-top:1px;
	background-image: url(../images/fundos/f03.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menuHeader li a {
	color: #212122;
	text-decoration: none;
	padding:0 18px;
	font-weight:400;
}
#menuHeader li a:hover {
	color: #1D4678;
	text-shadow:1px 1px 2px #ccc;
}
#botHome a {
	padding-left: 0px !important;
	background-image:none !important;
}

#botHome {
	background-image:none !important;
}

#botContato a {
	padding-right: 0px !important;
}

#menuFooter {
	list-style-type: none;
	padding-top:25px;
	width:800px;
}

#menuFooter li {
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	float: left;
	text-transform: uppercase;
	padding-top:1px;
	background-image: url(../images/fundos/f04.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: 400;
}
#menuFooter li a {
	color: #808084;
	text-decoration: none;
	padding:0 18px;
}
#menuFooter li a:hover {
	color: #191919;
}
/* Banner */
#banner_full{
	width: 100%;
	height: auto;
	background-color: #003871;
}

#banner_margem_full{
	width: 990px;
	height: 350px;
	margin:auto;
}
/* Index Principal */
#principal_full{
	width: 100%;
	height: auto;
	background-color: #003871;
	display: table;
}

#principal_margem_full{
	width: 990px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 300px;
}

.princBoxDestaques {
	float: left;
	width: 234px;
	text-align: center;
	margin-top: 20px;
}
.princBoxDestaques h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	color: #212122;
	background-color: #E6E6E6;
	padding-top: 4px;
	padding-bottom: 4px;
}
.princBoxDestaques a  {
	color: #212122;
	text-decoration: none;
	font-weight: bold;
}
.princBoxDestaques a:hover {
	color: #1E4884;
	text-decoration: none;
	font-weight: bold;
}

.princBoxDestaques p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}

#princBox1 {
	float: left;
	height: 150px;
	width: 100%;
}
#princBox2 {
	float: left;
	height: 150px;
	width: 100%;
}

#princBox2 > img {
	float:left;
	margin-top: 20px;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
}

#princBox1 > img {
	float:left;
	margin-top: 20px;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
}

/* Footer */
#footer_full{
	width: 100%;
	height: auto;
	margin-bottom:8px;
	background-image: url(../images/fundos/fundo-footer-azul.jpg);
	background-repeat: repeat-x;
}

#footer_margem_full{
	width: 990px;
	height: 176px;
	margin: auto;
	background-image: url(../images/fundos/tel-logo-grupo-amagno.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#footerBoxEndereco {
	float: left;
	clear: both;
	background-image: url(../images/fundos/f02.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 420px;
	margin-top: 25px;
	padding-top: 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	color: #7F7F84;
	font-weight: 400;
}
/* Internas */
.content_full{
	width: 100%;
	height: auto;
	background-color: #003871;
}

.content_margem_full{
	width: 950px;
	height: auto;
	margin: auto;
	display: table;
	padding:5px 20px 15px 20px;
	background-color: #FFF;
	border: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
}
.content_margem_full h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	color: #1D4678;
	margin-top: 10px;
	margin-bottom: 25px;
}
.content_margem_full h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #272727;
	font-weight: 600;
}

.content_margem_full h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #272727;
	font-weight: 600;
}
.content_margem_full p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;;
	font-size: 15px;
	color: #272727;
	font-weight: 400;
}
.boxFace {
	float: right;
	margin-top: 10px;
}
#boxMapa {
	float: right;
	background-image: url(../images/fundos/fundo-mapa.jpg);
	background-repeat: no-repeat;
	height: 302px;
	width: 486px;
	padding-top: 14px;
	padding-left: 26px;
}

#form table tr input, #form table tr textarea, #form2 table tr input, #form2 table tr textarea {
	padding: 6px;
}
#form {
	width: 500px;
}
#form2 {
	width: 100%;
}
label #enviar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #1E4984;
	-webkit-border-radius: 3px; /* Safari and Chrome */
	-moz-border-radius: 3px; /* Firefox */
	border-radius: 3px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior:url(border-radius.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	padding:8px 20px !important;
}
label #enviar:hover {
	background-color: #24579D;
}
blockquote {
	margin-left: 30px;
}
#boxDestaque1 {
	background-image: url(../images/icon-higienizacao-de-caixa-dagua.png);
	margin-left: 70px;
}
#boxDestaque2 {
	background-image: url(../images/icon-limpeza-de-piscina.png);
	margin-right: 10px;
	margin-left: 20px;
}
#boxDestaque3 {
	background-image: url(../images/icon-manutencao-de-jardim.png);
	margin-right: 20px;
	margin-left: 10px;
}
#boxDestaque4 {
	background-image: url(../images/icon-monitoramento-e-central-de-alarme.png);
}
#boxDestaque5 {
	background-image: url(../images/icon-prestacao-de-servico.png);
	margin-left: 70px;
}
#boxDestaque6 {
	background-image: url(../images/icon-organizacao-cotidiana.png);
	margin-right: 10px;
	margin-left: 20px;
}
#boxDestaque7 {
	background-image: url(../images/icon-seguranca-de-eventos.png);
	margin-right: 20px;
	margin-left: 10px;
}
#boxDestaque8 {
	background-image: url(../images/icon-segurancas.png);
}
#boxDestaque1, #boxDestaque2, #boxDestaque3, #boxDestaque4, #boxDestaque5, #boxDestaque6, #boxDestaque7, #boxDestaque8 {
	float: left;
	width: 200px;
	text-align: center;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: center;
	height: 140px;
}
#boxDestaque1 h2, #boxDestaque2 h2, #boxDestaque3 h2, #boxDestaque4 h2, #boxDestaque5 h2, #boxDestaque6 h2, #boxDestaque7 h2, #boxDestaque8 h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	padding-top: 20px;
	margin-left: -10px;
}
#boxDestaque1 a, #boxDestaque2 a, #boxDestaque3 a, #boxDestaque4 a, #boxDestaque5 a, #boxDestaque6 a, #boxDestaque7 a, #boxDestaque8 a {
	color: #212122;
	text-decoration: none;
	font-weight: bold;
}
#boxDestaque1 a:hover {
	color: #1E4884;
}
#boxDestaque2 a:hover {
	color: #1E4884;
}
#boxDestaque3 a:hover {
	color: #1E4884;
}
#boxDestaque4 a:hover {
	color: #1E4884;
}
#boxDestaque5 a:hover {
	color: #1E4884;
}
#boxDestaque6 a:hover {
	color: #1E4884;
}
#boxDestaque7 a:hover {
	color: #1E4884;
}
#boxDestaque8 a:hover {
	color: #1E4884;
}
/* Galeria de fotos */
#gallery {position:relative; width:654px; margin:0 auto;}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:640px; height:480px; padding:5px; border:2px solid #666; background:#FFF url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-top:10px; padding:5px 0; width:650px; height:100px; background:#FFF}
#thumbarea {position:relative; overflow:hidden; height:100px; width:650px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:100px; width:10000px; border-right:5px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:480px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

/* Neoware */
#neoware { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 17px; color: #000; background:#212122; text-align: center; font-family: tahoma; font-size: 12px; line-height: 16px; display:block; z-index:2; }
div > div#neoware { position: fixed; }

div#neoware {
_right: auto; _bottom: auto;
_left: expression( ( 0 - neoware.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
_top: expression( ( 0 - neoware.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}
