body{
	background:#000;
	color:#fff;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
    font-size: 0.8em;
}
h2{
	color:#CC3399;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	margin:5px 0 5px 0;
}


/* links */
a, a:link, a:visited, a:hover, a:active {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


#website{
	width:957px;
	margin: 30px auto;
}
/* cabecalho esquerdo */
#header-left{
	display:inline;
	float:left;
	overflow:hidden;
}
/* logomarca do site */
#header-left h1{
	background:url(../images/deposito.jpg);
	background-repeat:no-repeat;
	height:134px;
	text-indent:-9000px;
	width:367px;
}
#header-left h1 a {
    display: block;
	height:95px;
	width:417px;
}

/* cabecalho direito */
#header-right{
	display:inline;
	float:left;
	margin:0 0 0 40px;
	overflow:hidden;
}
/* imagem do busca */
#header-right h2{
	background:url(../images/facabuscapelosite.jpg);
	height:24px;
	margin: 15px 0 0 0;
	text-indent:-5000px;
	width:187px;
}
/* formulario de busca */
#header-right form{
	width:430px;
}
/* input texto a ser buscado */
#header-right #txtBuscar{
	background: transparent url(../images/fundo_menu.jpg) no-repeat;
	height:30px;
	width:341px;
	color:#FFF;
	border:0 gray solid;
	padding:10px 0 0 5px;
}
#btn-submit{
	position:relative;
	top:10px;
	left:0;
}
.ie #btn-submit{
	top:-5px;
}
/* menu do site */
#menu{
	clear:both;
	padding:25px 0 5px 0;
	height:39px;	
}
#menu #menu-left,#menu #menu-center,#menu #menu-right{
	display:inline;
	float: left;
	overflow:hidden;	
}
#menu #menu-left{
	background:url(../images/esq_menu.gif);
	height:39px;
	width:15px;
}
#menu #menu-center{
	background:url(../images/fundo_menu2.gif);
	height:39px;	
	width:925px;
}
#menu #menu-center ul li{
	display:inline;
	float:left;
	overflow:hidden;
	margin:0 0 0 25px;
}
#menu-center ul li a {
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	color:#C0C0C0;	
	position:relative;
	top:10px;
	left:15px;
	text-decoration:none;	
}

#menu-center ul li a:hover { text-decoration: underline; }

#botao1{
	background:url(../images/fundo_botao1.jpg);
	height:39px;
	width:158px;
}
#botao2{
	background:url(../images/fundo_botao2.jpg);
	height:39px;
	width:145px;
}
#botao3{
	background:url(../images/fundo_botao3.jpg);
	height:39px;
	width:194px;
}
#botao4{
	background:url(../images/fundo_botao4.jpg);
	height:39px;
	width:105px;
    padding-left: 15px;
}
#menu #menu-right{
	background:url(../images/dir_menu.gif);
	height:39px;
	width:15px;
}

.divisa{
	/*background: url(../images/divisa.gif);*/
	background-color: #d8d8d8;
	color: #d8d8d8;
	height: 2px;
	width: 100%;
	
}
/* box do mais acessado */
#mais-acessado{	
	font-family:serif;
}
.box-video{
	display: inline;
	float: left;
	overflow: hidden;
	margin: 0 15px;
	height: 250px;
}
.box-video p,.box-video-vertical p{
	margin:5px 0 5px 0;
	font-family:"Trebuchet MS";
	font-size:13px;
}

.box-video .titulo-video, .descricao-texto{
	
	color:#C0C0C0;
	
	width:150px;
}

.box-video-vertical{
	clear:both;
	display:inline;
	float:left;
	overflow:hidden;
	margin:0 5px 0 5px;
}
.box-video-vertical p{
	margin:5px 0 5px 0;
}
.box-texto-vertical{
	display:inline;
	float:left;
	overflow:hidden;
	margin:0 5px 0 5px;	
}
.box-texto-vertical .titulo-texto{
	color:#FF0000;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	
}
.box-texto-vertical .descricao-texto{
	font-family:"Trebuchet MS";
	color:#C0C0C0;
	font-size:13px;
	width:500px;
	text-align:justify;
}
/* conteudo do site */
#content{
	clear:both;
	display:inline;
	float:left;	
	width:750px;	
	overflow:hidden;
}
/* menu lateral dentro do conteudo */
#menu-lateral{
	display:inline;
	float:left;
	overflow:hidden;
	width:207px;
}
#menu-lateral ul li {
    padding: 5px 0 5px 5px;;
}
#menu-lateral ul li:hover {
    border-left: 3px solid #FF0000;
}

/* box de publicidade */
.publicidade{
	clear:both;	
	height: auto;
	margin-bottom: 20px;
}
/* rodape da pagina */
#footer p{
	text-align:center;
}

.clearThis { clear: both; height: 10px; }