/* CSS Stella Polare */
* {
	margin: 0; padding: 0;
}
body {
	background: #fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif; text-align: center;
	padding-top: 20px;
}
#layct {
	width: 760px; margin: 0 auto;
	background: url(img/bkbody.gif) 0 0 repeat-y;
}
/*HEADER*/
table#header {
	width: 730px; margin: 10px auto 0 auto; text-align: left;
	height: 241px; background:url(img/header.jpg) 0 0 no-repeat;
}
table#header td {
	vertical-align: top; padding-top: 18px;
}
table#header td#nav a {
	color: #fff; text-decoration: none; font-weight: bold;
	text-transform: uppercase; padding: 0 0 0 38px;
}
table#header td#nav a:hover, table#header td#nav a#active {
	color: #ffa500; text-decoration: none; 
}

table#header td h1 {
	margin: 1px 0 0 28px;
}
table#header td h1 a {
	display: block; width: 200px; height: 66px;
}
table#header td h1 a span {
	display: none;
}
/*HEADER SELECT DESTINAZIONE*/
table#header td div {
	display: block; width: 176px; /*height: 86px;*/
	margin: 56px 0 0 42px;
}
table#header td div select, table#header td div option  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	width:150px;
}
table#header td div h2 {
	font-size: 12px; color: #485178;
}
table#header td div p {
	font-size: 10px; color: #000; margin: 5px 0;
}
table#header td div table td {
	vertical-align: middle; padding-top: 5px;
}
table#header td div table td input {
	margin-left: 5px;
}

/*contentH HOME*/
table#contentH {
	width: 730px; margin: 10px auto 0 auto; text-align: left;
	background: #fff;
}
table#contentH td {
	vertical-align: top; font-size: 10px;
}
table#contentH td#sx {
	width:352px;
}
table#contentH td#dx {
	width:378px;
}

table#contentH td h2 {
	font-size: 12px; color: #7e7eaf;
	padding: 10px 0 6px 0;
}
table#contentH td#sx h3 {
	font-size: 23px; color: #ffa500;
}
table#contentH td#sx h3 a {
	color: #ffa500; text-decoration: none;
}
table#contentH td#sx h3 a:hover {
	color: #ffa500; text-decoration: underline;
}
table#contentH td#sx p {
	font-size: 10px; color: #8c8a89;
	margin:0 10px 5px 0; line-height: 1;
}
table#contentH td#sx img.fleft {
	float: left; padding-right: 16px
}
table#contentH td#sx p a {
	text-decoration: none; color: #4f4f81;
	font-weight: bold;
}
table#contentH td#sx p a:hover {
	text-decoration: underline; color: #4f4f81;
	font-weight: bold;
}
table#contentH td#dx ul {
	list-style: none; 
}
table#contentH td#dx ul li {
	background: #485178; font-size: 10px;
	display: block; width: 110px;
	padding: 2px 0; margin-bottom: 1px;
}
table#contentH td#dx ul li a {
	color: #fff; text-decoration: none;
	font-weight: bold; padding-left: 5px;
}
table#contentH td#dx p {
	font-size: 10px; color: #8c8a89;
	margin:0 5px 8px 0; line-height: 1;
}
table#contentH td#dx p a {
	text-decoration: none; color: #4f4f81;
	font-weight: bold;
}
table#contentH td#dx p a:hover {
	text-decoration: underline; color: #4f4f81;
	font-weight: bold;
}


/*content Generale*/
table#content {
	width: 730px; margin: 10px auto 0 auto; text-align: left;
	background: #fff;
}
table#content td {
	vertical-align: top; font-size: 10px;
	padding-top: 8px;
}
table#content td a {
	text-decoration: none;
	color: #535c80;
}
table#content td a:hover {
	text-decoration: underline;
	color: #535c80;
}

table#content td#sx {
	width:352px;
}
table#content td#dx {
	width:378px;
}
table#content td#sx img.fleft {
	float: left; padding: 3px 12px 6px 0;
}
table#content td#sx h2 {
	font-size: 23px; color: #ffa500;
	padding: 0 0 5px 0;
}
table#content td#sx p {
	font-size: 10px; color: #000;
	margin:0 10px 0 0; line-height: 1.3;
}

table#content td#dx table {
	margin-bottom: 10px;
}
table#content td#dx h2 {
	font-size: 12px; color: #ffa500;
	padding: 0 0 5px 10px;
}
table#content td#dx p {
	font-size: 10px; color: #000;
	margin:0 10px; line-height: 1.3;
	padding-bottom: 15px;
	border-bottom: 1px dashed #e8e8e8;
}




/*FOOTER*/
table#footer {
	width: 730px; margin: 10px auto; text-align: left;
	background: #485178; color: #fff;
}
table#footer p {
	padding: 5px 10px;
}
table#footer p a {
	padding-left: 10px; color: #fff; text-decoration: none;
	font-weight: bold;
}



