/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
html, body, p, form /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
font-family: Verdana, Arial, Tahoma, sans-serif;
text-align: center; /*** Centers the design in old IE versions ***/
background: #fff url(../blu_images/sfondo_ombra_bluflamingo.gif) repeat-y center;
}
body {
font-size: 70%;
}
p {padding: 0 0 7px 0;}
a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3, h4, h5 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
width: 960px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
background-color: #E7FAFF;
border-left: 1px solid black;
border-right: 1px solid black;
padding: 0 0 50px 0;
position: relative;
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
width: 960px;
height:167px;
background-image: url(../blu_images/blu_flamingo.jpg);
background-repeat: no-repeat;
position: relative;
}
	#menu {
	    position: absolute;
		top: 167px;
	    right: 0;
		z-index: 100;
		padding: 0;
		margin: 0;
	}
	#menu ul {
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#menu ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#menu ul li a {
	    display: block;
	    float: right;
	    margin: 0;
	    padding: 0px 8px;
		color: #00307d;
		font-size: 12px;
		font-weight: bold;
	    text-decoration: none;
	}
	#menu ul li a img {
		border: 0;
	}	
	#menu ul li a:hover {
		color:#fff;
	}
	#menu ul li a.active,
	#menu ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#menu ul li a span {
	    display:block;
	}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 196px;  /* SX + 15 */
padding-right: 200px; /* DX */
}
* html .outer {

}
.inner {
width: 764px; /* CX + DX + 5 */
}
* html .inner {
width: 100%; 
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 760px; /* CX + SX + 10 */
margin-left: -196px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#content {
float: right;
width: 564px; /* TX - DX - SX - 20 */
background-color:#E7FAFF;
position: relative; /*** IE needs this  ***/
background-image: url(../blu_images/blu_f2.gif);
background-repeat: no-repeat;
}
* html #content {

}
.contentWrap {
padding: 0px; /* 5px */
}
#primopiano {
	width: 557px;
	margin: 0;
	padding: 0;
}
	/* HD */
	#hd ul {
	list-style: none;
	margin: 25px 0 0 115px;
	padding: 0;
	}
	#hd ul li {
	float: left;
	margin: 0;
	padding: 0;
	}
	#hd ul li a {
	color: #777;
	display: block;
	padding: 58px 10px 5px;
	text-align: center;
	text-decoration: none;
	width: 90px;
	font-size: 12px;	
	}
	#hd ul li#publish a {
	background: url(../blu_images/mare.png) no-repeat top center;
	}
	#hd ul li#feedback a {
	background: url(../blu_images/crociere.png) no-repeat top center;
	}
	#hd ul li#people a {
	background: url(../blu_images/caicchi.png) no-repeat top center;
	}
	#hd ul li#more a {
	background: url(../blu_images/tour.png) no-repeat top center;
	}
	#hd ul li#italy a {
	background: url(../blu_images/incoming.png) no-repeat top center;
	}	
	#hd ul li#publish a:hover {
	background: url(../blu_images/mare_2.png) no-repeat top center;	
	}
	#hd ul li#feedback a:hover {
	background: url(../blu_images/crociere_2.png) no-repeat top center;	
	}
	#hd ul li#people a:hover {
	background: url(../blu_images/caicchi_2.png) no-repeat top center;	
	}
	#hd ul li#more a:hover {
	background: url(../blu_images/tour_2.png) no-repeat top center;
	}
	#hd ul li#italy a:hover {
	background: url(../blu_images/incoming_2.png) no-repeat top center;
	}	
	#hd ul li a strong {
	color: #00307d;
	display: block;
	}
	#hd ul li a:hover strong{
	color: #00307d;
	}	
