body {
	background-color:black;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

img {
	border: none;
}

#site {
	width:960px;
	margin: auto;

}

/*

Menus

*/
.menu ul {
	margin-top:0;
	list-style-type: none;
	display: inline;	
}

/*

Menu topo

*/
#menu_topo {
	color: white;
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	height: 38px;
	overflow: hidden;
}

#menu_topo ul {
	padding: 0;
	margin: 0;
}

#menu_topo ul li {
	margin:0px;
	padding: 0 15px;
	float: right;
	/*width: 100px;*/
	height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	background-image: url('../images/divisoria.png');
	background-position: left;
	background-repeat: no-repeat;
}

#menu_topo ul li a {
	text-decoration: none;
	color:white;
	display: block;
	margin-top: 7px;
}

/*

menu abas

*/

#abas {
	height:56px;
	background-image: url('../images/topo_conteudo.png');
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

#abas ul li {
	float: left;
	width: 203px;
	height: 44px;
	padding: 12px 0 0 0;
	margin: 0 2px 0 0;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background-image: url('../images/aba_fechada.png');
	background-repeat: no-repeat;
	
	font-weight: bold;
	font-size: 17px;
}


#abas ul li.selecionada{
	background-image: url('../images/aba_aberta.png');
	color: black;
}

#abas ul li a{
	color: white;
	text-decoration: none;
}
/*

Topo

*/
#topo {	
	background-position: bottom;
	background-repeat: no-repeat;
	height:400px;
	margin: 0 0 -45px 0;
}

#logo {
	margin-top:20px;
}

#conteudo {
	background-color:#D7D7D7;
	background-image: url('../images/fundo_conteudo.png');
	background-position: bottom;
	background-repeat: repeat-x;
	/*height:620px;*/
	margin: 0 0 10px 0;
	position: relative;
	top:0;
	clear: both;
	padding: 10px 20px 10px 35px;
	font-size: 14px;
	color:#222;
}

#conteudo h2 {
	margin: 20px 0 10px 0;
	font-size: 20px;
}

#coluna_1 {
	float: left;
	width: 482px;
	margin: 0px 35px 0 0;
	height: 100%;
}

#coluna_2 {
	margin: 0px 0px;
	padding: 0 17px 0 517px;
}

#features {
	list-style-image: url('../images/bullet_star.png');
	padding-left: 20px;
	margin:0;
	line-height: 22px;
}

#features .nova_feature_tag {
	color:#AA0000;
	font-size:70%;
	font-style:italic;
	font-weight:bold;
	line-height:4px;
	vertical-align:super;
}

#telas td {
	padding: 0 10px 0 0;
}

#video {
	height:230px;
	padding:10px;
	width:400px;
	background-image: url('../images/fundo_video.png');
	position: relative;
	z-index: 0;
}

#requisitos {
	list-style-image: url('../images/bullet_blue_ball.png');
	padding-left: 15px;
	margin: 14px 0;
}

cite {
	font-style: normal;
}

.autor {
	display: block;
	color:#004973;
	text-align: right;
	margin: 0 0 15px 0;
	font-size: 12px;
}

.autor a {
	color:#004973;
	text-decoration: none;
}

.autor a:hover {
	text-decoration: underline;
}

h2.baixe {
	color: #a00;
}

ul.baixe {
	list-style-image: url('../images/bullet_red_ball.png');
	padding-left:15px;
	margin-bottom: 70px;
}

ul.baixe li {
	font-size: 18px;
}

ul.baixe ul {
	padding-left: 20px;
	margin-left:0px;
}

ul.baixe li li {
	font-size: 14px;
	margin-top: 5px;
}

ul.baixe li p{
	font-size: 12px;
	margin: 5px 0 10px 0;
}

#ajuda {
	padding: 0 15px 0 0;
}

#ajuda dt {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#ajuda dd {
	font-size: 12px;
	margin: 0 0 25px 0;
}


#ajuda dd span.java {
	font-weight: bold;
	color: #0068C6;
}

#ajuda dd span.iphone {
	font-weight: bold;
	color: #339900;
}

#base_conteudo {
	bottom:-20px;
	clear:both;
	left:-35px;
	position:relative;
}

#rodape {
	color: #999;
	text-align: center;
	margin: 10px 0 20px 0;
	font-size:12px;
}

#rodape a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}