*{
	margin: 0px;
}
body {
	background-color: #000000;
}
body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
h1 {
	font-size: 13px;
	color: #00A5F9;
	font-weight: bold;
	text-transform: uppercase;
}

/* - - - - -   c l a s s e s   - - - - - */

.txt_creditos {
	color: #545454;
	font-size: 9px;
}
.img_pro {
	padding: 1px;
	border: 1px solid #333333;
}
.img_cores {
	padding: 1px;
	border: 1px solid #444444;
	margin-right: 10px;
	float: left;
}

/*  - - - - -   d i v ' s   - - - - - */

#wrapper {
	margin: 0px auto;
	width: 995px;
	background: url(img/fundo.jpg) no-repeat center;
}
#topo {
	width: 995px;
	height: 160px;
}
#anime {
	width: 995px;
	height: 330px;
	background-color: #333333;
}
#anime_esq {
	width: 782px;
	height: 330px;
	float: left;
}
#anime_dir {
	width: 153px;
	height: 270px;
	padding: 30px;
	float: left;
}
#final {
	width: 995px;
	height: 145px;
}
#rodape {
	width: 648px;
	height: 145px;
	float: left;
}
#newsletter {
	width: 317px;
	height: 140px;
	padding-top: 5px;
	padding-right: 30px;
	background: url(img/newsletter.jpg) no-repeat;
	text-align: right;
	float: left;
}

/*  - - - - -   I n t e r n a s   - - - - - */

#conteudo {
	width: 975px;
	min-height: 310px;
	height: auto !important;
	height: 310px;
	padding: 10px;
	background-color: #333333;
}
#produtos {
	width: 120px;
	height: 113px;
	padding: 10px;
	background-color: #222222;
	text-align: center;
	margin-top: 15px;
	margin-left: 9px;
	margin-right: 10px;
	float: left;
	border:1px solid #000000;
}

#produtos:hover{
	cursor:pointer;
	background-color: #5F5F5F;
}

#pro_foto {
	height: 95px;
	padding-bottom: 5px;
}
#produtos a {
	font-size: 10px;
	text-decoration: none;
}
#produtos a:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #CCCCCC;
}
#cores {
	width: 230px;
	margin-top: 15px;
	margin-right: 13px;
	float: left;
}
#novidades {
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #666666;
}

/*  - - - - -   E x t r a s   - - - - - */

#linha_tit {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: solid 1px #444444;
}
#clear_both {
	clear: both;
	height: 0px;
	overflow: hidden;
}
#erros {
	color: #FFFFFF;
	background-color: #C90000;
	display: block;
	border: 1px solid #FF0000;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
}
#acertos {
	color: #FFFFFF;
	background-color: #006600;
	display: block;
	border: 1px solid #00CC00;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#categorias{
	font-size:12px;
	text-align:center;
}
