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

* {
	margin: 0;
	padding: 0;
}

body {
	/*background:url(../imgs/bgr.jpg) top left;*/
	background:#000;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#333;
}

a {
	text-decoration:none;
	color: #00ADE2;
}

	a:hover {
		text-decoration: underline;
	}
p {
	margin-left: 3px;
}

.clear {
	clear:both;
}

/* diagramacao padrao */

#container { 
width:100%;
height:100%;

}

#site {
margin: 0px auto;
position:relative;
width:949px;
background:url(../imgs/topo_bgr.jpg) top center no-repeat #FFF;
}

/* cabecalho */
#header {
	padding-bottom: 10px;
	border-bottom: #f6891f 5px solid;

}

/* logo da PREMIER */	
#header #logo{
	float:left;
	margin-top:50px;
	margin-left: 30px;
}
#header div#logo h1 a {
	width:269px;
	height:71px;
	display:block;
	text-indent:-5000em;
	overflow:hidden;
	background:url(../imgs/logo_premier.jpg) top no-repeat;
	
}
#logo20anos {
	text-align:center;
}


/* menu principal */
	
	#header #mainmenu {
		margin-top:80px;
		float:left;
		display: table;
	}
	#header #mainmenu ul {
		list-style:none;
		height:30px;
	}
		#header #mainmenu ul li {
			height:30px;
			margin-right:0px;
			float:left;
			display:inline; /* IE6 double margin bug */			
		}
			#header #mainmenu ul li.first {
				margin-left:80px;			
			}
			#header #mainmenu ul li.last {
				margin-right:2px;			
			}
				#header #mainmenu ul li a {
					display:block;
					height:30px;

					background-position:top left;
				}
					#header #mainmenu ul li a:hover,#header #mainmenu li.on a {
						background-position:bottom left;
					}
				#header #mainmenu ul li #bthome {
					width: 47px;
					text-indent:-5000em;
					overflow:hidden;
					background-image:url(../imgs/menu/home.gif);
				}
				#header #mainmenu ul li #btempresa {
					width: 68px;
					text-indent:-5000em;
					overflow:hidden;
					background-image:url(../imgs/menu/empresa.gif);
				}
				#header #mainmenu ul li #btservicos {
					width: 70px;
					text-indent:-5000em;
					overflow:hidden;
					background-image:url(../imgs/menu/servicos.gif);
				}
				#header #mainmenu ul li #btcases {
					width: 49px;
					text-indent:-5000em;
					overflow:hidden;
					background-image:url(../imgs/menu/cases.gif);
				}
				#header #mainmenu ul li #btparcerias {
					width: 76px;
					text-indent:-5000em;
					overflow:hidden;
					background-image:url(../imgs/menu/parcerias.gif);
				}
				#header #mainmenu ul li #btcarreira {
					width: 73px;
					text-indent:-5000em;
					overflow:hidden;
					background-image:url(../imgs/menu/carreira.gif);
				}
				#header #mainmenu ul li #btpublicacoes {
					width: 92px;
					text-indent:-5000em;
					overflow:hidden;
					background-image:url(../imgs/menu/publicacoes.gif);
				}
				#header #mainmenu ul li #btcontato {
					width: 64px;
					text-indent:-5000em;
					overflow:hidden;
					background-image:url(../imgs/menu/contato.gif);
				}
				
/* marcando o item do menu quando estiver na respectiva pagina */
				body.home #header #mainmenu ul li #bthome,
				body.empresa #header #mainmenu ul li #btempresa,
				body.servicos #header #mainmenu ul li #btservicos,
				body.cases #header #mainmenu ul li #btcases,
				body.parcerias #header #mainmenu ul li #btparcerias,
				body.carreira #header #mainmenu ul li #btcarreira,
				body.publicacoes #header #mainmenu ul li #btpublicacoes,
				body.contato #header #mainmenu ul li #btcontato,
				#esq #menu ul li .marcado,
				#submenu ul li .marcado
				{
					background-position:bottom left;
				}

				
