/* Folha de estilo da ÓTICA RIO BRANCO - CSS */
/* Ação Direta Web Studio - by Gil Melo */


/* Definição da estrutura */
* {
	margin: 0px;
	padding: 0px;
}

BODY {
	background: url('../img/fundo2.jpg') repeat-x #CCCCCC;
}

#base {
	position: absolute;
	left: 50%;
	margin-left: -378px;
	margin-top: 0px;
	height:600px;
}

#borda_site {
	border: #848484 solid 1px;
	background: #FFFFFF;
}

#div_site_geral {
	width: 753px;
	height: 600px;
}

/* Estrutura web */

#div_barra_superior {	
	width: 753px;
	height: 110px;
}

#div_menu {
	width: 753px;
	height: 23px;
	padding-top: 3px;
}

#div_shadown_menu_sup {
	background: url('../img/shadown_menu_sup.gif') repeat-x;
	width: 751px;
	_width: 753px;	
	height: 6px;
}

#div_conteudo {
	width: 753px;
}

#div_rodape {
	width: 753px;
	height: 18px;
	background: #006600;
}

#div_copyright {
	width: 100%;
	height: 18px;
}

/* Configurações de estilo da página */

.logo_riobranco {
	background: url('../img/logo_oticariobranco.jpg') no-repeat;
	overflow: hidden;
	text-indent: -9000px;
	width: 188px;
	height: 84px;	
	margin-top: 12px;
	display: block;
	float: left;
}

.logo_oab {
	background: url('../img/logo_oab.jpg') no-repeat;
	overflow: hidden;
	text-indent: -9000px;
	width: 140px;
	height: 44px;	
	margin-top: 60px;
	margin-left:40px;
	display: block;
	float: left;
}

.img_olho {
	background: url('../img/avc_direito.jpg') no-repeat;
	overflow: hidden;
	text-indent: -9000px;
	width: 241px;
	height: 102px;	
	margin-top: 5px;
	display: block;
	float: right;
}

.logo_acaodireta {
	background: url('../img/logo_acaodireta.gif') no-repeat;
	overflow: hidden;
	text-indent: -9000px;
	width: 83px;
	height: 18px;	
	float: right;
}
