/* Reset Defaults
--------------------------------------------------------------------------------------- */


/** Basic Selectors
--------------------------------------------------------------------------------------- */

html {height: 100%; margin: 0px;}
body { background: #69100c; font: normal 80% Arial, Helvetica, Verdana, sans-serif; color: #fff; height: 100%; margin: 0px;}

h1,h2 { font-size:2em; font-weight:normal; color: #432501; font-family: Georgia, "Times New Roman", Times, serif;margin: 2px;}
h4 { font-size:1.6em; font-weight:normal; color: #432501; font-family: Georgia, "Times New Roman", Times, serif;margin: 2px;}
h3 { font-size:1.4em; font-weight:bold; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #c62c24; font-weight: normal; margin: 0px; }
h5 { font-size:1.2em; font-weight:bold; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #fff; font-weight: normal; margin: 0px; background: #c62c24; padding: 3px;}
.footer h3 {color: #FFF; }
p { /*font-size:1.2em;*/ margin:0px; }
small { font-size:1.1em;}

.hide {display: none;}
.overflow { width: 100%; overflow: hidden; }


/* Links
--------------------------------------------------------------------------------------- */

a {font-weight: bold; text-decoration: none;}
a:link { color: #bd2822;}
a:visited { color: #bd2822;}
a:hover { color: #bd2822; text-decoration: underline;}
a:active { color: #bd2822;}
.header a.on, .header a.on:link, .header a.on:active, .header a.on:visited, .header a.on:hover {color: #FFF; text-decoration: none; }

.header a:link { color: #e9b910;}
.header a:visited { color: #e9b910;}
.header a:hover { color: #e9b910; text-decoration: underline;}
.header a:active { color: #e9b910;}

.footer a:link { color: #c6312b;}
.footer a:visited { color: #c6312b;}
.footer a:hover { color: #fce406; text-decoration: underline;}
.footer a:active { color: #c6312b;}


.btn_download { display:block; width: 158px; height: 47px; text-indent: -9999px; background: transparent url(../images/download.png) top left no-repeat; }
.btn_download:hover { background-position: bottom left;}

.networks li { margin-bottom: 10px;}
.networks a { display: block; height: 19px; text-indent: -9999px; margin: 5px 0px 10px 5px; }
.networks a.facebook { width:90px; background: transparent url(../images/facebook.gif) top left no-repeat;}
.networks a.facebook:hover { background-position: top right;}
.networks a.myspace { width:106px; background: transparent url(../images/myspace.gif) top left no-repeat;}
.networks a.myspace:hover { background-position: top right;}
.networks a.flickr { width:66px; background: transparent url(../images/flickr.gif) top left no-repeat;}
.networks a.flickr:hover { background-position: top right;}
.networks a.youtube { width:51px; background: transparent url(../images/youtube.gif) top left no-repeat;}
.networks a.youtube:hover { background-position: top right;}

.copyright h2 { float: right; display: inline; margin-top: 2px; font-size: 15px; color: #fff; }
.copyright h2 a { display: block; width: 73px; height: 13px; text-indent: -9999px; outline: none; background: transparent url(../images/tonidigrigio.png) left top no-repeat; margin-top: 5px; }
.copyright h2 a:hover { background-position: left bottom ; }

h5 a, h5 a:link, h5 a:hover, h5 a:active, h5 a:visited { color: #FFCC00; font-weight: normal; font-size: 12px;	text-decoration: underline}
h5 a:hover { color: #fff;}

/* Main Structural Selectors
--------------------------------------------------------------------------------------- */

.header_box { width:100%; background: transparent url(.../images/bg_header.jpg) top center repeat-x;}
.header { width:960px; margin: 0 auto; padding: 0 0 0 0; }
.content_box { width:100%; margin: 0 auto; background: #fbdf05 url(../images/bg_content.jpg) top center repeat-x; padding: 20px 0; }
.content { width:940px; margin: 0 auto; padding: 0px; color: #000}

.footer_box { width:100%; background: #bc2821 url(../images/bg_footer.jpg) top center repeat-x; padding: 24px 0 34px 0; }
.footer { width: 940px; margin: 0px auto; padding: 20px 0px; overflow: hidden;  color: #fce406; }
.copyright_box { width:100%; background: #69100c url(../images/bg_copyright.jpg) top center repeat-x; }
.copyright { width: 940px; margin: 0px auto; padding: 20px 0px; overflow: hidden;  color: #fce406;}

/* Header Layout
--------------------------------------------------------------------------------------- */

.header h1 { margin: 30px 20px 15px 0px; }
.header h1 a { display: block; width: 500px; height: 60px; text-indent: -9999px; background: transparent url(../images/terranostra_loog.png) top left no-repeat; margin-left: 260px;}

.menu { display: inline; margin: 0px; }
.menu p { text-align: left; margin: 0 0 20px 260px; color: #FFF; }

#Logo {width: 252px; height: 252px; position: absolute; margin-top: -140px; z-index: 3000; margin-left: -30px; }

/* WElcome */

.welcome { width:920px; height:410px; padding: 20px; margin:0; overflow: hidden; background: transparent url(../images/bg_welcome.jpg) top left no-repeat; margin-top: 0px; z-index: 100;}
.welcome_small { width:920px; height:200px; padding: 20px; margin:0; overflow: hidden; background: transparent url(../images/bg_welcome_small.jpg) top left no-repeat; margin-top: 0px; z-index: 100;}

.mappa {
	width: 920px; height: 410px; padding: 20px; margin: 0px; background: transparent url(../images/bg_welcome.jpg) top left no-repeat; margin-top: 0px; z-index: 100;	
}
#map {
	width: 920px;
	height: 410px;
	margin: 0px;
}

/* Page Layout */

.colonna {
	width: 220px;
	margin-right: 20px;
	margin-top: 20px;
	float: left;
}
.colonna_doppia {
	width: 460px;
	margin-right: 20px;
	margin-top: 20px;
	float: left;
}
.colonna_tripla {
	width: 700px;
	margin-right: 0px;
	margin-top: 20px;
	float: left;
}
.nomargin{
	margin-right: 0px;	
	border-right: none;
}
.clear {
	clear: both;
	font-size: 2px;
	height: 20px;
}
.clear_border {
	clear: both;
	font-size: 2px;
	height: 10px;
	border-bottom: solid 1px #FFF;
	width: 960px;
}
.logo {
	width: 90px;
	float:left;
	margin-right:13px;
	text-align: center;
	font-size: 0.8em;
}
.networks {
	width: 105px;
	float: left;
	margin: 0px 0px 0px 0px;
	text-align:left;
}
.arch {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	}