
/* CLASSES PRINCIPAIS ################################################################################# */

body
{
	margin:0px; 
	padding:0px;
	background-image:url(imagens/bg2.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#515151;
}

img
{
	margin:0px; 
	padding:0px;
	border:0px;
}

A
{
	color:#515151;
	text-decoration:none;
}

A:hover
{
	text-decoration:underline;
}

.linksrodape
{
	color:#5e5e5e;
	text-decoration:none;
}

.linksrodape:hover
{
	text-decoration:underline;
}

#divprincipal
{
	margin:auto;
	width:968px;
}

#divsecundaria
{
	border: 10px solid #fff;
	float:left;
	width:968px;
}

#divtopo
{
	float:left;
	width:968px;
	height:304px;
	background-image:url(imagens/noblesse-papeis2-01.jpg);
	z-index:1;
}

#divconteudo
{
	float:left;
	width:968px;
	display:inline;
	background-color:#342932;
}

#promocao
{
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	width:180px;
}

.divisor
{
	float:left;
	display:inline;
	width:968px;
	height:7px;
	background-color:#FFF;
}
#logotipo
{
	background-image:url(imagens/noblesse-papeis-logo.png);
	width:233px;
	height:91px;
	z-index:2;
	float:left;
}

/* FINAL DAS CLASSES PRINCIPAIS ################################################################################# */

/* CLASSES LAYOUT ################################################################################# */

#conteudogeral
{
	background-color:#fff;
	float:left;
	display:inline;
	width:766px;
}

#conteudotxt
{
	margin-left:20px;
	margin-right:10px;
	width:736px;
}

#rodape
{
	background-color:#131313;
	float:left;
	display:inline;
	width:968px;
	height:60px;
	color:#5e5e5e;
	text-align:center;
	padding-top:10px;
}

.nota
{
	font-family:Arial;
	font-size:9px;
	padding-left:30px;
	padding-right:30px;
}

.selos
{
	padding-top:5px;
}

#tituloslinhas
{
	padding-left:15px;
}

/* FINAL DAS CLASSES LAYOUT ################################################################################# */

/* CLASSES MENU PRINCIPAL ################################################################################# */

#menu
{
	float:left;
	display:inline;
	width:988px;
	height:35px;
}

.tabs
{
	float:left;
	display:inline;
	border-right: 6px solid #fff;
}

/* FINAL DAS CLASSES MENU PRINCIPAL ################################################################################# */

/* CLASSES MENU CATEGORIAIS ################################################################################# */

#menucategorias
{
	float:left;
	display:inline;
	width:202px;
}

.titulomenucategorias
{
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:4px;
	color:#FFF;
}

.outer
{
	margin:0px;
	padding:0px;
}

#menu4
{
	width: 200px;
	border: 1px;
	border-width: 1px;
	padding:0px;
}

#menu4 ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#menu4 li a
{
	height: 32px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	font-weight:normal;
}

#menu4 li a:link, #menu4 li a:visited
{
	color: #fff;
	display: block;
	background: url(imagens/menu-categorias.png);
	padding: 8px 0 0 30px;
}

#menu4 li a:hover
{
	color: #fff;
	background: url(imagens/menu-categorias.png) 0 -31px;
	padding: 8px 0 0 30px;
}

#menu4 li a:active
{
	color: #fff;
	background: url(imagens/menu-categorias.png) 0 -63px;
	padding: 8px 0 0 30px;
}

/* FINAL DAS CLASSES MENU CATEGORIAIS ################################################################################# */

/* CLASSES FORMULÁRIOS ################################################################################# */

label, fieldset
{
	border:0;
}

input, textarea
{
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	width:300px;
}

.divcamposform
{
	margin-bottom:15px;
}

div.formulario
{
	margin: 10px;
	padding: 5px;
}

div.formulario form p
{
	margin: 0;
}

div.formulario form fieldset
{
	margin: 10px 0;
	padding: 10px;
	border: 0;
}

div.formulario form fieldset div
{
	padding: 0.25em 0;
}

div.formulario label, div.formulario span.label
{
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}

div.formulario input:focus, div.formulario textarea:focus
{
	background-color: #8e84b7;
	border-color: #321e2e;
	color:#515151;
}

div.formulario div.botoes 
{
	margin-left: 250px;
}

.botoes
{
	background-image:url(imagens/bt-enviar.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:144px;
	height:25px;
	border:0px;
	color:#fff;
}

/* FINAL DAS CLASSES FORMULÁRIOS ################################################################################# */