/* GPS EXPERIENCE PRINCIPALE */

html {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #5F4C3F url(../images/page_bg.png) top left no-repeat;	
}
body {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3A425A;
	margin: 0px;
	padding: 0px;	
}

#mainWrapper {
	position: relative;
	width: 920px;
	margin: 0px 0px 0px 50px;	
}

img, div, a, input { behavior: url(include/iepngfix.htc) }

a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #556182;
	font-weight: bold;
}
a:hover {
	color: #9B4135;
}
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 {
	position: absolute;
	top: 50px;
	left: 2px;
}
#Menu {
	position: absolute;
	top: 320px;
	left: 60px;
	color: #CBBB9D;
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 14px;
}
#Menu a, #Menu a:link, #Menu a:active, #Menu a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #CBBB9D;	
	padding: 5px 5px 10px 2px;
	background: url(../images/menu_hr_bg.png) right bottom no-repeat;
	display: block;
}
#Menu a:hover {
	color: #fff;
}
#Menu a.checked {color: #b07f48; font-weight: normal;}

/* MENU LINGUE */
#lingue {
	position: absolute;
	top: 200px;
	left: 7px;
	width: 120px;
	height: 30px;
	padding-top: 0px;
	margin: 0px auto;
}
a.lingue, a.lingue:link, a.lingue:active, a.lingue:visited {
	padding: 2px;
	width: 18px;
	height: 12px;
	border: solid 1px #D2D2BB;
	margin-right: 10px;
	background: none ;
	background-image: none;
	text-decoration: none;
	float: right;
}
a.lingue:hover {
	border: solid 1px #9C3E2D;
	background: none;
	background-image: none;	
}
a.linguaon {
	padding: 2px;
	width: 18px;
	height: 12px;
	border: solid 1px #9C3E2D;
	margin-right: 10px;
	background: none ;
	background-image: none;
	text-decoration: none;
	float: right;
}


#MainPic {
	position: absolute;
	top: 0px;
	left: 220px;
	width: 656px;
	height: 185px;
	padding: 25px;
	margin: 0px;
	background: url(../images/mainpic_bg.png) no-repeat top left;
	z-index: 10;
}

#Mappa {
	width: 656px;
	height: 185px;
}
#Showreel {
	width: 656px;
	height: 185px;
	overflow: hidden;	
}

#Page {
	position: absolute;
	top: 235px;
	left: 220px;
	width: 676px;
	height: 455px;
	padding: 0px 15px 15px 15px;
}

/* Footer */
#Footer {
	position: absolute;
	left: 220px;
	top: 700px;
	padding: 30px 0px 0px 0px;
	color: #FFF;
}


/* elementi editoriali */
img.bordo {
	width: 195px;
	height: 130px;
	padding: 10px;
	background: url(../images/img_bg.png) no-repeat top left;
}
ul {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
li {
	width: 445px;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	background: url(../images/list_hr_bg.png) right bottom no-repeat;
	font-weight: bold;
	color: #9B4135;
}


.Colonna {
	width: 215px;
	float: left;
	margin-left: 15px;
}
.ColonnaDoppia {
	width: 445px;
	float:left;
	margin-left: 0px;
}
.NoMarginLeft {
	margin-left: 0px;
}
#Page_Privacy {
	margin-left: 240px;
	padding-right: 10px;
		
}

/* titoli */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #9B4135;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #666;
	margin: 0px;
	font-weight: normal;
}
h2 a, h2 a:link, h2 a:acive, h2 a:visited, h2 a:hover { font-weight: normal; text-decoration: none;}



input.txt { 
	width: 187px; 
	height: 15px;
	padding: 8px 10px 8px 10px;
	border: none;
	background: url(../images/input_bg.png) no-repeat top left;
	font-size: 11px;
}
#txtarea_wrapper {
	width: 425px; 
	height: 110px;
	padding: 15px 10px 20px 15px;
	border: none;
	background: url(../images/textarea_bg.png) no-repeat top left;
	margin: 0px;
}
textarea { 
	width: 425px; 
	height: 105px;
	border: none;
	background: #fbf8f6;
}
input.checkbox {
	margin: 0px;
	padding: 0px;
}

span.label {
	display: block;
	padding: 0px 0px 0px 5px;
}

input.bottone {
	width: 206px;
	height: 34px;
	padding: 4px 10px 8px 10px;
	background: url(../images/bottone_bg.png) no-repeat top left;
	margin: 0px;
	font-size: 10px;
	color: #FFF;
	border: none;
	font-weight: bold;
}
