/*********************************************************************************************************
	CLASSES PRINCIPAIS - Essas classes fazem alterações em todas as páginas e na estrutura do site
*********************************************************************************************************/
body
{
	margin:0px;
	background-image:url(imagens/bg-colors.gif);
	background-position: top center;
	background-repeat:repeat-x;
	background-color:#d87a01;
	font-family: Georgia, "Georgia", Tahoma, Arial;
	font-size:13px;
	color:#fff;
}

#models
{
	float:left;
	display:inline;
	width:990px;
	background-image:url(imagens/models-all.jpg);
	background-repeat:no-repeat;
}

.thumbsproduct
{
	width:990px;
	display:inline;
	float:left;
}

.subtitle
{
	text-align:center;
	font-size:22px;
	font-weight:bold;
	padding-bottom:10px;
}

.aligncontent
{
	padding-left:65px;
}

/* classe principal que controla o tamanho e o posicionamento de toda parte do conteudo do site,
Nas paginas internas essa tag esta abaixo do breacrumb */
#main
{
	width:990px;
	margin-right:auto;
	margin-left:auto;
}

#footermain
{
	width:100%;
	margin-right:auto;
	margin-left:auto;
}

#masteralign
{
	float:left;
	width:990px;
}

#selos
{
	padding-top:10px;
	text-align:center;
}

#header
{
	float:left;
	width:990px;
}

#content
{
	background-image:url(imagens/noblesse-content.jpg);
	background-repeat:no-repeat;
	float:left;
	display:inline;
	width:990px;
	height:136px;
	text-align:center;
}

.titulossecoes
{
	color:#900;
}

.details
{
	color:#900;
	font-weight:bold;
	font-size:12px;
	padding-bottom:8px;
}

.detailsdata
{
	font-weight:normal;
	color:#3b3b3b;
}

/*******************************************FINAL DAS CLASSES PRINCIPAIS*************************************/


/*******************************************FINAL DAS CLASSES BREADCRUMB*************************************/

/*************************************************************************************************************
	TAGS PRINCIPAIS - Essas classes fazem alterações na aparência das tags descritas
*************************************************************************************************************/

h1
{
	font-family: Georgia, "Georgia", Tahoma, Arial;
	color:#fff;
	font-size:20px;
	font-weight:normal;
}

h2
{
	font-family: Georgia, "Georgia", Tahoma, Arial;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	margin:0px;
}

.imagereplacement
{
	text-indent:-9999px;
	padding:0;
	border:0;
	margin:0;
}

h3
{
	font-family: Georgia, "Georgia", Tahoma, Arial;
	color:#fff;
	font-size:13px;
	font-weight:normal;
	margin-bottom:0px;
}

h4
{
	font-family: Georgia, "Georgia", Tahoma, Arial;
	font-size:12px;
	font-weight:normal;
}

img
{
	border:0;
	vertical-align:middle;
}

form
{
	border:0;
	margin:0;
	padding:0;
}

li
{
	list-style-image:url(../img/arrow02.gif);
	list-style-position:inside;
	vertical-align:middle;
	padding-bottom:5px;
}

a:link
{
	text-decoration: none;
	color:#740000;
	font-weight:bold;
}
a:visited
{
	text-decoration: none;
	color:#740000;
}
a:active
{
	text-decoration: none;
	color:#740000;
}
a:hover
{
	text-decoration: underline;
	color:#740000;
}

/*******************************************FINAL DAS TAGS PRINCIPAIS*************************************/

/*************************************************************************************************************
	CLASSES RODAPE - Essas classes fazem alterações em todas as páginas e na estrutura do site
*************************************************************************************************************/

#info
{
	background-image:url(imagens/noblesse-footer.jpg);
	float:left;
	display:inline;
	width:960px;
	height:190px;
	padding-left:30px;
}

#footer
{
	background-color:#000;
	float:left;
	display:inline;
	width:100%;
	height:60px;
	color:#FFF;
	padding-top:20px;
	text-align:center
}

.linkrodape:link
{
	color:#fff;
	text-decoration: none;
}

.linkrodape:visited
{
	color:#fff;
	text-decoration: none;
}

.linkrodape:active
{
	color:#b49759;
	text-decoration: none;
}

.linkrodape:hover
{
	color:#fff;
	text-decoration: underline;
}

/*******************************************FINAL CLASSES RODAPE*************************************/

/*********************************************************************************************************
	CLASSES POSICIONAMENTOS - Essas classes alinham os textos e as imagens em todo o site
*********************************************************************************************************/

.imagenscomtexto
{
	float:left;
	display:inline;
	vertical-align:middle;
	margin-top:12px;
	margin-right:10px;
}

.imagensverticalcomtexto
{
	float:left;
	display:inline;
	vertical-align:middle;
	margin-right:10px;
}

.floatleft
{
	float:left;
	display:inline;
}

.floatright
{
	float:right;
	display:inline;
}

.alignright
{
	text-align:right;
}

.aligncenter
{
	text-align:center;
}

.alignleft
{
	text-align:left;
}

.clear
{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

/***************************************FINAL CLASSES POSICIONAMENTOS************************************/

/*********************************************************************************************************
	CLASSES COLUNA ESQUERDA DAS PAGINAS INTERNAS
*********************************************************************************************************/

label, fieldset
{
	border:0;
}

input, textarea
{
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	width:500px;
}

.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;
}

input:focus, textarea:focus
{
	background-color:#ffa848;
	border-color:#ff7c00;
	color:#515151;
}

div.botoes 
{
	margin-left: 380px;
}

.botoes
{
	background-image:url(imagens/bt-enviar.png);
	background-position:top left;
	background-color:transparent;
	width:108px;
	height:41px;
	border:0;
	cursor:crosshair;
}
