@import url(menu.css);
@import url(global.css);

body {
    font: .8em "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: #666;
    background: #FFFFFD url(../img/bg1.gif) repeat-x;
}


.background {
    background: url(../img/bg1.jpg) no-repeat left 42px;
}

#logo {
    float: left;
    margin: 0;
}

#logo h1 {
    padding: 150px 0 0 0;
    overflow: hidden;
    background: url(../img/logo1.png) no-repeat;
    height: 0 !important;
}

#logo-pisf {
	padding: 108px 0 0 0;
    overflow: hidden;
    background: url(../img/projeto-sao-francisco.jpg) no-repeat;
    height: 0 !important;
}

#slides {
	position: relative;
	overflow: hidden;
	float: right;
	width: 288px;
    height: 251px;
	background: #FCD790;
	margin-bottom: 20px;
}

.feature {
    margin: 0 0 40px;
	padding: 10px 10px 2px;
}

.feature p {
    display:none;
}

#feature_menu {
    float: right;
}

#feature_menu a {
	display: inline;
    color: #fff;
    float: left;
    padding: 6px 10px 6px 15px;
    margin: 0 0 0 2px;
    background: #392626 url(../img/bullet_white.gif) no-repeat 7px 12px;
    font-size: .8em;
    font-weight: bold;
}

#feature_menu a:hover {
    color: #071F2D;
    background: #FCD790 url(../img/bullet_hover.gif) no-repeat 7px 8px;
}

#feature_menu a.activeSlide {
	color: #071F2D;
    background: #FCD790 url(../img/bullet.gif) no-repeat 5px 12px;
}

#erro {
	padding: 20px 10px 20px 10px;
	text-align: center;
}

#erro h1 {
	font-size: 4em;
}

#erro input.field {
	width: 500px;
}
