@charset "utf-8";
* { padding:0px; margin:0px; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #b3e2e9;
	background-image: url(../images/layout/bgbody.png);
	background-repeat: repeat-x;
	background-position: top;
}
.input {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	width: 200px;
	margin-bottom: 15px;
}
.inputx {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	width: 200px;
}
.inputx:focus {
	border: 1px solid #005167;
	background-color: #FFFFCC;
}

.submit {
	height: 20px;
	width: 50px;
	top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.turchese {
	background-color: #C4E0E6;
}
.buttonc {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background-color: #005167;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #007B9F;
	border-right-color: #004053;
	border-bottom-color: #004053;
	border-left-color: #007B9F;

}

#root {
	width: 982px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 80px;
}
#root #mainheader {
	height: 346px;
	width: 982px;
	background-image: url(../images/layout/header_01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#root #mainheader #logo {
	float: left;
	width: 259px;
	height: 135px;
	background-image: url(../images/layout/logo2.png);
	background-repeat: no-repeat;
	position: relative;
}
#root #mainheader #news {
	float: right;
	height: 346px;
	width: 490px;
}
#root #mainheader #news #box {
	background-color: #000000;
	height: 294px;
	width: 223px;
	float: right;
	margin-right: 25px;
	margin-top: 43px;
	opacity: 0.6; /* Applica la trasparenza al browser: CSS 3.0 non rientrante nello standard */
	filter: Alpha(Opacity=60, Style=0); /* Applica la trasparenza a IE */
	color: #FFFFFF;
}
#root #menu {
	height: 67px;
	width: 980px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #69949d;
	border-left-color: #69949d;
	background-image: url(../images/layout/bgnmenu.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#root #menu ul {
	list-style-type: none;
	border-top-width: 1px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	display: block;
	height: 59px;
	border-top-color: #005167;
	border-bottom-color: #005167;
}
#root #menu li {
	float: left;
	background-image: url(../images/layout/divisoria.png);
	background-repeat: no-repeat;
	background-position: right -1px;
}
#root #menu li a {
	height: 39px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005167;
	position: relative;
	top: -1px;
}
#root #menu li #current {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffed27;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #ffed27;
}

#root #menu a:hover {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffed27;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #ffed27;
}
#root #content-wrap {
	float: left;
	width: 980px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #69949d;
	border-left-color: #69949d;
	border-right-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
	background-image: url(../images/layout/bg-sfumato.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#root #content-wrap #sidebar {
	float: right;
	height: 550px;
	width: 280px;
}
#root #content-wrap #sidebar h1 {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../images/layout/h1_newslettere.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#root #content-wrap #sidebar p {
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
#root #content-wrap #sidebar img {
	padding: 2px;
	border: 4px solid #005167;
	margin-bottom: 4px;
	margin-left: 10px;
}
#root  #content-wrap  #sidebar  img:hover  {
	border: 4px solid #ffee2b;
}


#root #content-wrap #main {
	width: 690px;
	float: left;
}
#root #content-wrap #main ul {
	display: block;
	padding-left: 50px;
}



#root #content-wrap #main p {
	padding-left: 25px;
	text-align: justify;
	padding-right: 10px;
}
#root #content-wrap #main #tab-prezzi {
	padding: 1px;
	margin-left: 25px;
	border: 1px solid #005167;
}
#root   #content-wrap   #main   th  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #405D81;
	height: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
}
#root   #content-wrap   #main   #tab-prezzi  td {
	text-align: center;
}
#root #content-wrap #main #condizioni {
	font-size: 10px;
	color: #FF0000;
	padding-top: 5px;
}
#root #content-wrap #main a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005167;
	text-decoration: none;
}
#root #content-wrap #main a:hover {
	color: #FFFFFF;
	background-color: #005167;
}
#root #content-wrap #main #tab-contatti {
	padding-left: 25px;
}
#root #content-wrap #main #tab-contatti td {
	vertical-align: bottom;
}
