@charset "iso-8859-1";
/* CSS Document */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#all{
	
}
#top{
	width:980px;
	_width:988px;
	margin:2px auto 2px auto;
}

#left{
	float:left;
	width:245px;
	padding:0px;
	margin:0px;
}
#right{
	float:left;
	width:735px;
	_width:700px;
	padding:0px;
	margin:0px;
	min-height:476px;
	
}
table.content{
	min-height:350px;
}
td.top{
	height:126px;
	/*_height:120px;
	border-top:8px solid #eeeeee;*/
}
td.rest{
	background:#ffffff url(../gfx/bgContent.jpg);
	background-repeat:no-repeat;
	min-height:350px;
	
}
#content{
	margin:0px auto 0px auto;
	width:980px;
	text-align:left;
}
#texto img{
	margin:10px;
}
#desc{
	margin:0px auto 0px auto;
	padding:10px 30px 10px 30px;
	width:675px;
	/*_width:735px;*/
	text-align:left;
}
#banners{
	background:url(../gfx/bgBanners.jpg);
	background-repeat:no-repeat;
}
#rodape{
	background-color:#05683B;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	width:980px;
	margin:0px auto 0px auto;
}
#rodape a{
	color:#00FF00;
	text-decoration:none;
}
#rodape a:hover{
	color:#00FF00;
	text-decoration:underline;
}
label.pre{
	color:#333333;
	font-weight:bold;
}

.parc{
	font-size:9px;
}

.preco{
	font-size:13px;
	font-weight:bold;
}
.bloco_preco_emplacada{
	text-align:right;
	padding:2px 0px 2px 0px;
	margin:2px 0px 2px 0px;
	background:url(../gfx/bg_emplacada.png);
	background-repeat:no-repeat;
	background-position:right;
}
.bloco_preco{
	text-align:right;
	padding:2px 0px 2px 0px;
	margin:2px 0px 2px 0px;
}
.bloco_preco1{
	text-align:right;
	padding:2px 0px 2px 0px;
	margin:2px 0px 2px 0px;
}


/*TEXTS*/
h1{
	font-size:18px;
	color:#4B8B4B;
}
h2{
	font-size:18px;
	color:#4B8B4B;
}
/*******/

/*TABELAS*/
table.produtos th{
	background-color:#C6DD43;
	cursor:pointer;
}
table.produtos td div{
	padding:5px;
	float:left;
	background-color:#FFFFFF;
	height:250px;
	width:220px;
	border:1px solid #C6DD43;
}
table.premios td{
	background-color:#C6DD43;
}
table.trabalhe{
	text-align:left;
}
/*********/

/*FORMS*/
.text{
	border:1px solid #C6DD43;
}
fieldset{
	border:1px solid #4B8B4B;
}
/*******/
