/*-------------------------------------------- */
/*-------------------------------------------- */
/*----------------HTML TAGS------------------- */
/*-------------------------------------------- */
/*-------------------------------------------- */

body 
{
font-family: Verdana, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
}

a 
{
text-decoration:none;
color: red;
-moz-outline-style: none;
}

a:hover 
{
color: white;
}

p
{
font-size:13px;
}


/*-------------------------------------------- */
/*-------------------------------------------- */
/*----------------LAY OUT DIVS---------------- */
/*-------------------------------------------- */
/*-------------------------------------------- */

#container 
{
background: url(/img/main_bg.jpg) white no-repeat center center;
height: 800px;
margin: 0 auto;
min-width: 950px;
}

body.content #container 
{
background: url(/img/main_bg_sem_passaro.jpg) white no-repeat center center;
}

#navigation 
{
width: 800px;
margin: 0 auto;
}

#navigation h1 a
{
text-indent: -9999px;
background: url(/img/ccboardcenter.gif) transparent no-repeat;
float: left;
width: 400px;
height: 151px;
}


/*--------------------*/
/*    Menu            */
/*____________________*/

ul#menu
{
padding: 0px;
margin: 70px 0 0;
list-style: none;
float:left;
}

ul#menu li 
{
float:left;
margin: 0 20px 0 0;
}

ul#menu li a
{
float:left;
text-indent: -9999px;
width: 134px;
height: 56px;
}

ul#menu li#viagens a
{
background: url(/img/viagens.gif) transparent no-repeat;
}

ul#menu li#contacto a
{
background: url(/img/contacto.gif) transparent no-repeat;
}

#content 
{
clear: left;
margin: 0 auto;
}

/*-------------------------------------------- */
/*----------------ELEMENTS-------------------- */
/*-------------------------------------------- */


#viagens-content,
#contacto-content
{
height: 600px;
}

/*-------------------------------------------- */
/*----------------CONTEUDOS------------------- */
/*-------------------------------------------- */

#contacto-content h2
{
float: left;
margin: 200px 0 0;
padding: 0;
background: url(/img/contacto_titulo.gif) red center center no-repeat;
width: 20%;
height: 150px;
text-indent: -9999px;
}

#contacto-content ul
{
float: left;
margin: 200px 0 0;
padding: 11px 0 0;
width: 80%;
height: 139px;
background: black;
color: red;
font-size: 11px;
list-style: none;
}

#contacto-content ul li
{
width: 600px;
margin: 0 auto;
}

#contacto-content ul li.gmaps 
{
margin-top: 22px; 
}

#contacto-content ul li.gmaps a
{
color: white;
}

#contacto-content .passaro-grande
{
float: right;
margin: -300px 0 0;
}


#viagens-content h2
{
float: left;
margin: 200px 0 0;
padding: 0;
background: url(/img/viagens_titulo.gif) red center center no-repeat;
width: 20%;
height: 150px;
text-indent: -9999px;
}

#viagens-content ul
{
float: left;
margin: 200px 0 0;
padding: 11px 0 0;
width: 80%;
height: 139px;
background: black;
list-style: none;
}


#viagens-content ul li
{
width: 150px;
height: 260px;
margin: -120px 0 10px 10px;
float:left;
}

#viagens-content ul li img
{
width: 150px;
}

/*-------------------------------------------- */
/*----------------CLASSES--------------------- */
/*-------------------------------------------- */

