body {
	padding: 0;
	border:none;
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	width:760px;
	margin:0 auto;
	text-align:center; /* hack para o IE */
	background-color: #FFFFFF;
	background-image: none;
}

img {border: 0;}

/*[ IDs ]*/



#topo {
	/*height:50px;*/
	border-bottom:1px solid #c30;
	}

#esquerda {
	width:120px;
	float:left;
	}

#centro {
	float:left;
	width:460px;
	margin-left:10px;
	text-align:justify;
	border:dotted #c30;
	border-width: 0 1px;
	padding: 0 10px;
	}

#direita {
	width:120px;
	float:right;
	}

#rodape {
	clear:both;
	text-align:center;
	border-top:1px solid #c30;
}



/* [ Classes ] */
.home {
	background-color: #FFFFFF;
}
.logo {margin-top:-12px}
.lancamento {
    font-size:70%;
    font-weight: bold;
    color: #f55;
}

h1.prod {
	text-align:left;
	color:#11233B;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	display: block;
	margin: auto;
	position: absolute;
	visibility: visible;
	left: 515px;
	top: 25px;
}

h1 {text-align:left;
   	color:#000;
	font-size: 16px;
	font-family: Verdana, Arial, Serif;
}

h2 {text-align:left;
   	color:#333399;
	font-size: 14px;
	font-family: Verdana, Arial, Serif;
	background: url("img/tarja_laranja.gif") no-repeat;
	margin:2px;
	padding:0 2px 2px 12px;
}

#destaque {
	float:left;
}

p.destaque_um {
    background-color: #DBAB3C; /*#DEDEE6*/
	letter-spacing: 3px;
	word-spacing: normal;
    font-family: tahoma, arial, serif, verdana;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	direction: ltr;
	white-space: normal;
	color: #fff; /*#445EA2*/
	font-size: 13px;
	font-style: nornal;
	font-variant: normal;
	font-weight: 800;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #fff;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #fff;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #C8C8E6;
	border-left-width: 0.1em;
	border-left-style: solid;
	border-left-color: #C8C8E6;
	padding: 8px;
}

p.destaque_dois {
    width: 160px;
    background-color: #330066; /*#DEDEE6*/
	letter-spacing: 3px;
	word-spacing: normal;
    font-family: verdana, arial, tahoma, serif;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	direction: ltr;
	white-space: normal;
	color: #FFFF00; /*#445EA2*/
	font-size: 16px;
	font-style: nornal;
	font-variant: normal;
	font-weight: bold;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #fff;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #fff;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #C8C8E6;
	border-left-width: 0.1em;
	border-left-style: solid;
	border-left-color: #C8C8E6;
	padding: 8px;
}
p.orça {
	letter-spacing: 3px;
	word-spacing: normal;
	font-family: verdana, arial, tahoma, serif;
	text-align: center;
	direction: ltr;
	white-space: normal;
	color: #fff;
	font-size: 12px;
	padding: 8px;
	background-image: none;
	background-color: #CCCCCC;
}

p.destaque_tres {
	letter-spacing: 3px;
    font-family: tahoma, arial, verdana, serif;
    margin-left:100px;
    text-align: center;
 	color: #330066;
	font-size: 16px;
 	font-weight: bold;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #C8C8E6;
	padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
	position: relative;
	left: 0px;
	top: -56px;
}
table {	font-size: 11px;
	text-align:justify;
}

td.esq {
    padding-right: 25px;
    padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-style: solid;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0.1em;
}

td.dir {padding-right: 25px;}

td.uno {padding-right: 25px;}


#esquerda, #direita {
	width:100px;
	margin-left: 0;
	padding: 0 30px 0 30px;
}
#esquerda {
	float:left;
}
#direita {
	float:right;
}
#conteudo {
	width:650px;
    _width:650px; /* "remédio" para o hack do IE */
    margin: 20px 0 0 90px; /*topo esquerda rodapé direita*/
}

#colum, #coldois, #coltres, #colquatro {
	float:left;
	margin-left: 50px;
	width:280px;
	background-color:#fff;
    padding: 0 0 0 20px;
    border-left:1px dotted #c0c0c0;
}
  /*novo*/
a:link {
	color:blue;
    text-decoration: none;
	}
a:visited {
	color:blue;
    text-decoration: none;
	}
a:hover {
	background-color:#ddf;
	color:#c30;
	text-decoration:none;
	}

a:active {color:#f00;}

