/* Elementos basicos de pagina */

#linksdotopo {
	display: block;
	position: relative;
	top: -15px;
	widht: 760px;
	padding-left: 610px;
	}

	
body{
	font-family: Arial,sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	background: url(images/bg_sombreado.jpg) top center repeat-y;
	text-align: center;
	font-size: 11px;
}

.hide	{
	display: none;
	}
	
img {
	display: block;
	}
	
td {
	vertical-align: top;
	text-align: left;
	}

a {
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

/* TRATAMENTO BÁSICO DE PARÁGRAFOS E FONTES */

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
 	
	font-family: Arial, Helvetica, sans-serif;
		
		}

h1	{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	}

h2	{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #009999;
	}

html p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size:  10px;
	line-height: normal;
	}
	
li	{
	text-align: left;
	font-size:  11px;
	line-height: 2;
	color: #666666;
	}
	
	
/* BARRA DIREITA*/
#direita {
	width: 246px;
	height: auto;
	background-image: url(images/bd_menu.gif);
	border: 0px;
	}

#conteudodireita {
	margin-top: 7px;
	margin-left: 25px;
	margin-bottom: 10px;
	width: 140px;
	}


#direita, #conteudodireita h1	{
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
	border-top-style: dashed; 
	border-top-color: #999999;
	border-width: 1px;
	padding-top: 20px;
	text-align: left;
	color: #006666;
	}

#direita, #conteudodireita p	{
	font-weight: normal;
	text-align: left;
	line-height: normal;
	color: #000000;
	}

/* Posicionamento de Layout e outros */

#divao {
	width: 760px;
	margin:0 auto;
	text-align:left; /* para o hack do IE */
	}

#cabecalho {
	width: 760px;
	height: 110px;
	border: 0px;
	margin-top: 0;
	background-color: #000000;
	
}

#logo {
	position: relative;
	width: 205px;
	height: 80px;
	border: 0px;
	top: 20px;
	left: 20px;
	background: url(images/idVenture.gif);
	
}

#menuprincipal {
	width: 760px;
	height: 42px;
	background-color: #999999;
	border: 0px;
	
}

#topo {
	width: 760px;
	height: 130px;
	border: 0px;
	}

#conteudogeral {
	width: 760px;
	height: auto;
	}

#conteudoprincipal {
	width: 480px;
	height: auto;
	background-color: #ffffff;
	border-right: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	border-left: 1px ridge #999999;
	padding-left: 34px;
	padding-top: 25px;
	padding-right: 50px;
	}
	
#conteudoprincipal h1	{
	font-weight: bold;
	font-size: 26px;
	font-stretch: condensed;
	margin-bottom: 20px;
	text-align: left;
	color: #006666;
	}
#conteudoprincipal p	{
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
	font-size: 11px;
	color: #000000;
}

#conteudoprincipal img	{
	display: block;
	border: 1px;
	border-style: ridge;
	border-color: #666666;
	left: 350px;
}


#conteudoprincipal .imgnoborder	{
	display: block;
	border: 0px;
	}

.imgnoborder	{
	display: block;
	border: 0px;
	}
	
/* RODAPÉ */
	

#footer {
	width: 760px;
	background-image: url(images/bg_rodape.gif) repeat;
	display: block;
	}

#rodape {
	width: 545px;
	height: 50px;
	vertical-align: middle;
	font-size: 10px;
	padding-left: 25px;
	}

	
#logodmi {
	vertical-align: middle;
	padding-left: 0px;
	}
	
#logodmi, img {
	border: 0px;
	right: 10;
	}
	
/* INLINES */

.hr {
	line-height: 1px;
	outline-style: dashed;
	} 


/* Formulários de Orçamentos */
	
#formulario {
	font-size: 11px;
	}

#formulario td {
	padding: 3px 0px 3px 0px;
	}

.forms {
	font: Arial, Helvetica, sans-serif; 
}


.inputext {
	border:1px solid #C0C0C0;
	border-style: ridge;
	margin-bottom:0px;
	vertical-align: middle;
}

.topicodeformulario {
	font-size: 11px;
	color: #FF9933;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
	}
