@charset "utf-8";
/*
Theme Name: ABAC
Theme URI: http://wordpress.org/
Description: Developed for ABAC
Version: 1.0
Author: Wortek Studio
Author URI: http://www.wortek.com.br/
*/


/*EXTERNAL STYLES*/
@import url(globalReset.css);


/*GLOBAL*/
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#1A2049;
	font-size:100%;
}

h2{
	color:#5C891A;
	font-size:1.4em !important;
	line-height:1.3em;
	margin-bottom:10px;
	border-bottom:1px solid #1A2049;
	padding-bottom:10px;
	font-weight:normal;
}

p {
	color:#1A2049;
	line-height:1.4em;
	font-size:.9em;
}

a{
	text-decoration:none;
	color:#1A2049;
	}


/*CLEANERS*/
.cleaner{clear:both;}
.marginTopCleaner{margin-top:0 !important;}
.marginRightCleaner{margin-right:0 !important;}
.marginBottomCleaner{margin-bottom:0 !important;}
.marginLeftCleaner{margin-left:0;}
.borderTopCleaner{border-top:0;}
.borderRightCleaner{border-right:0 !important;}
.borderBottomCleaner{border-bottom:0 !important;}
.borderLeftCleaner{border-left:0;}
.paddingTopCleaner{padding-top:0 !important;}
.paddingRightCleaner{padding-right:0 !important;}
.paddingBottomCleaner{padding-bottom:0 !important;}
.paddingLeftCleaner{padding-left:0 !important;}


/*FORM FIELDS*/
.formFields{
	background:#FFF url(images/bgFormFields.gif) repeat-x;
	border:1px solid #939598;
	padding:3px;	
}



#headerWrapper{
	width:auto;
	background:#001E5C;
}

#header{
	width:910px;
	height:178px;
	background:url(images/bannerTop.jpg) no-repeat;
	margin:0 auto;	
}

#header a{
	display:block;
	height:120px;
}



/*LOGO*/
h1{
	width:220px;
	height:80px;
	margin:0 auto;
	text-indent:-1000em;
}


/*NAV*/
#navWrapper{
	width:auto;
	background:#5C891A;
	padding-top:6px;
}

#nav{
	clear:both;
	font-size:.9em;
	margin:0 auto;
	width:910px;
	height:40px;	
	}


#nav ul{
    width:630px;
    margin:0 auto

}

#nav a{
	width:132px;
	height:25px;
	color:#FFF;
	padding-top:10px;
	display:block;
	text-align:center;
}



#nav li{	
	float:left;	
	}


a#btnNavHome{
	width:80px;
}

a:hover#btnNavHome{
	background:url(images/bgBtnNavHome.png) no-repeat 50%;
}

.btnNavHomeActive{
	background:url(images/bgBtnNavHome.png) no-repeat 50%;
}



.btnNavSobreAbacActive{
	background:url(images/bgBtnNavSobreAbac.png) no-repeat 50%;
}

a:hover#btnNavSobreAbac{
	background:url(images/bgBtnNavSobreAbac.png) no-repeat 50%;
}


.btnNavServicosActive{
	background:url(images/bgBtnNavServicos.png) no-repeat 50%;
}

a#btnNavServicos{
	width:100px;
}

a:hover#btnNavServicos{
	background:url(images/bgBtnNavServicos.png) no-repeat 50%;
}


.btnNavAssociadosActive{
	background:url(images/bgBtnNavAssociados.png) no-repeat 50%;
}

a#btnNavAssociados{
	width:150px;
}

a:hover#btnNavAssociados{
	background:url(images/bgBtnNavAssociados.png) no-repeat 50%;
}


.btnNavContatoActive{
	background:url(images/bgBtnNavContato.png) no-repeat 50%;
}

a#btnNavContato{
	width:100px;
}

a:hover#btnNavContato{
	background:url(images/bgBtnNavContato.png) no-repeat 50%;
}


.btnNavSobreIgafActive{
	background:url(images/bgBtnNavSobreoIgaf.png) no-repeat 50%;
}

a:hover#btnNavSobreIgaf{
	background:url(images/bgBtnNavSobreoIgaf.png) no-repeat 50%;
}

a#btnNavLinks{
	width:80px;
}

a:hover#btnNavLinks{
	background:url(images/bgBtnNavHome.png) no-repeat 50%;
}

.btnNavLinksActive{
	background:url(images/bgBtnNavHome.png) no-repeat 50%;
}



/*WRAPPER*/
#wrapper{
	width:910px;
	margin:0 auto;
	padding-top:20px;
}

/*SIDE BAR*/
#sideBar{
	width:210px;
	float:left;
}

#sideBarNav{
	font-size:.8em;
	margin-bottom:20px;
}


#sideBarNav a{
	color:#00235A;
	border-bottom:1px solid #d9dee6;
	display:block;
	padding:10px 0 10px 0;
	background:url(images/iconArrow.gif) 0 50% no-repeat;
	padding-left:10px;
}

#sideBarNav a:hover{
	background: url(images/iconArrow.gif) 0 50% no-repeat #F2F2F2;
}

#sideBarNavActive{
	background: url(images/iconArrow.gif) 0 50% no-repeat #F2F2F2 !important;	
}

.sideBarBoxes{
	width:210px;
	margin-bottom:20px;
}


