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

*{
	margin: 0;
	padding: 0;
}


#IE6{
	display: none;		
}


body {
	margin: 0;
	padding: 0;
	background-color: #333;
}

img {
	border: none;
}

a {
	color: #FFF;
	text-decoration:none;
}

.curr{
	display: block;
	padding: -12px 0 0 30px;
	font-size: 10px;
	text-transform: uppercase;
}



#main{
	width: 1070px;
	margin: 0 auto;
	padding: 5px;
	background: url(img/bg2.jpg) center no-repeat fixed;
}

#contentLeft{
	width: 200px;
	padding: 40px 0 0 70px;
	float: left;
	font: Verdana, Arial, Helvetica, sans-serif;	
	color: #FFF;
}

#contentLeft p{
	font-size: 14px;

}

#contentLeft h3{
	font-size: 16px;
}

#contentRight {
	height: 100%;
	width: 724px;
	overflow: hidden;
}	

#contentRight h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 32px;
	color: #FFF;
	margin: 20px 0;
}

#contentRight ul{
	list-style: none;
	margin: 2px;
}


#contentRight ul li{
	float: left;
	margin: 2px;
	width: 200px;
	height: 205px;
}

#contentRight .invis{
	display: none;
}


#web {
	clear: both;
	margin: 70px 0 0 0;
}

#impressos{
	clear: both;
}

#mmidia{
	clear: both;
}

#scroll {
	color: #FFF;
	width: 100px;
	height: 100px;
	float: left;
	background:#99CC33;
}


.titMMidia h1{
	visibility: hidden;	
}

.titMMidia {
	display: block;
	height: 60px;
	width: 282px;
	background: url(img/mmidiaTitulo.png) no-repeat top left;  
}

.titImpressos h1{
	visibility: hidden;	
}

.titImpressos {
	display: block;
	height: 60px;
	width: 282px;
	background: url(img/impressosTitulo.png) no-repeat top left;
}

.titWeb h1{
	visibility: hidden;	
}

.titWeb {
	display: block;
	height: 60px;
	width: 282px;
	background: url(img/webTitulo.png) no-repeat top left;
}

.logo {
	margin: -25px 0 0 -25px;
	padding: 0;
	display: block;
	height: 76px;
	width: 282px;
	background: url(img/logo.png) no-repeat top left;
	
}

.logo span {
	visibility: hidden;	
}