/*
 * CSS PATTERN
 * Autor: Khan Leo Maxfower
 * Email: leomaxfower@hotmail.com
 */

/***** GENERAL ************************************************************************************/

html, body {
	height: 100%;
}

#container {
	width: 100%;
	min-height: 100%; /**/
	margin: 0px auto;
	position: relative; /* Contexto de posicionamento */
	left: 0px;
	top: 0px;
	background-color: #f5f5f5;
	z-index: 0;
}

*html #container {
	height: 100%;
}

.shareBox {
	float: right;
	width: auto;
	height: auto;
	margin: 5px;
	position: relative; /* Contexto de posicionamento */
	left: 0px;
	top: 0px;
	z-index: 1;
}

.shareBox img {
	float: left;
	width: auto;
	height: auto;
	margin: 0px 5px;
}

#___plusone_0 {
	display: none !important;
}

#___plusone_1 {
	display: none !important;
}

.clearBlock {
	clear: both;
}

/***** HEADER *************************************************************************************/

#header {
	display: block;
	width: 100%;
	height: 215px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: -3;
	background: url(../imagens/bgHeader.png) repeat-x left top #fff;
}

#mainHeader{
	display: block;
	width: 100%;
	max-width: 1024px;
	width: 1024px;
	height: 100%;
	margin: 0px auto;
}

/***** MAIN CONTENT *******************************************************************************/

#content {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 150px; /* IMPORTANTE: Para ajustar a Contra-Margem do Rodapé */
	position: relative;
	left: 0px;
	top: 0px;
	z-index: -4;
}

#mainContent {
	display: block;
	/*width: 100%;
	max-width: 1024px;*/ /* ONLY FOR RESPONSIVITY */
	width: 1024px;
	height: auto;
	margin: 0px auto;
	position: relative;
	left: 0px;
	top: 0px;
}

/***** FOOTER *************************************************************************************/

/** MY CHANGES **/
#footer {
   display: block;
   width: 100%;
   height: 150px;
   position: relative; /* IMPORTANTE: Para ajustar a Posição do Rodapé */
   left: 0px; /* IMPORTANTE: Para ajustar a Posição do Rodapé */
   bottom: 0px; /* IMPORTANTE: Para ajustar a Posição do Rodapé */
   z-index:-20 !important;
}

#mainFooter {
	display: block;
	/*width: 100%;
	max-width: 1024px;*/ /* ONLY FOR RESPONSIVITY */
	width: 1024px;
	height: 100%;
	margin: 0px auto;
}

#header {
	z-index:-4 !important;
}

#content {
	padding-bottom: 0;
}