@charset "UTF-8";
/* CSS Document */

/* 
	css/html/front-end/back-end desenvolvido por 
	Christiano Erick
	2i9 MultiAgência (www.2i9.com.br)
*/

* {
	border: none;
	font-family: Tahoma, Geneva, sans-serif;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

body {
	background: #7D0000 url(../images/body_bg.png) repeat-x;
	color: #333;
	font-size: 12px;
}

p {
	line-height: 16px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.gold {
	color: #C5BF38;
}

.link:hover {
	text-decoration: underline;
}

/* Topo - Inicio */
#topo {
/*	background: url(../images/topo_bg.png) top no-repeat;*/
	height: 206px;
	margin: 0px auto 0px;
	position: relative;
	width: 940px;
}

#topo h1 {
	display: none;
	float: left;
	height: 119px;
	margin: 10px 20px;
	width: 198px;
}

#topo h1 a {
	background: url(../images/logo.png);
	display: block;
	height: 119px;
	overflow: hidden;
	text-indent: -999em;
}

#topo div {
	background: url(../images/flash.png);
	height: 146px;
	width: 940px;
}

#topo dl {
	background: url(../images/menu_bg.png) repeat-x;
	bottom: 0px;
	height: 45px;
	left: 0px;
	overflow: hidden;
	padding-top: 5px;
	position: absolute;
	width: 940px;
}

#topo dl dd {
	background: url(../images/menu_sep.png) top left no-repeat;
	display: inline;
	float: left;
	height: 45px;
	line-height: 39px;
	margin: 0px 1px 0px -1px;
	padding-left: 1px;
}

#topo dl dd a {
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	height: 39px;
	overflow: hidden;
	text-indent: -999em;
}

#topo dl dd a.home {
	background-image: url(../images/menu_home.png);
	width: 80px;
}

#topo dl dd a.sobre {
	background-image: url(../images/menu_sobre.png);
	width: 122px;
}

#topo dl dd a.proposta {
	background-image: url(../images/menu_proposta.png);
	width: 102px;
}

#topo dl dd a.agenda {
	background-image: url(../images/menu_agenda.png);
	width: 94px;
}

#topo dl dd a.noticias {
	background-image: url(../images/menu_noticias.png);
	width: 96px;
}

#topo dl dd a.clientes {
	background-image: url(../images/menu_clientes.png);
	width: 94px;
}

#topo dl dd a.trabalhos {
	background-image: url(../images/menu_trabalhos.png);
	width: 106px;
}

#topo dl dd a.cadastro {
	background-image: url(../images/menu_cadastro.png);
	width: 102px;
}

#topo dl dd a.contato {
	background-image: url(../images/menu_contato.png);
	width: 135px;
}

#topo dl dd a:hover, #topo dl dd a.atual {
	background-position: bottom center;
}
/* Topo - Fim */

/* Meio - Inicio */
#meio {
	background: #fff;
	margin: 0px auto;
	padding: 20px 20px 0px;
	width: 900px;
	z-index: -5;
}

#meio h2 {
	color: #4C0000;
	font-size: 14px;
}

#meio h3 {
	background: url(../images/titulo_interna_bg.png);
	height: 40px;
	padding-left: 10px;
}

#meio h3 .icon {
	float: right;
	margin: -10px 1px 0px 0px;
}

#meio #form_erros strong {
	color: red;
}

.sem borda {
	background: none !important;
	border: none !important;
}

.texto {
	padding-bottom: 15px;
}

#texto p, .texto p {
	margin: 10px 0px 0px;
}

#texto p.foto, .texto p.foto {
	margin-top: 20px;
	text-align: center;
}

#texto a, .texto a {
	color: #333;
}

#texto a:hover, .texto a:hover {
	text-decoration: underline;
}

#texto .fonte, .texto .fonte {
	font-style: italic;
	font-weight: bold;
	padding: 10px 0px 0px;
}
/* Meio - Fim */

/* Rodape - Inicio */
#rodape {
	background: url(../images/rodape_bg.png) repeat-x;
	height: 102px;
	width: 100%;
}

#rodape .conteudo {
	background: url(../images/rodape_conteudo_bg.png) top no-repeat;
	color: #fff;
	height: 20px;
	margin: 0px auto;
	padding-top: 60px;
	position: relative;
	width: 940px;
}

#rodape a {
	bottom: 0px;
	position: absolute;
	right: 0px;
}
/* Rodape - Fim */

/* Bloco Agenda/Noticias - Inicio */
#agenda dl dd, #noticias dl dd {
	border-top: 1px dashed #EFEEC8;
	padding: 15px 0px;
}

#agenda dl dd a, #noticias dl dd a {
	color: #333;
	display: block;
	position: relative;
}

#agenda dl dd a strong, #noticias dl dd a strong {
	color: #4C0000;
	font-size: 14px;
}

#agenda dl dd a span {
	background: url(../images/icon_edital.png) top;
	display: block;
	height: 27px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	text-indent: -999em;
	top: 5px;
	width: 97px;
}

#agenda dl dd a:hover strong, #noticias dl dd a:hover strong {
	text-decoration: underline;
}

#agenda dl dd a:hover span {
	background-position: bottom;
}

#agenda h2 {
	font-size: 18px;
	padding-top: 15px;
}

#agenda h4 {
	border-bottom: 1px dashed #EFEEC8;
	border-top: 1px dashed #EFEEC8;
	padding: 10px 0px;
}

#agenda table {
	border-left: 1px solid #EFEEC8;
	border-top: 1px solid #EFEEC8;
	margin: 10px 0px 0px;
	width: 100%;
}

#agenda table td {
	border-right: 1px solid #EFEEC8;
	border-bottom: 1px solid #EFEEC8;
}

#agenda thead td {
	background: #DCDA85;
	color: #4C0000;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

#agenda table .lote {
	width: 50px;
}

#agenda table .fotos {
	width: 365px;
}

#agenda tbody td {
	padding: 5px;
}

#agenda td img {
	border: 1px solid #EFEEC8;
	height: 58px;
	margin: 0px 3px;
}

#noticias #info {
	border-bottom: 1px dashed #EFEEC8;
	padding: 15px 0px;
}

#noticias #info .data {
	color: #999;
	display: block;
	font-size: 10px;
}
/* Bloco Agenda/Noticias - Fim */

/* Bloco Clientes - Inicio */
#clientes ul {
	padding: 20px 0px 0px 50px;
	width: 700px;
}

#clientes ul li {
	float: left;
	list-style: inside disc;
	width: 300px;
}
/* Bloco Clientes - Fim */

/* Bloco Paginacao - Inicio */
#paginacao {
	border-bottom: 1px solid #DCDA85;
	border-top: 1px solid #DCDA85;
	color: #DCDA85;
	margin-top: 10px;
	padding: 18px 0px;
	text-align: center;
}

#paginacao a {
	color: #4C0000;
}

#paginacao .atual, #paginacao .set {
	font-weight: bold;
}

#paginacao a:hover {
	text-decoration: underline;
}
/* Bloco Paginacao - Fim */

/* Bloco Voltar - Inicio */
#voltar {
	border-bottom: 1px solid #DCDA85;
	border-top: 1px solid #DCDA85;
	color: #DCDA85;
	margin: 20px 0px 0px !important;
	padding: 20px 0px;
	text-align: center;
}

#voltar a {
	color: #333;
}

#voltar a span {
	color: #4C0000;
	font-weight: bold;
}

#voltar a:hover, #voltar a:hover span {
	text-decoration: underline;
}
/* Bloco Voltar - Fim */


