@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/* CSS Document */

html {
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-arrow-color: #00305B;
	scrollbar-base-color: #00305B;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #00305B;

	margin: 0px;
	padding: 0px;
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width:980px;
	height: 100%;
	background-color: #FFFFFF;
	background-image:url(../images/bg.gif);
	background-repeat: no-repeat; background-position: center 0px;
	color: #4a4a4a;
	font-size: 12px;
	border:solid 0px red;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	 
}

h1{
    background: url(../images/testeira_home.gif) no-repeat center;
	text-indent: -999999px;
	height: 84px;
}

#holder 
{
	position:absolute;
	top:44px;
	left:50%;
	width: 780px;
	margin-left: -390px;
	background:url(../images/bg_conteudo.png) repeat-y center 0px;
}

#miolo{
	padding: 0px 22px 5px 22px;
	border: 0px solid green;
}

#flash{
	 /*margin: 0px 0px 0px 298px;*/
	 height: 332px;
	 /*border: 1px solid red;*/
     float: right;	
}
/*-------------navega---------------*/
ul{
	list-style: none;
}

ul#navega{
	padding-top: 3px;
	float: left;
	width: 280px;
   	display: block;
	border: 0px solid green;
}

ul#navega *{
	padding-left: 2px;
	text-decoration: none;
	
}
ul#navega li ul li *{
	padding-left: 9px;
	font-size: 12px;
	/*font-size: 0.8em;*/
	color: #4a4a4a;
	font-weight: bold;
}

ul#navega li a:hover{
	color: #b6b6b6;
}
li.itemlaranja ul li a:hover{
	background: url(../images/nav_setalaranja.gif) no-repeat 0px 0px;
}
li.itemazul ul li a:hover{
	background: url(../images/nav_setaazul.gif) no-repeat 0px 0px;
}
li.itemvermelho ul li a:hover{
	background: url(../images/nav_setavermelha.gif) no-repeat 0px 0px;
}
/*.registro  a#registro, .instal a#instal, .uso a#uso, .disparado a#disparado, .alarmes a#alarmes, .mapas a#mapas{
	color:#CB0000;
}*/
.itemlaranja, .itemazul, .itemvermelho, .itemsalmao, .itemverde, .itemamarelo {
	margin-bottom: 3px;
	font-size: 16px; 
	min-height: 40px; 
	padding-top: 5px;
}

.itemsalmao, .itemverde, .itemamarelo {
	height: 40px; 
}

.itemlaranja{
	border-left: 10px solid #FB8902;
	color: #FB8902;
}
.itemazul{
	border-left: 10px solid #318FD8;
	color: #318FD8;
}
.itemvermelho{
	border-left: 10px solid #C42627;
	color: #C42627;
}
.itemsalmao{border-left: 10px solid #FBA57A;}
.itemsalmao a {color: #FBA57A;}
.itemverde{	border-left: 10px solid #B5C503;}
.itemverde a{color: #B5C503;}
.itemamarelo{border-left: 10px solid #FFDE00;}
.itemamarelo a{color: #FFDE00;}

/*----------------- fim navega -------------------------*/
#destaque1, #destaque2, #destaque3{
	float: left;
	border: 1px dashed #666666;
	height: 140px;
}
#destaque1{
	padding: 130px 0px 10px 8px;
	background: url(../images/destaque1.jpg) no-repeat 20px 5px;
	width: 230px;
	/*width: 85%;*/
	margin: 5px 0px 5px 5px;	
	border: 1px dashed black;
}
#destaque2{
	padding: 130px 0px 10px 8px;
	background: url(../images/destaque2.jpg) no-repeat 20px 8px;
	width: 230px;
	margin: 5px 0px 5px 5px;		
	border: 1px dashed black;
}
#destaque3{
	padding: 130px 0px 10px 8px;
	background: url(../images/destaque3.jpg) no-repeat 20px 5px;
	width: 230px;
	margin: 5px 0px 5px 5px;		
	border: 1px dashed black;
}

#destaque1 p{
margin-right:8px;
}

#destaque2 p{
margin-right:8px;
}

#destaque3 p{
margin-right:8px;
margin-bottom:5px;
}

h5{
	padding: 5px 0px 5px 0px;
	color: #292c83;
	font-weight: bold;
	font-size: 14px;
}
#politica{
	background: url(../images/bg_politica.gif);
	text-align: center;
	padding-top: 5px;
	color: #252775;
	height: 20px;
	clear: both;
	font-size:10px;
}
#politica a{
	color:#252775;
	text-decoration:underline;
}

#politica a:hover{
	color:#252775;
	text-decoration:underline;
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
a.linkhome {
	color:#292c83;
	font-weight:bold;
}
a.linkhome:hover{
	color:#b6b6b6;
	text-decoration:underline;
}
