/* Pestana Landing, December 2009 */
/* www.daydream.pt */


/* Structural */



#content_landing {
	height: 		100%;
	width:			100%;
	display:		block;
	overflow:		hidden;
	position:		relative;
}

#content-top {
	
	position:		relative;
	z-index:		1;
}


#bg  {
	height:			200%;
	left:			-50%;
	position:		absolute;
	top:			-50%;
	width:			200%;
	z-index:		1;
	overflow:		hidden;
}

#bg table {
	height: 		100%;
	width:			100%;
}

#bg td {
	text-align:		center;
	vertical-align:	middle;
}

#bg  img {
	margin:			0 auto;
	min-height:		50%;
	min-width:		50%;
}

#footer {
	position: 		absolute;
	bottom:			45px;
	height:			45px;
	z-index:		1;
	width:			100% !important;
	
}

#footer2 {
	position: 		absolute;
	bottom:			0px;
	height:			45px;
	z-index:		1;
	width:			100% !important;
	background:		transparent url('/pestanalanding/img/BottomShadow.png') repeat-x scroll center top;
}

#footer2 .centered,#footer .centered {
	line-height:	45px;
}


#footer .centered {
	color:			#fff;
}
#footer .centered a {
	line-height:	inherit;
	padding:		0 10px;
	border-right:	1px solid #fff;
	
	color:			#fff;
	text-decoration:none;
}


#footer .centered a:hover { 
	color:			#b3b9ad;
}

#footer2 .centered a:hover { 
	color:			#fff;
}

#footer2 .centered {
	color:			#b3b9ad;
}

#footer2 .centered a {
	line-height:	inherit;
	padding:		0 10px;
	border-right:	1px solid #b3b9ad;
	font-weight:	bold;
	color:			#b3b9ad;
	text-decoration:none;
}
a.lastlink {
	border: 		0 !important;
}
a.firstlink {
	padding-left:	0 !important;
}

a.fb {
	background: 	url('/pestanalanding/img/1260814805_FaceBook_24x24.png') bottom center no-repeat;
	height: 		35px;
	width:			24px;
	display:		inline-block;
	
	padding:		0 !important;
	border:			0 !important;
	
}

a.twitter {
	background: 	url('/pestanalanding/img/twitter_24x24.png') bottom center no-repeat;
	height: 		35px;
	width:			24px;
	display:		inline-block;
	
	padding:		0 !important;
	border:			0 !important;
	
}

#footer hr {
	background:#CCCCCC none repeat scroll 0 0;
	border:0 none;
	
	height:1px;
}


.centered {
	width:			950px;
	margin:			0 auto;
	padding:		0 20px;
}

.auto {
	margin:			0 auto;
}

/* utility */

.hidden {
	display: 		none;
}

.rightFloat {
	float:			right;
}

.leftFloat {
	float:			left;
}

.clear {
	clear:			both;
}

/* logos */

.toplogo {
	display:		block;
	margin:			0 auto;
}

.logos {
	display:		block;
	height:			150px;
	margin:			0 auto;
	width:			783px;
	margin-top:		50px;
}

.logoblock img {
	display:		block;
	padding:		7px 7px ;
	width:			85px;
	margin: 		0 auto;
	cursor:			pointer;
}


.logoblock:hover > img {
	background:transparent url('/pestanalanding/img/Moldura_Shadow_OnMouseOver.png') no-repeat center top ;
	
}

.logoblock {
	display: 		block;
	width:			99px;
	background:		#fff;
	float:			left;
	margin-right:	15px;
}


.logoblock a {
	float:			right;
	margin-bottom:	9px;
	margin-right:	7px;
	padding-right:	2px;
	color:			#333333;
	text-decoration:none;
	font-weight:	bold;
}

.logoblock a:hover {
	color:			#84a7cb;
}


.logoend {
	margin-right:	0 !important;
}