/*CONTENT*/
#content{
	width:680px;
	min-height:500px;
	float:left;
	margin-left:20px;
	font-size:.9em;
}

/*INFORMATIVO*/
#informativo{
	width:190px;
	background:url(images/sideBarBoxesTop.jpg) no-repeat top center #00235A;
	padding:10px;
	color:#FFF;
	float:left;
	margin-bottom:15px;
}

#informativo h3{
	width:210px;
	font-size:.9em;
	float:left;
	margin-top:2px;
}

.informativoFields{
	width:180px;
	font-size:.9em;
	float:left;	
	background:#FFF url(images/bgFormFields.gif) repeat-x;
	border:1px solid #939598;
	padding:3px;
}


#informativo label{
	float:left;
	font-size:.9em;
	margin:30px 0 5px 0;	
}

#informativoBtn{
	width:64px;
	height:23px;
	background:url(images/btnEnviar.png) no-repeat;
	border:none;
	cursor:pointer;
	margin-top:10px;
	float:right;
	display:block;
}

/*HOME*/
#home h2{
	border-bottom:none;	
	padding-bottom:0;
	font-weight:normal;
}


.homeBoxes{
	width:216px;
	background:url(images/homeBoxesTop.jpg) top center no-repeat #E6E6E6;
	float:left;
	margin:20px 15px 0 0;
	padding-bottom:10px;
	border-bottom:2px solid #00235A;
}

.homeBoxes ul{
	padding:10px;
	font-size:.8em;
}

.homeBoxes h3{
	color:#FFF;		
}

.homeBoxes li{
	margin:0 0 25px 0;	
	line-height:1.5em;	
}

.homeBoxes a{
	width:83px;
	height:23px;
	background:url(images/btnSaibaMais.png) no-repeat;
	cursor:pointer;
	display:block;
	margin:10px 0 0 0;
	float:right;	
}

.homeBanner{
	width:650px;
	background:#E6E6E6;
	padding:15px;
	float:left;
	margin-top:15px;
	font-size:.9em;
}

.homeBanner h3{
	color:#5C891A;
	margin-bottom:5px;
	
}

.homeBanner a{
	width:83px;
	height:23px;
	background:url(images/btnSaibaMais.png) no-repeat;
	cursor:pointer;
	display:block;
	margin:10px 0 0 0;
	float:right;	
}

/*SOBRE A ABAC*/
#sobreAbac #content h4{
		margin:25px 0 5px 0;
		font-size:.9em;
		line-height:1.5em;
}

#sobreAbac #content{
	font-size:.9em;
	
}


#diretores #content img{
	padding:5px;
	border:1px solid #ccc;
	float:left;
	margin-right:10px;	
}

#diretores #content h3{
	margin-bottom:5px;	
}

#diretores #content h4{
	font-weight:normal;
	color:#5C891A;
}

#diretores #content p{
	margin:12px 0 45px 0;	
}


/*SERVICOS*/
#servicos #content ul{
	margin:10px 0 30px 0;
	font-size:.9em;
	background:#F2F2F2;
	padding:15px;
}

#servicos #content li{
		background:url(images/iconBulet.gif) 0 50% no-repeat;
		line-height:1.6em;
		padding-left:15px;
}

.buletTop{
	background:url(images/iconBulet.gif) 0 8px no-repeat !important;	
}




/*CONTATO*/
#contato #sideBar{
	font-size:.9em;
	line-height:1.3em;
}

#contato #sideBar p{
	margin:5px 0 30px 0;	
}

#contactForm{
	width:415px;
	font-size:.9em;
}

#contactForm label{
	width:680px;
	float:left;
	margin:20px 0 10px 0;
	font-weight:bold;
}


#contactForm textarea{
	float:left;
	border:1px solid #000;
	padding:5px;
	width:500px;
	height:150px;
	overflow:hidden;
	color:#444 !important;
	font-size:1.2em;
}

.formFields{
	background:url(images/bgFields.gif) repeat-x #FFF;
	border:1px solid #000;
	padding:4px;
	width:400px;
	color:#5C891A;
	float:left;
}

#contactForm #contactMensagem{
	background:url(images/bgFields.gif) repeat-x #FFF;
	color:#5C891A !important;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:.9em;
	width:400px;
	
}

.btnEnviar{
	margin-top:10px;
	float:right;
	cursor:pointer;
	background:url(images/btnEnviar.png) no-repeat;
	border:0;
	width:64px;
	height:23px;
}


#links h3{
	color:#5C891A;
	font-size:1.3em;
	margin:35px 0 15px 0;
	font-weight:normal;
	
}

#links h4{
	margin-top:20px;	
}

#links #content a:hover{
	text-decoration:underline;
}







/*FOOTER*/
#footerWrapper{
	border-top:6px solid #5C891A;
	margin-top:20px;
	background:#001E5C;
	
}

#footer{
	width:910px;
	margin:0 auto;
	background:url(images/bgFooter.jpg) no-repeat;
	height:115px;
	color:#FFF;
	font-size:.8em;
}

#footer p{
	width:700px;
	float:left;
	margin-top:20px;	
}

#footer p>a:hover{
	text-decoration:underline;
}

#footer a{	
	color:#FFF;
	padding-top:20px;
}

#wortek{
	width:100px;
	float:right;
	font-size:.9em;
	margin-top:20px;
    text-align:right;
	
}
