/****************************************************************************************************************
Copyright 2010 © - Feat's! Comunicação Criativa | www.feats.com.br
****************************************************************************************************************/

@import url("reset.css");
body{
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(../_imagens/bg.jpg) repeat-x left top #ef9f44;
}
body, html { height:100%; } /* Necessário */
#container {
	position:relative;
	min-width:980px;
	min-height:100%; /* Para browsera modernos */
	height:auto !important; /* Para browsera modernos */
	height:100%; /* Para o IE6 */
}

div#conteudo{
	position:relative;
	width:980px;
	margin:0 auto;
	padding-bottom:100px; /* Esse padding é o mesmo valor da altura do rodapé */
}
div#conteudo .pgs{
	margin-bottom:10px;
	padding:20px 0;
}
/****************************
// TOPO ///////////////////
****************************/
#header{
	position:relative;
	width:100%;
	height:501px;
	text-align:center;
	margin:0 auto;
	background:url(../_imagens/bg-header.jpg) no-repeat center top;
}
#header .logo{
	margin:-10px auto 10px auto;
}

.menu,
.menu_auxiliar{
	position:relative;
	width:980px;
	height:38px;
	text-align:center;
	font-size:14px;
	margin:0 auto 20px auto;
	padding-top:16px;
	background:url(../_imagens/bg-menu.jpg) repeat-x left top #000;
}
.menu_auxiliar{
	background:url(none) #000
}.menu a{
	height:38px;
	padding:16px 15px 0 15px;
	color:#ed8f26;
	font-size:18px;
	text-align:center;
	text-transform::capitalize;
	text-decoration:none;
}
.menu a:hover{
	color:#ffb664;
	text-decoration:underline;
}
.menu .esq,
.menu .dir{
	float:left;
	width:10px;
	height:30px;
}
.menu .meio{
	width:20px;
	height:21px;
	padding-top:9px;
	text-align:center;
}
.menu_auxiliar {
	text-align:right;
}
.menu_auxiliar a{
	height:38px;
	padding:16px 15px 0 15px;
	color:#ed8f26;
	text-align:center;
	text-transform:capitalize;
	text-decoration:none;
}
.menu_auxiliar a:hover{
	color:#ffb664;
	text-decoration:underline;
}


/************************************
// PG HOME ///////////////////
************************************/
div#conteudo .col-esq-news{
	position:relative;
	float:left;
	width:220px;
	margin:0 25px 0 10px;
	background:url(../_imagens/bg-barra-news.jpg) repeat-x left bottom #e2bc90;
}
div#conteudo .col-esq-news .news{
	width:200px;
	min-height:400px;
	height:100%;
	margin:10px auto;
	background:#fff;
}
div#conteudo .pgs .meio{
	position:relative;
	float:left;
	width:550px;
	min-height:400px;
}
div#conteudo .pgs .meio li {
	padding-left:120px;
	margin-bottom:45px;
	overflow:hidden;
}

div#conteudo .pgs .meio li img{
	float:left;
	position:relative; left:-120px;
	margin-right:-100px;
	border:6px solid #FFF;
}
div#conteudo .meio li p{
	margin:0;
	padding:0;
	font-size:13px;
	line-height:25px;
}
div#conteudo .col-dir{
	position:relative;
	float:right;
	width:160px;
	background:#FFF;
}
div#conteudo .col-dir ul{
	text-align:center
}
div#conteudo .col-dir ul li{
	padding:20px 0;
	border-bottom:1px solid #000;
}
/****************************
// RODAPÉ ///////////////////
****************************/
#footer {
	position:absolute;
	bottom:0 !important;
	width:100%;
	height:100px;
	margin:0 auto;
	text-align:center;
	background:url(../_imagens/bg-footer.jpg) repeat-x left bottom #181919;
}

#footer .menu{
	position:relative;
	width:900px;
	height:25px;
	padding:10px 0 0 0;
	text-align:center;
	font-size:10px;
	margin:0 auto 10px auto;
	background:none;
	border-bottom:1px solid #424242;
}
#footer .menu a{
	height:30px;
	padding:15px 3px 0 3px;
	color:#ed8f26;
	font-size:10px;
	text-align:center;
	text-transform:capitalize;
	text-decoration:none;
	font-weight:bold;
	background:none;
}
#footer .menu a:hover{
	color:#ffbe76;
	text-decoration:underline;
}
#footer .menu .dir{
	float:left;
	width:10px;
	height:30px;
	background:none;
}
#footer .menu .esq{
	float:left;
	width:10px;
	height:30px;
	background:none;
}
#footer .menu .meio{
	width:20px;
	height:30px;
	padding-top:15px;
	text-align:center;
}
#footer div.copyright{
	position:relative;
	width:980px;
	height:25px;
	margin:0 auto 15px auto;
	color:#ed8f26;
	font-size:9px;
}
#footer div.copyright strong{
	color:#ffc17b;
}
#footer div.copyright strong.tel{
	font-size:12px;
	color:#e08927;
}
/************************************
// CLASSES PADRÃO ///////////////////
************************************/

p{
	margin:15px 0 20px 0;
	line-height:17px;
}
h1{
	margin:0 0 15px 0;
	padding-bottom:7px;
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
	color:#333;
	background:url(../_imagens/linha-titulos.gif) repeat-x bottom left;
}
.centralizado{
	position:relative;
	width:980px;
	height:100%;
	margin:0 auto;
}
a.assinatura{
	font-size:9px;
	text-decoration:none;
	color:#433b32;
}
a.assinatura:hover{
	text-decoration:underline;
	color:#000;
}
a{
	color:#FFF;
	text-decoration:none;
}
.clear{
	clear:both;
}