/* GPS EXPERIENCE PRINCIPALE */

html {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #FFF url(../images/header_bg.jpg) top left repeat-x;	
}
body {
	position: relative;
	width: 905px;
	margin: 10px auto;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

img, div, a, input { behavior: url(include/iepngfix.htc) }
hr { margin-top: 10px; margin-bottom: 10px; }
a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #0397d6;
	font-weight: bold;
}
a:hover {
	color: #04445f;
}
a.negativo, a.negativo:link, a.negativo:active, a.negativo:visited {
	text-decoration: underline;
	color: #FFF;
	font-weight: normal;
}
a.negativo:hover {
	color: #111;
}
p {
	margin: 5px 0px 5px 0px;
}
/* Elementi di Pagina */
#Logo {
	margin: 15px 0px 0px 0px;
	width: 210px;
	text-align: center;
}
#Menu {
	text-align: right;
	color: #ccc;
	width: 904px;
	height: 43px;
	margin-top: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 12px;
	background: url(../images/menu_bg.jpg) no-repeat bottom center;
}
#Menu a, #Menu a:link, #Menu a:active, #Menu a:visited {
	text-decoration: none;
	font-weight: bold;
	width: 150px;
	display: block;
	float: left;
	text-align: center;
	color: #054571;
	padding: 15px 0px 0px 0px;
}
#Menu a:hover {
	color: #06a1ff;
}
#Menu a.checked {color: #0397d6; font-weight: bold;}
#Service {
	position: absolute;
	text-align: right;
	right: 0px;
	top: 50px;
	z-index: 20;
	color: #06a1ff;
}
#Service a, #Service a:link, #Service a:active, #Service a:visited {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: #FFF;
}
#Service a:hover, #Service a.on {
	color: #06a1ff;
}
#MainPic {
	width: 902px;
	height: 260px;
	border: solid 1px #c6c6c6;
	margin-bottom: 20px;
	border-top: none;
	padding-top: 0px;
}
#MainPic .banner {
	with: 210px;
	height: 260px;
	float: left;
}
#MainPic .banner a, #MainPic .banner a:link, #MainPic .banner a:active, #MainPic .banner a:visited, #MainPic .banner a:hover {
	width: 209px;
	height: 86px;
	margin-bottom: 1px;
	display: block;
	text-decoration: none;
}
.banner a.residenziale { background: url(../images/residenziale_banner_on.jpg) no-repeat top left; }
.banner a.residenziale:hover, .banner a.residenziale_on { background: url(../images/residenziale_banner.jpg) no-repeat top left; }
.banner a.industriale { background: url(../images/industriale_banner_on.jpg) no-repeat top left; }
.banner a.industriale:hover, .banner a.industriale_on { background: url(../images/industriale_banner.jpg) no-repeat top left; }
.banner a.speciali { background: url(../images/speciali_banner_on.jpg) no-repeat top left; margin-bottom: 0px;}
.banner a.speciali:hover, .banner a.speciali_on{ background: url(../images/speciali_banner.jpg) no-repeat top left; }
#Pic {
	margin-left: 1px;
	width: 691px;
	height: 260px;
	float: left;	
	
}
.Colonna {
	width: 210px;
	float: left;
	margin-left: 20px;
}
.ColonnaDoppia {
	width: 440px;
	float:left;
	margin-left: 0px;
}
.ColonnaTripla {
	width: 670px;
	float:left;
	margin-left: 0px;
}
.NoMarginLeft {
	margin-left: 0px;
}
.Page {
	width: 675px;
	float: left;
	margin-left: 15px;
}
#Mappa {
	width: 675px;
	height: 395px;
	background: #f2f2f2;
	margin-bottom: 10px;
	/*margin-top: 15px;*/
	/* display:none; */
}
.pic_corredo {
	width: 188px;
	height: 120px;
	border: solid 3px #999;
	margin-bottom: 5px;
}


/* titoli */
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #0397d6;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background: #FFF;
}

h2.blu { background: #156095; }
h2.verde{ background: #548903;}
h2.azzurro { background: #02adf3;}
h2.arancio { background: #cca003; }



a.title, a.title:link, a.title:active, a.title:visited {
	text-decoration: none;
	font-weight: normal;
	cursor: hand;
	color: #fff;
}
a.title:hover {
	text-decoration: none;
	color: #333;
}
input.txt { width: 220px; }
textarea { width: 670px; height: 150px;}


/* Footer */
#Footer {
	width: 900px;
	clear: both;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	font-size: 11px;
}
