/* Geral */
*    { margin: 0; padding: 0; border: 0; list-style: none }
body {
    background: #f4f4f4 url(../images/fundo.gif);
    font: normal 0.9em Trebuchet MS, Arial, sans-serif;
    padding: 10px 0;
}
p    { color: #333; margin-bottom: 5px; }
p img { margin: 4px }
h2   { 
    color: #000; padding: 4px; margin: 4px 0px; font: bolder 1.4em Trebuchet MS; 
    text-transform: uppercase;
}
h3   {
	color: #000;
	padding: 4px;
	margin: 4px 0px 0px 0px;
	font: bolder 1.2em Trebuchet MS, Arial, sans-serif;
}
a       { color: #000; text-decoration: none }
a:hover { color: #1A4F9B; text-decoration: underline }

#geral {
    background: #fff;
    border: 1px solid #000;
    width: 770px;
    padding: 0 4px;
    margin: 0 auto;
}

h1 {
    background: transparent url(../images/logo.png) no-repeat 10px;
    text-indent: -9999px;
    overflow: hidden;
    height: 100px;
}

h1 a {
    display: block;
    height: 100px;
    width: 290px;
}

#desc_principal {
    color: #555;
    font: normal 0.7em Arial, Trebuchet MS, sans-serif;
    float: right;
    width: 325px;
    text-align: right;
    line-height: 1.5em;
    margin-top: -90px;
    margin-right: 10px;
}

#menu_principal {
    height: 25px;
    position: relative;
    margin-bottom: 10px;
}

#menu_principal ul {
    background: #F3AB1D;
    float: right;
    width: 670px;
}

#menu_principal ul ul {
    background: transparent;
    float: none;
    width: auto;
    margin-top: -1px;
}

#menu_principal ul ul li {
    background: #DDD;
    width: 160px;
}

#menu_principal ul li {
    display: block;
    float: left;
    font: normal 0.8em Trebuchet MS, Arial, sans-serif;
}

#menu_principal li a {
    color: #000;
    padding: 0px 5px 0px 5px;
    text-transform: uppercase;
}

#menu_principal li a:hover {
    text-decoration: overline;
}

#conteudo,
#conteudo_inicial {
    font: normal 0.8em Trebuchet MS, Arial, sans-serif;
    margin-top: 3px;
}

#conteudo h2 {
    background: #999;
    padding: 2px;
    color: #000;
    font: bolder 1em Trebuchet MS, Arial, sans-serif;
    line-height: 15px;
    height: 15px;
}

#conteudo a {
    font-weight: bolder; color: orange; 
}

#conteudo_inicial {
    background: #fff url(../images/fundo_conteudo_inicial.png) repeat-y;
    height: 380px;
}

#novidades {
    width: 180px;
    text-align: right;
    float: left;
}

#novidades h2 {
    background: #F3AB1D;
    color: #000;
    font: bolder 1em Trebuchet MS, Arial, sans-serif;
    line-height: 15px;
    height: 15px;
    padding: 2px;
}

#novidades ul { 
    text-align: left;
}

#novidades ul li { 
    text-align: left;
    font: normal 1em Trebuchet MS, Arial, sans-serif;
    color: #000;
}

#novidades a { 
    color: #F3AB1D;
}

#novidades h3 {
    color: #000;
    font: bolder 1em Trebuchet MS, Arial, sans-serif;
}

#novidades h3 a {
    color: #555;
}

#improjects {
    background: #000;
    margin-left: 182px;
    width: 580px;
    text-align: right;
}

#improjects h2 {
    background: #000;
    color: #000;
    font: bolder 1em Trebuchet MS, Arial, sans-serif;
    line-height: 15px;
    height: 15px;
}

#improjects h2 a {
    background: #999;
    padding: 2px;
    padding-left: 165px;
}

#improjects ul { 
    text-align: left;
}

#improjects ul li { 
    color: white;
    display: block;
    float: left;
    font: normal 1em Trebuchet MS, Arial, sans-serif;
    text-align: center;
    width: 173px;
    padding: 5px 10px;
}

#improjects ul li p { 
    color: white;
    text-align: justify;
}

#improjects ul li img { 
    max-width: 180px;
}

#improjects ul li.even {
    background: #666;
}

#improjects a { 
    color: #F3AB1D;
}

#logo_abrinq { 
    text-align: center;
    margin: 10px 0;
}

.clearfix {
    clear: both;
}

