@charset "UTF-8";
/* CSS Document */



body{
	color:#887E4D;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:100;
	line-height:19px;
	background-image:url(img/bg-fixed.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#000;
}

#logo{
	position:absolute;
	left: 51px;
	top: 4px;
	}

#container{
	margin:0 auto;
	min-height:600px;
	padding-left:50px;
	padding-right:150px;
	position:relative;
	width:729px;
	}

#toolbar{
	position:absolute;
	width:451px;
	height:115;
	left: 408px;
	top: 3px;
	}

.home-on{
	background-image:url(img/home-on.png);
	height:115px;
	width:106px;
	float:left;
	}

.home-off{
	background-image:url(img/home-off.png);
	height:115px;
	width:106px;
	float:left;
	}
	
.gallery-on{
	background-image:url(img/gallery-on.png);
	height:115px;
	width:129px;
	float:left;
	}

.gallery-off{
	background-image:url(img/gallery-off.png);
	height:115px;
	width:129px;
	float:left;
	}
	
.mostre-on{
	background-image:url(img/mostre-on.png);
	height:115px;
	width:112px;
	float:left;
	}

.mostre-off{
	background-image:url(img/mostre-off.png);
	height:115px;
	width:112px;
	float:left;
	}
	
.contatto-on{
	background-image:url(img/contatto-on.png);
	height:115px;
	width:103px;
	float:left;
	}

.contatto-off{
	background-image:url(img/contatto-off.png);
	height:115px;
	width:103px;
	float:left;
	}
	
a:link, a:visited {
	border:medium none;
color:#887E4D;
text-decoration:none;
font-size:12px;
	}
	
	
a:hover {
	color:#CF9;
	}
	


.content{
	margin:0 0;
	padding-top:200px;	
	}

.strong {
  font-size:18px;
}