body {
	background: url(../images/header2.gif) repeat-x 0 0;
	height: 330px;

}


/*------------------ @header (h1, nav, signin, splash) ------------------*/
.container {
	width:990px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}

.container a:link {
        font-size: 12px; 
		color: #666666;
		font-family: tahoma;
		text-decoration: none;
}

.container a:visited {
        font-size: 12px; 
		color: #666666;
		font-family: tahoma;
		text-decoration: none;
        }

.container a:hover {
        color : #158730;
		text-decoration: none;
}

.banner_topo {
	margin-top:-226px;

}

/*posição menu*/
	#header {
	background: url('../images/logo_ruach.png') no-repeat;
	behavior: url(iepngfix.htc); 	/*CORRIGIR PNG IE6*/
	margin-left: 10px;
	margin-top:7px;
	width: 990px;
	height: 285px;
}

	#header h1 {
		float: left;
		position: relative;
}

	#header h1,
	#header h1 a {
        margin-top:-25px;
		margin-left:-165px;
		width: 265px;
		height:50px;
		display: block;
}
	
	#header h1 a {
	/*background: url('../images/logo1.png') no-repeat;*/
	behavior: url(iepngfix.htc); 	/*CORRIGIR PNG IE6*/
	text-indent: -9999px;

}

/*#header h2 {
	clear: left;
	height: 25px;
	float: left;
	padding: 10px;
	background: url(../images/h2_blue_trans.png) repeat 0 0;
	position: relative;
	margin-top: 30px;
	}
	
		#header h2 span {
			display: block;
			height: 25px;
			text-indent: -9999px;
		}*/

/*-- nav --*/

/* Links
a:link, a:visited {
        font-size: 12px; 
		color: #666666;
		font-family: tahoma;
		text-decoration: none;
        }

a:hover {
        color : #158730;
		text-decoration: none;
        } */
	
ul#nav {
    height: 50px;
	background: url(../images/nav_separator.png) no-repeat 0 0;
	padding-left: 2px;
	margin-left: 330px;
	//width:850px;
}
	
ul#nav li,
ul#nav li a {
	display: block;
	float: left;
	line-height: 12px;
}
		
ul#nav li {
	background: url(../images/nav_separator.png) no-repeat right 0;
	padding-left: 0;
	padding-right: 2px;
	height: 50px;
	position: relative;
}
		
ul#nav li a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #787878;
	padding: 19px 25px 19px 25px;
	background: none;
}
	
ul#nav li.active a {
	color: #258542;
}
			
/*-- Dropdowns --*/

ul#nav li .dropdown {
	display: none;
	position: absolute;
	z-index: 10050;
	width: 170px;
	top: 50px;
	left: -4px;
	overflow: hidden;
	clear: left;
	background: url(../images/nav_dropdown_grad.png) no-repeat 2px 0;
	padding-top: 1px;
}
		
ul#nav li ul {
	width: 100%;
	background: url(../images/nav_dropdown_li.png) repeat-y 0 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
		
ul#nav li:hover .dropdown,
ul#nav li.over .dropdown {
	display: block;
}
		
/* FIX: add styling? */
ul#nav li:hover a,
ul#nav li.over a {
	color: #353535;
}
		
ul#nav li:hover ul li a,
ul#nav li.over ul li a {
	color: #454545;
}
		
/* get a clean slate for the dropdowns */
ul#nav li ul li,
ul#nav li ul li a {
	float:none;
	height: 1%;
	background: none;
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: normal;
}
		
ul#nav li ul li {
	padding: 4px 0 6px 8px;
	margin: 0 5px 0 4px;
	background: url(../images/nav_dropdown_sep.gif) repeat-x 0 bottom;
}
		
ul#nav li ul li.last { 
	background: none;
	padding-bottom: 4px;
}
		
ul#nav li ul li a {
	font-size: 12px;
	line-height: 12px;
	padding: 5px 7px 6px 7px;
	color: #454545;
	background: url(../images/nav_dropdown_hover.gif) no-repeat left -23px;
}
			
ul#nav li ul li a:hover {
	background-position: left center;
	color: #fff;
}
			
ul#nav li .dropdown .bottom {
	background: url(../images/nav_dropdown_bottom.png) no-repeat left top;
	height: 11px;
	line-height:1px;
}