/*generic*/
body {
	background:#fff;
	margin:0;
	padding:0;
	font:62.5% arial, helvetica, verdana, sans-serif;
	color:#555;
}

p {
  color: #696969;  
}

p, h2 {
  font-size:1.5em;
  margin:0 0 1em;
  padding:0;
}

p.nomargin {
  margin:0;
}

a {
  color:#555;
  text-decoration:underline;
}

a:hover {
  background:#fff;
  text-decoration:none;
  outline:none;
}

img {
  border:0;
}

address {
  font-size:1.5em;
  font-style:normal;
}

span.sold-out {font-weight:bold; text-decoration: line-through underline; display:block;}

/*clearfix*/
.clearfix:after 
	{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix 
	{display: inline-block;}
.clearfix 
	{display: block;}
* html .clearfix 
	{height: 1px;}

/*header*/
.header {
  background-color:#d4dae5;
  padding:10px 30px 0 30px;
}

/*nav*/
ul#navigation-1 {
	text-align:left;
	margin:0;
	padding:0;
	width:50%;
	float:left;
}

ul#navigation-1 li {
	float:left;
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
}

/*content*/
div#content-style1 {
	margin:100px auto;
	width:650px;
	padding-left:68px;
}

div#content-style1 h2 {
	margin-left:-68px;
}

div#content-style2 {
	margin:100px auto;
	padding:10px;
	width:630px;  
	background:#cfd5df;
}

/*art (list)*/
ul#art {
	margin:100px auto;
	padding:0;
	width:655px;
}

ul#art li {
	width:120px;
	height:120px;
	float:left;
	margin:5px;
	padding:0;
	list-style:none;
	background:#d4dae5;
}

ul#art li a:link,
ul#art li a:visited, 
ul#art li a:hover, 
ul#art li a:active {
	display:block;
	width:120px;
	height:120px;
	background:#000;
}

ul#art img {
  display:block;
}

/*image replacement*/
.fir {display:block; margin:0; padding:0; overflow:hidden; background-repeat:no-repeat;  text-indent:-9999px;}

h1 {margin:0;padding:0;height:21px;width:119px;background-position:right -63px;float:right;overflow:hidden;}
h1 a, h1 a:hover {background-image: url(/public/images/headers.gif);background-position:right -63px;}
#navigation-1 .selected-works {background-image: url(/public/images/headers.gif);width:159px;height:21px;background-position:0 0;}
#navigation-1 .buy {background-image: url(/public/images/headers.gif);width:37px;height:21px;background-position: -96px -42px; }
#navigation-1 .information {background-image: url(/public/images/headers.gif);width:122px;height:21px;background-position: 0 -21px;}
#navigation-1 .contact  {background-image: url(/public/images/headers.gif);width:82px;height:21px;background-position:0 -42px;}

.simple_popup_div {
  left:0;
  position:absolute;
  top:50px;
  width:747px;
  padding-bottom:50px;
}

.simple_popup_div p {
	margin: 18px 28px;
	font-size:1.4em;
}

.simple_popup_div a {
	color: #555;
}

.simple_popup_inner {
  position:relative;
  background:#d4dae5;
  padding:10px;
}

.simple_close {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 24px;
	width: 21px;
	background: url('/public/images/fancy_closebox-style2.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;

}

/*page=buy*/
img.artwork-buy {
  margin-bottom:6px;
}




























