/* MAIN */
html, body{
	margin: 0;
	padding:0;
	background:#fff;
}

#container{
	width: 800px;
	margin: 10px auto; 
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* HEADER */
#header{
	height:90px;
	position:relative;
}

#logo{
	float:left;
}

#name{
	margin:15px 20px;
}

#address{
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	color:#40249D;
	font-size:12px;
}

#address p{
	margin:0;
	margin-bottom:2px;
}

#header a{
	color:#40249D;
	text-decoration:none;
}

#header a:hover{
	text-decoration:underline;
}


/* INDEX */
#index{
	width:100%;
	background: #40249D url(../images/menubg.jpg) repeat-x;
	height:34px;
}

#corner{
	background: url(../images/menusx.jpg) no-repeat left;
	height:100%;
}

#index ul{
	background: url(../images/menudx.jpg) no-repeat right;
	height:100%;
	list-style: none;
	padding:0;
	margin:0;
	text-align:center;
}

#index li{
	display:inline;
	line-height:30px;
	padding-left:20px;
	padding-right:20px;
}

#index a, #index .selected{
	text-decoration:none;
	color:#fff;
	font-size:14px;
}

#index a:hover, #index .selected{
	color:#E55728;
}

/* CONTENT */
#content{
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;
	font-size:12px;
}

#content p{
	text-align:justify;
	margin:0;
	margin-bottom:10px;
	clear:both;
}

#content a{
	color:#006;
	text-decoration:underline;
}

#content a:hover{
	text-decoration:none;
}

.center{
	text-align:center;
}

.left{
	float:left;
	margin-right:20px;
}

.right{
	float:right;
	margin-left:20px;
}

#content img, #content #prodotti .border img{
	margin-bottom:10px;
	border: 1px solid #40249D;
}

#content #home{
	border:0;
	margin:0;
}

#content #gallery img{
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
}

#content #prodotti, #content #prodotti p{
	text-align:center;
}

#content #prodotti img, #content #cartina img{
	border:0;
	margin-top:10px;
}

#content h1{
	font-size:16px;
	color:#40249D;
	margin:0;
	margin-bottom:20px;
}

#content h2{
	font-size:16px;
	color:#40249D;
	margin-top:20px;
	margin-bottom:10px;
	text-align:left;
}

#content #prodotti p{
	margin-bottom:30px;
}

#content #cartina{
	clear:none;
	text-align:center;
}

#content #dati{
	float:left;
}

#content .margin{
	margin-top:50px;
}

/* FOOTER */
#footer{
	width:100%;
	text-align:center;
	height:37px;
	clear:both;
	margin-bottom:10px;
}

#line{
	width:100%;
	background: url(../images/barbg.jpg) repeat-x;
	height:9px;
	padding:0;
}

#cornersx{
	background: url(../images/barsx.jpg) no-repeat left top;
	height:9px;
}

#cornerdx{
	background: url(../images/bardx.jpg) no-repeat right top;
	height:9px;
}

#footer p{
	font-size:10px;
	margin:0;
	margin-top:10px;
	color:#40249D;
}

#footer a{
	color:#40249D;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}