html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 0px;
	background:#000;
	font-size:11px;
	color:#fff;
}

#master {
	/*background:red;*/
	border:0px silver solid;
	position: relative;
	left: 50%;
	width: 740px;
	top:0px;
	margin-left: -370px; /* half of width */
	padding:0;
}


/*---------------------------------------------------------------*/
#topo {	
	color:#FFF;
	padding:0;
	margin-bottom:15px;
}

#corpo {
	position:relative;
	padding:0;
	margin:0;
}

/*---------------------------------------------------------------*/
#lateral{
	/*width:198px;*/
	width:180px;
	padding:0px;
	margin:0px;
	background:#292929;
}

#lateral ul{
	display:block;
	padding:0;
	margin:0;
}

#lateral ul li{
	display:block;
	border-bottom:#848484 dotted 1px;
	margin:0 0 1px 0;
}
#lateral ul li a{
	display:block;
	background:url(../images/seta.gif) 1px 8px no-repeat #fff;
	color:#000;
	text-decoration:none;
	padding:5px 0 0 19px;
	margin:0;	
}
#lateral ul li a:hover{
	background:url(../images/seta.gif) 5px 8px no-repeat #fff;
	color:gray;
}


/*---------------------------------------------------------------*/

#conteudo{
	background: url("../images/fundo_centro.jpg") repeat #000 0px 70px;
	padding:0;
	margin:0;
}


#mastercontent{
	float:left;
	width:525px;
	padding:0;
	margin:0;
}

#content{		
	padding:15px 15px 25px 15px;
	margin:0;	
	/*min-height:300px;*/
	color:#000;
}

/*
html #content{
    height: 400px
}*/

h1{
	font-size:18px;
	margin:0 0 10px 0;
	padding:0;
}

h2{
	font-size:14px;
	margin:0 0 10px 0;
	padding:0;
}

/*---------------------------------------------------------------*/
#menutop{
	background: url("../images/fundo_topo.jpg") repeat-x #000; 
	height:60px;
	padding:0;
	margin:0;
	/*text-align:right;*/
}

#menutop ul{
	list-style-type: none; /* retira o marcador de listas*/ 
	margin:0;
	padding:8px 6px;
}

#menutop ul li {
	display:inline;
	padding:0px;
	margin:0 1px;
}

#menutop ul li a{
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	padding:8px 5px;
	margin:0;
}

#menutop ul li a:hover, #menutop a.sel{
	background:#595959;
}

/*
#menu{
	width:180px;
}*/

/*---------------------------------------------------------------*/
.clear{
	clear:both;
}

.none{
	display:none;
}

a{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

a:hover{
	color:#000;
	text-decoration:none;
}


/* ------------------------------------------------------*/
form {
	padding:0;
	margin:0;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
	border:1px solid #4a5d30;
	font-size:1.0em;
}

input:focus, select:focus, textarea:focus, input.sffocus  {
  background:silver;
  color:#000; 
}

img{
	border:0;
}

/* ------------------------------------------------------*/

.formulario{
	width:100%;
	border-top:1px solid #292929;
	margin-top:5px;
}

.formulario .descricao{
	width:160px;
	/*border:1px dotted #DE4303;*/
	border-bottom:0px solid #292929;
	border-right:0px solid #292929;
	padding:5px;
	text-align:right;
}

.formulario .valor{
	border-bottom:0px solid #292929;
}


.legendacampo{
	font-size:9px;
	font-weight:normal;
	color:#ccc;
	line-height:1.2em;
}

table.botoesform{
	/*margin:0 auto;*/
	width:100%;
	border-top:1px solid #292929;
	border-bottom:1px solid #292929;
	background:#CFCFCF;
	margin-top:10px;
	padding:5px;
}

/*----------------------------------------------
	ERRO
*/
#erro{
	margin:0 auto; 
	width:90%;
	border: 1px solid #bc060b;
	background-color: #fff;
	padding: 10px 0px ;
	margin-bottom:10px;
	color:#bc060b;
	text-align:center;
	line-height:1.0em;
}

#erro a{
	color:#000;
}

/*---------------------------------------------------------------*/
.mastertitulo{
	height:31px;
	background: url("../images/fundo_titulo.jpg") no-repeat; 
	padding:5px;
	margin:0;
}

.mastertitulo h1{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

.produto{
	/*
	clear:both;
	display:block;
	position:relative;
	background:red;
	padding:5px;
	margin:5px;
	*/
	
	/*background:red;*/

	width: 90%; 
	height: auto; 
	margin-left: 20px; 
	padding:5px 0;
	
	border-bottom:1px solid silver;
	
}

.produto .foto{
	float:left;
	/*background:blue;*/
	width:40%;
	
	height: auto; 
	margin:0; 
	padding:0;
	text-align:center;
}

.produto .info{
	float:left;
	/*background:lime;*/
	width:60%;
	
	height: auto; 
	margin:0; 
	padding:0;
}

.produto .info h3{
	font-size:12px;
	font-weight:bold;
}

.produto .info p{
	margin:0; 
	padding:10px;
}

#footer{
	/*background:red;*/
	font-size:80%;
	text-align:right;
	color:#ccc;
	padding:5px 5px;
	margin:5px 8px 0 8px;
	
	/*border-top:1px solid #F33E0B;*/
	border-top:0px solid #FF7300;
}

/*---------------------------------------------------------------*/
.ficheiros{
	width:100%;
	margin-top:10px;
	/*border:1px solid #F33E0B;*/
}

.ficheiros td{
	/*border-bottom:1px solid #F33E0B;*/
	border-bottom:1px solid #FF7300;
	padding:3px;
}

.ficheiros img{
	border:0;
}

.ficheiros a{
	border:0;
}
