/**************************************

Info: llis.com.br (first version)
Date: 2005-11-19
Copyright: LLIS Information Services
Designer: Laura Lopes

**************************************/

body {
	background-color: #cccccc;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 750px;
}

#page_body {
	width: 750px;
	text-align: left;
	margin: 0px auto;
	background-color: #fbfbfb;
	font-family: Verdana, Arial, sans-serif;
}

/* Links Up */
h1 {font-size: 16px; color: #5c6877; font-weight: bold;}
a {font-size: 12px; color: #ed7405; text-decoration: none;}

/* Links Over */
h2 {font-size: 15px; color: #4d6d97; font-weight: bold;}
a:hover {color: #4d6d97; text-decoration: none;}

/* Titulo */
h3 {font-size: 14px; color: #3c6498; font-weight: bold;}

/* Subtitulo */
h4, th {font-size: 13px; color: #808994; font-weight: bold;}

/* Byline */
h5 {font-size: 11px; color: #626262; font-weight: normal;}

p, td, li {font-size: 12px; color: #2a3d56;}

/**************************************
  Cabeçalho da página
**************************************/

#page_header {
	position: relative;
	width: 750px;
	height: 269px;
}

#page_header_logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 78px;
	background-image: url(images/logo_llis.jpg);
}

#page_header_line {
	position: absolute;
	left: 250px;
	top: 0px;
	width: 1px;
	height: 78px;
	background-image: url(images/dotted.gif);
	background-repeat: repeat;
}

#page_header_menu {
	position: absolute;
	left: 335px;
	top: 54px;
	width: 415px;
	height: 25px;
	background-image: url(images/bg_menu.gif);
	font-family: Verdana, Arial, sans-serif;
}

.page_header_div_menu {
	left: 0px;
	top: 0px;
	width: 2px;
	height: 25px;
	background-image: url(images/bg_div_menu.gif);
	background-repeat: no-repeat;
}

.page_header_menu_home, .page_header_menu_servicos, .page_header_menu_portfolio, .page_header_menu_clientes, .page_header_menu_contato {
	position: absolute;
	top: 4px;
	text-decoration: none;
	color: #5c6877;
	font-size: 15px;
	font-weight: bold;
}

.page_header_menu_home {
	left: 0px;
	width: 69px;
	height: 25px;
}

.page_header_menu_servicos {
	left: 69px;
	width: 90px;
	height: 25px;
}

.page_header_menu_portfolio {
	left: 159px;
	width: 88px;
	height: 25px;
}

.page_header_menu_clientes {
	left: 247px;
	width: 84px;
	height: 25px;
}

.page_header_menu_contato {
	left: 331px;
	width: 84px;
	height: 25px;
}

.page_header_menu_up {
	background-image: url(images/darkblue_button.gif);
	background-repeat: no-repeat;
}

.page_header_menu_over {
	color: #4d6d97;
	background-image: url(images/lightblue_button.gif);
	background-repeat: no-repeat;
}

#page_header_grayline {
	position: absolute;
	left: 0px;
	top: 78px;
	width: 750px;
	height: 5px;
	background-color: #ebebeb;
}

#page_header_blue_banner {
	position: absolute;
	left: 0px;
	top: 83px;
	width: 750px;
	height: 181px;
	background-image: url(images/blue_banner.jpg);
}


/**************************************
  Sidebar
**************************************/

#sidebar
{
	float: left;
	padding-left: 10px;
	width: 199px;
	font-family: Verdana, Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 8px;
}

#sidebar .panel
{
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #dbdbdb;
  width: 199px;
  margin-bottom: 10px;
  background-color: #ebebeb;
}
#sidebar .panel .title
{
  width: 199px;
  height: 25px;
  background-color: #cecece;
  background-image: url(images/bg_menu.gif);
  background-repeat: repeat;
}
#sidebar .panel .title .title_text
{
  width: 179px;
  height: 28px;
  font-size: 14px;
  font-weight: bold;
  color: #5c6877;
  line-height: 28px;
  text-align: left;
}

#sidebar .panel .content
{
  font-size: 11px;
  padding: 0px;
  margin: 10px;
}
#sidebar .panel .content .title_text
{
  font-size: 14px;
  font-weight: bold;
  color: #4d6d97;
}
#sidebar .panel .content p
{
  margin-top: 0px;
}

/**************************************
  Área principal
**************************************/

#main {
	width: 750px;
}

#main_content {
	margin-left: 226px;
	margin-right: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 8px;
	text-align: justify;
}

#main_content_home {
	margin-left: 226px;
	margin-right: 14px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 8px;
	text-align: justify;
}

#main_anuncio {
	float: right;
	padding-right: 10px;
	width: 120px;
	font-family: Verdana, Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 8px;
}

/**************************************
  Rodapé da página
**************************************/

#page_footer {
	width: 750px;
	height: 34px;
	clear: both;
	background-image: url(images/bg_bottom.gif);
}