
/* HTML________________________________________________________________________________________________*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, sans-serif;
}

body {
	background: #EAEAEA url(bg_body.gif) center top no-repeat;
	text-align: center;
	color: #666;
}

a {
	text-decoration:none;
}

p {	margin-bottom: 15px; }

h1 {
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	margin-bottom: 15px;
	_margin-bottom: 0;
	text-indent: -1000px;
}

h2 {
	color: #6DA5AC;
	font-size: 14px;
}

h2 span {
	font-size:10px;
	font-weight: normal;
	color: #6DA5AC;
}

h3 {
	width: 130px;
	height: 17px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -2000px;
	margin-bottom: 15px;
}

h4 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #000;
	font-weight:normal;
}

h5 {
	margin-bottom: 15px;
	font-size: 12px;
}

hr {
	background-color: none;
	border: none;
	border-bottom: 1px solid #CCC;
	margin:15px 0;
}
/* ESTRUTURA________________________________________________________________________________________________*/

#est {
	overflow:hidden;
	width: 778px;
	background: url(bg_est.jpg) center bottom no-repeat #FFF;
	text-align: left;
	margin: 0 auto;
}

#col_esq {
	float:left;
	width: 236px;
	height: 500px;
	background:url(bg_menu.jpg) no-repeat;
}

	#col_esq ul { 
		list-style: none;
		width: 160px;
		margin: 70px 0 0 50px;
	}
	
	#col_esq ul li {
		background: url(menu_seta.gif) center left no-repeat;
		border-bottom: 1px solid #E7E7E7;
		border-top: 1px solid #FFF;
		padding-left: 10px;
		height: 23px;
	}
	
	#col_esq ul li a {
		text-indent: -2000px;
		background: center left no-repeat;
		display: block;
		width: 140px;
		height: 23px;
	}
	
	#col_esq ul li#bt_sobre {
		border-top: none;
	}
	#col_esq ul li#bt_contato {
		border-bottom: none;
	}

	
#rich_media {
	float: right;
}

#cont_home, #cont, #cont_all {
	font-size: 11px;
	width: 300px;
	padding-right: 10px;
	float: right;
}

#cont {
	width: 330px;
}

#cont_all {
	width: 500px;
	padding-right: 30px;
}

.logo {
	width: 140px;
	height: 70px;
	display: block;
	margin: 45px 0 0 60px;
	background:url(brisa_consulting.gif) no-repeat;
	text-indent: -2000px;
}

.submenu,.submenu_cont {
	height: 275px;
	margin-top: -20px;
	margin-right: 20px;
	_margin-right: 10px;
	width: 186px;
	float: right;
	background: url(bg_submenu.gif) no-repeat;
	padding: 10px 7px 0 7px;
	font-size: 11px;
}

