body
{
	background-color: #f1f1e9;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #717171;
}

table, td
{
	font-size: 10px;
	vertical-align: top;
}

#central_container
{
	background-color: white;
	height: 400px;
	border-collapse: collapse;
}

#left_shadow
{
	width: 12px;
	background: transparent url('img/bg-sombra-esq.gif') repeat-y;
}

#right_shadow
{
	width: 12px;
	background: transparent url('img/bg-sombra-dir.gif') repeat-y;
}

/* Coluna da Esquerda
------------------------------------------------*/
#left_col
{
	width: 314px;
	border-top: 1px solid #767676;
	background: transparent url('img/bg-logo.jpg') no-repeat;
	text-align: center;
	vertical-align: top;
}
#barra
{
	border-bottom: 4px solid #767676;
	text-align: center;
}
#logo-webagil
{
	background: transparent url('img/logo-webagil.gif') no-repeat;
	width: 54px;
	height: 13px;
	cursor: pointer;
}
#barra-fonte
{
	font-size:9px;
}
#logo
{
	width: 246px;
	height: 81px;
	background: transparent url('img/logo.gif') no-repeat;
	margin: 15px 34px 25px 33px;
}

/* Texto Global
------------------------------------------------*/
div.global_text
{
	font-size: 9px;
}

.global-sup-esq
{
	width: 7px;
	height: 11px;
	background: transparent url('img/global-sup-esq.gif') no-repeat;
	font-size: 5px;
}

.global-sup-dir
{
	width: 15px;
	height: 11px;
	background: transparent url('img/global-sup-dir.gif') no-repeat;
	font-size: 5px;
}

.global-inf-esq
{
	width: 7px;
	height: 16px;
	background: transparent url('img/global-inf-esq.gif') no-repeat;
	font-size: 5px;
}

.global-inf-dir
{
	width: 15px;
	height: 16px;
	background: transparent url('img/global-inf-dir.gif') no-repeat;
	font-size: 5px;
}

.global-shadow-left
{
	background: transparent url('img/global-sombra-esq.gif') repeat-y;
}

.global-shadow-bottom
{
	background: transparent url('img/global-sombra-inf.gif') repeat-x;
}

/* Coluna da Direita
------------------------------------------------*/
#right_col
{
	width: 450px;
	border-bottom: 4px solid #e2b713;
	vertical-align: top;
}

/* Menu
------------------------------------------------*/
#menu_container
{
	height: 18px;
	background-color: #e2b713;
}

.menu-item
{
	border-right: 1px solid white;
	padding: 3px 10px 3px 10px;
	text-align: center;
	vertical-align: middle;
}

#menu_container a:link, #menu_container a:visited, #menu_container a:active
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#menu_container a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: black;
}

#menu_container a.selected:link, #menu_container a.selected:visited, #menu_container a.selected:active 
{
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#menu_container a.selected:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: white;
}

/* Conteúdo
------------------------------------------------*/
#conteudo
{
	float: none;
	width: 444px;
	padding: 15px 25px 25px 25px;
	font-size: 11px;
}

/* Bloco de destaques
------------------------------------------------*/
.bloco-destaque
{
	background-color: #f6e8b7;
}

.dest-sup-esq
{
	width: 13px;
	height: 13px;
	background: url('img/dest-sup-esq.gif') no-repeat;
}

.dest-sup-dir
{
	width: 13px;
	height: 13px;
	background: url('img/dest-sup-dir.gif') no-repeat;
}

.dest-inf-esq
{
	width: 13px;
	height: 13px;
	background: url('img/dest-inf-esq.gif') no-repeat;
}

.dest-inf-dir
{
	width: 11px;
	height: 11px;
	background: url('img/dest-inf-dir.gif') no-repeat;
}

/* Bloco de destaques - TOP
------------------------------------------------*/
.top-bloco-destaque
{
	background-color: #fbf3dc;
}

.top-dest-sup-esq
{
	width: 13px;
	height: 13px;
	background: url('img/top-dest-sup-esq.gif') no-repeat;
}

.top-dest-sup-dir
{
	width: 13px;
	height: 13px;
	background: url('img/top-dest-sup-dir.gif') no-repeat;
}

.top-dest-inf-esq
{
	width: 13px;
	height: 13px;
	background: url('img/top-dest-inf-esq.gif') no-repeat;
}

.top-dest-inf-dir
{
	width: 11px;
	height: 11px;
	background: url('img/top-dest-inf-dir.gif') no-repeat;
}



/* Definições Globais
------------------------------------------------*/
.titulo1
{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	border-bottom: 1px solid #e2b713;
	color: black;
}

.titulo2
{
	font-weight: bold;
}

.borda-imagem
{
	border: 1px solid #e2b713;
}

.img-legenda
{
	font-size: 9px;
	font-style: italic;
	color: black;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #e2b713;
}

a:hover
{
	text-decoration: underline;
	color: #e2b713;
}

.floating-image-left
{
	float: left;
	margin: 0px 10px 5px 0px;
}
