@charset "utf-8";
body  {
	background: #A9BBCE;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-family: Verdana, Arial, Hevetica, Geneva, sans-serif;
}
#geral  {
	margin: 0 auto;
	text-align: left; 
	background-color: #FFFFFF;
	background-image: url(../imagens/bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
} 
#topo  {
	height:169px;
	background: url(../imagens/topo.gif) no-repeat;
} 
#topo #flash {
	margin-left: 392px;
}
#topo #logos{
	position:absolute;
	left:20px;
	top:19px;
}

#idioma {
	display:none;
	position:absolute;
	left:393px;
	top:125px;
	height:22px;
	z-index:1;
	font-size: 10px;
}
#idioma a {
	text-decoration: none;
	margin-left: 15px;
	color: #666;
}
#idioma a:hover {
	color: #26496C;
}

#idioma img {
	border-style: none;
	margin-bottom: -2px;
}
#idioma .es {
	display: none;
}




#conteudo {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
#conteudo a {
	color: #26496C;
}
#conteudo a:hover {
	color: #390;
}

#esquerda  {
	float: left;
	width: 200px;
	text-align: center;
	font-weight: bold;
}
#esquerda ul {
	text-align: left;
	margin: 0px auto 30px;
	padding: 0px;
}
#esquerda ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#esquerda ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	margin-left: 5px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../imagens/item.gif) no-repeat 3px center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}
#esquerda ul li a:hover {
	color: #390;
}

#direita  { 
	margin: 0 0 0 250px; 
	padding: 0 20px;
} 
#direita h1{
	font-size: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #390;
}

#rodape  {
	/*background:#DDDDDD;
	background: url(../imagens/bottom.gif) no-repeat right bottom;*/
	position: relative;
	bottom: 0px;
	width: 100%;
	left: 0px;
} 
#rodape p  {
	font-size: 10px;
	color: #26496c;
	text-align: left;
	margin: 0px;
	padding: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cinza {
	color: #999;
}
.verde {
	color: #390;
}
.menor {
	font-size: 10px;
}
#produtos   {
	font-weight: bold;
}

#produtos th {
	text-align: left;
}
