html, body, #wrap {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	margin:0;
}
body > #wrap {height: auto; min-height: 100%;}
#conteudo {padding-bottom: 80px; text-align:center;}  /* deve ser a mesma altura do rodapé */
#rodape {
    position: relative;
    margin-top: -80px; /* A mesma altura do rodapé, o valor deve ser negativo */
    height: 80px;
    clear:both;
}

/* Pagina escolha */
.escolha_corpo{
	width:980px;
	height:420px;
	margin-left:auto;
	margin-right:auto;
}

.escolha_corpo1{
	width:400px;
	height:140px;
	float:left;
	margin-left:60px;
	text-align:left;
	margin-top:15px;
}

.escolha_imagem{
	width:135px;
	height:135px;
	float:left;
	margin-top:3px;
	margin-left:5px;
}

.escolha_label1{
	width:250px;
	float:left;
	font-size:14px;
	margin-left:5px;
	margin-top:35px;
}

.escolha_label2{
	width:250px;
	float:left;
	font-size:11px;
	margin-left:5px;
	margin-top:10px;
}

.escolha_label3 a{
	width:250px;
	float:left;
	font-size:11px;
	margin-left:5px;
	text-decoration:none;
	color:#0000FF;
	margin-top:10px;
}

.escolha_label3 a:hover{
	text-decoration:none;
	color:#0000FF;
}

.txt{background:#F8F8F8; border:1px solid #b7b7b7; padding:5px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#3B3B3B;}

.txt:focus
{
	background:#FFFFFF;
	border:1px solid #000000;
	color:#000000;
}


.topo
{
	background-color:#333333;
	padding:5px;
}

.topo #topo1
{
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	text-align:center;
	font-size:30px;
	padding:5px;
}

.topo #topo2
{
	color:#CCCCCC;
	display:block;
	text-align:center;
	font-size:24px;
	padding:5px;
}

#rodape #rodape1 
{
    background-color:#333333;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
}

#rodape #rodape2
{
    background-color:#FFFFFF;
	padding:5px;
}

#hello
{
	display:block;
	padding:10px;
	font-weight:bold;
	text-align:center;
}

#menu_top
{
	background-image:url(../images/bg_menu1.png);
	background-repeat:repeat-x;
	height:20px;
}

#menu_bottom
{
	background-image:url(../images/bg_menu2.png);
	background-repeat:repeat-x;
	height:20px;
}

#menu
{
	padding:10px 10px 10px 110px; 
	background-color:#FFFFFF;
	text-align:left;
}

#menu .titulo
{
	font-weight:bold;
	color:#000000;
	padding-right: 20px; 
	border-right: 1px dotted #333333;
	font-size:16px;
}

#menu .normal
{
	font-weight:bold;
	color:#999999;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px dotted #333333;
}

#menu .normal a
{
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}

#menu .normal a:hover
{
	color:#333333;
}

#menu .selecionado
{
	font-weight:bold;
	color:#990000;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px dotted #333333;
}

.link
{
	color:#990000;
	text-decoration:none;
}

.link:hover
{
	color:#666666;
}

#tabela_enquete th
{
	background-image:url(../images/bg_th.png);
	
}

#icon
{
	position:absolute;
	left: 15px;
	top: 100px;
}

.conteudo_item
{
	text-align:left;
	padding: 10px 30px 10px 30px;
}

#accordion a
{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#red, #green, #blue {
	float: left;
	clear: left;
	width: 200px;
	margin: 10px;
	border:1px solid #999999;
}
#swatch {
	width: 120px;
	height: 100px;
	margin-left: 250px;
	background-image: none;
	border:1px solid #999999;
}
#red .ui-slider-range { background: #ef2929; }
#red .ui-slider-handle { border-color: #ef2929; }
#green .ui-slider-range { background: #8ae234; }
#green .ui-slider-handle { border-color: #8ae234; }
#blue .ui-slider-range { background: #729fcf; }
#blue .ui-slider-handle { border-color: #729fcf; }
div.cor { padding: 10px !important; background-color:#FFFFFF; border:2px solid #666666; position:absolute; display:none};