/* CSS Document */

*{margin:0;padding:0;}
address,th{font-style:normal;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
img,fieldset{border:none;}
ol,ul{list-style:none; font-size:inherit;}
a{text-decoration:none;}

a {
	color: #D2AE3E;

}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #666666;
	background-image:url(../imagens/bg_geral.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E2DABC;
	text-align:center; /*Centraliza o layout no IE*/
	padding-top: 110px;
}


h1 {
	color: #8D7A3C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin-bottom: 6px;
}

h2 {
	color: #8D7A3C;
	font-weight: bold;
	font-size: 13px;
}

#menu {
	position: absolute;
	width: 400px;
	margin: 0 auto;
	text-align:left;
	top: 196px;
	left: 600px;
	font-weight: bold;
}

#menu a {
	background-image: url(../imagens/aba_unselected.jpg);
	width: 74px;
	height: 21px;
	float: left;
	padding-top: 6px;
	text-align:center;
}

#menu a.selected {
	background-image: url(../imagens/aba_selected.jpg);
	color:#E2DABC;
}

#menu a:hover {
	background-image: url(../imagens/aba_selected.jpg);
	text-decoration:none;
}

#header {
	background-image: url(../imagens/topo.jpg);
	background-repeat:no-repeat;
	height: 113px;
	width: 757px;
	margin: 0 auto;
}

#separador {
	background-image: url(../imagens/topo_separador.jpg);
	width: 757px;
	height: 36px;
	margin: 0 auto;
}

#container {
	width: 757px;
	margin: 0 auto;
	text-align:center;
	padding-bottom: 20px;
	background-image:url(../imagens/bg_principal.jpg);
	background-repeat:repeat-y;
	padding-bottom: 80px;
}

#main {
	width: 420px;
	float: left;
	text-align:left;
	padding-top: 10px;
	padding-left: 20px;
}

#direita {
	width: 290px;
	float: left;
	text-align:left;
	padding-top: 10px;
	padding-left: 10px;
}

#mainloja {
	width: 720px;
	padding-left: 20px;
	text-align:left;
	padding-top: 20px;
	vertical-align:bottom;
}

#rodape {
	background-image:url(../imagens/rodape.jpg);
	background-repeat:no-repeat;
	height: 55px;
	width: 747px;
	padding-right: 10px;
	margin: 0 auto;
	text-align: right;
}

#rodape_msg {
	margin-bottom: 40px;
	font-size:10px;
	color:#999999;
	text-align: center;
}

#assinatura {
	font-size: 10px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

.foto{
	border: 8px solid #8D7A3C;
	margin-right: 4px;
}

p.separador {
	background-image: url(../imagens/separador.jpg);
	background-repeat: no-repeat;
	background-position: center; 
	border: none;
	display: block
}

.produto {
	width: 150px;
	padding: 4px;
	float: left;
	margin: 5px;
	color: #000000;
	text-align:center;
}

.produto h3, .produto h3 a {
	color: #000000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.prodfoto {
	height: 140px;
	float:left;
	width: 150px;
	vertical-align:bottom;
}
.prodesc {
	background-color: #EDE8D3;
	width: 145px;
	padding: 4px;
	text-align: left;
	height: 200px;
}

.produto img {
	border: 8px solid #8D7A3C;
}

small {
	font-size: 10px;
}

.clear {
	clear: both;
}

/* PORTFOLIO */

#portfolio_container {
	text-align: center;
	padding: 10px;
}

.portfolio {
	float: left;
	margin: 8px;
	width: 120px;
	padding: 6px;
	background-color: #333333;
	border: 1px solid #666666;
}
