/* CSS Document */
*{
	margin:0;
	padding:0;
}
html, body {height:100%;}
body{
	background:#000;
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#333;
}
ul{
	list-style:none;
}
ul li {	padding: 1px 1px 1px 1px;}
h1{
	display:none;
}
h2{
	color:#FFFF00;
	font-size:24px;
	margin-bottom:10px;
}
* html #geral {height: 100%;}

#geral{
	background:url(../imgs/bg_geral.png);
	width:100%px;
	margin:0 auto;
	overflow:visible;
	position:relative;
	min-height:100%;
	text-align:center;
	
}
#central{
	background:url(../imgs/bg_transparent.png);
	width:990px;
	margin:0 auto;
	color:#fff;
	overflow:visible;
	position:absolute;
	text-align:left;
}

#topo{
	background:url(../imgs/bg_topo.png) right top no-repeat;
	width:990px;
	height:208px;
	margin:0 auto;  
}
#bolhas{
	width:990px;
	height:208px;
	float:left;
	z-index:999;
	position:absolute;
}
#logo{
	background:url(../imgs/bg_logo.png) center top no-repeat;
	width:131px;
	height:131px;
	float:left;
}
#orkut{
	height:1px;
	float:left;
	margin:130px 0 0 2px;
	z-index:9999;
	position:relative; 
}
#facebook{
	height:1px;
	float:left;
	margin:130px 0 0 2px;
	z-index:9999;
	position:relative; 
}
#som{
	height:1px;
	float:right;
	margin:120px 0 0 30px;
}
#fotos { display:inline; width:400px; height:240px; border:solid 1px #00FF00;}

#menu{
	background:url(../imgs/bg_menu.jpg);
	width:100%;
	height:82px;
	float:left;
	color:#fff;
	text-align:center; 
}
#menu ul li{
	padding:30px;
}
#menu ul li a{
	padding:10px;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:bold; 
	margin:4px;	
}
#centro{ 
	width:906px;
	margin-left:34px;
	padding:20px; 
	float:left;
	overflow:hidden;
}
#rodape{
	background:#333;
	width:100%;
	height:144px;
	border-top:solid 4px #fff;
	margin:0 auto;
	overflow:hidden;
	float:left;
	padding-bottom:30px;
	position:relative;
	bottom:0;
	padding-top:8px; 
}
#sub_rodape{
	background: url(../imgs/bg_base.png) left top no-repeat #333;
	width:990px;
	margin:0 auto;
	height:144px;
}
#sub_rodape ul{
	float:right;
	color:#fff;
}
A:link {
	COLOR: #333; TEXT-DECORATION: none;
}

A:visited {
	COLOR: #333; TEXT-DECORATION: none
}

A:active {
	COLOR: #333; TEXT-DECORATION: none
}

A:hover {
	COLOR: #333; TEXT-DECORATION: underline
}
label,  input {   
    display: block;   
    float: left;   
}   
label {    
    text-align: left;   
    width: 70px;   
    padding-right: 2px;   
    padding-bottom: 13px;   
}   
fieldset {   
    border: solid 0 #000;   
	padding-top:20px;
	padding-bottom:10px;
}   
.clear {clear:both;}

br {   
    clear: left;   
}   
input, select, textarea {
	border: 1px solid #333;
	color: #333;
	padding:3px;
}  
img {border:0;}
.alinha{ float:left; }
.alinha_mais{ float:left; padding-left:80px; }
form {
	width:780px;
	margin:0 auto; 
	float:left;
}
form label.antispan{
	display:none;
}


form fieldset{
	border:0;
}
form fieldset.selecionar {   
	width:698px;
	padding:2px 0 2px 0;
	text-align:left;
	color:#333;
	font-weight:bold;
}   

form label{
	display:block;
	padding:3px 0;
}

form label span{
	display:block;
	color:#333;
	font-size:13px;
	font-weight:bold; 
}
form label input{ 
	font-weight:bold;
	color:#333;
	padding:3px 0;
	width:480px;
}
form label input.opcao{ 
	font-weight:bold;
	color:#900;
	padding:3px 0;
	width:200px;
}
form label select{ 
	font-weight:bold;
	color:#900;
	padding:3px 0;
	width:340px;
}
form input.btn{
	cursor:pointer;
}
form label textarea {
	width:480px;
}
a.emails{
	color:#fff;
	text-decoration:none;
}
a.emails:hover{
	text-decoration:underline;
}
a.galeriadefotos {
	width:100px;
	height:75px;
	background-color:#FFF;
	float:left;
	overflow:hidden;
	color:#FFF;
	text-align:center;
	margin:1px;
	text-decoration:none;
	border:solid 1px #fff;
	padding:1px;
}
a.galeriadefotos:hover { border:solid 1px #000; background-color:#000; }