.submenu .serv, .submenu_cont .tit_prod {
	color: #6FA8AF;
	padding-left: 15px;
	font-size: 20px;
	background: url(serv_home.gif) no-repeat left 14px;
}

	.submenu a{ color: #666; }
	.submenu a:hover { color: #6DA5AC; }

.submenu_cont {
	width: 156px;
	background: url(bg_submenu_cont.gif) no-repeat;
	padding-top: 35px;
	font-size: 11px;	
}

.submenu_cont ul, .submenu ul{
	margin-left: 15px;
	list-style-image:url(submenu_bulet.gif);
}

.submenu_cont li, .submenu li{
	margin-left: 10px;
}

.submenu li a {
	color: #6DA5AC;
	margin-left: 0;
}

.submenu li a:hover {
	color:#000;
}

.submenu_cont a{ color: #6DA5AC; }
.submenu_cont a:hover{ color: #6DA5AC; text-decoration:underline; }

.banner {
	margin-top: -20px;
	width: 170px;
	float: right;
	margin-right: 20px;
}

/* HOME________________________________________________________________________________________________*/

.not {
       display: block;
       color: #666;
       margin-bottom: 15px;
       padding-bottom: 15px;
       /* Clear pra Mozilla */
       overflow: hidden;
       /* Clear pra IE */
       _height: 1%;
}

.not:hover {
	color: #6DA5AC;
}

.not img {
	float:left;
	margin-right: 10px;
}

.not span {
	color:#000;
	font-size: 10px;
}

.bord {
	border-bottom: 1px #CCC dashed;
	padding-bottom: 10px;
}

/* RODAPE________________________________________________________________________________________________*/

.rodape {
	clear:both;
	font-size: 10px;
	text-align: center;
	padding: 40px 0 20px 0;
}

.lide {
	font-size: 14px;
	color:#000;
}
/* NOTICIA________________________________________________________________________________________________*/

.img {
	width: 150px;
	height: 150px;
	background-color: #f9f9f9;
	text-align: center;
	float: left;
	margin: 10px 16px 0 0;
	vertical-align: middle;
}

.img_h {
	height: 125px;
	padding-top: 25px;
}

.img_v {
	height: 140px;
	padding-top: 10px;
}


.img:hover {
	background-color: #EEE;
}

.img_amplia {
	background-color: #f1f1f1;
	padding: 25px 0;
	text-align:center;
	margin-bottom: 10px;
}

.bt_next, .bt_back {
	float:right;
}

.bt_next {
	margin-left: 15px;
}

/* CONTATO________________________________________________________________________________________________*/

.contato {
	text-align:right;
	margin-right: 40px;
}

.contato label {
	margin-bottom: 15px;
}

.contato input, .contato textarea {
	border: 1px solid #CCC;
	width: 200px;
	font-size: 11px;
	margin-left: 5px;
}

.contato textarea {
	float: right;
}

.contato .bt_enviar {
	border: none;
	width:54px;
	height:19px;
	margin: 10px 70px 0 0;
}

/* CLIENTES________________________________________________________________________________________________*/

.list_clientes {
	background: url(lista_clientes_bg.jpg) no-repeat bottom;
	float:left;
	width: 210px;
	height: 130px;
	text-align: center;
	margin: 0 30px 30px 0;
}
.list_clientes, .list_clientes td {
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
}
.list_clientes a {
	display: block;
}

.center {
	text-align: center;
	margin: 20px 0;
}

/*
.testemunho {
	text-decoration:
}
*/

.legenda {
	text-align:right;
	font-size: 10px;
	color:#000;
}

/* CLIENTES________________________________________________________________________________________________*/

.parceiro {
	background: url(bg_parceiros.gif) no-repeat bottom;
	padding: 0 0 10px 20px;
	clear: both;
	margin: 20px 0;
	height: 123px;
}

.parceiro .part_logo {
	text-align: center;
	background: url(lista_parceiros_bg.gif) no-repeat;
	float: left;
	margin-right: 10px;
	width: 130px;
	height: 120px;
}

.parceiro .desc_parceiro {
	width: 300px;
	float: left;
	padding-right: 15px;
}

.parceiro .desc_parceiro p{
	margin-bottom: 5px;
}

.parceiro .desc_parceiro a{ color: #6DA5AC; }
.parceiro .desc_parceiro a:hover { color: #000; }

.parceiro .desc_parceiro h4{
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* PRODUTOS________________________________________________________________________________________________*/

.mais_produtos {
	background: url(bg_combo_produtos.gif) no-repeat center top;
	margin-top: 15px;
	padding: 10px 5px;
	text-align: center;
	height: 35px;
}

.mais_produtos select {
	font-size: 10px;
	padding-left: 5px;
	width: 120px;
}

.mais_produtos select option {
	padding-left: 5px;
}

.mais_produtos select .cat {
	background-color: #f1f1f1;
	font-weight: bold;
	color: #6DA5AC;
}

.tit_prod {
	color: #0B5D47;
}

.menu_subproduto {
	list-style-type: none;
	margin-bottom: 7px;
}

.menu_subproduto a{	color:#000; }
.menu_subproduto a:hover {	color:#000; text-decoration: underline; }

.list_prod {
	background: url(bg_produto.gif) no-repeat;
	height: 90px;
	width: 470px;
	padding: 15px;
	margin-bottom: 15px;
}

.list_prod .logo_prod {
	float: left;
	margin-right: 15px;
}

.screen_prod {
	display:block;
	width: 300px;
	background-color: #f9f9f9;
	text-align: center;
	padding: 15px;
}

.screen_prod:hover {
	background-color: #EEE;
}

/* SERVIÇOS________________________________________________________________________________________________*/

/*
.link_color { color: #666; }
.link_color:hover { color: #6DA5AC; }
*/

.link_color { color: #6DA5AC; }
.link_color:hover { text-decoration: underline; }

.mais {
	color:#000;
	font-size: 10px;
}

