body {
	font-family:Tahoma;
	font-size:12px;
	color:#3b3b3b;
	line-height:1.4em;
	}
	
a, a:active, a:focus, a img {
    outline: none;
	border:none;
	}
ul {
	padding:0;
	}	
ul li {
	list-style:none;
	}
	
a {
	text-decoration:none;
	color:#000000;
	}
.clear {
	clear:both;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}

/* Layout */
#wrapper {
	width:705px;
	margin:60px auto 50px;
	position:relative;
	}
	
h1 {
	margin:0;
	font-size:30px;
	color:#000000;
	}
h2 {
	margin:0;
	font-size:18px;
	color:#000000;
	}
	#content h2 {
		position:absolute;
		top:67px;
		}
h3 {
	margin:0;
	font-size:15px;
	color:#000000;
	}

/* Navigation */
#navigation {
	width:265px;
	float:left;
	position:fixed;
	}	
	
	#navigation ul {
		position:absolute;
		top:55px;
		left:0;
		}
		#navigation ul li {
			font-size:18px;
			}
			#navigation ul li a {
				color:#adadad;
				}
			
/* Nav Hover */
			#navigation ul li a:hover, #navigation ul li a.current {
				color:#3B3B3B;
				}
/* social */
#social {
	position:absolute;
	top:195px;
	left:0;
	}
	
#social a img{
	border:none;
	margin-right:10px;
	}

/* content */
#content {
	margin-left:265px;
	padding-top:94px;
	width:440px;
	position:relative;
	}

img.homeImage {
	left:265px;
	position:absolute;
	top:0;
	}
	
/* Image Container */	
#imageContainer {
	margin:15px 0;
	}
#imageContainer a {
	display:block;
	position:relative;
	height:100px;
	width:100px;
	overflow:hidden;
	float:left;
	border:none;
	outline:none;
	margin-right:10px;
	margin-bottom:10px;
	}
	#imageContainer a img {
		border:none;;
		}
#imageContainer a span {
	display:none;
	}
	#imageContainer a:hover span {
		display:block;
		background:url(images/template/image_overlay.png) 0 0 no-repeat;
		height:100px;
		width:100px;
		position:absolute;
		top:0;
		left:0;
		}
		
/* bullets list */
ul.bullets li {
	background:url(images/template/bullet.gif) left center no-repeat;
	padding-left:20px;
	line-height:2em;
	}

ul.bullets li a {
	text-decoration:underline;
	}
	ul.bullets li a:hover {
		color:#adadad;
		}
		
/* Exhibitions */

#exhibitions h3 {
	margin:15px 0;
	}

p.title, p.date, p.description {
	margin:0;
	}

p.title {
	font-weight:bold;
	}
p.date {
	color:#949494;
	}
p.description {
	margin-bottom:20px;
	}
	
/* Sales */
.shop {
	margin-bottom:30px;
	}
ul.salesContact li {
	display:inline;
	float:left;
	margin-right:15px;
	}

/* COLOR BOX */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxContent{margin-top:32px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle {
			background:transparent url(images/template/text_underlay.png) repeat scroll 0 0;
			bottom:0;
			color:#000000;
			display:block;
			left:0;
			margin:0;
			padding:10px;
			position:absolute;
			width:100%;
			}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) 0 0 no-repeat;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
