body {
	margin: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1a1a1a;
	background-color:#ffffff;
	background-image: url(imagens/banner.png);
	background-position:center top;
	background-repeat:no-repeat;
	}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", "Times New Roman";
	font-weight: normal;
	color:  #000000;
}

h1 {
	font-size: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:  #666666;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #0A0A0A;
}

a:hover {
	background: none;
}

hr{
	background-image: url(imagens/linha.gif);
	width: 100%;
	height:50px;
	border:none;
	display:table;
}

#bloco_geral {
	width: 910px;
	color:  #1f1f1f;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 29px;
	padding-bottom: 20px;
	padding-left: 50px;
}

/* topo */

#topo {
	width: 910px;
	height: 250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(imagens/banner.jpg);
	background-repeat: no-repeat;
}

#al_car {
	margin-top: 180px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 700px;
}




#nav li {
	display: inline;
	width:175px;
	height:50px;
	margin: 0;
	padding: 3px;
}

#nav li.barra {
	border-right: 0px dotted #333;
}

#nav li a, #nav li a:visited {
	font-size: 90%;
	width:175px;
	height:50px;
	text-decoration: none;
	padding: 3px;
	text-transform: uppercase;
	font-weight: bold;
}


#nav li a:hover {
	font-size: 90%;
	width:175px;
	height:50px;
	padding: 3px;
 }



/* Logo */

#logo {
	float: left;
	width: 900px;
	color: #1f1f1f;
	font-family: "Trebuchet MS", "Times New Roman";
	font-size: 60px;
	text-align: center;
	text-transform: uppercase;
	margin: auto;
}


/* lado_esquerdo */

#lado_esquerdo {
	float: left;
	width:200px;
	color: #ccc;
	height: 460px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}



/* Menu */


#menu {
	width: auto;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	background-image:url(imagens/fundo.png);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display:list-item;
	padding: 5px;
}

#menu a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1f1f1f;
	border: none;
	width:10px;
}


#menu a:hover {
	color: #1f1f1f;
	text-decoration: underline;
	width:10px;
}


/* meio */

#meio {
	width: 910px;
	margin: 0 auto;
	background-color: #999999;
}

/* conteudo */

#conteudo {
	float: right;
	width: 680px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	
}

.post {
	margin-top:20px;
	
}

.post .title {
	color: #1f1f1f;
	text-align:center;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}

.post .preco {
	padding: 10px 0 20px 0;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #000000;
}
.post .minipreco {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-style: italic;
	color: #1f1f1f;
}

/* produto */


.prod {
	background-image:url(imagens/fundo.png);
	float: left;
	width: 200px;
	padding: 10px;
	display:table;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
}


/* rodape */

#rodape {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #1f1f1f;
	}

#rodape p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color:#ffffff;
}

#rodape a {
	color: #FFFFFF;
}

#powered{
	float: right;
	display: block;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