/* HD */
#hd ol {
	position: relative;
	left: 170px;
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
	height: 73px;
}
#hd ol li {
float: left;
margin: 0;
padding: 0;
}
#hd ol li a {
color: #777;
display: block;
padding: 58px 10px 5px;
text-align: center;
text-decoration: none;
width: 90px;
font-size: 12px;	
}
#hd ol li#mappe a {
background: url(../blu_images/mappe.png) no-repeat top center;
}
#hd ol li#mappe a:hover {
background: url(../blu_images/mappe_2.png) no-repeat top center;
}	
#hd ol li#info a {
background: url(../blu_images/info.png) no-repeat top center;
}
#hd ol li#info a:hover {
background: url(../blu_images/info_2.png) no-repeat top center;
}
#hd ol li#album a {
background: url(../blu_images/album.png) no-repeat top center;
}
#hd ol li#album a:hover {
background: url(../blu_images/album_2.png) no-repeat top center;
}
#hd ol li a strong {
color: #00307d;
display: block;
}
#hd ol li a:hover strong{
color: #00307d;
}	
#primopiano h1 {
	color: #002f7d;
	font-size: 22px;
	font-style: italic;
	margin: 0;
	padding: 0;	
}
#primopiano .pp {
	position: relative;
	float: left;
	width: 268px;
	height: 124px;
	padding: 0;
	margin: 4px 8px 4px 0;
	padding-bottom: 10px;
	border: 1px solid #b2bdce;
	background-color: #FFFFFF;
}
#primopiano .pp h1 {
	background-image: url(../blu_images/bgh1.gif);
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #000;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #b2bdce;
	height: 24px;
}
#primopiano .pp h1 span{
	position: relative;
	top: 4px;
	left: 4px;
}
#primopiano .pp h1 span img {
	position: relative;
	bottom: 2px;
	left: 1px;
}
#primopiano .pp .dettagli {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#primopiano .pp p {
	margin-right: 3px;
	margin-left: 80px;
	padding: 3px 0 0 0;
	font-size: 11px;
	line-height: 130%;
}
#primopiano .pp h1 span a:link, #primopiano .pp h1 span a:visited, #primopiano h1 span .pp a:active {
	font-size: 12px;
	color: black;
	text-decoration: none;
}
#primopiano .pp h1 span a:hover {
	text-decoration: underline;

}
#primopiano .pp .dettagli img {
	border: 0;
}
#primopiano .pp .dettagli a:link, #primopiano .pp .dettagli a:visited, #primopiano .pp .dettagli a:active {
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-size: 10px;
	color: #00307d;	
}
#primopiano .pp .dettagli a:hover {
	text-decoration: none;
	color: #c8d7ef;
}
#primopiano .pp img.ish {
	border: 3px solid #6082ba;
	margin: 6px 5px 0 6px;
	padding: 0;
	float: left;
}
#hd .navigazione {
text-align: center;
margin: 15px 18px 0 0;
padding: 0;
}
#hd .navigazione a:link, #hd .navigazione a:visited, #hd .navigazione a:active {
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	color: #00307d;
}
#hd .navigazione a:hover {
	text-decoration: none;
	color: #c8d7ef;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 196px;
min-height: 250px;
padding: 0px; /*5px;*/
position: relative; /*** IE needs this  ***/
background-image: url(../blu_images/blu_f1.gif);
background-repeat: no-repeat;
}
* html #left {
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}
    .holygrail .col2 {			/* column sx */
        float:left;
        float:right;
        width:196px;
        position:relative;

    }
#left h2 {
		font-size: 12px;
		color: #00307d;
		margin: 0 0 3px 0;
		padding: 0;
    }
#left .destinazione {
		width: 172px;
		height: 20px;
		font-size: 12px;
		margin: 0 0 4px 0;
		padding: 0;
    }
#left .tipologia {
		width: 172px;
		height: 20px;			
		font-size: 12px;
		margin: 0;
		padding: 0;
    }
#left .sp {
		width: 148px;
		height: 21px;
		margin: 10px 0 3px 0;
		padding: 0;
    }
#left .ln {
		margin: 5px 0 5px 0;
		padding: 0;
    }
#left .ln01 {
		margin: 15px 0 5px 0;
		padding: 0;
    }		
#left .ph {
		margin: 3px 0px 0px 10px;
		padding: 0;
		border: 0;
    }		
#left .bv {
		width: 44px;
		height: 18px;
		margin: 5px 0 0 128px;
		padding: 0;
    }
