@charset "UTF-8";
/*
ESTRUTURA
*/
body {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #101010;
	background-image: url(../imagens/fundo_geral.gif);
	background-repeat: no-repeat;
	background-position:center top;
	margin:15px 0 0 0;
}
img {
	border:none;
}
p{
	text-align:justify;
}
#geral {
	width:776px;
	margin:0 auto;
}
#topo {
	width:inherit;
	clear:both;
}
#logo {
	float:left;
	margin:0 0 0 15px;
}
#menu {
	float:right;
	margin:0 15px 0 0;
	width:100px;
}
#conteudoGeral {
	width:inherit;
	margin:15px 0 0 0;
	padding:15px 0 0 0;
	clear:both;
	display:table;
}
#colDirHome {
	width:375px;
	float:right;
}
#colEsqHome {
	width:375px;
	float:left;
}
#rodape {
	width:776px;
	margin:0 auto;
	padding-top:30px;
	clear:both;
	text-align:center;
}
.formGeral {
	width:105px;
	font-size:12px;
	background-color:#3E3E3E;
	background:url(../imagens/bg_form.jpg) repeat-x 0 0;
	border:1px solid #3E3E3E;
	color:#FFFFFF;
}
.formButton {
	font-size:12px;
	padding:0 3px 0 3px;
	background-color:#3E3E3E;
	background: transparent url(../imagens/bg_button.jpg) repeat 0 0;
	border:none;
	color:#FFFFFF;
}
.thumbProdutoMoldura {
	padding:5px;
	background-color:#080808;
	margin:0 0 5px 0;
}
.thumbAplicaMoldura {
	padding:5px;
	background-color:#080808;
	margin:0 5px 5px 0;
}
/*
ESTILOS LINKS
*/
a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
h1, h2, h3 {
	color: #FF9900;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.titLaranja {
	color:#F56500;
}
.titLaranja a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.titLaranja a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.titLaranja a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
/*
ESTILOS BASICOS HOME
*/
#vitrineHome {
	width:inherit;
	margin:15px 0 0 0;
}
#boxBlog {
	width:inherit;
}
#postBlog {
	clear:both;
	text-align:justify;
	margin:10px 0 0 0;
}
#boxBannerRevenda {
	width:inherit;
	margin:20px 0 0 0;
}
#boxProcura {
	width:inherit;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#boxDestaques {
	width:inherit;
	margin:10px 0 0 0;
	font-size:10px;
}
/*
ESTILOS BASICOS PRODUTO
*/
#colDirProduto {
	width:300px;
	float:left;
	margin:15px 0 0 15px;
}
#colEsqProduto {
	width:250px;
	float:left;
	margin:0 0 0 15px;
}
.listaThumbs {
    float: left;
    width: 776px;    
}
