@charset "utf-8";
body  {
	font: 100% Calibri, "Courier New", Courier, monospace;
	background: white;
	margin: 25px 0;
	padding: 0;
	text-align: center;
	color: #777;
	background: url(../images/fundo.png) repeat-x #94BCD6;
}

a:link {
	color: #777;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #777;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}

ul { padding: 0 0;
margin: 0; }

li { 
list-style-type: none;
padding: 0 0; 
margin: 0;
text-decoration: none;
}

li#apresentacao {
background: url(../images/menu/1-apresentacao.png) no-repeat;
}

li#transporte {
background: url(../images/menu/2-transporte.png) no-repeat;
}

li#atl {
background: url(../images/menu/3-atl.png) no-repeat;
height:60px;
}

li#baby {
background: url(../images/menu/3.1-baby.png) no-repeat;
width: 161px;
height: 20px;
}

li#evento {
background: url(../images/menu/3.2-eventos.png) no-repeat;
width: 161px;
height: 20px;
}

li#ferias {
background: url(../images/menu/3.3-ferias.png) no-repeat;
width: 161px;
height: 20px;
}

li#imprensa {
position: relative; /*IE fix*/
background: url(../images/menu/4-imprensa.png) no-repeat;
}

li#inscricoes {
background: url(../images/menu/5-inscricoes.png) no-repeat;
}

li#galeria {
background: url(../images/menu/6-galeria.png) no-repeat;
}

li#contactos {
background: url(../images/menu/7-contactos.png) no-repeat;
}

li#parceiros {
background: url(../images/menu/8-parceiros.png) no-repeat;
}

.apresentacao li#apresentacao, .transporte li#transporte, .atl li#atl, .imprensa li#imprensa, .inscricoes li#inscricoes, .galeria li#galeria, .contactos li#contactos, .parceiros li#parceiros {
	border-left: 3px solid #DDDDDD;
}


div#container { 
	width: 760px;
	background: #fff;
	margin: 0 auto;
	border: 3px groove #999;
	text-align: left;
} 
div#header { 
	position: relative;
	background: #DDDDDD; 
	padding: 0 0;
} 
div#header h1 {
	width: 760px;
	height: 150px;
	margin: 0 0; 
	padding: 0 0 0 0;
	text-indent: -9999px;
    color: white;
    overflow: hidden;
	background: url(../images/header.png) no-repeat;
	border-bottom: 3px solid #DDD;
}

div#mainContent h1 {
	font-size: 150%;
	font-weight: bolder;
}

div#header h1 a {
	display: block;
	width: 760px;
	height: 150px; }

div#header img {
position: absolute;
right: -45px;
top: -25px; }

div#eventos {
positon: relative; 
margin-bottom: 2px; 
background-color: #EEE;
}

div#eventos h2 {
	font-size: 75%;
	width: 760px;
	margin: 0px; 
	padding: 0 0 2px 0;
	background-color: #EEE;
	display:inline;
}

div#sidebar1 {
	margin-top: 0px;
	float: left; 
	width: 161px;
	background: #EEE;
	padding: 0 0 0 0;
	overflow: hidden;
}

div#sidebar1 li {
background-color: white; }

div#sidebar1 li:hover {
background-color: #EEE;}

div#sidebar1 li:active {
background-color: #DDD; }

div#sidebar1 a {
display: block;
width: 161px;
height: 60px;
text-indent: -9999px;
color: white;
}

li#atl:hover {
	height: 120px;
}

div#sidebar1 p {
	margin-left: 0px;
	margin-right: 0px;
}


div#mainContent {
	margin: 0 2em 2em 13em;
	text-align:justify;
	padding: 1em 0 1em 0;
}

div#mainContent p {
	text-indent: 15px; }
	
div#footer { 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background:#DDDDDD;
	width: 760px;
	height: 40px;
} 
div#footer p {
	margin: 0;
	padding: 0 0;
	font-size: 70%;
}

div#admin {
	padding: 15px 0 0 5px;
	width: 45px;
	height: 25px;
	float: left; 
	}
	
div#copyright {
	padding: 15px 5px 0 0;
	width: 705px;
	height: 25px;
	float: right;
}

div#copyright p {
	text-align: right; }
	
div#tangerina { 
	width: 760px;
	margin: 0 auto;
	text-align: right;
} 

div#tangerina p {
	font-size: 70%;
	color:#FFCC00; }

div#tangerina a, div#tangerina a:visited {
	color:#FFCC00; }

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
