p {
	margin: 0px;
}

body {
	margin: 0px;
	background-color: #383838;	
}

#container {
	width: 800px;	
	margin: 0px auto;
	text-align: justify;
	color: #333;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top {
	background-image: url(../images/topbg.jpg);	
	height:35px;	
}

#homebtn {
	float:right;
	margin-top:3px;
	margin-right:56px;
}

#flags {
	float:left;
	margin-top:3px;
	margin-left:620px;
}

#header {
	background-image: url(../images/header.jpg);	
	height:191px;
	
}

#wrapper-home {
	background-color: #FFFFFF;
	background-image: url(../images/bghome.jpg);
	background-position: top center;	
	background-repeat: no-repeat;	
}

#wrapper-vigilance {
	background-color: #FFFFFF;
	background-image: url(../images/bgvigilance.jpg);
	background-repeat: no-repeat;	
	background-position: top center;	
}

#wrapper-cofres {
	background-color: #FFFFFF;
	background-image: url(../images/bgcofres.jpg);
	background-repeat: no-repeat;	
	background-position: top center;	
}

#wrapper-camera {
	background-color: #FFFFFF;
	background-image: url(../images/bgcamera.jpg);
	background-repeat: no-repeat;	
	background-position: top center;	
}

#wrapper-cartoes {
	background-color: #FFFFFF;
	background-image: url(../images/bgcartoes.jpg);
	background-repeat: no-repeat;
	background-position: top center;	
}

#wrapper-documenta {
	background-color: #FFFFFF;
	background-image: url(../images/bgdocumenta.jpg);
	background-repeat: no-repeat;	
	background-position: top center;	
}

#wrapper-software {
	background-color: #FFFFFF;
	background-image: url(../images/bgsoftware.jpg);
	background-repeat: no-repeat;	
	background-position: top center;	
}

#content {	
	margin-top:15px;
	margin-left:10px;
	margin-right:10px;		
}

#footer {
	background-image: url(../images/footer.jpg);	
	height:60px;
	clear:both;
}

#bghome {
	background-image: url(../images/bghome.png);
	height:385px;
	width:800px;
	background-position: center;
	
}

a {	
	color: #00A08B;
	text-decoration: none;
}

a:hover {	
	color: #00A08B;
	text-decoration: underline;
}

#copyright {
	color:#696969;
	font-size:11px;
	padding-left:10px;
	padding-top:27px;	
}

.copyright {
	color:#696969;
	text-decoration: none;
}

.copyright:hover {
	color:#00a18c;
	text-decoration: underline;
}

.hilite {
	background-color: #00A08B;
	color:#FFFFFF;
	font-weight: bold;
	padding:4px;
}

p {
	margin-top:10px;
}

ul { 
	list-style-type: square;	
}

.images {
	margin-right:30px;
	padding:4px;
	border: 1px solid #00a18c;	
}

.imagelast {	
	padding:3px;
	border: 1px solid #00a18c;	
}

fieldset { 	 	
	padding: 0.5em 1em; 
	border: 1px solid #037869;
}

legend {
	color: #037869;	
	padding: 0.3em 0.3em;
	background-color: #FFFFFF;	
	font-size:14px;
	font-weight:bold;
}

.form {
	padding: 2px;
	border: #00a18c solid 1px;
	background-color: #FFFFFF;		
}

.button {
	border: 1px solid #00a18c;	
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00a18c;
	padding: 2px;
	width:75px;
}

.smalltext {
	font-size: 11px;
}

.warning {
	font-size: 11px;
	color: #FF0000;
}

.subcatlink {	
	padding:4px;
}



