body {
    background-color: #0A0A0A;
    color: #F6F6F6;
}

#global-container {
	width: 860px;
	margin: 20px auto;
	/*text-align: left;	*/
}

#top-container {
	width: 100%;
	height: 120px;
}

#top-container table{
    margin-left: -8px;
}

#top-contacto {
    font-family: "Georgia", serif;
    font-size: 1.05em ;
    font-weight:100;
}

#top-contacto p{
    line-height: 1.5em;
}

#top-contacto a{
    color: #FF8A00;
    text-decoration:none;
    font-weight: 200;
}

#div-imagens {
    width:100%;
    height: 350px;
    position:relative;
    z-index: 0;
}

#nav {
	width: 100%;
    margin:0;
    border:0;
    padding: 0;
    position: relative;
    height: 42px;
    z-index: 100;
}

#nav-menus {
    margin:0;
    width:100%;
    padding: 0;
    list-style: none;
}

/*#nav-menus > li {*/
    /*color: #F6F6F6;*/
    /*width: 172px;*/
    /*margin: 0;*/
    /*height: 42px;*/
    /*float: left;*/
    /*text-align: center;*/
    /*font-family: "georgia", serif;*/
    /*font-size: 1.1em;*/
    /*cursor:pointer;*/
/*}*/

#nav-menus li.sobreNos {
    color: #F6F6F6;
    width: 172px;
    margin: 0;
    height: 42px;
    float: left;
    text-align: center;
    font-family: "georgia", serif;
    font-size: 1.1em;
    cursor:pointer;
    background-color: #FFC056;
    line-height: 42px;
}

#nav-menus  li.energias {
    color: #F6F6F6;
    width: 172px;
    margin: 0;
    height: 42px;
    float: left;
    text-align: center;
    font-family: "georgia", serif;
    font-size: 1.1em;
    cursor:pointer;
    background-color: #FFB32C;
    line-height: 42px;
}

#nav-menus li.eficiencia {
    color: #F6F6F6;
    width: 172px;
    margin: 0;
    height: 42px;
    float: left;
    text-align: center;
    font-family: "georgia", serif;
    font-size: 1.1em;
    cursor:pointer;
    background-color: #FFA200;
}

#nav-menus li.aplicacoes {
    color: #F6F6F6;
    width: 172px;
    margin: 0;
    height: 42px;
    float: left;
    text-align: center;
    font-family: "georgia", serif;
    font-size: 1.1em;
    cursor:pointer;
    background-color: #EB9500;
    line-height: 42px;
}

#nav-menus li.informacoes {
    color: #F6F6F6;
    width: 172px;
    margin: 0;
    height: 42px;
    float: left;
    text-align: center;
    font-family: "georgia", serif;
    font-size: 1.1em;
    cursor:pointer;
    background-color: #C37C00;
    line-height: 42px;
}


.submenu {
    border-width: 2px;
    border-style: solid;
    border-color: white;
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
    display:none;
    z-index: 1000;
}

.submenu li {
    cursor:pointer;
    height: 30px;
    line-height: 25px;
    border-top: 1px;
    border-top-style: solid;
    border-color: white;
}

.submenu li:first-child {
   border-style:none;
}

.submenu li a {
    font-size: 0.7em;
    font-weight:bold;
    color: #F6F6F6;
    text-decoration:none;
}

li.sobreNos ul li {
  background-color: #FFC056;
}
li.energias ul li {
  background-color: #FFB32C;
}
li.eficiencia ul li {
  background-color: #FFA200;
}
li.aplicacoes ul li {
  background-color: #EB9500;
}
li.informacoes ul li {
  background-color: #C37C00;
}

ul#imagens-de-fundo {
    margin:0;
    padding:0;
    list-style:none;
}

img.imagem-index {
    z-index: 0;
    width: 860px;
    height:325px;
}

#main-container {
    /*
    background-image: url('img/fundo-transp-800x600.jpg');
    background-repeat:no-repeat;
    height:600px;
    */
    background-color: #f5f5f5;
    font-family:verdana, serif;;
    text-align:justify;
    font-size: 0.8em;
    font-weight:bolder;
    color: #696969;
    padding-bottom:20px;
}

#main-container-title {
    font-family:georgia, serif;
    font-weight:bolder;
    font-size: 1.4em;
    color: black;
    height:40px;
}

#main-container p {
    line-height: 15px;
}



/* CONTACTOS PAGE */
.tabela_contacto {
   font-size: 1em;
}

.tabela_contacto tr {
    
}

.tabela_contacto td {
   padding-bottom:10px;
}

.tabela_contacto a {
    text-decoration:none;
    color: #FF4500;
}

.contactoTipo {
    vertical-align:top;
}

.contactoIdentif {
     vertical-align:top;
}

div#footer {
    background-image:url(img/footer.jpg);
    background-position:center;
    width:860px;
    background-repeat:no-repeat;
    height:10px;
}


a.forein_links {
    text-decoration:none;
    color: #FF4500;
}

a.doc_links {
    text-decoration:underline;
    color: #FF4500;
}

h3.clickToggleNext {
    cursor:pointer;
}

/*GENERAL STYLING */

img {
    border:0;
}

h3 {
    font-weight:bold;
    font-size: 1.2em;
    color: #FF8A00;
}

h4 {
    font-weight:normal;
    font-size: 1.1em;
    color: #FF8A00;
}


