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

#header{
	
	border:0px solid #F00;
	overflow:hidden;
	height:100%;
	margin:0 auto;
	width:980px;	
	background:url(../imagens/repet-container-4.png) repeat-y center top scroll;
	}
	
#header #logo{
	
	overflow:hidden;
	height:100%;
	float:left;
	border:0px solid #F00;
	width:276px;
	margin:10px 0px 25px 60px;
	height:241px;	
	}

#header #logo h1{
	
	background:url(../imagens/logo-ciclo.png) no-repeat left center scroll;
	text-indent:-9999px;
	}

#header #logo h1 a{
	
	display:block;
	width:276px;
	height:241px;
	}
	
.titulo{
	
	overflow:hidden; 
	text-align:center;
	margin-top:30px;
	margin-right:30px;
	}
	
.titulo h2{
	
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	line-height:30px;
	padding:10px 0;	
	}	
		
.titulo ul{
	overflow:hidden;	
	margin-left:170px;
	}	
	
.titulo ul li{

	padding-left:30px;
	float:left;
	}	
	
*html .titulo ul li{
	
	float:left;
	}
	
ul.lang{
	
	overflow:hidden;
	float:right;
	margin-right:40px;
	margin-top:10px;
	}

ul.lang li{
	
	float:left;
	padding-left:10px;
	}
	
#header #menu{
	
	overflow:hidden;
	height:46px;
	background:url(../imagens/back-menu.png) no-repeat left top scroll;
	clear:both;
	margin-left:20px;
	}

#header #menu ul{
	
	overflow:hidden;
	height:100%;
	margin:0 10px;
	}

#header #menu ul li{
	
	float:left;
	}
	
#header #menu ul li a{
	
	color:#fff;
	text-decoration:none;
	display:block;
	font-weight:bold;
	padding:8px 10px 8px 10px;
	margin:7px 0 0 10px;
	-moz-border-radius:22px 15px 6px 7px;
	-webkit-border-radius:22px 15px 6px 7px;
	border-radius:22px 15px 6px 7px;
	}	

#header #menu ul li a:hover{
	
	background:#fff81f;
	color:#000;
	}

#header #menu ul li a.select{
	
	background:#f4f5eb;
	font-weight:bold;
	color:#000;
	text-shadow:#FFF 0 0 15px;
	}	

#header #menu ul li a:active{
	
	background:#fff81f;
	outline:0;
	top:1px;
	}
	
	
	
	
	
	
	
	
		