/* = = = = = = = = = = = =
	CHRISTINA BONA
	
	CSS apenas para a home

= = = = = = = = = = = = = */
	
	body { text-align:center; }
	
	h1.home { width:1px; height:1px; visibility:hidden; text-decoration:-9999px; background:#99FF00; }


/* container */
	#container.home { height:100%; text-align:left; }
	#container { width:960px; margin:0 auto; }


/* logo e menu em flash */
	#mainFlash { width:960px; /*height:525px; position:absolute;*/ overflow:hidden; }
	#mainFlash.height2 { height:110px; }


/* menu principal em html */
	.home #mainMenu { margin-top:140px; }
	#mainMenu { float:left; width:960px; padding-left:122px; width:836px; }
	
	
	#mainMenu li { float:left; display:block; }
	#mainMenu li a { display:block; text-indent:-9999px; width:auto; background-image:url(../images/layout/menu.png);
							background-repeat:no-repeat; height:50px; }
	
	#mainMenu #mHome 		{ width:71px; background-position:1px 0; }
	
	#mainMenu #mAbout 	{ width:176px; background-position:-71px 0; }
	
	#mainMenu #mPessoal 	{ width:186px; background-position:-246px 0; }
	
	#mainMenu #mEmpres 	{ width:224px; background-position:-432px 0; }
	
	#mainMenu #mDicas 	{ width:83px; background-position:-655px 0; }
	
	#mainMenu #mContato 	{ width:96px; background-position:-740px 0; }