@charset "utf-8";
/* CSS Document */
div#footer {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color: #FFFFFF;
	text-align:center;
	margin:10px;
}
.testo14_bianco {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color: #FFFFFF;
}

.testo16_bianco {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	color: #FFFFFF;
}

.testo30_bianco {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size:30px;
	font-style:normal;
	font-weight:normal;
	color: #FFFFFF;
}

.testo10_grigio {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	color:#666666;
}

.testo12_grigio {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#666666;
}

.testo14_grigio {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#666666;
}

.testo16_grigio {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	color: #666666;
}

.testo16_rosa {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	color: #993366;
}

.testo18_rosa {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	color: #993366;
}

.testo30_grigio {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size:30px;
	font-style:normal;
	font-weight:normal;
	color: #666666;
}


div#header{
	width:100%;
	height:90px;
	position:relative;
	top:0px;
	left:0px;
	background-image:url(../images/header_vino.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}
div#logo{
	position:absolute;
	left:16px;
	width:300px;
	top:-56px;
	height:207px;
}
div#corner_topleft{
	position:absolute;
	width:10px;
	height:10px;
	left:0px;
	top:0px;
}
div#corner_bottomleft{
	position:absolute;
	width:10px;
	height:10px;
	left:0px;
	bottom:0px;
}
div#loghi_sponsor{
	position:absolute;
	width:330px;
	height:90px;
	left:0px;
	bottom:0px;
	text-align:center;
}

div#testo_hp{
	position:absolute;
	left:0px;
	top:0px;
	margin:40px;
	width: 550px;
}
div#boxbianco{
	background-color:#FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	position:absolute;
	left:30px;
	top:290px;
	width: 560px;
	height:280px;
	border: 1px solid #8a8a8a;
	z-index:1;
}
div#boxcontatti{
	background-color:#FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	position:absolute;
	left:30px;
	top:370px;
	width: 560px;
	height:200px;
	border: 1px solid #8a8a8a;
	z-index:1;
}
div#boxregistrazione{
	background-color:#FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	position:absolute;
	left:30px;
	top:140px;
	width: 560px;
	height:430px;
	border: 1px solid #8a8a8a;
	z-index:1;
}
div#boxgrazie{
	background-color:#FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	position:absolute;
	left:30px;
	top:260px;
	width: 560px;
	height:130px;
	border: 1px solid #8a8a8a;
	z-index:1;
}
div#boxmappa{
	background-color:#FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	position:absolute;
	left:30px;
	top:180px;
	width: 560px;
	height:390px;
	border: 1px solid #8a8a8a;
	z-index:1;
}

div#testo_info{
	position:absolute;
	left:50px;
	top:310px;
	width: 500px;
	height:230px;
	z-index:2;
}
div#registrati_hp{
	position:absolute;
	left:0px;
	bottom:0px;
	margin:40px;
	width: 550px;
}

.spacer5 { height:5px; font-size:1px; line-height:1px; clear:both; }
.spacer10 { height:10px; font-size:1px; line-height:1px; clear:both; }
.spacer14 { height:14px; font-size:1px; line-height:1px; clear:both; }
.spacer20 { height:20px; font-size:1px; line-height:1px; clear:both; }

/*//////////////////////////////////////////////////////// MENU */
.glossymenu{
margin: 0px;
padding: 0px;
width: 250px; /*width of menu*/
border: 0px solid #FFFFFF;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background-image: url(../images/tassello_out.gif);
background-repeat:repeat-x;
background-position:top;
font-family: "Georgia", "Times New Roman", "Times", "serif";
font-size:16px;
color: #666666;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
text-decoration: none;
text-align:left;
outline:none;
display:block;
border: 1px solid #8a8a8a;
padding:10px;
}
.glossymenu a.menuitem:hover{
background-image: url(../images/tassello_over.gif);
background-repeat:repeat-x;
background-position:top;
color:#FFFFFF;
outline:none;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	display:block;
}
.input{
	border:1px solid #B4B4B4;
	padding:2px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
