body {
  background-color: #e1ddd9;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  text-align: center;
}
h1 {
    text-transform:uppercase;
    color: #564b47;
}

/* GENERAL ------------------------------------------------------------------ */

html
{
	height: 100%;
}

/* Margem e espaçamento zero para os elementos comuns */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none transparent;
	padding: 0;
}

body
{
	height: 100%;
	background-color: #333333;
	background-image: url(/r/i/fundo-principal.gif);
	background-position: 50% 0;
	color: #000000;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}

a:link
{
	color: #003399;
}

a:visited
{
	color: #B266B2;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0 none transparent;
}

li {
    list-style: circle;
}

/* CONTEUDO ----------------------------------------------------------------- */

#pagina
{
	width: 724px;
	w\idth: 688px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 18px 5em 18px;
	background-image: url(/r/i/fundo-conteudo.gif);
	background-repeat: repeat-y;
	text-align: left;
}

* html #pagina
{
	height: 100%;
}

#cabecalho
{
	height: 114px;
    background: transparent url(/r/i/fundo-topo-principal.jpg) right 0 no-repeat;
}
.servicos #cabecalho {
    background: transparent url(/r/i/fundo-topo-servicos.jpg) right 0 no-repeat;
}
.clientes #cabecalho {
    background: transparent url(/r/i/fundo-topo-clientes.jpg) right 0 no-repeat;
}
.contato #cabecalho {
    background: transparent url(/r/i/fundo-topo-contato.jpg) right 0 no-repeat;
}
#cabecalho h1 {
    height: 98px;
    background: transparent url(/r/i/logo-prevent.gif) 20px 15px no-repeat;
    text-indent: -2000em;
}
/* MENU     ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=*/
#menu {
    margin-top: 10px;
    height: 40px;
    background-color: #3d6565;
}
#menu ul {
    padding-top: 10px;
	float: left;
	width: 100%;
    background: #3d6565 url('../i/bg-menu.png') repeat-x;
}
#menu li {
	float: left;
	display: block;
	padding: 0;
	margin: 0 0 0 10px;
    letter-spacing: .1em;
	}
#menu li.first {
	margin: 0;
	}
.principal #menu li.principal,
.clientes #menu li.clientes,
.servicos #menu li.servicos,
.projetos #menu li.projetos,
.eventos #menu li.eventos,
.contato #menu li.contato {
	padding: 6px 10px;
    border-top: 2px solid orange;
    font: bolder small Arial, sans-serif;
	color: #6e9999;
	background-color: #fff;
}
#menu li a:link,
#menu li a:visited {
	float: left;
	display: block;
	padding: 6px 10px;
	margin: 0;
    font: bolder small Arial, sans-serif;
    letter-spacing: .1em;
	color: #fff;
	text-decoration: none;
    border-top: 2px solid white;
	background-color: #6e9999;
	}
#menu li a em, #menu li em {
  font-style: normal;
  border-bottom: 2px solid #af080b;
}  
#menu li a:hover {
	text-decoration: none;
	background-color: #88b3b3;
	}


#conteudo #dicas {
    margin-top: 1em;
    margin-left: 1.5em;
    padding: 60px 1em;
    width: 190px;
    background: #bbd7de url('../i/titulo-dicas.gif') 25px 10px no-repeat;
    float: right;
}
#dicas li {
    font-size: .9em;
}
#conteudo {
    float: left;
	padding: 0 35px;
}

#conteudo h1 {
	margin-top: 0.75em;
	margin-bottom: -0.75em;
	font-size: 200%;
	font-family: Garamond, "Times New Roman", serif;
}
#conteudo h2
{
	margin-bottom: 0.5em;
	font-size: 140%;
	color: #BFBFBF;
	font-weight: normal;
	letter-spacing: 0.05em;
}

#conteudo p {
	margin-top: 1.5em;
  text-align: justify;
}

#conteudo ul {
	margin-top: 1.5em;
	margin-left: 1.2em;
}

#rodape {
    padding-top: 2em;
    clear: both;
    text-align: center;
    font-size: 90%;
    color: #cdcdcd;
}

.servicos ul li, .clientes ul li, .projetos ul li, .eventos ul li {
  padding-bottom:1.2em;
}
#logo2km {
  margin-right: .8em;
  font-size: .8em;
  /*
  text-indent: -2000px;
  width: 24px;
  height: 9px;
  
  background: transparent url(/r/i/logo-2km.gif) no-repeat;*/
}
