/* CSS Document */
html{
	height:100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	text-align:center;
	height:100%;
	background-image:url(img/bg_top.png);
	background-repeat:repeat-x;
}

form{
	margin:0px;
	margin:0px;
}



#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	min-height:100%;
	height:auto;
}

* html #container{
	height:100%;
}

#topo {
	height:133px;
}

#flash {
	height:224px;
}



#colesq {
	width:200px;
	padding:2px 0 5px 0;;
	margin:10px 0 10px 0;
	float:right;
	background-color:#F5F5F5;
	border-left:#EFEFEF solid 1px;
	border-top:#EFEFEF solid 1px;
	border-bottom:#E5E5E5 solid 1px;
	border-right:#E5E5E5 solid 1px;
}

#fim {
	clear:both;
	width:100%;
	height:1px;
}

#rodape {
	background-image:url(img/bg_rodape.jpg);
	background-repeat:repeat-x;
	padding:10px;
	clear:both;
}



#logo{
	float:left;
	margin-top:10px;
	width:290px;
}

#top_bt{
	width:506px;
	height:93px;
	float:right;
}

#bt_contato{
	width:110px;
	height:18px;
	margin-top:23px;
	margin-left:378px;
	padding-top:2px;
	background-image:url(img/menu_top.png);
	background-repeat:no-repeat;
	text-align:center;
}

#bt_contato a{
	color:#FFFFFF;
	text-decoration:none;
}

#menu{
    position:relative;
	width:506px;
	height:40px;
	float:right;
	background-image:url(img/menu_branco.png);
	text-align:center;
}

.destakmenu{
	background-image:url(img/menu_red.png); 
	background-repeat:no-repeat; 
	background-position:top-1px;
}

#menu1{
	position:absolute;
	top:0px;
	left:1px;
	height:32px;
	width:140px;
	
}
#menu2{
	position:absolute;
	top:0px;
	left:120px;
	height:32px;
	width:140px;	
}
#menu3{
	position:absolute;
	top:0px;
	left:242px;
	height:32px;
	width:140px;	
}
#menu4{
	position:absolute;
	top:0px;
	left:367px;
	height:32px;
	width:140px;
	
}
#menu a{
      float:left;
	  display:block;
      margin:0px;
      padding:0px;
      width:140px;
	  text-decoration:none;
	  color:#000000;
	  font-weight:bold;	  
}
#menu span{
	display:block;
	padding-top:15px;
	padding-bottom:2px;
}
#menu a:hover {
	background-image:url(img/menu_red.png);
	color:#FFFFFF;
}

#corpo {
	width:585px;
	float:left;
	padding:10px 5px 10px 0px;
	display:inline;
}

#barra_titulo{
	margin-bottom:10px;
	width:577px;
	height:25px;
}

h1{
	padding:0;
	margin:0;
	font-size:18px;
	font-weight:bold;
	color:#09C;
}

h2{
	padding:0px;
	margin:0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.red{
	color:#FF0000;
}
.blu{
	color:#0099CC;
}


#corpo1{
	width:575px;
}


#barralogin{
	padding:0;
	width:200px;
	height:25px;
	margin-left: 4px;
}

#login{
	width:190px;
	padding:5px;
	border-top:none;
}
#login_button{
	clear:both;
	width:200px;
	height:10px;
}

#login_label{
	clear:both;
	width:45px;
	padding:2px;
	float:left;
}

#login_input{
	width:120px;
	padding:2px;
	float:left;
}

#login_input input{
	width:120px;
}

#inatal_grats{
	text-align:center;
}

.baner_chats{
	float:left;
	width:190px;
	height:191px;
	margin-right:4px;
	background-image:url(img/bg_promocao.png);
}
.baner_label{
	height:15px;
	padding-left:21px;
	padding-top:5px;
	background-image:url(img/ok.png);
	background-repeat:no-repeat;
}
.baner_assinar{
	padding-right:15px;
	padding-top:4px;
	text-align:right;
}
.cadastro_input{
	width:250px;
	padding:2px;
	float:left;
}

.cadastro_input input{
	width:250px;
}

.cadastro_input2{
	width:85px;
	padding:2px;
	float:left;
}
.cadastro_input2 input{
	width:85px;
}

.cadastro_label{
	width:80px;
	padding:2px;
	clear:both;
	text-align:right;
	float:left;
}
.cadastro_label2{
	width:71px;
	padding:2px;
	text-align:right;
	float:left;
}
.cadestro_legen{
	padding:5px;
	float:left;
	font-size:10px;
	color:#666666;
}

#aviso{
	padding:5px;
	margin-bottom:15px;
	background-color:#00CC99;
	border:#000000 dashed 1px;
}

#mensagem{
	width:250px;
}

#bg_contato{
	background-image:url(imagens/contato_contato.jpg);
	background-position:365px 0;
	background-repeat:no-repeat;
