/*---------------------------------------------------------------------
Estilos Kite

Versão: 1.0
Autor: kite, Webdesign
Data: 01/2012
website: www.kite.pt

--------------------------------------------------------------------- */

/* ELEMENTOS GERAIS
-----------------------------*/
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #666;
	background-image: url(../imagens/tools/fundo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#contentor-geral {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px;
	overflow: hidden;
	/* overflow: hidden;  usar em produção */
}
#cabecalho {
	float: left;
	width: 980px;
	text-align: left;
	padding-top: 128px;
	margin-bottom: 30px;
}
#logo {
	height: 39px;
	width: 267px;
	float: left;
}

h1, h2, h3, h4  {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
p {
	line-height: 22px;
	font-size: 13px;
}
#nav-principal, #nav-lang {
	float: right;
}
#nav-principal li, #nav-lang li {
	display: inline;
}
#nav-principal li a {
	display: block;
	float: right;
	line-height: 25px;
	padding-right: 16px;
	padding-left: 16px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#nav-principal a:link, #nav-principal a:visited {
	color: #FFF;
}
#nav-principal a:hover, #nav-principal a:active, #empresas #link-empresas, #acerca #link-acerca, #contactos #link-contactos {
	color: #87C2EB;
}

#nav-principal li.separador {
	font-size: 25px;
	line-height: 30px;
	margin-right: 5px;
	margin-left: 5px;
}
#nav-lang li a {
	display: block;
	float: right;
	line-height: 30px;
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: none;
	margin-left: 12px;
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
}
#nav-lang a:hover {
	background-color: #87C2EB;
	color: #FFF;
}
#nav-lang {
	margin-left: 18px;
}
#link-pt, #link-en {
	background-color: #87C2EB;
}

#main {
	clear: left;
	width: 980px;
}
#decor {
	height: 289px;
	width: 980px;
	background-image: url(../imagens/tools/decor.png);
	background-repeat: no-repeat;
	margin-bottom: 80px;
}
#home #main h1, #contactos #main h1 {
	padding-bottom: 30px;
	margin-bottom: 40px;
	clear: left;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 24px;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	display: block;
}

.col-308-dir {
	float: right;
	width: 308px;
}
.col-308-esq {
	float: left;
	width: 308px;
	margin-right: 28px;
}

.img img {
	max-width: 100%;
	widht: 100%;
}
#holder-conteudos {
	clear: both;
	width: 980px;
}
#sidebar {
	text-align: center;
	float: left;
	width: 308px;
	margin-right: 56px;
}
#nav-secundaria {
	width: 196px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#nav-secundaria li {
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
#nav-secundaria a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	font-size: 13px;
}
#nav-secundaria a:link, #nav-secundaria a:visited {
	color: #666;
}
#nav-secundaria a:hover, #nav-secundaria a:active, #nav-secundaria a.selected  {
	color: #0792C4;
}
#holder-sections {
	float: left;
	width: 560px;
	text-align: left;
}
section {
	clear: both;
	float: left;
	margin-bottom: 56px;
}
article {
	clear: left;
	float: left;
	width: 560px;
}
article h1 {
	font-size: 15px;
	color: #0892C4;
	font-weight: normal;
	margin-bottom: 6px;
	padding-top: 10px;
	clear: left;
}
article h1:first-child {
	padding-top: 0px;
} 
article p {
	margin-bottom: 18px;
	display: block;
}
article p a {
	color: #0792CD;
	text-decoration: none;
}
.imgs-empresas {
	float: left;
	width: 140px;
	margin-bottom: 12px;
}
.imgs-empresas img {
	max-width: 100%;
	width: 100%;
}
article li {
	font-size: 13px;
	margin-bottom: 4px;
}
article ul {
	margin-bottom: 12px;
}
