body {
	background-image:url(img/sf.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	}
div.main {
	clear: both;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}
div.special_sx {
	text-align:center;
	float: left;
	width: auto;
	}
div.main_center {
	width: 800px;
	float: left;
	}
div.special_dx {
	text-align: center;
	float: left;
	width: auto;
	}
div.logo {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	clear:both;
	}
table.galleria {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	}
table.prezzi {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	}
td.prezzi_t {
	padding: 3px;
	font-weight:bold;
	background-color: #FFCC66;
	}
td.prezzi_c {
	width: 350px;
	padding: 3px;
	border-bottom: 1px dotted #666666;
	}
td.prezzi_s {
	width: 125px;
	padding: 3px;
	border-bottom: 1px dotted #666666;
	}
td.gallery {
	width: 160px;
	padding: 3px;
	text-align:center;
	}
div.galleria {
	float: left;
	width: 150px;
	margin: 5px;
	text-align:center;
	}
div.img_container {
	clear: both;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	}
div.img_container2 {
	clear: both;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	}
div.centrato {
	width: 600px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}
div.prezzi_t {
	padding: 3px;
	width: 600px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
	font-style:italic;
	}
div.menu {
	clear:both;
	text-align:center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
div.menu_link {
	background-image:url(img/sf_menu.png);
	background-repeat:no-repeat;
	background-position:top center;
	width: 100px;
	text-align:center;
	clear:none;
	padding-top: 1px;
	}
table.menu {
	margin-left: auto;
	margin-right: auto;
	}
td.ticino_img {
	text-align:center;
	width: 200px;
	padding: 3px;
	}
td.ticino {
	vertical-align:top;
	text-align:justify;
	padding: 3px;
	}
div.special {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	font-size: 14px;
	text-align:center;
	}
div.content1 {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	background-image:url(img/sf_content1.png);
	background-repeat:no-repeat;
	background-position:top center;
	height: 35px;
	text-align:center;
	}
div.content2 {
	padding-top: 10px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	background-image:url(img/sf_content2.png);
	background-repeat:repeat-y;
	background-position: top center;
	min-height: 250px;
	margin-bottom: 0px;
	}
div.content3 {
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	background-image:url(img/sf_content3.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	height: 34px;
	}
h3 {
	padding-top: 20px;
	}
div.testo {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
	padding-top: 20px;
	}
div.testo_concorso {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
	padding-top: 20px;
	}
div.lingue {
	width: 700px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}
div.info {
	width: 700px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-style:italic;
	font-size:11px;
	}
div.copyright {
	width: 700px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	color: #999999;
	text-align:center;
	font-style:italic;
	font-size:11px;
	}
div.bnb {
	text-align:center;
	margin-top: 3px;
	}
img {
	border:0px;
	}

/* LIGHTBOX */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(prev2.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(next2.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: green; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #FFCC33;
	}
table.contatto {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	}
td.contatto_t {
	width: 25%;
	font-weight:bold;
	padding: 2px;
	vertical-align:top;
	}
td.contatto {
	width: 75%;
	padding: 2px;
	vertical-align:top;
	}
input.contatto {
	font-size: 12px;
	width: 250px;
	}
input.contatto_piccolo {
	font-size: 12px;
	width: 50px;
	}
textarea.contatto {
	font-size: 12px;
	width: 250px;
	}
a:link {color: blue; text-decoration:none;}
a:visited {color: blue; text-decoration:none;}
a:hover {color: blue; text-decoration:underline;}
a:link.menu {color: black; text-decoration:none;}
a:visited.menu {color: black; text-decoration:none;}
a:hover.menu {color: white; text-decoration:none;}
a:link.lingue {color: #FF9900; text-decoration:none;}
a:visited.lingue {color: #FF9900; text-decoration:none;}
a:hover.lingue {color: #FF9900; text-decoration:underline;}
a:link.copy {color: #999999; text-decoration:none;}
a:visited.copy {color: #999999; text-decoration:none;}
a:hover.copy {color: #999999; text-decoration:underline;}

