html, body {
	background:#ffffff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	scrollbar-face-color: #009966;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #EFEFEF;
}

* {
	margin: 0;
	padding: 0;
}

/*--------------------------------------------- 
Diagramação do Site 
---------------------------------------------*/

/* Para páginas com ambas colunas */
#container {
	//position:relative; 
	display:block; 
	background:#ffffff; 
	border-left:150px solid #ffffff; 
	border-right:150px solid #ffffff;
	
}

#inner {
	display:block; 
	margin-left:-150px; 
	margin-right:-150px;
	padding:5px;
}

#esquerda {
	float:left; 
	position:relative; 
	width:139px; 
	left:0px;
}

#direita {
	float:right; 
	position:relative; 
	width:139px; 
	right:0px;
}

* + html #direita{
	height: 100%;
}



#meio {
	margin-left:149px; 
	margin-right:149px; 
	position:relative; 
	display:block; 
	height:1%;
	min-width:470px;
	_width:expression(documentElement.clientWidth < 780 ? "455px" : "auto");
}

* + html #meio{
	margin-bottom: 2%;
	display: block;
	min-height: 1000px;
}


* html #meio {
	display: block;
	margin-right: 0px;
}


#meio form {float:left}

* html #meio form{
	width: 469px;
}

* + html #meio form{
	width: 469px;
}

/* Para páginas com somente uma coluna do lado esquerdo */
#conteudo2 {
	position:relative; 
	display:block; 
	background:#ffffff; 
	border-left:200px solid #ffffff; 
	border-right:50px solid #ffffff
}

#inner2 {
	display:block; 
	margin-left:-200px; 
	margin-right:-50px; 
	padding:5px;
}

#center2 {
	margin-left:149px; 
	margin-right:149px; 
	position:relative; 
	display:block; 
	height:1%;
}

.clear {
	clear:both;
}

/*--------------------------------------------- 
Rodapé
---------------------------------------------*/
#rodape {
	background:#f3f3f3;
	font:11px/13px Arial, sans-serif;
	color:#666;
	position:relative !important;
	position:static;
	width: 100%;
	clear:both;
	overflow: auto;
}

* html #rodape{
	width: 100%;
}

* + html #rodape{
	width: 100%;
	clear:both;
	overflow: auto;
	position: relative;
}

#rodape ul {
	list-style:none;
	padding:0;
}

#wrap_rodape {
	margin:0 auto;
	text-align:center;
	width:730px;
}

* + html #wrap_rodape{
	margin-left: 20%;
	clear: both;
	height: 10%;
	display:block;
}

* html #wrap_rodape{
	margin-left: 20%;
	clear: both;
	height: 1%;
	display:block;
}


#rodape div div {
	text-align:left;
	float:left;
	clear:right;
	margin-bottom:20px;
	padding:0 12px;
	border-left:1px solid #999;
	height:120px;
	margin-top:10px;
}

#rodape a {
	text-decoration:none;
	color:#666;
}

#rodape a:hover {text-decoration:underline}
	
#rodape p {
	clear:both;
	text-align:center;
	color:#000;
	margin:0.4em 0 0 0;
}

#rodape p a {color:#000;}

#rodape dl {margin:0;}

#rodape dt {
	font-weight:bold;
	margin-top:1em;
}

#rodape dd {margin:0;}

#rodape #logo_rodape {
	border:none;
	padding:0;
	margin-left:0px;
	width:265px;
}

#logo_rodape dl {
	margin:20px;
	margin-top:0;
}

#logo_rodape dd {
	display:inline;
	margin:0 0.6em;
}

#contato_rodape {width:153px;}

#pagamento_rodape {width:64px;}

#rodape #contato_rodape, #rodape #pagamento_rodape {text-align:center;}

#pagamento_rodape dd {margin-top:0.5em;}

#contato_rodape dd {font-weight:bold;}

#contato_rodape dt {margin-top:0.5em;}

#contato_rodape .desc {font-weight:normal;}

#links_rodape {
	width:170px;
}

#links_rodape dd {
	display:inline;
}

#rodape .primeiro {margin-top:0;}