/* ************ FONT ************** */

.title { font-family:BN Pinky, Arial Condensed, Verdana; font-size: 6em; line-height: 0em; height:10px; color: #3b3962; text-align:center;}
.paragraph { font-family:BN Pinky, Arial Condensed, Verdana; font-size: 1.5em; line-height:1.5em; color: #3b3962;}

.text { font-family:Verdana, Arial; font-size: 11px; line-height: 18px; color: #3b3962;}

.paragraph a:link { color: #3b3962; text-decoration:none; font-weight:normal}
.paragraph a:hover { color: #5b588a; text-decoration:none; font-weight:normal}
.paragraph a:visited { color: #3b3962; text-decoration:none; font-weight:normal}

/* ************ VERTICAL ALIGN *********** */
* {margin:0;padding:0}
/* mac hide \*/
html,body{
	height:100%;
	width:100%;
	background-color: #fff;
	background-image: url(../immagini/sfondo.gif);
	background-repeat: no-repeat;
	background-position: center;
}
/* end hide */
body {
text-align:center;
min-height:650px;/* for good browsers*/
min-width:800px;/* for good browsers*/
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 650px;
}
#inner {
width: 800px;
height: 650px;
text-align: center;
margin-left:auto;
margin-right:auto;
border:1px solid white
}
#logo {
margin-top:10px;
}

#menu a:link, #menu a:visited { font-family:Verdana, Arial; font-size: 12px; line-height: 18px; color: #3b3962; text-decoration:none; padding: 0 24px 0 24px;}
#menu a:hover, #menu span {font-family:Verdana, Arial; font-size: 12px; line-height: 18px; color: #993300; text-decoration:none; padding: 0 24px 0 24px;}

.collection { border:1px solid #ccc; width:50px; height:50px; margin:6px 0 0 6px; float:left;}
.collection:hover { border:1px solid #96a2b5 !important }
.collection:visited { border:1px solid #77869f !important }

.collection_blank { border:1px solid #fff; width:50px; height:50px; margin:6px 0 0 6px; float:left;}

#titcollection { padding-top:12px; text-align:right; vertical-align: top; float:left; width:210px; height: 440px; }

.gradualfader { border:0px solid #666 }
