/* CSS Document */


body
{
	height:100%;
	width:100%;
	background:#FFFFFF;
	margin:0px;
	padding:0px;
	
}

P {LINE-HEIGHT: 120%;
}

.background1 {
background-image: url(img/news.gif);
background-repeat: no-repeat;
} 


div, td
{
	font-family: helvetica,arial,verdana;
	font-size: 11px;
	color:#9b9b9b;
}

h1
{
	font-family:garamond;
	font-size:35px;
	font-weight:normal;
	margin:0px;
}
.Stile2
{ font-family:Helvetica, Arial, sans-serif;
font-size:10px/3px;
}

h2
{
	font-size:12px;
	color:#9b9b9b;
	margin:0px;
}

h3
{
	font-size:12px;
	color:#9b9b9b;
	margin:0px;
}

hr
{
	color:#404040;
	border:0px;
	margin:0px;
}

.date
{
	font-family:georgia;
}

.quiet
{
	color:#6b6b6b;
}




#menu { display:block;  }
#menu a { margin:5px 10px; padding:5px 5px; height:24px; text-decoration:none; color:#9b9b9b; }
#menu a:hover { background:#ddd; text-decoration:none; height:24px; }

a
{
	color:#9b9b9b;
}

a:hover
{
	background:#ddd;
/*	border-bottom:1px solid #ddd;  */
}

a.nohover:hover
{
	background:transparent;
	border-bottom:0px;
}

#container
{
	padding:0px 0px 20px 0px;
}


#footer
{
	background:#fff;
	padding:20px 10px 10px 10px;
}

.footerContent
{
	float:left; width:170px; margin-right:50px; text-align:left;
}
.footerContent h2,a
{
	color:#616161;
}

select
{
	background:#fff;
	border:1px solid #9b9b9b;
	color:#9b9b9b;
	font-size:10px;
}

input, textarea
{
	background:#fff;
	border:1px solid #9b9b9b;
	color:#9b9b9b;
	font-size:10px;
	font-family:verdana;
}
textarea
{
	font-family:verdana;
	font-size:10px;
}


.shopbutton
{
	background:#fbe108;
	color:white;
	font-family:arial;
	font-size:3em;
	border: 0px outset #fbe108;
}

.button
{
	background:#333333;
	border:1px solid #38566E;
	color:#659CC7;
}



.black-transparent-box
{
	position:absolute;
	left:0px;
	bottom:12px;
	_bottom:149px;
	background:url(/images/black-50-percent.png);
	padding:10px 20px 10px 10px;
	width:200px;
}

.black-transparent-box { color:white; font-size:1.3em;}

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