#left .pnl {
		color: #00307d;
		font-size: 10px;
		margin: 0 0 4px 10px;
		padding: 0;
    }	
#left .pcc {
		color: #00307d;
		font-size: 12px;
		margin: 3px 0 0 10px;
		padding: 0;
    }	
#left .bu {
		color: #00307d;
		font-size: 12px;
		margin: 0 0 0 0;
		padding: 8px 0 0 0;
    }	
#left .tx {
		color: black; /* #00307d */
		border: 2px solid #8c9cb6;
		width: 144px;
		height: 15px;
		font-size: 13px;
		margin: 0 0 0 11px;
		padding: 0;
    }
#st01 {
margin-left: 7px;
}
#left .vi {
		position: relative;
		top: 4px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
    }
	
#left ol {
	float: left;
	width: 16.5em; 
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
	}
#left ol li {
	width: 14em;
	margin: 3px 0;
	background-image: url(../blu_images/menuf.gif);
	background-position: 10px 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 2.2em; 
	}	
#left ul {
	float: left;
	width: 15em; 
	margin: 15px 0 10px 0;
	padding: 0;
	list-style: none;
	}
#left ul li {
	width: 10em;
	margin: 3px 0;
	background-image: url(../blu_images/menuf.gif);
	background-position: 10px 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 2.2em; 
	}	
#left li a:link, #left li a:visited, #left li a:active {
		font-size: 13px;
		font-weight: bold;
		font-style: italic;
		color: #002F7D;
		text-decoration: underline;
	}
#left li a:hover {
		text-decoration: underline;
		color: #00307d;
	}	
#left .rdx {
		font-size: 10px;
		/* color: #00307d; */
		color: black;
		padding: 0;
		margin: 0;
    }
#left .destip {
		font-size: 10px;
		color: #00307d;
		margin: 0;
		padding: 0;
}
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 200px;
padding: 0; /* 5px */
min-height: 250px;
position: relative; /*** IE needs this  ***/
background-image: url(../blu_images/blu_f3.gif);
background-repeat: no-repeat;
}
* html #right {
margin-right: -200px; /*** IE gets this margin. ***/
height: 250px;
}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clear {clear:both;}
.clearfix {display:block;}
/* End hide from IE-mac */
marquee {
	height: 88px;
	font-size: 10px;
}
#right .ofim {
		margin: 0;
		padding: 0;
    }
#right .ofim1 {
		position: relative;
		top: 0px;
		margin: 10px 0 0 0;
		padding: 0;
    }		
#right .news {
		margin: 37px 20px 10px 4px;
		padding: 0;
	}
	/* ITN */
#right h3 { 
		font-size: 11px;
		color: #00307d;
		margin: 10px 15px 3px 5px;
		padding: 0;
    }
#right .aitn {
		margin: 0;
    }	
#right .aitn img{
		border: 1px solid black;
    }	
#offerte dl {
margin:0; 
padding:0 0 0 5px; 
line-height:110%;
width: 178px;
}
#offerte dl dt {
clear:left; 
padding: 10px 0 0 0; 
margin:0; 
font-size:11px; 
color:#0064c3;
}
#offerte dl dt img {
	float:left; 
	margin:0 5px 0 0; 
	border: 4px solid #f6958c;
} 
#offerte dl dt a { 
	color:#0064c3; 
	text-decoration:none; 
	font-size: 12px;
}
#offerte dl dd {
	margin:1px 0 0 0; 
	padding:0;
	line-height: 160%;
	font-size: 11px;
}
/*
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}
*/
/**************************
FOOTER
**************************/
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid #000;
	border-left: 1px solid #000;	
	background:#e6faff;
	height: 82px;
	font-size: 12px;
	background-image: url(../blu_images/blu_bottom.jpg); 					
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:44px 8px 5px 0;
	line-height: 140%;
	text-align: right;
	color: #fff;
}
#footer a:link, #footer a:visited, #footer a:active {
	font-size: 12px;
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}	
#footer a.tv {
	position: relative;
	right: 420px;
	font-size: 8px;
	color: #002F7D;
}
