@charset "utf-8";
/* CSS Document */

* { }

p { margin-top: 0px;}

img { border: 0px; }

a { color: #003366; text-decoration: none; }
a:hover {color: #0099CC; }

body	{
	font: 14px 'Trebuchet Ms', Arial, Helvetica, sans-serif;
	background: #990000;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
}

#geral {
	width: 790px;
	margin: 0 auto;
	text-align: left;
}

#virgula {
	height: 35px;
	background: #ccc;
}

#header {
	height: 97px;
	background: #fff url(../imgs/header_backgroung.jpg) repeat-x;
}

#header h1 {
	margin: 0;
	padding: 18px 20px;
} 

#menu {
	height: 33px;
	background: url(../imgs/menu_background.jpg) repeat-x;
}

#menu .nav	{
	float: left;
	overflow:hidden;/* fix para ie (hide extra height)*/
}

.btn_filme { background: url(../imgs/menu_01_hover.jpg) no-repeat;}
.btn_trailer { background: url(../imgs/menu_02_hover.jpg) no-repeat;}
.btn_multimidia { background: url(../imgs/menu_03_hover.jpg) no-repeat;}
.btn_promocoes { background: url(../imgs/menu_04_hover.jpg) no-repeat;}
.btn_parceiros { background: url(../imgs/menu_05_hover.jpg) no-repeat;}

.nav a {
	display: block;
	float: left;
	overflow:hidden;/* fix para ie (hide extra height)*/
}

.nav img { border: 0; }
* html a:hover {visibility: visible}
.nav a:hover img {visibility: hidden}

.first { display: inline; }

#content {
	background: #fff url(../imgs/content_background.gif) repeat-y;
	margin: 0;
	padding: 0 0 0 158px;
	clear:both;
	min-height:380px;
  	height:auto !important;
	height: 380px;
}

#content.home {
	padding: 0px;
}

#leftside {
	width: 138px;
	float: left;
	margin: 0;
	margin-left: -158px;
	padding: 20px 0 20px 20px;
	font-size: 12px;
	font-weight: bold;
	height: 340px;
	background: #99CC00;
}

#leftside a {
	color: #fff;
}

#leftside a:hover {
	color: #fc0;
}

#leftside ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 1px #fff solid;
	border-right: 0px none;
}

#leftside ul li {
	border-bottom: 1px solid #fff;
	padding: 8px 0 8px 0px;
	margin-left: 20px;
}

#leftside ul li.ultima {
	border-bottom: 0px none;
}

#leftside.filme { background: url(../imgs/left_filme.jpg) no-repeat; }
#leftside.trailer { background: url(../imgs/left_trailer.jpg) no-repeat; }
#leftside.multimidia { background: url(../imgs/left_multimidia.jpg) no-repeat; }
#leftside.promocoes { background: url(../imgs/left_promocoes.jpg) no-repeat; }
#leftside.parceiros { background: url(../imgs/left_parceiros.jpg) no-repeat; }

#rightside {
	margin: 0;
	background: url(../imgs/right_top.gif) repeat-x;
	padding: 20px;
	margin: 0px;
}

#rightside h2 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#rightside .content_box {
	border: 1px #999 solid;
	padding: 2px;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	background: #fff;
}

#rightside ul li {
	line-height: 1.7em;
}

#footer {
	margin: 0;
	height: 190px;
	background: url(../imgs/footer_background.jpg) no-repeat;
}

#footer .miolo {
	padding: 11px 0 0 0;
}

#footer .logos {
	margin: 10px 0 0 10px
}

#copyright {
	font: 11px Tahoma;
	color: #fff;
	text-align: center;
	padding: 8px 0 10px 0;
}

#copyright p {
	margin: 0;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* secoes */
.promoform {
	font-size: 12px;
	color: #900;
}

.text {
	width: 300px;
}

div.floatx {
  float: left;
  margin: 10px;
  padding: 4px;
  width: 100px;
  height: 66px;
  border: 1px #666 solid;
  text-align: center;
}

div.floatx:hover { background: #ddd; }

#rightside ul li.movieclip {
	list-style-image: url(../imgs/multimidia_film.png);
	padding-left: 4px;
}

.banner_meualibi {
	float: right;
	margin: -80px 20px 0 0;
	overflow:hidden;/* fix para ie (hide extra height)*/
}

.center { text-align: center; }
.red { color: #900; }
.blue { color: #036; }
.orange { color: #f60; }
.purple { color: #f36; }

/*
	.banner_meualibi:hover { background: url(../imgs/banner_meualibi_over.png) no-repeat; height: 152px; }
	.banner_meualibi a:hover { visibility: visible}
	.banner_meualibi a:hover img {visibility: hidden}
*/

.tb_promo_claro td { text-align: center; }
