/*Cores: #9e2b28*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
	font-size: 100%;
}
/**/
body {
	padding: 20px 0;
	background: url("img/bg.jpg") fixed;
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
}
small {
	font-size: 11px;
}
/**/
#wrp {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	border: 10px solid #f3f3f3;
}
/*Header*/
#header {
	height: 230px;
}
#header h1 {
	float: left;
}
#header h1 a {
	width: 169px;
	height: 187px;
	display: block;
	margin: 20px;
	text-indent: -999px;
	background: url("img/logo.png");
}
/*Imagem do topo*/
#flash {
	float: left;
	width: 710px;
	height: 200px;
	margin: 10px;
}
/*Menu*/
#menu {
	float: left;
	width: 190px;
	overflow: hidden;
}
#menu li {
	display: inline;
}
#menu li a {
	color: #444;
	width: 170px;
	display: block;
	font-size: 14px;
	margin: 0 10px;
	text-indent: 30px;
	text-decoration: none;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #eee;
	background: url("img/marcador1.png") no-repeat 10px center;
}
#menu li a:hover {
	color: #9e2b28;
	text-indent: 34px;
	background: url("img/marcador2.png") no-repeat 13px center;
}
/*Content*/
#content h2.main {
	padding: 0 20px 10px 30px;
	font: normal 30px "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
}
#content h2 {
	color: #9e2b28;
	padding: 0 20px 10px 30px;
	font: normal 30px "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
}
#content h3 {
	color: #000;
	padding: 0 20px 10px 30px;
	font: normal 20px "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
}
#content p {
	color: #444;
	font-size: 13px;
	margin: 0 20px 10px 30px;
}
#content p a {
	color: #9e2b28;
}
/*Home*/
#home {
	float: right;
	width: 720px;
	overflow: hidden;
	margin: 0 0 40px 20px;
}
#home .bloco {
	float: left;
	width: 200px;
	height: 180px;
}
#content #home  h2 {
	padding:0 0 10px 0;
}
#content #home p {
	margin-bottom: 10px;
}
#content #home .bloco img {
	margin: 0 0 5px 0;
}
#home #div_servicos {
	padding: 0 27px;
	margin: 0 27px;
	border-left: 1px dashed #ddd;
	border-right: 1px dashed #ddd;
}
#home .bloco h2 {
	padding: 0 0 5px  0;
	font: normal 18px "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
}
#home .bloco h2 a {
	color:#9e2b28;
	text-decoration: none;
}
#home p {
	margin: 0 10px 0 0;
}
#home .more a {
	color: #fff;
	width: 90px;
	height: 21px;
	display: block;
	margin: 10px 0 0 0;
	line-height: 20px;	
	text-align: center;
	text-decoration: none;
	background: url("img/more.png");
}
/*Pages*/
#pages {
	float: right;
	width: 750px;
	padding-bottom: 10px;
	background: url("img/ornamento.png") no-repeat bottom right;
}
#pages ul {
	margin: 0 10px 10px 50px;
}
#pages ul li {
	color: #555;
	font-size: 13px;
}
#pages .voltar a {
	clear: both;
	width: 60px;
	display: block;
	color: #9e2b28;
	font-weight: bold;
	text-decoration: none;
}
#pages .voltar a:hover {
	text-decoration: underline;
}
/*Lista de cidades*/
#pages .eventoCidades {
	float: right;
	width: 290px;
	display: inline;
	margin: 0 20px 20px 30px;
}
#pages .eventoCidades li {
	display: inline;
}
#pages .eventoCidades li a {
	height: 35px;
	color: #555;
	display: block;
	font-size: 14px;
	text-indent: 25px;
	line-height: 35px;
	text-decoration: none;
	border-bottom: 1px dotted #9E2B28;
	background: url("img/marcador3.png") no-repeat 6px center;
}
#pages .eventoCidades li a:hover {
	color #000;
	background: #F1E1E1 url("img/marcador3.png") no-repeat 6px center;
}
/*Imagens Conteudo*/
#pages .divFloat01 {
	float: left;
	margin: 0 20px 5px 30px;
}
#pages .divFloat01 img {
	margin: 0 0 10px 0;
}

/*Galeria gallery*/
.proGallery {
	margin: 0 30px;
}
.proGalleryItem {
	float: left;
	height: 95px;
	width: 320px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
}
.proGalleryItem a {
	color: #444;
	height: 100px;
	display: block;
	padding: 10px;
	font-size: 13px;
	text-decoration: none;
}
.proGalleryItem strong {
	display: block;
	font: bold 13px "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
}
.proGalleryItem img {
	float: left;
	margin: 5px 10px 0 0;
}

.proGallery img {
	margin: 0px 8px 8px 0px;
}
/*Paginacao*/
.paginacao {
	clear: both;
	height: 40px;
}
.paginacao span, .paginacao a {
	float: left;
	display: block;
	padding: 0px 5px;
	font-size: 12px;
	margin-right: 4px;
	text-decoration: none;
	border: 1px solid #eee;
}
.paginacao a {
	color: #9e2b28;
}
.paginacao a:hover {
	color: #fff;
	background: #9e2b28;
}
/*Classes comuns*/
.center {
	text-align: center;
}
.clear {
	clear: both;
}
/*Pagina Contato*/
.contato {
	float: left;
	width: 300px;
	font-size: 13px;
	margin: 0 20px 15px 30px;
}
.contato label {
	display: block;
	cursor: pointer;
}
.contato .text, .contato textarea {
	width: 300px;
	padding: 2px 0;
	margin: 0 0 5px 0;
	border: 1px solid #aaa;
}
.contato button {
	clear: both;
	margin: 10px 0;
	display: block;
	cursor: pointer;
}
.contato textarea {
	height: 80px;
	overflow: auto;
	font-family: Tahoma, Helvetica, Arial, Sans-serif;
}
.contato button  {
	clear: both;
	width: 70px;
	height: 22px;
	display: block;
	text-indent: -999px;
	background: url("img/enviar.png");
}
/*Footer*/
#footer {
	clear: both;
	color: #666;
	height: 50px;
	font-size: 13px;
	overflow: hidden;
	text-align: center;
	background: url("img/footer.png") no-repeat top center;
}
#footer p {
	padding-top: 10px;
}
/*Editar*/
.editar {
	top: 20px;
	left: 20px;
	width:130px;
	position: fixed;
	text-align:center;
	background: #fff;
}
.editar a {
	color: #9e2b28;
	display: block;
	padding: 5px 0;
	text-decoration: none;
}
.editar a:hover {
	color: #fff;
	background: #9e2b28;
}