/* CSS Document */

@import 'reset.css';

/* BEGIN includes */
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
/* END includes */

/* BEGIN standard elements */
html, body {
    font-family: Arial,Helvetica,sans-serif;
}

body {
}

form {
}

form label {
}

form input {
}

form textarea {
}
/* END standard elements */

/* BEGIN layout */
#pageWrapper {
	clear: both;
	display: block;
	width: 945px;
	margin: 0 auto;
	padding-top: 10px;
}

#headerWrapper {
	background: url(../img/layout/headerWrapper-bg.png) top left repeat-x transparent;
	height: 113px;
}

#headerWrapper #header {
	width: 945px;
	height: 113px;
	margin: 0 auto;
}

#headerWrapper h1 {
	float: left;
	width: 525px;
	height: 113px;
}

#headerWrapper h2 {
	float: right;
	width: 160px;
	height: 113px;
}

#headerWrapper #mainNav {
	width: 945px;
	height: 35px;
	margin: 0 auto;
	clear: both;
	display: block;
	border-bottom: 1px solid #CCC;
}

#headerWrapper #mainNav li {
	float: left;
}

#headerWrapper #mainNav li a,
#headerWrapper #mainNav li a:visited {
	line-height: 500px;
	overflow: hidden;
	float: left;
}

#headerWrapper #mainNav li#homeBtn a,
#headerWrapper #mainNav li#homeBtn a:visited {
	width: 38px;
	height: 35px;
	margin-right: 45px;
	background: url(../img/layout/home-off.png) top left no-repeat transparent;
}
#headerWrapper #mainNav li#homeBtn.selected a,
#headerWrapper #mainNav li#homeBtn.selected a:visited,
#headerWrapper #mainNav li#homeBtn a:hover {
	background: url(../img/layout/home-on.png) top left no-repeat transparent;
}
#headerWrapper #mainNav li#campanhasBtn a,
#headerWrapper #mainNav li#campanhasBtn a:visited {
	width: 155px;
	height: 35px;
	margin-right: 75px;
	background: url(../img/layout/campanhas-off.png) top left no-repeat transparent;
}
#headerWrapper #mainNav li#campanhasBtn.selected a,
#headerWrapper #mainNav li#campanhasBtn.selected a:visited,
#headerWrapper #mainNav li#campanhasBtn a:hover {
	background: url(../img/layout/campanhas-on.png) top left no-repeat transparent;
}
#headerWrapper #mainNav li#passosBtn a,
#headerWrapper #mainNav li#passosBtn a:visited {
	width: 140px;
	height: 35px;
	margin-right: 65px;
	background: url(../img/layout/passos-off.png) top left no-repeat transparent;
}
#headerWrapper #mainNav li#passosBtn.selected a,
#headerWrapper #mainNav li#passosBtn.selected a:visited,
#headerWrapper #mainNav li#passosBtn a:hover {
	background: url(../img/layout/passos-on.png) top left no-repeat transparent;
}
#headerWrapper #mainNav li#ferramentasBtn a,
#headerWrapper #mainNav li#ferramentasBtn a:visited {
	width: 240px;
	height: 35px;
	margin-right: 70px;
	background: url(../img/layout/ferramentas-off.png) top left no-repeat transparent;
}
#headerWrapper #mainNav li#ferramentasBtn.selected a,
#headerWrapper #mainNav li#ferramentasBtn.selected a:visited,
#headerWrapper #mainNav li#ferramentasBtn a:hover {
	background: url(../img/layout/ferramentas-on.png) top left no-repeat transparent;
}
#headerWrapper #mainNav li#contactosBtn a,
#headerWrapper #mainNav li#contactosBtn a:visited {
	width: 70px;
	height: 35px;
	background: url(../img/layout/contactos-off.png) top left no-repeat transparent;
}
#headerWrapper #mainNav li#contactosBtn.selected a,
#headerWrapper #mainNav li#contactosBtn.selected a:visited,
#headerWrapper #mainNav li#contactosBtn a:hover {
	background: url(../img/layout/contactos-on.png) top left no-repeat transparent;
}

#footerWrapper {
	border-top: 1px solid #CCC;
	padding: 10px 5px;
	margin-top: 10px;
}

#footerWrapper p {
	font-size: 10px;
	color: #000;
}

#footerWrapper p img {
	vertical-align: bottom;
}

#hpIMG {
	margin-bottom: 15px;
}

#hpIMG a:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#highlightshp {
}
#highlightshp .highlightItem {
	float: left;
	width: 312px;
	height: 290px;
}
#highlightshp .highlightItem.margin5 {
	margin-right: 5px;
}
#highlightshp .highlightItem.margin4 {
	margin-right: 4px;
}

#highlightshp .highlightItem a:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#passosIMG {
	margin-bottom: 15px;
}

#passos5Btn {
	width: 450px;
	height: 100px;
	margin-left: 245px;
	float: left;
	line-height: 500px;
	overflow: hidden;
	background: url(../img/layout/passos5-btn.png) top left no-repeat transparent;
}

#contactsInfo {
	padding: 25px 45px;
}
#contactsImg {
	margin-bottom: 35px;
}

#contactsList {
	margin-bottom: 15px;
}

.contactItem {
	float: left;
	width: 205px;
	margin-right: 55px;
}

.contactItem p {
	margin-bottom: 15px;
	font-size: 12px;
	color: #000;
}

#extraContactInfo {
	width: 205px;
	border-top: 1px solid #CCC;
	padding-top: 30px;
	padding-bottom: 25px;
}

#extraContactInfo p {
	font-size: 12px;
	color: #000;
}
.contactItem p a,
.contactItem p a:visited,
#extraContactInfo p a,
#extraContactInfo p a:visited {
	text-decoration: none;
	color: #000;
}

#contentWrapper.homepage .social {
	float: left;
	width: 280px;
	margin-left: 40px;
	padding-top: 7px;
}

#footer {
	float: left;
}

.social {
	float: right;
}

.social .facebookSocial {
	float: left;
	overflow: hidden;
	height: 25px;
	width: 65px;
}

.social .tweetSocial {
	float: left;
	overflow: hidden;
	height: 25px;
	width: 70px;
	padding-top: 2px;
}

ul#highlights2 li {
	position: relative;
}

ul#highlights2 li div.numberitem {
	position: absolute;
	font-size: 9px;
	color: #999;
	top: 15px;
	right: 150px;
}


/* END layout */