@charset "UTF-8";

* {
	padding:0px;
	margin:0px;
	text-decoration: none;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align:justify;
	padding-top:5px;
	padding-bottom:5px;
}

p.white {
	color: #FFF;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:500;
	padding-top:5px;
	padding-bottom:10px;
	color: #002A5C;
}

h1.white {
	color: #FFF;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:500;
	padding-top:5px;
	padding-bottom:5px;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:500;
	padding-top:5px;
	padding-bottom:5px;
}

body {
	background-image:url(images/icons/bkgrd.png);
	background-color:#C1BBAF;
	background-repeat:repeat-x;
}

#maincontainer {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#d3d8de;
}

#header {
	width:960px;
	height:100px;
	background-color:#f1f0ee;
}

#logo {
	float:left;
	margin-left:20px;
	margin-top:10px;
}

#logovp {
	float:right;
	margin-right:20px;
	margin-top:10px;
}

#search {
	float:right;
	margin-right:20px;
	margin-top:60px;
}

#menuandbanner {
	width:960px;
	height:380px;
	background-color:#FFF;
	padding-top:20px;
}

#banner {
	height:300px;
	width:920px;
	margin-left:20px;
	margin-right:20px;
	margin-top:8px;
	background-color:#f1f0ee;
}

#banner img {
	margin:6px;
}

#container {
	width:960px;
	height:auto;
	min-height:440px;
	background-color:#d3d8de;
}

#leftcolumn {
	max-width:340px;
	float:left;
	min-height:440px;
	padding-top:10px;
	padding-bottom:10px;
}

#leftcolumn * {
	margin-left:20px;
	margin-right:20px;
}

#leftcolumn img {
	background-color:#FFF;
	padding:3px;
}

#leftcolumn img.plus {
	padding: 0px;
	margin: 0px;
}

#leftcolumn div.plus {
	text-align: right;
	margin: 0px;
}

#newsbox {
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:10px;
}

#rightcolumn {
	max-width:620px;
	float:right;
	min-height:440px;
	padding-top:10px;
	padding-bottom:10px;
}

#rightcolumn * {
	margin-left:20px;
	margin-right:20px;
}

#rightcolumn img {
	background-color:#FFF;
	padding:3px;
}

#rightcolumn div.plus {
	text-align: right;
	margin: 0px;
}

#rightcolumn img.plus {
	padding: 0px;
	margin: 0px;
}

#footer {
	width:960px;
	height:auto;
	clear:both;
}

#footer p {
	padding:20px;
	float:left;
}

#footer ul {
	float:right;
	padding:20px;
}

#footer li.notthelast {
	display:inline;
	padding-left:9px;
	padding-right:10px;
	border-right: 1px;
	border-right-style: solid;
}

#footer li.thelast {
	display:inline;
	padding-left:9px;
}

#footer a.footer {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
}

#footer a.footer:link {
	color:#000;
	font-weight: normal;
}

#footer a.footer:active {
	color:#000;
	font-weight: normal;
}

#footer a.footer:visited {
	color:#000;
	font-weight: normal;
}

#footer a.footer:hover {
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}
	
/*----------- menu -----------*/
#menu {
	height:60px;
	width:920px;
	margin-left:20px;
	margin-right:20px;
	background-color:#f1f0ee;
}

ul.menu {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu li.menu {
	display: block;
	position: relative;
	float: left;
}

li.menu ul.menu { display: none; }

ul.menu li a.menu {
	display: block;
	text-decoration: none;
	color: #002C57;
	text-align:center;
	padding-top: 21px;
	padding-bottom: 22px;
	background: none;
}

ul.menu li.menu a.menu:hover {
	background: #002C57;
	color: #f1f0ee;
}

li.menu:hover ul.menu {
	display: block;
	position: absolute;
}

li.menu:hover li.menu {
	float: none;
	font-size: 11px;
}

li.menu:hover a.menu {
	background: #002C57;
	color: #f1f0ee;
}

li.menu:hover li.menu a.menu:hover {
	background: #f1f0ee;
	color: #002C57;
}

ul.menu li.dir a.menu:hover {
	background-image: url(images/icons/nav-arrow-down_gray.png);
	background-position: 50% 80%;
	background-repeat: no-repeat;
}

li.dir {
	background-image: url(images/icons/nav-arrow-down_blue.png);
	background-position: 50% 80%;
	background-repeat: no-repeat;
}

li.actual {
	background: #002C57;
}

ul.menu li.dir a.actual {
	background-image: url(images/icons/nav-arrow-down_gray.png);
	background-position: 50% 80%;
	background-repeat: no-repeat;
	color: #f1f0ee;
}

ul.menu li a.actual {
	color: #f1f0ee;
}

li.dir li.menu a.menu {
	background-color: #002C57;
	color: #f1f0ee;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
}

ul.menu li.separator {
	height: 25px;
	margin-top: 16px;
	border-right-color: #002C57;
	border-right-style: dotted;
	border-right-width: 1px;
}

li.lrec {
	width: 100px;
}

li.servicos {
	width: 120px;
}

li.investigacao {
	width: 154px;
}

li.formacao {
	width: 130px;
}

li.areacliente {
	width: 140px;
}

li.contactos {
	width: 140px;
}

li.projetos {
	width: 130px;
}

input {
	border:none;
}

input.search-button {
    background:url('images/icons/pesquisa.png') no-repeat;
    width: 28px;
    height: 25px;
    padding:0 0 0 0;
    float:left;
    clear: none;
}

input.searchField {
    width: 218px;
    margin-left:0;
    height: 25px;
    padding: 0 0 0 8px;
    background-color: #f9f9f9;
    float:left;
}
/*------------search---------------*/
form{
	width:200px;
	margin:0 auto;
}
.search { 
	padding:6px 15px 6px 30px;
	margin:3px; 
	background: url(images/search.png) no-repeat 8px 6px; 
}
.rounded { 
	border-radius:15px; 
	-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
}

input[type=text]{
	color:#bcbcbc;
}
.lighter{
	
}
.lighter input[type=text]{
	border:1px solid #d0d0d0;
	background-color:#fcfcfc;
}
