html, body{
	width:100%;
	height:100%;
}

body{
	background-color: white;
	background-image: url(../images/background_detail.jpg);
	
	background-repeat:repeat-x;
}

/* Eliminare questi */

a {
	color: #b71701;
	text-decoration: none;
}

a:hover {
	color: #c1f5f5;
	text-decoration: none;
}

#wrap div{
	padding-left:10px;
}

#right{
	position:absolute;
	left: 565px; 
	top: 79px;
	
}
#links{
	width: 350px;
	margin: 0 50px;
	color:#343434;
	font-size: 12px;
}

#links.tall{
	height: 69px;
	padding-left:0;
	overflow:hidden;
	line-height: 16px;
}
	
#links a{
	color: #b71701;
}

#topbar-top{
	display:block;
	font-size:12px;
	height: 20px;
	padding-top: 6px;
	background-color: #b71701;
}

#topbar-bottom{
	display:block;
	font-size:15px;
	height: 25px;
	padding-top: 5px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.description{
	margin-left: 20px;
}

#content{
	width: 470px;
	height:371px;
	color: #343434;
	font-size:11px;
	line-height: 18px;
	margin: 20px 0 10px 10px;
	overflow: hidden;
}

#content.short-list{
	height: 330px;
}

#content.list{
	height: 399px;
}

#content p{
	line-height: 15px;
	margin-bottom:18px;
}

#content .mar{
	margin-bottom: 35px;
}

#content h1{
	font-weight:bold;
	line-height:15px;
	font-size: 14px;
}

#content h2{
	line-height:13px;
	
	font-weight:bold;
	font-size: 13px;
}

#content h3{
	line-height:15px;
	
	font-weight:bold;
	font-size:12px;
	margin-bottom: 20px;
}

#list{
	height: 300px;
	margin-left: 20px;
}

#content ul{
	margin-left: 0px;
}

#content ul li{
	cursor:pointer;
	width: 100%;
	display:block;
	height: 22px;
	margin-bottom: 0px;
	font-size: 15px;
}

#content ul li.exhibition
{
	height: 70px;	
}

#content ul li a{
	color: #b71701;
}

#poster{
	cursor:pointer;
	position:absolute;
	left:-10px;
	top:0px;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 9999;
}

#poster-picture-wrap{
	display: table-row;
	position:absolute;
	text-align: center;
	left:50%;
	top:50%;
	margin-top: -275px;
	margin-left: -315px;
	width: 630px;
	height: 550px;
}

#poster-picture-wrap img{
	top:50%;
	position:relative;
}

#footer{
	background: #b71701;
}

#slider-arrows{
	position: absolute;
	left: 10px;
	padding: 0;
	top: 85px;	
}

#arrow-down{
	position:relative;
	top: 5px;
}

#slider-arrows img{
	display:block;
	margin-bottom: 10px;
}

#slider-track{
	position: relative;
	left: -9px;
	width: 10px;
	height: 200px;
	padding: 0;
}

#handle{
	width: 0px;
	height: 30px;
	background: white url(/images/handle.jpg);
}

#bottom-bar-top, #bottom-bar{
	padding-left: 20px;
	width: 970px;
}

#bottom-bar-top table{
	border:none;
	width: 970px;
}

#bottom-bar-top table tr td{
	text-align:center;
	padding: 0;
	width: 110px;
}

#bottom-bar-top table tr td a{
	display:block;
	text-indent: -9999px;
	width: 110px;
	height: 35px;
}

a#artists-link{
	background-image: url(/images/textimages/internal/normal/artists.jpg);
}

a#artists-link:hover{
	background: url(/images/textimages/internal/over/artists.jpg);
}

a#current-link{
	background-image: url(/images/textimages/internal/normal/current.jpg);
}

a#current-link:hover{
	background: url(/images/textimages/internal/over/current.jpg);
}

a#upcoming-link{
	background-image: url(/images/textimages/internal/normal/upcoming.jpg);
}

a#upcoming-link:hover{
	background: url(/images/textimages/internal/over/upcoming.jpg);
}

a#past-link{
	background-image: url(/images/textimages/internal/normal/past.jpg);
}

a#past-link:hover{
	background: url(/images/textimages/internal/over/past.jpg);
}

a#news-link{
	background-image: url(/images/textimages/internal/normal/news.jpg);
}

a#news-link:hover{
	background: url(/images/textimages/internal/over/news.jpg);
}

a#contact-link{
	background-image: url(/images/textimages/internal/normal/contact.jpg);
}

a#contact-link:hover{
	background: url(/images/textimages/internal/over/contact.jpg);
}

#bottom-bar-top table tr td a#west-link{
	width: 150px;
	background-image: url(/images/textimages/internal/normal/west.jpg);
}

#bottom-bar-top table tr td a#west-link:hover{
	background: url(/images/textimages/internal/over/west.jpg);
}

div#bottom-bar{
	height: 40px;
}


div#bottom-bar table{
	height: 39px;
	color: #c1f5f5;
	width: 970px;
}

div#bottom-bar table tr td{
	font-size: 15px;
}

div#bottom-bar table tr td a{
	color: #c1f5f5;
}

div#bottom-bar table tr td strong{
	font-size: 20px;
}

.left-list{
	margin: 20px 0 90px 30px;
}

ul.uppercase li{
	text-transform: uppercase;
}


