@font-face {
	font-family:"Asenine";
	src:url("fonts/asenine.eot"); /* EOT file for IE */ 
}
@font-face {
	font-family:"Asenine";
	src:url("fonts/asenine.TTF") format("TrueType");
}


body{
	margin: 0;
	padding: 0;
	background: url(imagens/bg_body.gif) repeat-x left 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 14px;
	line-height: 120%;
}

#topo{
	height: 105px;
	width: 100%;
	clear: both;
	background: url(imagens/bg_topo.gif) repeat-x bottom;
}
#topointerno{
	width: 990px;
	height: 105px;
	margin: 0 auto;
}

#pagina{
	width: 990px;
	height: auto;
	margin: 0 auto 20px auto;
}

#rodape{
	height: auto;
	width: 100%;
	clear: both;
	background: url(imagens/bg_rodape.png) repeat-x top;
}
#rodapeinterno{
	height: auto;
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}

a{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

h1{
	font-size: 30px;
}
h2{
	font-size: 22px;
}
h3{
	font-size: 16px;
	margin-bottom: 5px;
}


#menu{
	list-style: none;
	margin: 70px 0 0 0;
	padding: 0;
	float: right;
	margin-right: 20px;
}
#menu li{
	display: inline-block;
	padding: 0 10px;
}
#menu a{
	font-size: 16px;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}
#menu a:hover{
	color: #000;
	border-bottom: 5px solid #999;
}

.chamada{
	font-size: 35px;
	float: left;
	margin: 100px 0 0 40px;
	line-height: 100%;
	font-family: "Asenine", "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}


#opcoes{
	width: 200px;
	height: auto;
	float: left;
	padding: 20px 0;
	margin-right: 20px;
}

.texto{
	padding: 10px 0;
	width: 750px;
	height: auto;
	float: right;
}
.texto p{
	text-align: justify;
}

#categorias{
	list-style: none;
	margin: 20px 0 0 20px;
	padding: 0;
}
#categorias li{
	margin: 0 0 15px 0;
}
#categorias a{
	font-size: 14px;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}
#categorias a:hover{
	color: #000;
	border-bottom: 5px solid #999;
}

.inputbox{
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.button{
	padding: 5px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: pointer;
}

.imagem{
	background: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
	float: left;
}

.descricao{
	float: right;
	width: 400px;
}
.descricao ul{
	margin: 0;
	padding: 0;
	list-style: inside;
}


ul.lista li{
	list-style: none;
	background: url(imagens/ico_lista.gif) no-repeat left 6px;
	padding-left: 15px;
}


.qcores{
	width: 20px;
	height: 20px;
	border: 1px solid #CCC;
	float: left;
	margin-right: 5px;
}

.cpreto{
	background: #000;
}
.cbranco{
	background: #FFF;
}
.cazul{
	background:#039;
}
.cvermelho{
	background: #C00;
}

