*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
	font-family:"Trebuchet MS", Verdana;
	font-size:11px;

}
/* DIVS */
#container {
	position:absolute;
	background-color:#FFFFFF;
	left:50%;
	width:676px;
	margin-left:-338px;
	margin-top:5px;
}
#topo{
	position:relative;
	width:676px;
	height:128px;
	text-align:center;
}
#banner{
	position:absolute;
	width:512px;
	height:164px;
	left: 163px;
	top: 128px;
}
#menu{
	position:absolute;
	width:149px;
	height:163px;
	left: 0px;
	top: 134px;
}
#conteudo{
	position:relative;
	width:400px;
	height:340px;
	top:20px;
	left:200px;
	display:table;
}
#rodape{
	position:relative;
	margin-top:20px;
	padding-bottom:20px;
}
#tituloGrande{
	position:relative;
	width:46px;
	height:47px;
	top: 50px;
	left:129px;
}
#areaRestrita{
	position:absolute;
	width:675px;
	height:25px;
	top: 80px;
	left: 1px;
}


#areaRestrita2{
	position:absolute;
	width:675px;
	height:25px;
	top: 280px;
	left: 1px;
}


#rodape2{
	position:absolute;
	width:676px;
	height:27px;
	top: 546px;
	left: 0px;
}
#promocao{
	position:absolute;
	width:676px;
	height:27px;
	top: 308px;
	left: 0px;
}
#boxPromocao{
	position:absolute;
	width:676px;
	height:88px;
	top: 336px;
	left: 0px;
}
#equipamentos{
	position:absolute;
	width:676px;
	height:27px;
	top: 424px;
	left: 0px;
}
#boxEquipamentos{
	position:absolute;
	width:676px;
	height:27px;
	top: 453px;
	left: 0px;
}
#logo{
	position:absolute;
	width:46px;
	height:47px;
	top: 130px;
	left:629px;
}
#titulo{
	position:absolute;
	width:46px;
	height:47px;
	top: 179px;
	left:629px;
}
#background_orcamento{
	position:absolute;
	width:149px;
	height:619px;
	top: 280px;
	left:0px;
	background-image:url(../imagens/background_orcamento.gif);
}
#formProdutos{
	position:relative;
	width:400px;
	height:150px;
	margin-top:25px;
	_top:25px;
	margin-left:200px;
	display:table;
}
#Produtos{
	position:relative;
	width:440px;
	height:600px;
	margin-top:30px;
	_margin-top:50px;
	margin-left:165px;
	display:table;
}

/*********************************
TAGS HTML
*********************************/
body{
	background-color:#FFFFFF;	
}
a {
	font-weight:bold;
	color:#E77A1A;
}	
a:hover {
	text-decoration:underline;
	font-weight:bold;
}	
.fundoTabela{
	background-image:url(../imagens/box.gif);
	background-repeat:no-repeat;
	padding:10px 11px 2px 12px;
}
.campo_form {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #C5BDBD;
	border: 1px solid #C5BDBD;
	padding-left:2px;
}
.campo_form2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #C5BDBD;
	border: 1px solid #C5BDBD;
	padding-left:2px;
	width:200px;
}
.carinho {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-left:1px;
}
.estiloCampos {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #CDCDCD;
	border: 1px solid #949494;
	padding-left:2px;
}

.tabela{
	vertical-align:bottom;
}

