/* 
 * Projecto: www.ilon.pt
 * Produçãoo: José Monteiro, Marlene Nobre
 * Almada - Portugal: 2006
 * Versão: 1.1 
*/

* {margin:0; padding:0;}

body {text-align:center; background:#c0c0c0; line-height:130%; font-family:"trebuchet ms",verdana,sans-serif;}

div#geral {width:400px; margin:0 auto; text-align:left; background:#fff;border:1px solid #990000; border-width:0 1px 0 1px;}
div#header h1 {text-indent: -99999px;margin:0;background:url(img/banner.jpg) no-repeat;}
div#header h1 a {height:196px; display:block;}

/* menu */
div#menu {margin:10px 0; border:2px solid #e7e7e7;}
div#menu ul {padding-left: 10px; list-style:none inside; background:#e7e7e7;}
div#menu ul li {display:inline; padding:0 2px;}
div#menu ul li a {font:bold .75em verdana; color:#990000; text-decoration:none;
border-bottom:4px solid #c0c0c0;}
div#menu ul li a:hover {border-bottom:4px solid blue;}

/* home */
div#menu ul li.home a {color:#000; text-decoration:none; border-bottom:4px solid gray;}
div#menu ul li.home a:hover {border-bottom:4px solid blue;}

/* conteudos */
div#conteudos {margin:0 10px;}
div#conteudos p {padding:5px 10px; text-align: justify; font-size:.9em;}
div#conteudos h2 {font-size: 1em; margin:10px; padding-top:15px; color:#990000; border-bottom:1px dotted #c0c0c0;}
div#conteudos h3 {font-size: .9em; padding:5px 0 5px 30px; color:#990000; background: url(img/seta.gif) no-repeat center left;}
div#conteudos ul {padding-left:30px}
div#conteudos ul li {padding-left:15px; list-style:none inside}

/* Subir */
span.subir {display:block; text-align:right;}
span.subir img {border:none;}

/* imgs */
img {background:url(img/img.gif) no-repeat center center;font-size:.7em;color:#eee;border:none;}
img.esq {float:left; margin:20px 20px 1px 0;}

/* Contactos */
ul.info {padding:10px 0 20px 40px;}
ul.info li {font-weight: bolder; background: url(img/visto.gif)  no-repeat left center;}
ul.info li small {font-size: .7em; color:gray;}
ul.destaque {padding:10px 0 30px 50px; }
ul.destaque li {color:#990000; font-weight:bolder; background:url(img/visto.gif) no-repeat left center;}

/* listas */
dt,sup,dd b {font-weight:bold;}
dl {font-size:.9em;}
dl dt {color:#333399;margin:2px 0;}
dl dd {}
dl dd b {color:red;}
sup {color:red;}
span.hr {display: block; background:#fff url(img/sep.gif) no-repeat center center;height:20px;border:1px solid #fff;margin:15px;}

/* Forms */
form.contacto {padding:0 30px; color: gray; font-size: .8em;}
form.contacto input.enviar {margin:5px; display:block; float:right;}
form.contacto textarea {width: 305px; height: 130px;}
input.geral {width:300px; margin:0; height:22px;}
form.contacto i {color: red;}
textarea, input {border:1px solid  #BECBF2;}
form, textarea, input {padding:0 2px; font-family: "trebuchet ms", verdana, arial, sans-serif;}

/* footer */
address {margin-top:10px;padding:30px 15px;background:#dedede;border-top:3px solid #990000; font: .9em normal verdana,arial,sans-serif; }
address small.wiki {padding-top:15px; display:block; color:gray; font-size:.75em;}
