﻿/* GPS EXPERIENCE PRINCIPALE */

html {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #ebebeb ;	
}
#Page {
	position: relative;
	width: 905px;
	margin: 10px auto;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	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: #0071BC;
	font-weight: normal;
}
a:hover {
	color: #F15A24;
}
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: 347px;
	text-align: left;
}
#Menu {
	text-align: center;
	color: #6DCFF6;
	width: 905px;
	padding-top: 10px;
	height: 25px;
	margin-top: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 12px;
	background: url("../images/menu_bg_2.png") no-repeat bottom center;
}
#Menu a, #Menu a:link, #Menu a:active, #Menu a:visited {
	text-decoration: none;
	font-weight: bold;
	width: 150px;
	text-align: center;
	color: #fff;
	padding: 5px 10px 0px 10px;
}
#Menu a:hover {
	color: #ff9900; text-decoration: underline;
}
#Menu a.on {color: #92D7E7; font-weight: bold;}
#Service {
	position: absolute;
	text-align: right;
	right: 0px;
	top: 35px;
	z-index: 20;
	color: #CCC;
}
#Service a, #Service a:link, #Service a:active, #Service a:visited {
	padding: 0px 10px 0px 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #999;
}
#Service a:hover { 	color: #333; }
#Service a.on { color: #FF6600; text-decoration: none;}
#MainPic {
	width: 902px;
	height: 290px;
	margin: 0px 0px 10px 0px;
	border-top: none;
	padding-top: 0px;
}
#Mainpic_inside { 
	width: 902px;
	height: 280px;
	margin: 10px 0px 0px 0px;
	border-top: none;
	padding-top: 0px;
}
.Colonna {
	width: 210px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
.Small {
	font-size: 12px;
}
.ColonnaDoppia {
	margin-top: 10px;	
	width: 420px;
	float:left;
}
.ColonnaTripla {
	margin-top: 10px;	
	width: 670px;
	float:left;
}
.NoMarginLeft {
	margin-left: 0px;
}
.Page {
	width: 675px;
	float: left;
	margin-left: 15px;
}
#Mappa {
	width: 675px;
	height: 395px;
	background: #f2f2f2;
	margin-bottom: 10px;
}
a.thumb, a.thumb:link, a.thumb:active, a.thumb:visited {
	padding: 5px;;
	text-decoration: none;
	background: #CCC;
	display: block;
}
a.thumb:hover { background: #29abe2; }

/* titoli */
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #29ABE2;
	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 3px 3px 5px;
	font-weight: bold;
	background: #29ABE2;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #29ABE2;
	margin: 3px 0px 0px 0px;
	font-weight: bold;
}



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: 200px;}


/* Footer */
#Footer {
	width: 900px;
	clear: both;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	color: #999;
}


