﻿html, body {
  height: 100%; 
}
body{
    background:url('../images/grafica/bgk.jpg') repeat-x;
	background-color:#F3E6C9;
    padding:0px;
    margin:0px;
    font:13px Verdana, Helvetica, sans-serif;
}
p{
	color:#1D3B18;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	}
.clear{
	clear:both;
	}
#container{
	position:relative;
	width:1013px;
	margin:0px;
	height:auto;
	background:url('../images/grafica/bg.jpg') repeat-y;
	}
#header{
	position:relative;
	float:left;
	width:100%;
	height:20px;
	background:url('../images/grafica/bg_header.jpg') repeat-y;
	}
/*--------------------------------------LEFT-----------------------------------*/
#left{
	position:relative;
	float:left;
	width:330px;
	padding-left:0px;
	margin-left:7px;
	background-color:#DAD49F;
	}
#logo{
	position:relative;
	float:left;
	margin-left:0px;
	padding-left:0px;
	background-color:#FFF;
	width:332px;
	height:208px;
}
#lingue{
	position:relative;
	float:left;
	background:url('../images/grafica/bg-bandiere.jpg') no-repeat;
	width:331px;
	height:31px;
	}
#lingue a{
	font-variant:small-caps;
	color:#BEBBB9;
	text-decoration:none;
	font-size:20px;
	margin-right:5px;
	margin-left:7px;
	margin-top:5px;
}
#menu{
	position:relative;
	float:left;
	margin-left:0px;
	left:0px;
	padding-left:0px;
	list-style-type:none;
	width:280px;
	margin-left:26px;
	margin-top:43px;
	}
#menu li{
	position:relative;
	float:left;
	margin-left:0px;
	left:0px;
	padding-left:0px;
	list-style-type:none;
	width:100%;
	height:37px;
	margin-top:9px;
	}
.selezionato{
	background:url('../images/grafica/bg-menu.jpg') no-repeat;
	}
#contatto{
	position:relative;
	margin-top:27px;
	background:url('../images/grafica/bg-contatti.gif') no-repeat;
	width:295px;
	height:170px;
	border:0;
	}
#contatto p{
	position:relative;
	text-align:left;
	padding-top:51px;
	width:180px;
	padding-left:70px;
	color:#FFF;
	line-height:17px;
	font-size:13px;
	}
#contacts{
	position:relative;
	margin-top:27px;
	background:url('../images/grafica/bg-contacts.gif') no-repeat;
	width:295px;
	height:170px;
	border:0;
	}
#contacts p{
	position:relative;
	text-align:left;
	padding-top:51px;
	width:180px;
	padding-left:70px;
	color:#FFF;
	line-height:17px;
	font-size:13px;
	}
/*--------------------------------------RIGHT-----------------------------------*/	
#right{
	position:relative;
	float:left;
	width:670px;
	height:100%;
	padding-left:0px;
	}
	
#right h2{
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:30px;
	font-size:16px;
	color:#000000;
	width: 100%;
	text-align:left;
	font-family:Georgia, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px #1c3b18 solid;
}
#right span.news{
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:10px;
}		
#right span{
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:30px;
}	
#right p{
	position:relative;
	float:left;
	text-align:justify;
	margin-left:20px;
	margin-top:35px;
	width:622px;
}
#territorio{
	position:relative;
	float:left;
	list-style-type:none;
	width:100%;
	text-align:left;
	}
#territorio ul li{
	position:relative;
	float:left;
	list-style-type:none;
	width:100%;
	}
/*TARIFFE*/
#box-tariffe{
	position:relative;
	float:left;
	top:40px;
	margin-left:20px;
	width:550px;
	height:auto;
	background-color:#FFF;
	border:solid 2px #F3E6C9;
	margin-bottom:50px;
	}
#tariffe{
	position:relative;
	float:left;
	width:550px;
	left:10px;
	margin:15px 0px 15px 0px;
	height:auto;
	}
#tariffe td{
	position:relative;
 }
#tariffe tr{
	position:relative;
	clear:both;
	margin:0px;
	padding:0px;
 }
.prezzario{
	color:#1D3B18;
	margin:10px 0px 10px 0px;
	font-weight:bold;
}	
/*Footer*/
#footer{
	position:relative;
	float:left;
	background:url('../images/grafica/bg.jpg') repeat-y;
	width:1013px;
	height:70px;
	padding-top:150px;
 	}
#footer p{
	font-size:12px;
	padding-left:50px;
	top:0px;
	margin-top:0px;
	padding-top:0px;
}
.mail{
	color:#FFF;
	text-decoration:underline;
	}
.mail:hover{
	color:#FFF;
	text-decoration:none;
	}
#credits{
	position:relative;
	float:right;
	width:700px;
	text-align:left;
	padding-left:0px;
	padding-bottom:0px;
	color:#FFE8B4;
	}
#credits p a{
	color:#1D3B18;
}
#credits p a:hover{
	text-decoration:none;
	color:#1D3B18;
}
