/*  RESET browser defaults (Eric Meyer Global Reset)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;*/
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style-type: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat {
	clear:both;
  	height:0;
  	font-size: 1px;
 	line-height: 0px;
}

/* END RESET browser defaults */

/* GLOBAL */

input, select, textarea {
	font-size: 10px;
	font-family: Arial, "Trebuchet MS", Helvetica, Verdana, sans-serif;
}


#error {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #c31a00;
	background-image: url('../images/icon_warning.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: 1px solid #c31a00;
}

#ok {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #46a000;
	background-image: url('../images/icon_ok.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: 1px solid #46a000;
}



body {
	color: #000;
	font-family: Arial, "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

#container {
	height: 100%;
	margin: 0 auto;
	width: 1007px;
	background-color: #ffffff;
	position: relative;
}


/* HEADER */
#container #header {
	float: left;
	width: 100%;
	height: 432px;
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
	background-position: left 79px;
	z-index: 1;
}

#container #header #logo {
	float: left;
	position: absolute;
	top: 15px;
	left: 30px;
}

#container #header #search {
	float: left;
	position: absolute;
	top: 316px;
	left: 55px;
	font-size: 11px;
	color: #777777;
}

#container #header #search input {
	width: 124px;
	border: 0;
	background-color: #ffffff;
}

#container #header #search input.submit {
	width: 15px;
	background-color: transparent;
	cursor: pointer;
}


#container #header #login {
	position: absolute;
	top: 395px;
	left: 30px;
	font-size: 11px;
	color: #777777;
}

#container #header #login input {
	width: 78px;
	height: 15px;
	border: 0;
	background-color: #ffffff;
}

#container #header #login #password {
	margin-left: 5px;
}

#container #header #login input.submit {
	width: 20px;
	background-color: transparent;
	cursor: pointer;
	margin-left: 5px;
}

#container #header #clientarea {
	position: absolute;
	top: 345px;
	left: 25px;
	width: 200px;
	height: 20px;
}

#container #header #banner {
	float: left;
	width: 754px;
	height: 340px;
	margin-left: 253px;
	margin-top: 84px;
	background-image: url('../images/banners/banner1.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
	z-index: 10;
	overflow: hidden;
}

#nav {
	display: none;
}


/* SUBCONTAINER */

#container #subcontainer {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-top: 6px;
}


/* LEFT */
#container #subcontainer #left {
	float: left;
	width: 248px;
}

#container #subcontainer #left .newsblock {
	float: left;
	width: 100%;
}

#container #subcontainer #left .newsblock .title {
	float: left;
	width: 220px;
	height: 30px;
	background-image: url('../images/bg-left-title.png');
	background-repeat: repeat-x;
	background-position: left top;
	color: #555555;
	font-size: 9pt;
	padding-left: 28px;
}

#container #subcontainer #left .newsblock .title2 {
	padding-top: 8px;
}

#container #subcontainer #left .newsblock .selected {
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 15px top;
}

#container #subcontainer #left .newsblock .content {
	float: left;
	width: 192px;
	border: 6px solid #e5e5e5;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 19px;
	padding-bottom: 19px;
	margin-top: 4px;
}

#container #subcontainer #left .newsblock .content .story {
	float: left;
	margin-bottom: 20px;
}

#container #subcontainer #left .newsblock .content .story .storytitle {
	float: left;
	width: 100%;
/*	font-weight: bold;*/
	font-size: 12px;
}

#container #subcontainer #left .newsblock .content .story .storytitle a {
	color: #4d4d4d;
	text-decoration: none;
}

#container #subcontainer #left .newsblock .content .story .date {
	float: left;
	clear: left;
	width: 100%;
	color: #8dc63f;
	font-size: 10px;
	font-weight: bold;
}

#container #subcontainer #left .newsblock .content .story .summary {
	float: left;
	width: 100%;
	margin-top: 15px;
	color: #929292;
	font-size: 11px;
	text-align: justify;
}

#container #subcontainer #left .newsblock .content .story .summary a {
	color: #929292;
	text-decoration: none;
}
	

/* CENTER */
#container #subcontainer #center {
	float: left;
	width: 639px;
	margin-left: 5px;
}

#container #subcontainer #center .menu {
	float: left;
	width: 100%;
	height: 30px;
	background-image: url('../images/bg-left-title.png');
	background-repeat: repeat-x;
	background-position: left top;
}

#container #subcontainer #center .menu li {
	float: left;
	width: 90px;
	height: 22px;
/*	padding-left: 12px;
	padding-right: 12px;
*/	font-size: 12px;
	font-family: Arial;
	padding-top: 8px;
	text-transform: uppercase;
	text-align: center;
}

#container #subcontainer #center .menu li:hover {
/*	background-image: url('../images/arrow.gif');
	background-position: center top;
	background-repeat: no-repeat;*/
}

#container #subcontainer #center .menu li.informacao {
	width: 110px;
}

#container #subcontainer #center .menu li.equipa {
	width: 70px;
}

#container #subcontainer #center .menu li.selected {
	background-image: url('../images/arrow.gif');
	background-position: center top;
	background-repeat: no-repeat;
}

#container #subcontainer #center .menu li.selected a {
	color: #333333;
}

#container #subcontainer #center .menu li a {
	color: #666666;
	text-decoration: none;
	cursor: hand;
/*	height: 22px;
	display: block;*/
}

#container #subcontainer #center .menu li a:hover {
/*	font-weight: bold;*/
	color: #333333;
}



/* FOOTER */
#container #footer {
	float: left;
	width: 892px;
	border-top: 1px solid #f1f1f1;
	margin-top: 6px;
}

#container #footer #logos {
	float: left;
	width: 892px;
	height: 88px;
	margin-top: 6px;
	margin-bottom: 10px;
	background-image: url('../images/bg-footer-logos.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#container #footer #logos a {
	position: absolute;
	width: 22px;
	height: 22px;
	margin-left: 98px;
	margin-top: 13px;
}

#container #footer #logos a:hover {
	background-image: url('../images/facebook.png');
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

#container #footer #copyright {
	float: left;
	width: 600px;
	height: 25px;
	color: #929292;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 11px;
}

#container #footer #author {
	float: right;
	width: 200px;
	text-align: right;
	font-size: 11px;
}

#container #footer #author a {
	color: #929292;
}

#container #footer a {
	color: #8dc63f;
	text-decoration: none;
}

#container #footer a:hover {
	text-decoration: underline;
}