/*
** @author: AndreyViana.com
*/

/********************
 ELEMENTOS
*********************/

body {
	background: #f7faff url(../imagens/fundo-conteudo.png) repeat-y center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

a ,
a:visited,
a:active {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #0033f3;
}

a img {
	border: none;
}

/********************
 DIVS
*********************/

#topo {
	background: url(../imagens/fundo.jpg) repeat-x center top;
	position: absolute;
	height: 239px;
	width: 100%;
}

#container {
	left: 50%;
	position: absolute;
	top: 140px;
	margin-left: -375px;
	width: 750px;
}

#conteudo {
	margin-top: 2.7em;
	padding: 0 2.2em;
	position: relative;
}

#conteudo ul {
	list-style-image: url(../imagens/seta.png);
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 1.5em;
}

#conteudo ul li {
	margin: 1em 0 1em .2em;
}

#conteudo ul.none {
	list-style: none;
	list-style-image: none;
	margin: 0;
}

#conteudo #video-aulas {
	font-size: 150%;
}

#conteudo #video-aulas img {
	margin-right: 8px;
	vertical-align: middle;
}

#conteudo #voltar {
	padding: 1.8em 0 0 0;
}

#conteudo #voltar a {
	background: url(../imagens/voltar.gif) no-repeat center center;
	display: block;
	height: 26px;
	position: relative;
	width: 84px;
}

#conteudo #voltar a:hover {
	background-image: url(../imagens/voltar-over.gif);
}

#rodape {
	background: url(../imagens/rodape.png) no-repeat center bottom;
	height: 157px;
	//margin-left: -2px;
	_margin-left: 0;
}

/********************
  CLASSES
*********************/

.m-b-1 {
	margin-bottom: 1em;
}

.m-t-1 {
	margin-top: 1em;
}

.small {
	font-size: 80%;
}

.spacer-hr {
	background: url(../imagens/separador.png) no-repeat center top;
	padding-top: 1px;
	margin: 2em 1em 1em 1em;
}

/********************
  INDEX
*********************/

#softwares,
#install {
	margin: 4em 0 0 0;
	padding: 0;
}

/********************
  PADROES
*********************/

#install {
	left: 50%;
	margin-left: -300px;
	padding-top: 1em;
	position: relative;
	width: 600px;
}

#install p,
#conteudo #outros-softwares p {
	font-size: 80%;
	margin: 0;
}

#conteudo #video-aulas,
#conteudo #e-books,
#conteudo #manual,
#conteudo #outros-softwares{
	background: url(../imagens/separador.png) no-repeat center top;
	padding-top: 2em;
}

#conteudo #softwares,
#conteudo #video-aulas,
#conteudo #e-books,
#conteudo #manual,
#conteudo #outros-softwares,
#conteudo #voltar,
#install {
	text-align: center;
}

/********************
  HACKS
*********************/

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }
