/*********************************************************************
 ***  Desenvolvido por Adriano Oliveira - www.adrianooliveira.com  ***
 *********************************************************************/

	a:visited	{ text-decoration: none; color:#336699; }
	a:link 		{ text-decoration: none; color:#336699; }
	a:active	{ text-decoration: none; color:#000000;}
	a:hover 	{ text-decoration: underline; color:#336699; }
	
	body { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#444; background:#333333 url(../img/bg.png); } 
	
	body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address { margin:0px; padding:0px; }
	
	/* divs estrutura */
	div#site { position:absolute; width:750px; height:600px; left:50%; top:50%; margin-left:-375px; margin-top:-300px; text-align:left; background:#FFFFFF url(../img/bg_site.png) no-repeat; }
	div#logo { position:absolute; left:123px; top:27px; width:596px; height:437px; z-index:1; background:url(../img/logo.png) no-repeat; }
	div#menu { position:absolute; width:190px; left:0px; top:105px; overflow:hidden; padding-left:80px; z-index:2; }
	div#ilustra { float:left; overflow:hidden; width:200px; height:450px; margin-top:10px; margin-left:10px; }
	div#txt { position:absolute; width:470px; height:415px; top:70px; left:220px; line-height:15px; text-align:justify; z-index:3; }
	div#rodape { width:400px; float:right; margin-top:560px; text-align:right; color:#27425C; padding-right:30px; }
	
	/* divs conteudo */
	div#port_job { width:auto; height:350px; padding:4px; border:#999999 solid 1px; }
	div#port_job_img { width:auto; height:300px; overflow:hidden; }
	div#port_job_info { width:auto; height:30px; padding:10px; background:#EEEEEE url(../img/bg_job_info.png) repeat-x; border-top:#99CC00 solid 1px; overflow:hidden; }
	div#port_job_atua {	width:25%; height:50px; float:right; margin-top:-8px; line-height:12px; vertical-align:middle; font-size:10px; font-weight:bold; color:#555; }

	div#cliente { width:100px; height:70px; margin:0px 10px 10px 0px; float:left; overflow:hidden; border:#EEEEEE solid 1px; opacity:0.6; filter:alpha(opacity=60); }
	div#cliente:hover { opacity:1.0;filter:alpha(opacity=100) }
	
	.menu_1 { width:110px; height:25px; margin-bottom:4px; display:block; overflow:hidden; background:url(../img/menu.png) 0px 0px no-repeat; cursor:pointer; text-indent:10000px; opacity:0.9; filter:alpha(opacity=90); }
	.menu_1:hover { background:url(../img/menu.png) -110px 0px no-repeat; opacity:0.8; filter:alpha(opacity=80); }
	
	.menu_2 { width:110px; height:25px; margin-bottom:4px; display:block; overflow:hidden; background:url(../img/menu.png) 0px -30px no-repeat; cursor:pointer; text-indent:10000px; opacity:0.9; filter:alpha(opacity=90); }
	.menu_2:hover { background:url(../img/menu.png) -220px -30px no-repeat; opacity:0.8; filter:alpha(opacity=80); }
	
	.menu_3 { width:110px; height:25px; margin-bottom:4px; display:block; overflow:hidden; background:url(../img/menu.png) 0px -60px no-repeat; cursor:pointer; text-indent:10000px; opacity:0.9; filter:alpha(opacity=90); }
	.menu_3:hover { background:url(../img/menu.png) -330px -60px no-repeat; opacity:0.8; filter:alpha(opacity=80); }
	
	.menu_4 { width:110px; height:25px; margin-bottom:4px; display:block; overflow:hidden; background:url(../img/menu.png) 0px -90px no-repeat; cursor:pointer; text-indent:10000px; opacity:0.9; filter:alpha(opacity=90); }
	.menu_4:hover { background:url(../img/menu.png) -440px -90px no-repeat; opacity:0.8; filter:alpha(opacity=80); }
	
	.menu_5 { width:110px; height:25px; margin-bottom:4px; display:block; overflow:hidden; background:url(../img/menu.png) 0px -120px no-repeat; cursor:pointer; text-indent:10000px; opacity:0.9; filter:alpha(opacity=90); }
	.menu_5:hover { background:url(../img/menu.png) -550px -120px no-repeat; opacity:0.8; filter:alpha(opacity=80); }
	
	.menu_6 { width:110px; height:25px; margin-bottom:4px; display:block; overflow:hidden; background:url(../img/menu.png) 0px -150px no-repeat; cursor:pointer; text-indent:10000px; opacity:0.9; filter:alpha(opacity=90); }
	.menu_6:hover { background:url(../img/menu.png) -660px -150px no-repeat; opacity:0.8; filter:alpha(opacity=80); }
	
	.menu_7 { width:110px; height:25px; margin-bottom:4px; display:block; overflow:hidden; background:url(../img/menu.png) 0px -180px no-repeat; cursor:pointer; text-indent:10000px; opacity:0.9; filter:alpha(opacity=90); }
	.menu_7:hover { background:url(../img/menu.png) -770px -180px no-repeat; opacity:0.8; filter:alpha(opacity=80); }
	
	.menu_8 { width:110px; height:25px; margin-bottom:4px; display:block; overflow:hidden; background:url(../img/menu.png) 0px -210px no-repeat; cursor:pointer; text-indent:10000px; opacity:0.9; filter:alpha(opacity=90); }
	.menu_8:hover { background:url(../img/menu.png) -880px -210px no-repeat; opacity:0.8; filter:alpha(opacity=80); }
		
	
	/* utilitarios */
	.titulo { font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif; font-size:24px; color:#6699CC; line-height:30px; }
	.alert { font-size:14px; color:#990000; font-weight:100; }
	.menor { font-size:9px; }
	.maior { font-size:14px; }	
	.justify { text-align:justify; }
	.upper { text-transform:uppercase; }
	.lower { text-transform:lowercase; }
	.capitalize { text-transform:capitalize; }
	.line {	width:auto;	margin:4px 0px 4px 0px;	border-top:#999999 dotted 1px; }
	
	/* especificos */
	.perfil { font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif; font-size:13px; line-height:19px; }
	.tit_job { font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif; font-size:17px; line-height:19px; margin-left:-2px; color:#000000; letter-spacing:-1px; }
	.tit_artigo { font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;  font-size:20px; color:#336699; letter-spacing:-1px; }
	
	/* servicos */
	.serv_tit { 
	width:auto;
	height:20px; 
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif; 
	font-size:14px; 
	letter-spacing:-1px; 
	padding:8px 5px 5px 0px;
	cursor:pointer; 
	border-bottom:#CCCCCC dotted 1px;
	background-color:#FFFFFF; }
	
	.serv_tit:hover { 
	color:#000000;
	background-color:#e9eef4; }
	
	.serv_txt { background-color:#FFFFFF; }
	
	/* hint */
	#tt {position:absolute; display:block; background:url(/img/tt_left.gif) top left no-repeat; z-index:10;}
	#tttop {display:block; height:5px; margin-left:5px; background:url(/img/tt_top.gif) top right no-repeat; overflow:hidden}
	#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666666; color:#FFFFFF}
	#ttbot {display:block; height:5px; margin-left:5px; background:url(/img/tt_bottom.gif) top right no-repeat; overflow:hidden}

	/* slidemenu*/
	.sm { list-style:none; width:435px; height:25px; margin:0px 0px 10px 20px; display:block; overflow:hidden; background-color:#d8e5f4; }
	.sm li { float:left; display:inline; overflow:hidden; opacity:0.6; filter:alpha(opacity=60); }
	.sm li:hover { opacity:1.0; filter:alpha(opacity=100); }
		
	/* easyscroll */
	#easyscroll{ margin:1em 0;	}	
	#easyscrollnav, #easyscrollnav li{ height:20px; line-height:20px; margin:0;	padding:0; }	
	#easyscrollnav{	margin:1em 0; }			
	#easyscrollnav li{ list-style:none;	float:left;	background:#eee; margin-right:0px; padding:0 10px; color:#333;	cursor:pointer;	}					
	#easyscrollnav li.over{	color:#999;	text-decoration:underline;	}	
	
	/* slider links */
	.preload_a {background: url(/img/aba_1a.gif);}
	.preload_b {background: url(/img/aba_1b.gif);}
	.qdr { width:auto; height:300px; margin-bottom:50px; font-size:13px; line-height:20px; text-align:left; padding:15px; background-color:#FFFFFF; }
	.aba { padding:5px 0 0 1em; margin:0; list-style:none; height:35px; position:relative; background:transparent url(/img/aba_0c.gif) repeat-x left bottom; font-size:11px;}
	.aba li { width:auto; float:left; height:35px; margin-right:1px;}
	.aba li a {display:block; float:left; height:35px; line-height:33px; color:#333; text-decoration:none; font-family:'Lucida Sans Unicode', Arial, verdana, sans-serif; font-size:12px; font-weight:lighter; text-transform:uppercase; text-align:center; padding:0 0 0 4px; cursor:pointer; background:url(/img/aba_0a.gif) no-repeat;}
	.aba li a b {float:left; display:block; padding:0 16px 5px 12px; background:url(/img/aba_0b.gif) no-repeat right top;}
	.aba li.current a {color:#000; background:url(/img/aba_2a.gif) no-repeat;}
	.aba li.current a b {background:url(/img/aba_2b.gif) no-repeat right top;}
	.aba li a:hover {color:#000; background: url(/img/aba_1a.gif) no-repeat;}
	.aba li a:hover b {background:url(/img/aba_1b.gif) no-repeat right top;}
	.aba li.current a:hover {color:#000; background: url(/img/aba_2a.gif) no-repeat; cursor:default;}
	.aba li.current a:hover b {background:url(/img/aba_2b.gif) no-repeat right top;}
	
	.sliderlnk { position:relative; overflow:hidden; width:460px; height:380px; margin-bottom:15px; }
	.slidercontent { position:absolute; width:100%; }
	
	/* Easy Slider */
	#slider{}	
	#slider ul, #slider li { width:436px; margin:0; padding:0; list-style:none;	}
	#slider li { width:434px; height:380px;	overflow:hidden; }	
	p#controls, p#controls2{ margin:0; position:relative; } 
	#prevBtn, #nextBtn { display:block; margin:0; overflow:hidden; text-indent:-8000px; width:30px; height:50px; position:absolute; left:-30px;	top:-230px;	}
	#nextBtn { left:434px; }														
	#prevBtn a, #nextBtn a { display:block;	width:30px;	height:77px; background:url(../img/btn_prev.png) no-repeat 0 0;	}	
	#nextBtn a { background:url(../img/btn_next.png) no-repeat 0 0;	}			
	
	
	