html, body {height:100%;} 
body {
	margin:0; 
	padding:0;
	background-image: url(imagens/img63.jpg);
	color:#666;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
	a:link {text-decoration: none; color: #000099;}
    a:visited {text-decoration: none; color: #666666;}
    a:hover {text-decoration: underline; color: #FF0000;}
	
#tudo { 
	width:780px;
	background:#fff url(bg-auxiliar.gif) repeat-y right;
	margin:0 auto;
	text-align:left;
	/*min-height:100%;/**/
	border:dotted #cdcdcd;
	border-width:0 1px;
	
	}
 /** html #tudo {height: 100%;}*/
#topo {
	background:#ffffff;
	width:780px;
	height:160px;
	padding-top:1px;
	margin:0 auto;
	}
	#conteudo {
	width:780px;
	/*height:100%;*/
	margin:0 auto;
	padding:0;
}

#principal {
	width:590px;
	float:right;
	text-align:justify;
	margin:0;
	padding: 10px 0 0 0;
	}

#menu {
	width:180px;
	float:left;
	padding-top:15px;
	vertical-align: top;
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #000099;
	clip:  rect(auto auto auto auto);
	}
#menubv {
width: 12em;
padding: 0;
margin: 0;
font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#menubv ul {
list-style-type:none;
margin: 0;
padding: 0;
}
#menubv li {
border-bottom: 1px solid #000099;
margin: 0;
position: relative;
}
#menubv li a {
display: block;
padding: 5px 5px 5px 0.5em;
font-weight:bold;
border-left: 10px solid #000099;
border-right: 10px solid #FFFFFF;
background-color: #FFFFFF;
color: #000066;
text-decoration: none;
}
#menubv li a:hover {
border-left: 10px solid #000099;
border-right: 10px solid #000099;
background-color: #E4E4E4;
color: #666666;
}


.clear {clear:both;}
#rodape {
	width:780px;
	height:50px;
	background:url(imagens/rodape.jpg) no-repeat;
	}

#todoform {
    font: bold 12px arial, verdana, helvetica, sans-serif;
    }
#todoform td {
    padding:3px;
    }
#todoform input {
     background:#E4E4E4;
	 }
#todoform textarea{
     background:#E4E4E4;
	 font: 12px arial, verdana, helvetica, sans-serif;
	 scrollbar-arrow-color:#FFFFFF;
     scrollbar-3dlight-color:#0099FF;
     scrollbar-highlight-color:#0000FF;
     scrollbar-face-color:#000099;
     scrollbar-shadow-color:#0000FF;
     scrollbar-darkshadow-color:#0099FF;
     scrollbar-track-color:#99CCFF;
	 }
#todoform input.botao {
	background:#000099;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 2px solid #E4E4E4;
	border-right: 2px solid #E4E4E4;
	border-bottom: 2px solid #E4E4E4;
	border-left: 2px solid #E4E4E4;
/* uma borda de 2px solida branca no botão*/
     } 
#todoform select { 
     background-color: #E4E4E4;
     font:12px verdana, arial, helvetica, sans-serif;
     
     }
#v_nova {
    width:500px;
	text-align:justify;
	display:none;
	}
#v_remanuf {
    width:500px;
	text-align:justify;
	display:none;
	}
 	
.box {
	margin-bottom: 2em;
	padding: 2px 0 10px;
}
.box p {padding: 4px 0;}
.box li {
	border-top: 1px solid #EEE;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}
.thumbnails {margin: 1px 0 15px 20px;}
.thumbnails a.thumb {
	background: #FFF;
	border: 1px solid #0669B2;
	display: block;
	float: left;
	margin: 0 0 5px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {border-color: #d9e2ea;}
.thumbnails .thumb img {display: block;}
