@charset "utf-8";
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(imgs/bg_body.jpg);
}

/* 		Elementos de Layout		 */

#all {
	background:url(imgs/bg_all.jpg) repeat-x;
	width:100%;
}
#allInt {
	background:url(imgs/bg_all_int.jpg) repeat-x;
	width:100%;
}
.clear{
	clear:both;
}
#container{
	width:900px;
	margin:0 auto;
}
#header #logo{
	background:url(imgs/logo-sac.gif) no-repeat;
	width:103px;
	height:85px;
	float:left;
	margin-top:17px;
}
#header #menu{
	float:right;
	margin-top:27px;
	vertical-align: middle;
	display: table-cell;
}
#header #menu ul{
	margin:0;
	padding:0;
}
#header #menu li{
	display:inline-block;
	margin-right:10px;
	margin-left:10px;
	height:22px;
	background-repeat:no-repeat;
	zoom:1;
	*display:inline;
	font-weight:bold;
}
#header #menu .trace{
	background-color:#b6b6b6;
	height:60px;
	width:1px;
	display:inline-block;
	margin-bottom:-20px;
	*display:none;
}
#header #menu .sobre{
	background-image:url(imgs/menu_sobre_color.gif);
}
#header #menu .cinemateca{
	background-image:url(imgs/menu_cinemateca_color.gif);
}
#header #menu .programasEprojetos{
	background-image:url(imgs/menu_programas_e_projetos_color.gif);
}
#header #menu .parceiros{
	background-image:url(imgs/menu_parceiros_color.gif);
}
#header #menu .contato{
	background-image:url(imgs/menu_contato_color.gif);
}
#header #menu a:link, #header #menu a:visited, #header #menu a:active{
	text-decoration:none;
	color:#333;
}
#header #menu li:hover{
	background-repeat:repeat-x;
}
#slideshow{
	margin-top:50px;
	margin-left:27px;
	float:left;
}
#slideshow .sombra{
	width:528px;
	height:50px;
	background:url(imgs/slideshow_sombra_gde.jpg);
}
#boxIntro{
	width:222px;
	margin-left:50px;
	margin-top:50px;
	display:inline-block;
}
#boxIntro .content{
	background:url(imgs/box_intro_gradient.jpg) repeat-y #414141;
	height:290px;
	font-size:13px;
	line-height:17px;
	color:#FFF;
	padding:5px 20px 20px 20px;
}
#boxIntro .sombra{
	width:100%;
	height:50px;
	background:url(imgs/slideshow_sombra_pqn.jpg);
}
#logoCinemateca{
	width:136px;
	height:77px;
	background-image:url(imgs/logo_cinemateca.gif);	
	background-repeat:no-repeat;
	float:right;
	margin:0px 45px 0 0;
	display:inline-block;
}
#logoCinemateca:hover{
	background-image:url(imgs/logo_cinemateca_color.gif);
}
#footer{
	margin-top:45px;
	color:#d6d6d6;
	font-size:12px;
	font-weight: bold;
}
#footerHome{
	margin-top:7px;
	color:#d6d6d6;
	font-size:12px;
	font-weight: bold;
}
#footer #telefone, #footerHome #telefone{
	float:left;
	width:300px;
}
#footer #endereco, #footerHome #endereco{
	float:left;
}
#content{
	margin-top:25px;
}
#content #img{
	float:left;
}
#content #text{
	display:inline-block;
	padding-left:55px;
	width:540px;
	height:312px;
	overflow:auto;
}
#parceiroLogos{
	width:490px;
	background-color:#FFF;
	padding:5px;
	text-align:center;
}
.parceiroLogo{
	display:inline-block;
	zoom:1;
	*display:inline;
}

/* 		Tipografia		 */


#text p{
	text-align:left;
	padding-left:10px;
	font-size:13px;
}
#text p:first-line{
}
h2{
	margin:0px;
	padding:0;
	font-size:14px;
}
h1{
	margin-top:0;
}
h1{
	font-size:20px;
}
.h1Sobre{
	color:#ea7f00;
}
.h1Programaseprojetos{
	color:#619c05;
}
.h1Parceiros{
	color:#07a9d4;
}
a:link, a:hover, a:active, a:visited{
	text-decoration:none;
	color:#C30;
}
a:hover{
	text-decoration:underline;
}
a {
border:0px;
}
