/* CSS Arix 2006 for amalfinet */

/* ------ main elements ------ */

body {
	margin: 0;
	padding: 0;
	background: #ECDAAE url("../img/bg.jpg");
	font: 70% Georgia, "Trebuchet MS", verdana, serif;
	color: #333;
	} 

a {
	color: #750202;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}
/* ------ structural elements ------ */

#top {
	background: #490618 url("../img/top1.jpg") no-repeat;
	height:282px;
	margin:0;
	padding:0;
}

#top2 {
	background: #490618 url("../img/top2.jpg") no-repeat;
	height:282px;
	margin:0;
	padding:0;
}

#top3 {
	background: #490618 url("../img/top3.jpg") no-repeat;
	height:282px;
	margin:0;
	padding:0;
}

#top4 {
	background: #490618 url("../img/top4.jpg") no-repeat;
	height:282px;
	margin:0;
	padding:0;
}

#top5 {
	background: #490618 url("../img/top5.jpg") no-repeat;
	height:282px;
	margin:0;
	padding:0;
}

#top6 {
	background: #490618 url("../img/top6.jpg") no-repeat;
	height:282px;
	margin:0;
	padding:0;
}

#top7 {
	background: #490618 url("../img/top7.jpg") no-repeat;
	height:282px;
	margin:0;
	padding:0;
}

#top8 {
	background: #490618 url("../img/top8.jpg") no-repeat;
	height:282px;
	margin:0;
	padding:0;
}

#top9 {
	background: #490618 url("../img/top9.jpg") no-repeat;
	height:282px;
	margin:0;
	padding:0;
}

#top10 {
	background: #490618 url("../img/top10.jpg") no-repeat;
	height:282px;
	margin:0;
	padding:0;
}

	#menu {
		margin: 0;
		padding: 0;
		position:absolute;
		left: 0;
		top: 210px;
	}

		#menu a {
			background: #fff;
			margin: 0px;
			padding: 4px 20px;
			font: 9px/2em "Lucida sans", arial, "Trebuchet MS", verdana, serif; 
			color: #666;
			text-decoration:none;
		}

		#menu a:hover, #menu a.on {
			background: #EDDBAF;
			}

#container {
	width:580px; 
	margin:0;
	padding:20px;
	float:left;
	}

#vigneti {
	padding: 6px 10px 10px 10px;
	width: 750px;
	height: 378px;
	background: transparent;
}

#printheader {
	display: none;
}

#printbottom {
	display: none;
}
/* ------ texts ------ */

p {
	font-size: 1em;
	line-height:1.5em;
	padding:0;
	margin: 0;
}

h1 {
	font-size: 1.4em;
	margin: 10px 0 10px 20px;
}
/* ------ classes ------ */

.right {
	float: right;
}

.left {
	float: left;
	margin-right: 10px;
}

/* ------ layers vini ------ */

.submenu {
	position: absolute;
	top:10px;
	left:60px;
	width: 600px;
	height: 550px;
	background: url("../img/bg_servizio1.gif") no-repeat;
	padding:0px;
}

.submenu p {
	margin:0 10px 0 20px;	
}

.submenu .close {
	float: right;
	margin: 6px 20px 0 0;
}


/* ------ layers vini ------ */

.submap {
	position: absolute;
	top:200px;
	left:140px;
	width: 571px;
	height: 336px;
	padding:0px;
}

.submap p {
	margin:0;	
}

.submap img {
	border:0;	
}

/* ------ table ------ */

table.register {
	font: 1em Georgia, "Trebuchet MS", verdana, serif;
}

td.white {
	background: #fff;
	padding-left: 4px;
}

td a {
	border: 4px solid #fff;
}

td a:hover {
	border: 4px solid #750202;
}

table.noborder td a {
	border: none;
}

table.noborder td a:hover {
	border: none;
}

/*------------------------form----------------------------*/

input {
	width:200px;
	background: #fff;
	border-right: 1px inset #ccc; 
	border-bottom: 1px inset #ccc; 
	border-top: none;
	border-left: none;
	font: 11px "Trebuchet ms", verdana, sans-serif;
	padding: 4px;
	color: #450515;
}

textarea {
	width:200px;
	background: #fff;
	border-right: 1px inset #ccc; 
	border-bottom: 1px inset #ccc; 
	border-top: none;
	border-left: none;
	font: 11px "Trebuchet ms", verdana, sans-serif;
	padding: 4px;
	color: #450515;
}