@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bg.png);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#0060c6;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
}

#header_background {
	width:100%;
	height:322px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(images/header_bg.png);
	overflow:hidden;
}

#header_content {
	width:880px;
	height:300px;
	margin:auto;
	margin-top:12px;
	
}

#header_intro {
	width: 300px;
	height:300px;
	float:left;
}

#header_flags {
	margin-top:10px;
	text-align:center;
}

#header_flags img {
	margin-left:2px;
	margin-right:2px;
}

#header_contacts {
	width:300px;
	text-align:justify;
	overflow:hidden;
	font-size:11px;
	margin-top:4px;
}

#header_description {
	width:300px;
	text-align:justify;
	overflow:hidden;
	margin-top:10px;
}

#header_slideshow {
	width: 570px;
	height:300px;
	background-color:#666;
	float:left;
	margin-left:10px;
}

#body_background {
	width:100%;
	overflow:hidden;
	background-image:url(images/body_bg.png);
	background-position:center;
	background-repeat:repeat-y;
}

#bottom_background {
	width:100%;
	height:20px;
	background-image:url(images/bottom_bg.png);
	background-position:center;
	background-repeat:repeat-y;
}

#navigation {
	width:880px;
	height:36px;
	background-image:url(images/nav_bg.png);
	background-repeat:repeat-x;
	overflow:hidden;
	text-align:left;
	margin:auto;
	font-size:13px;
}

iframe {
	border: #ff6600 1px solid;
}

.tab {
	
	height:36px;
	vertical-align:middle;
	text-align:center;
	padding-top:15px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

.selected_tab {
	width:100px;
	height:36px;
	background-image:url(images/tab.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	text-align:center;
	padding-top:15px;
	float:left;
	margin-right:20px;
}

.last_minute {
	margin-top:10px;
	text-align:justify;
}

.packages {
	margin-top:10px;
	overflow:hidden;
	clear:both;
	margin-bottom:10px;
}

.packages_image img {
	width:100px;
	background-color:#666;
	float:left;
	overflow:hidden;
}

.packages_description {
	width:170px;
	text-align:justify;
	margin-left:5px;
	float:left;
	overflow:hidden;
}

#content {
	width:860px;
	min-height:20px;
	overflow:hidden;
	text-align:left;
	margin:auto;
	margin-top:10px;
	margin-bottom:20px;
}

#member_card {
	margin-top:10px;
	margin-bottom:20px;
	width:275px;
	height:147px;
	background-image:url(images/tessera_01.png);
	position:relative;
}

#member_card_intro {
	width:250px;
	height:80px;
	margin-left:13px;
	margin-top:50px;
	text-align:justify;
	position:absolute;
}

#newsletter_form {
	text-align:center;	
}

input[type="submit"] {
	width:126px;
	height:34px;
	vertical-align:middle;
	background-image:url(images/button.png);
	border:none;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.content_column {
	width:275px;
	margin-right:6px;
	margin-left:5px;
	float:left;
	min-height:100px;
}

#credits {
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom:40px;
	color:#FFF;
}

#footer {
	width:880px;
	overflow:hidden;
	background-color:#ff6c00;
	color:#FFF;
	text-align:center;
	margin:auto;
}

#footertext {
	width:880px;
	padding-top:5px;
	padding-bottom:5px;	
}

.section_title {
	color:#999999;
	font-size:16px;
	font-weight:bold;
}

table {
	border:0px;
	margin:0px;
	padding:0px;
}

td {
	vertical-align:top;
	padding:4px;
}

table#prezzi {
	border:1px solid #F0F0F0;
	margin:0px;
	padding:0px;
}

table#prezzi td {
	text-align:center;
	padding:6px;
	margin:0px;
}

table#prezzi td {
	border:1px solid #F0F0F0;
}

/* LINKS */

a img {
	border:none;
}

a {
	color:#ff6c00;
}

a:link {
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
	font-weight:bold;
}

a:active {
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	font-weight:bold;
}

#credits a {
	color:#FFF;
}

#footer a {
	color:#FFF;
}

#header_description a {
	color:#ff6c00;
}

.tab a{
	color:#ffffff;
}

.foto-gallery ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.foto-gallery li {
	list-style-type:none;
	padding:0px;
	width:215px;
	text-align:center;
	float:left;
	margin:0px;
	margin-bottom:20px;
	height:140px;
}

.foto-gallery li img {
	max-width:200px;
	height:100px;
}