/* CSS Document */
body{
	margin:0px;
	background-color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

h1{
	color:#FF9900;
	font-weight:bold;
	font-size:12px;
}


#conteudo{
	margin:0 auto;
	width:750px;
/**/border:1px solid #666;
/**/border-top:none;
	background-image:url(images/back.jpg);
	background-position:top;
	background-repeat:no-repeat;

}

#caixa-branca{
	background-color:#FFFFFF;
	border:1px solid #999999;
	width:480px;
	padding:10px;
	left:15px;
	position:relative;
	float:left;
}

#menu{
	width:247px;
	float:left;
	text-align:right;
	position:relative;
}
#status{
	width:130px;
	float:right;
	clear:both;
}

#head{
	height:115px;

}
#floater{
	float:left;
	position:absolute;
	z-index:1;
}

#box{
	width:480px;
}

#bemvindo-img{
	float:left;
	width:180px;
}

#bemvindo-text{
	float:left;
	width:300px;
}
#dicas{
	background-image:url(images/dicas-bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:190px;
	height:175px;
	float:left;
}
#dicas-text{
	width:155px;
	text-align:left;
	padding-left:10px;
}
#rsvp{
	float:left;
	width:280px;
}

#pacotes-1{
	width:120px;
	text-align:left;
	float:left;
}
#pacotes-2{
	width:120px;
	text-align:center;
	float:left;
}
#pacotes-3{
	width:120px;
	text-align:right;
	float:left;
}
#pacotes-text{
	width:110px;
	font-weight:bold;
	font-style:italic;
	}
	
#rodape{
	width:490px;
	text-align:center;
	padding-top:5px;
	color:#666;
	float:left;

}
.linkrodape a:link, a:visited{
	text-decoration:none;
	color:#666666;
}
.linkrodape a:hover{
	text-decoration:underline;
	color:#333;
}
#logomov{
	float:right;
	width:200px;
}
#float-img{
	float:left;
	padding-right:10px;
	}
#float-img-p{
	float:left;
	width:115px;
	}	
#float-pacote{
	float:left;
	padding-left:5px;
	}	

#text{
	text-align:justify;
}
#clear{
	clear:both;

}

#clearS{
	clear:both;
	height:3px;

}

#float-thbs{
	float:left;
	padding-left:5px;
	width:150px;
	}
	
.floatImg{
	border:1px solid #CCCCCC;
	padding:5px;

}

.borda{
	border:1px solid #CCCCCC;	
}

.leiamais{
	color:#FF9900;
	font-weight:bold;
}

.leiamais a{
	text-decoration:none;
	color:#FF9900;
	}

.leiamais a:visited{
	text-decoration:none;
	color:#FF9900;
	}
	
.leiamais a:hover{
	color:#FF6600;
}


a:link img {
	filter:none;
}
a:visited img {
	filter:none;
} 
a:hover img {
	filter:opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}

#show-consult{
	display:block;
}
#show-gerais{
	display:none;
}
#show-calculos{
	display:none;
}
#show-rsvp{
	display:none;
}
#show-juridica{
	display:none;
}
#show-etiqueta{
	display:none;
}

a:link h1{
	text-decoration:none;
}
.h1 a:link{
	color:#666;
	text-decoration:none;
}
.h1 a:hover{
	color:#FF9900;
	text-decoration:none;
}
.h1 a:visited{
	color:#666;
	text-decoration:none;
}
