
/* ie5 win - grrr - start */
body { font: small serif; margin: 0px; padding: 0px; line-height: 14px; color: #000; font-size: x-small; voice-family: "\"}\""; voice-family: inherit; font-size: small; text-align: center; }
/* ie5 win - grrr - end */
 
/* opera - grrr - start */
html>body { font-size: small; }
/* opera - grrr - end */


/* start of the real css */

/* basic elements */
  body { 
    background-color: #edf6e3;
    background-image: url(images/700_28.jpg);
    background-position: top center;
    background-repeat: repeat-y;

    font-size: 11px; 
    line-height: 14px;
    font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
    text-align: left;

    margin: 0px; 
    padding: 0px;
    }

  p {
    font-size: 11px; 
    line-height: 14px;
    }

  h1, h2, h3 {
    font-size: 2em; 
    line-height: 14px;
    font-weight: bold; 
    text-align: left; 

    margin-bottom: 0.5em; 
    padding: 0px;
    }

  /* generale per tutti i link */
  a {
    font-weight: bold; 
    text-decoration: none; 
    color: #0e1e93;
    color: #66208a;
    color: #451f58;
    }

  /* unvisited */
  a:link {
  }

  /* visited */
  a:visited { 
  }

  /* mouse over */
  a:hover { 
    text-decoration: underline; 
    }

  /* active? */
  a:active { 
  }


  .hidden {
    display: none;
    }

/* major divs */
  #container { 
    width: 700px; 
    position: relative;   
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    }

  #header {
    width: 450px;
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px;
    }
	
  #main {
    width: 450px;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    }
	
  #resources {
    position: absolute;
    top: 255px;
    left: 0px;
    width: 220px;
    margin: 0px 0px 0px 482px;
    padding: 0px 0px 0px 0px;
    }

/* minor divs */
#title {
 	width: 700px;
 	height: 20px; /* strange but ie6 needs this */

 	background-image: url(images/abebe@citu-700x245.jpg);
	background-position: top center;
	background-repeat: no-repeat;

	border-top: 0px;    
	border-right: 1px solid #aaa;    
	border-bottom: 1px solid #aaa;    
	border-left: 1px solid #aaa;    

	margin: 0px 0px 0px 0px; 
	padding: 224px 0px 0px 0px;

	color: #fff;
	}

#title h1 {
 	width: 600px;
	font-size: 28px; 
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -30px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	}
	
#title h2 {
 	width: 600px;
	font-size: 16px; 
	line-height: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 3px;
	text-transform: uppercase;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 4px;
	}
		
#service_menu {
 	width: 450px;
 	background-image: url(images/fenicotteri-velato.jpg);
	background-position: top center;
	background-repeat: repeat;

	border: 1px solid #aaa;    

	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	}


#core {
 	width: 450px;
 	/* background-image: url(images/aquila-icon.jpg); */
 	background-image: url(images/FasilidesPalace-icon.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #aaa;    
	margin: 10px -10px 0px -10px;
	padding: 10px 10px 20px 10px;
	}
	
#footer {
 	width: 450px;
	border: 1px solid #aaa;    
 	background-image: url(images/fenicotteri-velato.jpg);
	background-position: center center;
	background-repeat: repeat;
	/*background-color: #284C00;*/
	margin: 10px -10px 20px -10px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	}
	
#core p {
	padding-bottom: 8px;
	text-align: justify;
	}


#service_menu .p1 { 
	/*color: #fff ! important;*/
	/*color: #333 ! important;*/
	font-size: 10px ! important;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0px 50px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#service_menu .p2 { 
	/*color: #fff ! important;*/
	/*color: #333 ! important;*/
	font-size: 10px ! important;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#resources ul {
	border-top: 1px dotted #ccc;
	margin: 5px 5px 0px 5px; 
	padding: 0px 0px 0px 0px;
	}
	
#resources li {
	display: block;
	list-style-type: none;
	/*color: #6c9e2d;*/
	/*background-color: #f8f8f8;*/
	font-size: 11px; 
	line-height: 14px;
	font-weight: normal; 
	font-style: italic;
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-align: left; 
	border-bottom: 1px dotted #ccc;
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
	}
	
#resources li a:link,
#resources li a:visited, 
#resources li a:visited:hover,
#resources li a:hover, 
#resources li a:active {
	font-style: normal;
	padding-right: 5px;
	}

/*
.c { 
	color: #6c9e2d ! important;
	font-weight: normal ! important;
	font-style: italic ! important;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 0px;
	}
*/

#resources h3 {
	/*color: #7fc937;*/
	/*color: #000;*/
	/*background-color: #ddd;*/
 	background-image: url(images/fenicotteri-velato.jpg);
	background-position: center right;
	background-repeat: repeat-x;
	font-size: 11px; 
	line-height: 16px;
	font-weight: bold; 
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-transform: uppercase;
	text-align: left; 
	border-bottom: 1px solid #aaa;
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
	}
	
#res_list {
	background-image: url(images/aquila-icon.jpg);
 	background-image: url(images/FasilidesPalace-icon.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #aaa;    
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 30px 0px;
	}
	
/* hovers */

#resources li:hover {
	/*background-color: #fefefe;*/
	}

