/* TAG's */

html, body { height:100%; }

/* ***** */

/* ID's */

/* **** */

/* CLASS'es */

.l-header {
	position:relative;
	width:100%;
	/*height:300px;*/
	height:270px;
	/*height:31.7em;*/
	/*height:380px;*/
	background:#9f4800 url("/i/bg/header_bg.png") repeat-x 0 100%;
}

.l-footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:8.18em;
	padding:62px 0 0 0;
	font-size:.91em;
	line-height:1.54em;
	color:#999;
	background:transparent url("/i/bg/footer_bg.jpg") repeat-x 0 0;
}
.l-footer-empty { height:12.83em; }

.l-main {
	position:relative;
	width:auto;
	height:auto;
}
html>body .l-main {
	min-width:998px;
	max-width:100%;
}

.l-wrapper {
	position:relative;
	height:100%;
}
html>body .l-wrapper {
	min-width:998px;
	min-height:100%;
	height:auto;
}

.table-main {
	width:100%;
	color:#AAA;
}
.table-main .td-conteiner {
	padding: 50px 0 36px 40px;
}

.table-main .td-sidebar-r {
	width:290px;
	padding:40px;
}



/* ******** */