html, * {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'FranklinGothicDemiCondRegular';
	src: url('FRADMCN.eot');
	src: local('Franklin Gothic Demi Cond Regular'), local('FranklinGothic-DemiCond'), url('FRADMCN.woff') format('woff'), url('FRADMCN.ttf') format('truetype'), url('FRADMCN.svg#FranklinGothic-DemiCond') format('svg');
}

body {
	/*background:url(http://www.deliverysa.com.br/fundo_copa.gif);*/
	background-position: bottom left;
	background-repeat:no-repeat;
	BACKGROUND-ATTACHMENT: FIXED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a {
	color: #CE0000;
}

.clear {
	display: block;
	clear: both;
}

img {
	border: none;
}

.breadcrumb {
	color: #9C9A9C;
	padding: 10px 0px;
}

.breadcrumb a {
	color: #9C9A9C;
}

#topo {
	background-color: #EEEEEE;
	height: 100px;
	padding: 10px;
}

#topo .content {
	position: relative;
	width: 800px;
	height: 100px;
	margin: auto;
}

#topo h1 {
	display: block;
	height: 34px;
	width: 246px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
}

#topo h1 a span {
	display: none;
}

#topo h1 a {
	display: block;
	width: 246px;
	height: 34px;
	background-image: url('../images/click.png');
	background-repeat: no-repeat;
}

#topo .content .topbanner {
	position: absolute;
	width: 468px;
	height: 60px;
	right: 0px;
	top: 50%;
	margin-top: -30px;
	background-color: white;
}

#menu {
	height: 30px;
	overflow: hidden;
	background-color: #CE0000;
	margin-bottom: 10px;
}

#menu .content {
	width: 800px;
	margin: auto;
	line-height:normal;
	font-family: 'FranklinGothicDemiCondRegular', sans-serif;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	display: block;
	height: 23px;
	text-decoration: none;
	color: white;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding: 4px 10px 3px 10px;
	background-color: #CE0000;
}

#menu ul li a:hover {
	background-color: #9E0F0F;
}

#menu .dataHora, #menu .usuario {
	display: block;
	height: 23px;
	text-decoration: none;
	color: white;
	line-height:normal;
	font-family: 'FranklinGothicDemiCondRegular', sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding: 4px 10px 3px 10px;
	float: right;
}

#menu .dataHora a, #menu .usuario a {
	color: white;
	text-decoration: none;
}

#menu .dataHora a:hover, #menu .usuario a:hover {
	text-decoration: underline;
}

#container {
	width: 800px;
	margin: auto;
	clear: both;
	display: block;
	padding-bottom: 30px;
}

#container #conteudo {
	width: 630px;
	float: left;
}

#container  #conteudo .frmBusca {
	padding: 10px 0px;
	display: block;
	clear: both;
	height: 50px;
}

#container  #conteudo .frmBusca input {
	width: 480px;
	height: 35px;
	padding: 5px;
	border: 1px solid #333;
	font-size: 27px;
	color: #CECFCE;
	float: left;
}

#container  #conteudo .frmBusca input:focus {
	color: #948E84;
}

#container #conteudo .frmBusca button {
	width: 130px;
	height: 45px;
	background-color: #948E84;
	border: none;
	color: white;
	font-size: 18px;
	font-weight: bold;
	float: right;

	/*awesome button copied from http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba */
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	
}

#container #conteudo .buscaSecao h2, h2 {
	color: #CE0000;
	line-height:normal;font-family: 'FranklinGothicDemiCondRegular', sans-serif;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 23px;
	margin-bottom: 10px;
}

#container #conteudo .buscaSecao ul {
	position: relative;
	width: 575px;
	/*height: 220px;
	border: 1px #CCCCCC solid;*/
	padding: 10px;
}

#container #conteudo .buscaSecao ul li {
	width: 32%;
	float: left;
	margin-right: 1%;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

#container #conteudo .buscaSecao ul li a {
	text-decoration: none;
	color: black;
}

#container #conteudo .buscaSecao ul li a:hover {
	text-decoration: underline;
}

#container #conteudo .anuncio {
	border: 1px #948E84 solid;
	padding: 5px;
	margin: 10px 0;
}

#container #conteudo .anuncio.destaque {
	height: 115px;
	background-color: #FFFCA4;
	border: 2px #949E84 solid;
}

.interna p {
	text-align: justify;
	margin-bottom: 10px;
}

.interna ul {
	margin-left: 20px;
}

.interna ul li {
	margin-left: 20px;
	margin-bottom: 10px;
}

.anuncio_detalhe {
	position: relative;
	margin-bottom: 15px;
}

.anuncio_detalhe .dados_basicos {
	position: relative;
	width: 320px;
	float: left;
}

.anuncio_detalhe p {
	margin-bottom: 10px;
}

.anuncio_detalhe p strong {
	color: #555;
	font-size: 90%;
	text-transform: uppercase;
	line-height:normal;
	font-family: 'FranklinGothicDemiCondRegular', sans-serif;
}

.anuncio_detalhe .mapa {
	position: relative;
	border: 1px #948E84 solid;
	float: right;
}

.comentarios, .avaliacao, .estatisticas {
	margin-top: 15px;
}

.comentarios,  .social_bookmark, .tags, .estatisticas {
	background-color: #efefef;
	border: 1px #999 solid;
	padding: 10px;
	clear: both;
}

.comentarios h3, .social_bookmark h3, .tags h3, .estatisticas h3 {
	line-height:normal;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'FranklinGothicDemiCondRegular', sans-serif;
}

.social_bookmark a {
	padding-right: 10px;
	padding-top: 5px;
}

.help {
	font-size: 10px;
}

.comentario {
	padding: 10px;
	border: 1px #ddd solid;
	margin: 10px 0;
}

.comentario .titulo {
	font-weight: bold;
	color: #666;
}

#frmRegistro p {
	margin-bottom: 10px;
}

#frmRegistro label {
	font-weight: bold;
	display: block;
	font-size: 18px;
	padding: 5px 0;
}

#frmRegistro input {
	padding: 4px;
	width: 310px;
	font-size: 16px;
}

#frmRegistro textarea {
	width: 310px;
	height: 150px;
}

#frmRegistro button {
	padding: 10px 0;
	width: 100px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}

#container #lateral {
	width: 160px;
	float: right;
	margin-top: 10px;
}

#container #lateral h3 {
	display: block;
	width: 184px;
	height: 15px;
	background-color: #948E84;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
}

#container #lateral ul li {
	list-style: none;
	display: block;
	height: 60px;
	width: 160px;
	overflow: hidden;
	background-color: #CECFCE;
	margin-bottom: 2px;
}

#rodape {
	position: relative;
	display: block;
	clear: both;
	width: 780px;
	margin: auto;
	padding: 10px;
	border-top: 1px #9C9A9C solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C9A9C;
	font-weight: bold;
	padding-bottom: 10px;
	height: 40px;
}

#rodape .copyleft {
	float: left;
}

#rodape .poweredby {
	float: right;
}

#rodape .poweredby a {
	display: block;
	float: left;
	margin-right: 10px;
	top: 0;
}

#rodape .poweredby a.mamulti {
	position: relative;
	top: -3px;
}

#formContato p strong {
	display: block;
	width: 120px;
	float: left;
}
	
#formContato p input {
	width: 300px;
	padding: 3px;
}

#formContato p textarea {
	width: 300px;
	padding: 3px;
	height: 100px;
}

#formContato p {
	padding-bottom: 10px;
}
