@charset "UTF-8";
/* CSS Document */
h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	color:#333;
	font-size:1.2em;
	margin-top:-5px;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:10px;
	margin:10px 0 10px;
	}
h4 {
	color:#fff;
	background-color:#000;
	margin:1px 1px 1px 1px;
	padding-left:4px;
	}
h6 { /* Ttulo dos Guias */
	color:#999999;
	font-size:0.9em;
	font-family:"Arial",Helvetica,sans-serif;
	margin:5px 0;
	text-align:left;
	text-transform:uppercase;
	}
span {
     color:#666; /** #125F15 **/
     font: normal 0.5em Verdana, Geneva, sans-serif;
     line-height: 100%;
	 }
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	color:#000;
	}
a {
	color:#06C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	background:#fff;
	}
a:hover {
	background:#06C;
	color:#fff;
	text-decoration:none;
	}
a img {
	border:#fff 5px;
	margin:3px 5px 3px 3px;
	}
a:hover img {
	border:#999 5px;
	margin:3px 5px 3px 3px;
	}
li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	color:#000;
	}
body {
	background:#000;
	margin:0px;
	padding:0px;
	}
#geral {
	/* background:#EBEBEB; */
	width:920px;
	margin: auto;
	margin-top:0px;
	text-align:left;
	}
#top {
	/** background:url(../imagens/fundo_topo.jpg) no-repeat; **/
	border-bottom:#fff solid 1px;
	width:920px;
	height:200px;
	float:left;
	}
#rodape {
	text-align:center;
	color:#fff;
	background:url(../imagens/fundo_rodape.jpg);
	border-top:#999 dotted 1px;
	width:920px;
	float:left;
	}
	
/* ---- menu ---- */
#menu {
	/* background-color:#fff; */
	width:920px;
	height:25px;
	float:left;
	clear:both;
	border-bottom:1px solid #fff;
	}
#textmenu {
	background:url(../imagens/menu/bg_menu.jpg) repeat-x;
	width:920px;
	display:table;
	float:left;
	/* border-bottom:#fff solid 1px; */
	}	
#textmenu ul {
	border:0;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
	}
#textmenu ul li {
	display:inline;
	text-align:center;
	padding:0;
	margin:0
	}
#textmenu ul li a {
	background:url(../imagens/bg_menu.jpg) repeat-x #ccc;
	color:#000;
	width:130px;
	height:25px;
	border:0px solid #ccc;
	border-right:1px solid #333;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height: 25px;
	float: left;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	font:bold 10px/25px Helvetica;
	}
#textmenu ul li a:hover {
	background:#333;
	color:#fff;
	width:130px;
	height:25px;
	border:0px solid #ccc;
	border-right:1px solid #333;
	padding:0;
	margin:0 0 0 0;
	line-height: 20px;
	float: left;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	font:bold 10px/25px Helvetica;
	}
#textmenu a:active {
	background-color:#FC0;
	color:#fff;
	width:130px;
	height:28px;
	border:0px solid #ccc;
	padding:0;
	margin:0 0 0 0;
	line-height: 28px;
	float: left;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	font:bold 10px/28px Helvetica;
	}
/* ---- Mailing ---- */
#mailing {
	background:url(../imagens/mailing.jpg) #fff no-repeat;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	width:920px;
	height:150px;
	text-align:left;
	float:left;
	clear:both;
	}
#mailing_right {
	width:300px;
	float:right;
	clear:both;
	}
/* ---- Conteudo ---- */
#conteudo {
	background:#fff;
	width:920px;
	float:left;
	clear:both;
    }
#coluna_esquerda {
	width: 586px;
	float:left;
	}
#postagens {
	background-color:#F0F0F0;
	width:572px;
	padding:10px 7px 7px;
	border-bottom:dotted 1px #999;
	float:left;
	clear:both;
    }
#coluna_direita {
	width: 334px;
	float:left;
	}
#servicos {
	background-color:#fff;
	width:334px;
	float:left;
	clear:both;
	}
#servicos img {
	padding-bottom:2px;
	}
#servicos a img {
	border:none;
	margin:0px;
	}
#sevicos a:hover img {
	border:none;
	margin:0px;
	background:#fff;
	}
	
/* ---- Conteudo ---- */

.novo {
	background:url(../imagens/shop/novo_rosa.gif) right no-repeat;
	}
	
/* ---- Serviços ---- */

#serv_box {
	background:#141414;
	width:314px;
	display:block;
	margin:0 0 0 0;
	padding:10px 10px 6px 10px;
	border-bottom:1px solid #fff;
	}
#serv_box ul {
	margin:5px 0;
	padding:0;
	width:314px;
	}
#serv_box ul li {
	border-bottom:1px dotted #555555;
	padding:1px 5px;
	list-style-type:none;
	}
#serv_box a {
	color:#999999;
	background:#141414;
	text-decoration:none;
	}
#serv_box a:hover {
	color:#fff;
	background:#141414;
	text-decoration:none;
	}