address {
    background: #F3AB1D;
    color: #000;
    clear: both;
    font: normal 0.7em Trebuchet MS, Arial, sans-serif;
    text-align: center;
    line-height: 15px;
    margin-bottom: 4px;
}

/* Form */
.form          { font: normal 0.7em Trebuchet MS, Arial, sans-serif; }
.form h2 { font: bolder 1.8em Trebuchet MS, Arial, sans-serif; }
.form fieldset { border: 2px solid #ddd; padding: 10px; margin: 3px 0; color: #444 }
.form legend   { border: 1px solid #ddd; padding-left: 10px; padding-right: 10px; font: bolder 1.4em Trebuchet MS, Arial, sans-serif }
.form label    { float: left; font: normal 1em Trebuchet MS, Arial, sans-serif; height: 18px; margin: 2px; width: 155px }
.form label#newsletter { width: 540px; height: 30px; }
.form .cb label { float: none; }
.form .cb input { padding-top: 20px; border: 0; }
.form input,
.form select,
.form textarea { border: 1px solid #444; padding: 2px; padding-left: 4px; padding-right: 4px; margin: 4px 2px; color: #333 }
.form select   { border: 1px solid #444; margin: 2px; color: #333 }
.form input:focus,
.form select:focus,
.form textarea:focus { background: #f4f4f4; border: 1px solid #333; }
.form input.image    { background: none; border: 0; padding: 0 }
.form_footer   { text-align: center; border-top: 1px solid #dedede; }
.button, .button:focus {
    background: url(../images/btn-bg.gif) no-repeat !important; width:74px; height:23px;
    cursor: pointer; color: #000; font-weight: bolder; border: 0 !important;
}
.big-button, .big-button:focus {
    background:url(../images/btn-bg-big.gif) no-repeat !important; width:130px; height:23px;
    cursor:pointer; color: #444; border:0px !important; font-weight: bolder;
}
.small-button {
    background:url(../images/btn-bg-small.gif) no-repeat; width:32px; height:23px;
    cursor:pointer; border: 0px; color: #444; font-weight: bolder; border: 0 !important;
}
input.image {
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
    margin-right: 5px!important;
}
input.cb {
    border: 0 !important;
    height: 10px;
}
label.cb {
    float: none !important;
}
.form fieldset .required {
    color: red;
}
.form #select_signature_city_id select {
    width: 310px;
}
.form p {
    margin-bottom: 0px !important;
    font: normal 1.4em Trebuchet MS, Arial, sans-serif !important;
    line-height: 2em !important;
    color: black;
}
.button-box {
    border-top: 2px solid #E9E9E9;
    font: normal 1.4em Trebuchet MS, Arial, sans-serif !important;
    padding: 10px;
    margin-top: 10px;
    text-align: right;
}
.button-box span {
    float: left;
}
#endereco {
	border: 1px solid #dedede;
	background-color: #f4f4f4;
	width: 138px;
	height: 100px;
    font: normal 1em Trebuchet MS, Arial, sans-serif;
    margin-top: 10px;
    padding: 5px;
}

#contact_info {
    background: #000;
    color: #F3AB1D;
    text-align: center;
}

#contact_info a {
    color: white;
}

/* Indicador de processamento ajax */
div#indicator {
    background: #fff url(../images/carregando.gif) no-repeat 5px;
    color: red;
    font: normal 1em Trebuchet MS, sans-serif;
    height: 30px;
    line-height: 30px;
    padding: 3px;
    padding-right: 5px;
    padding-left: 25px;
    position: fixed;
    right: 1px;
    top: 1px;
    width: 90px;
    margin: 0;
}

/* imProjects component */  
.sectionList {
    background: #555;
    color: white;
    margin-left: 260px;
}
.sectionList li {
    height: 120px;
    padding-bottom: 10px;
}
.sectionList li p {
    color: white;
}
.sectionList h3 {
    color: orange;
}
.sectionList a {
    color: orange;
}
.sectionList .even {
    background: black;
}

/* Random Image Module */
#random_image {
    float: left;
    text-align: center;
    width: 260px;
    padding: 10px 0;
}

/* Search Module */
.search {
    /* float: left; */
}

.search input { 
    border: 2px solid #ddd;
    width: 175px;
    height: 15px;
    font: normal 1em Trebuchet MS, Arial, sans-serif;
}

.article_seperator {
    padding-bottom: 10px;  
}
.paginacao {
    text-align: right;
}