@CHARSET "UTF-8";
/* configuraçõesGerais */
* {
	padding														: 0px;
	margin														: 0px;
}

#geral{
	width														:900px;
}	

body {
	background													:#000;
	height														: 100% !important;
	font-family													: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size													: 10px;
	color														: #000000;
}

.top{
	display:block;
	margin:0;
	width:100%;
	height:70px;
	background													:url(../img/bg_top_home.gif) repeat-x;
}

h1, h2{
  background													:url(../imgs/bg_top_home.gif) repeat-x;
  margin														: 0;
  height														: 70px;
  text-indent													: -999em;
  overflow														: hidden;
}

h2 {
	clear														:both;
	height														:80px;
	margin-top:30px;
}

.menuHome{
margin-left:330px;
margin-top:-50px;
width:600px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


h2.quem{
  background													: url(../imgs/quem.gif) left no-repeat;
  margin-top:50px;
}

h2.como{
  background													: url(../imgs/como.gif) left no-repeat;
}

h2.quero{
  background													: url(../imgs/quero.gif) left no-repeat;
}

h2.cadastros{
	background													:url(../imgs/cadastro.gif) left no-repeat;
}

h3{
	color														:#ccc;
	padding-left												:40px;
	font-size													:12px;
}

.boxLogin{
	display:block;
	float:left;
	height:410px;
	width:410px;
	margin-top:60px;
}	

.home{
	width														:538px;
	font-family													:Verdana, Arial, Helvetica, sans-serif;
	font-size													:12px;
	color														:#999999;
	padding-left												: 40px;
	line-height													:20px;
}

small{
	text-align													:center;
	font-family													:Verdana, Arial, Helvetica, sans-serif;
	font-size													:10px;
	color														:#CCCCCC;
}	


a:link, a:visited{
	color														:#ccc;
	text-decoration												:none;
}

a:hover{
	color														:#FF9900;
}


/*estilo login*/

#login{
	display														:block;
	float														:right;
	height														:34px;
	border														:none;
	padding														: 5px 2px 0 5px;
	margin-top:-10px;
}	

li{
	list-style													:none;
}	

label{
	padding																			: 2px 2px 0 2px;
	margin																			:4px 0 0 2px;
	border																			:none;
	background																		:#666;
	
	width																			: 95px;
	height																			: 16px;

	font-family																		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size																		: 10px;
	color																			: #ccc;
}

input, select, textarea{
	border																			: 1px solid #666;
	padding																			: 2px 2px 0 0;
	padding-left																	: 20px;
	margin																			:4px 2px 4px 0;
	background																		:#000;
	
	width																			: 350px;
	height																			: 14px;

	font-family																		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size																		: 10px;
	color																			:#999;
}

input.email {
	background-image: url(../img/css_field_icons/css_field_email.gif);
	background-position															: left;
	background-repeat															: no-repeat;
}

input.senha {
	background-image															:url(../img/css_field_icons/css_field_password.gif);
	background-position															: left;
	background-repeat															: no-repeat;
}

/*fim estilo login*/