/* 0 BASIC TAGS */

h1, h2, h3, h4, h5 {
	margin: 0;
	font-family: Footlight MT Light, Palatino Linotype, Verdana, Arial;
}

h2 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

h5 {
	margin-bottom: 1.0em;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

p {
	line-height: 1.4em;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

a:active {
	color: #000000;
}

body {
	background-color: #ffffff;
	margin: 0;	
	font-size: 14px;
	font-family: Footlight MT Light, Palatino Linotype, Verdana, Arial;
	color: #ccffff;
	text-align: center;
}

td {
	vertical-align: top;
}

.underline {
	text-decoration: underline;
}

/* 1 HEADER */

.headerImage {
	vertical-align: bottom;
}

/* 2 PAGE CONTENT */

.page {
	background-color: #808080;
	max-width: 1000px;
	width: expression(this.width > 999 ? 1000: auto);
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
}

.hideText {
	display: none;
}

.showText {
	display: inline;
}

/* 2.1 MAIN */

.mainimage {	
	background-color: #808080;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	padding: 20px;
}

.exhibitions {
	padding: 0 30px 0 30px;
	vertical-align: top;
}

.exhibitions p {
	line-height: 1.1em;
}

/* 2.2 PORTFOLIO */

#portfolio a:hover {
	color: #ccffff;
}

.sidebar {
	background-color: #707070;
	border-right: solid 1px #404040;
	font-size: 14px;
}

.listPortfolioSeries {	
	width: 230px;
	padding: 10px;
	border-bottom: solid 1px #404040;
}

.seriesStatement {
	width: 230px;
	padding: 10px;
}

.tableAllSeries {
	padding-left: 40px;
}

.layoutSeries {
	width: 220px;
	border: solid 1px #404040;
	text-align: center;	
	table-layout: fixed;
	display: table;
}

.layoutPortfolioRow {
	display: table-row;
	width: 220px;
}

.centerLargeThumb {
	height: 210px;
	width: 220px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

.imgLargeThumb {
	max-height: 200px;
	max-width: 200px;
	height: expression(this.height > 199 ? 200: auto);
	width: expression(this.width > 199 ? 200: auto);
}

/* 2.2.1 SERIES */

#series {
	max-height: 900px;
	height: expression(this.height > 899 ? 900: auto);
}

.seriesTitle {
	padding: 10px 10px 0 10px;
	max-width: 1000px;
	width: expression(this.width > 999 ? 1000: auto);
	border-bottom: solid 1px #404040;
	background-color: #707070;
}

.dropSeries {
	font-size: 16px;
	font-weight: bold;
	font-family: Footlight MT Light, Palatino Linotype, Verdana, Arial;
	background-color: #aaaaaa;
	width: 400px;
}

.caption {	
	margin: 5px;
	padding: 10px 0 10px 0;
	width: 190px;
	text-align: left;
	position: relative;
	top: -250px;
	left: -200px;
	border-top: solid 1px #404040;
	border-bottom: solid 1px #404040;
}

/* 2.2.2 GALLERIA */

.galleria {
	width: 200px;
	padding: 0 0 10px 12px;
}

.galleria li {
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 2px;
	padding: 0;
	border: solid 1px #404040;
	display: block;
}

.galleria li a {
	display: none;
}

.galleria li div {
	position: absolute;
	display: none;
	top: 0;
	left: 180px;
}

.galleria li div img {
	cursor: pointer;
}

.galleria li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto;
}

.galleria_container {
	padding: 15px 0 15px 0;	
	height: 600px;
	width: 800px;
	float: right;
	text-align: center;
	border-left: solid 1px #404040;
	border-bottom: solid 1px #404040;
}

.galleria_wrapper {
	height: 600px;
}

/* 2.3 BIO */

.biolayout {
	padding: 10px 20px 10px 20px;
}

#bio table {
	padding: 3px;
	margin-bottom: 1.1em;
	font-size: 14px;
}

.withindent {	
	text-indent: -40px;	
}

.withindent td {
	padding-left: 40px;	
}

/* 3 FOOTER */

.footerbg {
	border-top: #404040 thin solid;
	height: 75px;
	text-align: center;	
	color: #3366ff;
}

.footer {
	margin-left: auto;
	margin-right: auto;	
	height: 75px;
	text-align: center;
	font-size: 12px;
}

.footer a:hover {
	color: #3366ff;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 12px;
}