@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #c3c3c3;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 5px;
	font-size: 12px;
	line-height: 1.5;
}
#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#head_mese {
	height: 50px;
	width: 800px;
	background: url(../immagini/head_mese/head_mese02.jpg) no-repeat;
}
#head_mese p {
	padding: 30px 0 0 30px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#corpoprincipale_mese {
	height: auto;
	width: 800px;
	background: url(../thinkvr/immagini/bg_corpogrigio.jpg) repeat-y;
}
#contenutosinistra {
	padding: 3px 20px 0 40px;
	width: 740px;
}
#contenutosinistra h3 {
	text-indent: 30px;
	font-size: 14px;
	color: #222;
	background: url(../immagini/head_mese/fume.jpg) no-repeat left center;
	border-bottom: 1px dotted #222;
	margin: 10px 0;
	clear: both;
	width: 720px;
}
#contenutosinistra p {
	text-align: justify;
	margin: 0;
	width: 710px;
}
.descrizione {
	font-size: 11px;
	color: #000000;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
#spacer {
	clear:both;
	height: 2px;
}
#footer {
	height: 69px;
	width: auto;
	background: url(../thinkvr/immagini/footer01.gif) no-repeat;
}
#footer #copyright {
	background: url(../thinkvr/immagini/copyr.gif) no-repeat 40px -3px;
	height: 42px;
	width: 260px;
	float: left;
}
#footer #studio {
	padding-right: 45px;
	color: black;
	float:right;
	line-height:45px;
}
#info {
	text-align: center;
	border-top: 2px solid #033;
	margin-top: 0px;
	padding: 5px 0;
	background: #717f81 url(../immagini/360cities/sfondodivinfo.gif) repeat-x;
}
#info p {
	padding: 0 0 5px 0;
	font-size: 11px;
	color: #000;
}
a, a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #033;
}
#info a {
	color: #033;
}
#info a:visited {
	color: #033;
}
#info a:hover {
	color: #900;
}
.td_testo {
	font-size: 10px;
	color: #333;
	text-align: center;
}
#flash {
	height: 350px;
	width: 760px;
	text-align: center;
	background: #F2F2F2;
	margin-left: 20px;
}
.annuncio {
	display: block;
	margin: 10px 0;
	height: 100px;
}
.bandiera {
	position: absolute;
	left: 726px;
	top: 408px;
}
.sponsorListHolder {
	margin-bottom:5px;
	height: 520px;
}
.sponsor {
	width:160px;
	height:160px;
	float:left;
	margin:5px;
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
	color: #039;
}
.imgFlip {
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #666;
	background:#f9f9f9;
}
.sponsor strong {
	color: #693;
}
.sp .imgFlip:hover {
	border:1px solid #999;
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}
.imgFlip img {
	/* Centering the logo image in the middle of the imgFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
}
.imgData {
	/* Hiding the .imgData div */
	display:none;
}
.imgDescription {
	font-size:11px;
	padding:20px 10px;
	font-style:italic;
}
.imgURL {
	font-size:10px;
	font-weight:bold;
	padding-left:20px;
}
.clear {
	/* This class clears the floats */
	clear:both;
}
/* The styles below are only necessary for the styling of the demo page: */

.main {
	width:700px;
	padding: 0 0 0 15px;
}
.note {
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
}
a img {
	border:none;
}

