@charset "utf-8";
body {
	width: 100%;
	height: 600px;
	background: -moz-linear-gradient(bottom, #fff, #777);
	background-repeat: no-repeat;
}
html, body {
	height:100%;
}
h1 {
	font-family: 'Bangers', arial, serif;
	text-shadow:   0 1px 0 #999, 
               0 2px 0 #cccccc,
               0 3px 0 #999,
               0 4px 0 #bbbbbb,
               0 5px 0 #aaa,
               0 6px 1px rgba(255,255,255,.5),
               0 0 5px rgba(255,255,255,.5),
               0 1px 3px rgba(255,255,255,.5),
               0 3px 5px rgba(255,255,255,.5),
               0 5px 10px rgba(255,255,255,.7),
               0 5px 10px rgba(255,255,255,.7),
               0 10px 10px rgba(255,255,255,.7);
	font-size: 46px;
	color: #000000;
}
#principal {
width: 780px;
margin-left: auto;
margin-right: auto;
min-height:100%;
position: relative;
}
#header {
width: 100%;
float:left;
-moz-border-radius: 30px;

}
#logo{
float:left;
width:20%;
}
#titulo{
	float:left;
	width:80%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	text-decoration: underline;
	font-style: oblique;
	font-weight: bolder;
}
#menu {
width: 100%;
float:left;

}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	float: left;
	position: relative;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 148px;
	margin-right: 4px;
	margin-left: 4px;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	background: -moz-linear-gradient(bottom, #fff, #777);
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 5px 6px 5px #666666;
}
#menu a:hover {
	background:-moz-linear-gradient(bottom, #ccc, #777);
	
}
#menu ul li ul {
	position: absolute;
	width: 148px;
	top: 36px;
	margin: 0px;
	padding: 0px;
	display: none;
}
#menu ul li:hover ul {
	display: block;
}
#corpo_home {
	width: 100%;
	float: left;
	/* [disabled]height: auto; */
}
#corpo_contato {
	width: 100%;
	float: left;
	height: auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
#corpo_empresa {
	width: 80%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding: 80px;
}
#corpo_cadastro {
	width: 100%;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
}
#corpo_imagens {
	width: 100%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;	
}
#footer {
width:100%;
float: left;
background: #0f0;
height:40px;
-moz-border-radius-bottomleft: 30px;
-moz-border-radius-bottomright: 30px;
text-align:center;
padding-top: 5px;
bottom:0;
background: -moz-linear-gradient(bottom, #777, #fff);
}
#botao_mais {
	float:left;
	width:100%;
	text-align: left;
		
}
	#mais {
	float:left;
	width:100%;	
	text-align: left;
}
