body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

div {
	overflow: hidden;
}
form, p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3{
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	font-size: 15px;
	color: #333;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

#layout {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#layout a {
	color: #E00000;
}
#topo  {
	height: 124px;
	background-image: url(../../img/design/img-topo.jpg);
	background-repeat: no-repeat;
}
#topo #logo {
	float: left;
	margin-top: 10px;
	color: #FFFFFF;
	margin-left: 10px;
	text-indent: -999px;
}
#topo .fone {
	width: 505px;
	margin-top: 40px;
	text-align: left;
	font-weight: normal;
	height: 41px;
	margin-left: 270px;
}
#topo h2 {
	font-size: 25px;
	color: #FFFFFF;
	font-weight: normal;
}
#menu {
	height: 42px;
	background-color: #E00000;
	width: 100%;
}
#menu ul, li {
	margin: 0px;
	padding: 0px;
}
#menu li {
	float: left;
	list-style-type: none;
}
#menu a {
	height: 28px;
	padding-right: 11px;
	padding-left: 12px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 14px;
	display: block;
	float: left;
}
#menu a:hover {
	background-color: #44150B;
	color: #FFFFFF;
}


#conteudo {
	background-image: url(../../img/design/bg.jpg);
	background-repeat: repeat-y;
}
#layout #lateral {
	width: 230px;
}
#layout #lateral #busca {
	width: 220px;
}
#layout #lateral #busca input, select {
	width: 100%;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
#layout #lateral #busca label {
	font-weight: bold;
	display: block;
}

#layout #lateral #busca input {
	width: 96%;
}

#conteudo input, select, textarea {
	width: 98%;
}




#layout #lateral #login input{
	width: auto !important;
}




#rodape {
	color: #FFFFFF;
	background-color: #E00000;
}
#rodape .fone {
	float: right;
	width: 200px;
	text-align: right;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
}
#orderby   a {
	color: #E00000;
	text-decoration: none;
}
#orderby a:hover {
	color: #E00000;
	text-decoration: underline;
}
#paginacao a {
	color: #E00000;
	text-decoration: none;
}
#paginacao a:hover {
	color: #E00000;
	text-decoration: underline;
}
.box  {
	float: left;
	width: 140px;
	margin: 15px;
}
.foto  {
	text-align: center;
	height: 105px;
	width: 140px;
}
.preco  {
	font-size: 14px;
	color: #E00000;
}
.tipo  {
	font-size: 14px;
	color: #705A52;
}

.botao  {
	color: #000;
	background-color: #EFEFEF;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-weight: bold;
	border: 1px solid #44150B;
	font-size: 11px;
}


.mini {
	font-size: 9px;
}
