@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,300,700);

body
{
	background:url(../images/bg.jpg) repeat-x;
	color: #000000;
	font-size: 12px;
	padding: 0px;
	margin:0;
	font-family: 'Titillium Web', sans-serif;
}

h2{
	font-size:18px;
	color:#00aeef;
	font-weight:300;
}

p { line-height: 150%; }

img { border: 0 none; }

a:link{
	color:#000;
	text-decoration:underline;
}

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

.topo{
	width:100%;
	height:160px;
	background-color:#FFF;
}

.topo_container{
	width:1100px;
	height:160px;
	margin:0 auto;
	position:relative;
}

.logo{
	width:227px;
	height:160px;
	float:left;
}

.menus{
	width:874px;
	height:160px;
	float:right;
	position:absolute;
	right:0px;
	top:0px;
}

.leader_logo{
	width:190px;
	height:119px;
	background:url(../images/leader_logo.png) no-repeat;
	float:left;
}

.menu_grande{
	width:684px;
	height:119px;
	padding-top:53px;
	text-align:right;
	float:right;
}

.menu_principal{
	width:874px;
	height:41px;
	position:absolute;
	top:119px;
	text-align:right;
}

.foto_slider{
	position:absolute;
	top:160px;
	width:100%;
	height:484px;
	z-index:-1; 
}

.sep{
	width:100%;
	height:385px;
	background:url(../images/seta.png) no-repeat;
	background-position:bottom;
}

.container{
	width:1100px;
	margin:0 auto;
	background-color:#FFF;
	margin-bottom:20px;
	overflow:hidden;
	-webkit-box-shadow: 0px 5px 13px 3px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 5px 13px 3px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 5px 13px 3px rgba(50, 50, 50, 0.3);
}

.main{
	width:690px;
	padding:20px 30px 20px 36px;
	float:left;
}

.sidebar{
	width:255px;
	height:804px;
	margin:42px 31px 0px 0px;
	padding: 35px 28px 35px 30px;
	background:url(../images/bg_sidebar.jpg) repeat-x;
	float:right;
}

.logos_projeto{
	width:100%;
	height:50px;
	margin: 20px 0px 20px 0px;
	background:url(../images/logos_projeto.jpg) no-repeat;
	background-position:center;
}

.rodape{
	width:100%;
	height:60px;
	background:#FFF;
}

.rodape_txt{
	width:1100px;
	height:60px;
	margin:0 auto;
}

.destaque{
	width:255px;
	height:250px;
	background-color:#FFF;
	-webkit-box-shadow: 0px 5px 13px 3px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 5px 13px 3px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 5px 13px 3px rgba(50, 50, 50, 0.3);
}

/* ---------------------- MENU PRINCIPAL ------------------ */

#mainlevel ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#mainlevel ul li {
	display: inline;
	border-right: 1px solid #E25DB2;
	border-right-style:dashed;
}
#mainlevel ul li.ultimo{
	border-right:none;
}


#mainlevel ul li a {
	padding: 2px 10px;
	display: inline-block;
 
	/* visual do link */
	color: #333;
	font-size:14px;
	text-decoration: none;
}


#mainlevel ul li a:hover {
	color: #E25DB2;
	font-size:14px;
	text-decoration: underline;
}

/* SUBMENU */
#mainlevel ul li ul{
	display: none;
}
#mainlevel li:hover ul, .menu li.over ul{display:block;}


/* SUBMENU */



/* ---------------------- MENU TOPO ------------------ */

#menutopo ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#menutopo ul li {
	display: inline;
	border-right: 1px solid #E25DB2;
	border-right-style:dashed;
}

#menutopo ul li.ultimo{
	border-right:none;
}

#menutopo ul li a {
	padding: 2px 10px;
	display: inline-block;
 
	color: #E25DB2;
	font-size:16px;
	text-decoration: none;
}


#menutopo ul li a:hover {
	text-decoration: underline;
}

/* ---------------------- MENU ------------------ */