* { padding: 0px; margin: 0px; }



body {
	color: #777777;
	font-family: "Swiss 721 BT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	background-color: #EFEFEF;
}



a {
	color: #777777;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #777777;
	text-decoration: none;
}
a:hover {
	color: #777777;
	text-decoration: none;
}
a:active {
	color: #777777;
	text-decoration: none;
}
a img { border: none; }



h1, h2, h3, h4, h5 { color: #000000; }
h1 { font-size: 2.0em; }
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.0em;
	color: #777777;
}
h4, h5 { font-size: 1.0em; }



p {
	color: #777777;
	display: block;
	width: 500px;
	line-height: 1.35em;
	font-size: 0.85em;
	margin-top: 16px;
}

img {
	margin: 0px;
	padding: 0px;
}



.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }



.link { color: #777777; }
.link:hover { color: #000000; }



#container {
	display: block;
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0px;
	padding-bottom: 120px;
}

#content {
	position: relative;
	display: block;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}



#loadProgress {
	position: absolute;
	left: 0px;
	top: -36px;
}
#loadProgressTitle {
	font-size: 0.75em;
}
#loadProgressBar {
}
#loadBox {
	border: 1px solid #777777;
	width: 178px;
	height: 12px;
}
#loadPerc {
	background:#777777;
	height: 12px;
}
#loadProgressImage {
	position: absolute;
	top: 234px;
	left: 360px;
}



.elements {
	position: relative;
	list-style: none;
	display: block;
	width: 180px;
	height: 270px;
	overflow: hidden;
	float: left;
	margin-right: 19px;
}

.elements li {
	margin: 0px;
	padding: 0px;
}

.elements li a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 180px;
	overflow: hidden;
	background-color: #EFEFEF;
}

.elements li a img,
.elements li a:hover img {
	 border: none;
	 width: 180px; 
}

.togglers {
	list-style: none;
	display: block;
	width: 700px;
	float: left;
}
.togglers li {
	list-style-type: none;
	margin-bottom: 14px;
	margin-right: 16px;
	float: left;
	font-size: 1.25em;
	line-height: 0.75em;
}
.togglers li.active a {
	color: #000000;
}
.togglers li.active a:hover {
	color: #000000;
}



.noPreview {
	margin-top: 0px;
	padding: 15px;
	font-size: 0.75em;
	color: #EFEFEF;
	display: block;
	width: 150px;
	height: 150px;
	background-color: #777777;
}



#projectThumbs {
	list-style: none;
	display: block;
	height: 180px;
	margin-bottom: 24px;
	overflow: hidden;
}
#projectThumbs li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	position: relative;
}
#projectThumbs li a span {
	left: 0px;
	display: block;
	overflow: hidden;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0px;
	border: 2px solid #EFEFEF;
}
#projectThumbs li a:hover .thumbOver {
	border: 6px solid #000000;
	width: 48px;
	height: 48px;
}



#projectImage {
	text-align: center;
}



#base {
	background-repeat: repeat;
	background-image: url(../layout/base_bg.png);
	left: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 125px;
	position: fixed;
}

#baseContent {
	display: block;
	width: 900px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

#baseContent h1,
#baseContent h2,
#baseContent h3,
#baseContent h4 {
	font-size: 1.0em;
	display: block;
	height: 20px;
	float: left;
}

#baseContent h1 {
	margin-top: 25px;
	width: 900px;
}
#baseContent h2, #baseContent h3, #baseContent h4 {
	width: auto;
	margin-right: 20px;
}



#logo500 {
	display: block;
	width: 500px;
	height: 50px;
	overflow: hidden;
	background-image: url('../layout/mimi_mollica_500.png');
	background-repeat: no-repeat;
	margin-top: 15px;
}
#logo500 h1 { display: none; }



#navMenu, #navMenuImage {
	list-style: none;
	display: block;
	width: 900px;
	height: 43px;
	margin-top: 2px;
	
}
#navMenu li, #navMenuImage li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	font-size: 1.0em;
}
#navMenu li span { color: #000000; }
#navMenuImage {
	float: left;
	width: 800px;
}
#navMenuImage li {
	margin-right: 7px;
	font-size: 0.75em;
}



#imageNav {
	list-style: none;
	display: block;
	width: 90px;
	height: 25px;
	float: right;
	margin-top: -20px;
}
#imageNav li {
	list-style-type: none;
	float: right;
	margin-left: 6px;
}
#nextArrow, #prevArrow {
	background-repeat: no-repeat;
	list-style: none;
	display: block;
	width: 24px;
	height: 24px;
}
#nextArrow {
	background-image: url(../layout/arrow_next.png);
}
#prevArrow {
	background-image: url(../layout/arrow_prev.png);
}
.bgOver, .fadeBG {
	background-color: #777777;
}
.bgOver:hover {
	background-color: #000000;
}



#contactText {
	display: block;
	width: 900px;
	height: 240px;
}
#contactText p {
	margin-top: 0px;
	margin-bottom: 16px;
}
#contactEmail {
	letter-spacing: -3px;
	display: block;
	width: 900px;
	height: 90px;
	font-size: 4.75em;
}
#contactTelephone {
	display: block;
	width: 900px;
	height: 40px;
	font-size: 1.0em;
}



.exhibitionList {
	display: block;
	width: 420px;
	float: left;
	margin-right: 30px;
}
.exhibitionList h2 {
	font-size: 1.65em;
}
.exhibitionList h3, #publications li h3 {
	color: #000000;
	margin-top: 12px;
}
.exhibitionList h4, #publications li h4 {
	color: #777777;
	font-size: 0.85em;
}
.exhibitionList ul, #publications {
	list-style: none;
}
#publications li {
	margin-bottom: 12px;
}
#publications li h4 {
	float: left;
	line-height: 1.35em;
}
#publications li p {
	float: left;
	color: #000000;
	width: auto;
	margin-top: 0px;
	margin-right: 16px;
}



#footer {
	list-style: none;
	display: block;
	width: 900px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
}
#footer li {
	float: left;
	margin-right: 15px;
	color: #888888;
	font-weight: normal;
	font-size: 0.5em;
}
#footer li a { color: #888888; }



