/* CSS Document */
*, html {
	margin: 0;
	padding: 0;
}	
body {
	background: #000 url(images/backlines.gif) repeat-x;
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #ccc;
}
a {
	color: #ccc;
	text-decoration: none;
	outline:none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
	}
img {
	border: 0;
}
#logo{
	margin: 60px 0 0 206px;
}	
#conteudo p.legenda { 
	margin: 0; 
	padding: 5px 0 0 15px; 
}

#direito {
	position: absolute;
	top: 345px;
	left: 32px;
	width: 200px;		
}

#container {
	padding-bottom: 10px;
}	

/* Menu */

#menu {
	margin: 55px 0 0 32px;
	text-indent: -9999px;
}
#menuWork {
	text-indent: -9999px;
}
#menu ul, #menuWork ul {
    margin:0;
	padding: 0;
	height: 15px;
	list-style: none;
}
#menu li, #menuWork li {
    float: left;
}	
#menu li a, #menuWork li a { 
	display: block; 
	height: 1%;
}
#menu li#menu_info  { 
    background: url(images/about.gif) no-repeat left top;
}
#menu li#menu_info a:hover { 
    background: url(images/about_over.gif) no-repeat left top; 
}
#menu li#menu_contato  { 
    background: url(images/contact.gif) no-repeat left top;
	width: 68px; 
}
#menu li#menu_contato a:hover  { 
    background: url(images/contact_over.gif) no-repeat left top;
	width: 68px; 
}
#menu li#menu_extras  { 
	background: url(images/extras.gif) no-repeat left top; 
}	
#menu li#menu_extras a:hover  { 
	background: url(images/extras_over.gif) no-repeat left top; 
}	
#menu li#menu_trabalhos  { 
	background: url(images/work.gif) no-repeat left top;
	width: 37px;
}
#menu li#menu_trabalhos a:hover  { 
	background: url(images/work_over.gif) no-repeat left top;
	width: 37px;
}
#menu li#menu_info, #menu li#menu_extras {
	width: 59px;
}
#menu .selectedInfo {
	background: url(images/about_over.gif) no-repeat left top !important;
	width:59px;
}
#menu .selectedContato {
	background: url(images/contact_over.gif) no-repeat left top !important;
	width:68px;
}
#menu .selectedExtras {
	background: url(images/extras_over.gif) no-repeat left top !important;
	width:59px;
}
#menu .selectedWork {
	background: url(images/work_over.gif) no-repeat left top !important;
	width:37px;
}
#menuWork li#menu_reels { 
    background: url(images/reels.gif) no-repeat left top;
	width: 52px;
}
#menuWork li#menu_reels a:hover { 
    background: url(images/reels_over.gif) no-repeat left top; 
	width: 52px;
}
#menuWork .selectedReels {
	background: url(images/reels_over.gif) no-repeat left top !important;
	width: 52px;
}
#menuWork li#menu_featured  { 
    background: url(images/featured.gif) no-repeat left top;
	width: 74px;
}
#menuWork li#menu_featured a:hover { 
    background: url(images/featured_over.gif) no-repeat left top; 
	width: 74px;
}
#menuWork .selectedFeatured {
	background: url(images/featured_over.gif) no-repeat left top !important;
	width: 74px;
}
#menuWork li#menu_archive  { 
    background: url(images/archive.gif) no-repeat left top;
	width: 55px;
}
#menuWork li#menu_archive a:hover { 
    background: url(images/archive_over.gif) no-repeat left top; 
	width: 55px;
}
#menuWork .selectedArchive {
	background: url(images/archive_over.gif) no-repeat left top !important;
	width: 55px;
}
#conteudo {
	clear:both;
	margin: 0 0 0 285px;
}
#conteudo h2 {
	padding-bottom: 17px;
	font-size: 1.2em;
}
#conteudo p {
	padding: 0 0 8px 0;
}
#conteudo h2 {
	text-indent: -9999px;
}
#conteudo h3 {
	font-size:1.1em;
}	
	
/* Home */

#destaques {
	width: 442px;
}
#destaque {
	margin-bottom: 10px;
}
#desesq {
  	float:left;
	width:214px;
}	
#desdir {
	float:right;
	width: 214px;
	margin-bottom: 15px;
}	

/* About */ 

#about1, #about2, #about3, #trabalhos {
	padding-top: 27px;
	width: 632px;
}
#about2, #about3 {
	clear: both;
}
#about2 ul {
	list-style:none;
}	
#company, #books {
	width: 331px;
	margin-right:31px;
	float:left;
}
#awards, #events {
    float: left;
}
.directors {
	float:left;
	margin: 0 10px 15px 0;
}	
#company h2 {
	background: url(info/images/company.jpg) no-repeat left top;
}	
#events h2 {
	background: url(info/images/events.jpg) no-repeat left top;
}	
#books h2 {
	background: url(info/images/books.jpg) no-repeat left top;
}	
#awards h2 {
	background: url(info/images/awards.jpg) no-repeat left top;
}	
#about3 h2 {
	background: url(info/images/directors.jpg) no-repeat left top;
}	

/* Trabalhos */

#trabalhos {
  	width: 470px;
}	
#trabalhos p.legenda { 
	padding: 10px 0 0 10px; 
}
.trabalhos1 {
 	float:left;
	margin: 15px 10px 20px 0;
}	
#trabalhos h2 {
	background: url(work/images/featured.jpg) no-repeat left top;
	margin-bottom: 15px;
}
#featuredVideo {
	padding-top:18px;
	width:400px;	
}	
#video {
}	
#featuredVideo h2 {
	background: url(work/images/featured.jpg) no-repeat left top;
}
#featuredVideo ul {
	list-style:none;
	padding-top:10px;
	line-height: 14px;
}
/* Contatos */

#officeEmail {
	padding-top: 27px;
	width: 372px;
}
#office {
	float:left;
}	
#email {
	float:right;
}	
#office h2 {
	background: url(contact/images/office.jpg) no-repeat left top;
}
#email h2 {
	background: url(contact/images/email.jpg) no-repeat left top;
}
#representation {
	clear:both;
	padding-top: 60px;
}	
#representation h2 {
	background: url(contact/images/representation.jpg) no-repeat left top;
}	

/* Links e Wallpapers */

#linksWallpapers {
	width: 492px;
	padding-top:27px;
}
#linksWallpapers ul {
	list-style: none;
	margin-top: 8px;
	padding: 0;
}
#linksWallpapers h3 {
	padding-bottom: 3px;
}	
#links {
	width: 240px;
	float:left;
}	
#wallpapers {
	float:right;
}	
#friends {
	float:left;
}
#designMotion {
	float:right;
}
#links h2 {
	background: url(extras/images/links.jpg) no-repeat left top;
}
#wallpapers h2 {
	background: url(extras/images/wallpapers.jpg) no-repeat left top;
}
#wallpapers h3 {
	margin-bottom:8px;
}	
#archive {
	padding-top: 27px;
  	width: 695px;
}	
.archive1 {
	clear: both;
 	float:left;
	margin: 15px 10px 20px 0;
}
.archive2 {
	float:right;
}
.archive2 p {
	width: 240px; 
	margin-top: 15px;
}			
#blog {
	position: absolute;
	top: 63px;
	left: 660px;
	width: 65px;
}
