body, html {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 62.5%;
	background: #eeeeee;
}

#fullsize {
	width: 730px;
}

#container {
	width: 900px;
	margin: 5em auto 0 auto;
	padding: 3em 3em 4em 3em;	
	background: #fff;
	min-height: 560px;
	border: 1px solid #e7e7e7;
}

#header {
	clear: both;
	width: 900px;
	border-bottom: 1px dotted #999;
	padding: 0 0 1.8em 0;
	margin: 0 0 2.5em 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#header ul {
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: bold;
}

#header ul li {
	margin: 0 0 0.3em 0;
}

#header ul li a:link {
	text-decoration: none;
	color: #999999;
}

#header ul li a:visited {
	text-decoration: none;
	color: #999999;
}

#header ul li a:hover {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}

#header ul li a:active {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}

.backCatalogue #header ul li#backCatalogue a:link,
.backCatalogue #header ul li#backCatalogue a:visited,
.recentWork #header ul li#recentWork a:link,
.recentWork #header ul li#recentWork a:visited,
.exhibitions #header ul li#exhibitions a:link,
.exhibitions #header ul li#exhibitions a:visited,
.about #header ul li#about a:link,
.about #header ul li#about a:visited,
.contact #header ul li#contact a:link,
.contact #header ul li#contact a:visited,
.home #header ul li#home a:link,
.home #header ul li#home a:visited
{
	color: #222222;
	font-weight: bold;
}

#footer {
	clear: both;
}

#copyright {
	width: 900px;
	margin: 1em auto 6em auto;
	font-size: 1.7em;
	color: #bbbbbb;
}

.home #copyright {
	margin-bottom: 0;
}

h1 {
	text-transform: uppercase;
	font-size: 3em;
	float: right;
	font-weight: normal;
}

h2 {
	text-transform: uppercase;
	font-size: 4em;
	font-weight: normal;
	width: 100%;
	margin: 0.4em 0 0.6em 0;
}

p, ul, h3, h4 {
	color: #666666;
	font-size: 1.7em;
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
}

h3 {
	font-weight: normal;
}

h4 {
	font-weight: normal;
	margin: 0.6em 0 0 0;
}

.wideColumn {
	font-size: 1.7em;
	width: 28em;
	margin: 0 4em 0 0;
	float: left;
}

h2.wideColumn {
	font-size: 4em;
	margin: 0 1.7em 0 0;
	width: 11em;
	line-height: 1.3em;
}

.narrowColumn {
	font-size: 1.7em;
	width: 20em;
	float: left;
}


.wideColumn p,
.narrowColumn p,
.wideColumn ul,
.narrowColumn ul,
.wideColumn h3,
.narrowColumn h3,
.wideColumn h4,
.narrowColumn h4
{
	font-size: 1em;
}

.narrowColumn h3 {
	text-transform: uppercase;
	border-bottom: 1px dotted #999;
	padding: 0 0 0.4em 0;
}

.wideColumn ul li,
.narrowColumn ul li
{
	list-style: disc;
	margin: 0 0 0 1.2em;
}

.narrowColumn a:link, .wideColumn a:link, .caption a:link {
	color: #000;
	text-decoration: none;
}

.narrowColumn a:visited, .wideColumn a:visited, .caption a:visited {
	color: #111;
	text-decoration: none;	
}

.narrowColumn a:hover, .wideColumn a:hover, .caption a:hover {
	color: #d21;
	text-decoration: none;	
}

.narrowColumn a:active, .wideColumn a:active, .caption a:active {
	color: #d21;
	text-decoration: none;	
}

.caption span {
	position: relative;
	top: -12px;
	float: right;
	margin: 0 8.3em 0 0;
}

.contact .wideColumn {
	margin: 0 2em 0 0;
}

img.feature {
	margin: 0 0 4em 0;
}

.fullWidth {
	width: 900px;
	/*this is a hack*/
	height: 14em;
	margin: 0 0 0 0;
	clear: both;
	float: none;
}

.home .wideColumn {
	height: 280px;
	width: 322px;
	margin: 0 20px 0 0;
	background: url(home1.jpg);
}

.home .secondColumn {
	background: url(home2.jpg);
}

.galleria {
	list-style: none;
	/*width: 110px;*/
	padding: 0 3em 0 0;
	float: right;
	height: 600px;
	overflow-x: hidden;		
	overflow-y: auto;
}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:100px;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40) !important;
}
.galleria li.active img.thumb, .galleria li:hover img.thumb{
	opacity:.99;
	-moz-opacity: 0.99;	
	filter: alpha(opacity=99) !important;	
}
.caption{
	display:block;
	padding: 0.6em 0 0 0;
	text-transform: uppercase;
	font-size: 1.6em;
}
* html .galleria li div span{width:400px} /* MSIE bug */


.addThis {
	float: right;
	margin: -1.3em 0 0 0;
}