@charset "UTF-8";
/*layout CSS */
/* General styles */
body {
text-align:center; /*center hack*/
border:0;			/* This removes the border around the viewport in old versions of IE */
}

/*typography*/
* {
margin:0;
padding:0;
}
body {
font-size:7pt;
font-family:Verdana, Tahoma, Arial;
line-height:1.3;
color:#dcdddf;
background:url(../images/daknisart-3_02.jpg);
}
p{
	margin: 6px 0;
}
p.first
{
	margin-top:0;
}
table, th, td {
border-spacing:0;
vertical-align:top;
}
.clear
{
	clear:both;
}
ul {
list-style-image:none;
list-style-type:none;
}
a {
color:#dcdddf;
font-weight:normal;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.hidden
{
	display:none;
}




/*  Main container that defines page width */
#container {
   position:relative;
   
    min-width:892px;
    max-width:892px;
    width: auto !important; /*IE6 hack*/
    width:892px; /*IE6 hack*/
    margin:0 auto; /*center hack*/
    text-align:left; /*center hack*/
}
#main-content
{
	background:url(../images/daknisart-3_01.jpg) no-repeat;
	overflow:hidden;
}
#main-content-2
{
	background:url(../images/daknisart-3_01-2.jpg) no-repeat;
	overflow:hidden;
}

#content-header
{
	width:100%;
	height:139px;
	overflow:hidden;
}
#header-navigation
{
	width:200px;
	height:60px;
	position:relative;
	top:53px;
	left:530px;
	
	/*background:#900;*/
}
#content-header ul li
{
	margin-bottom: 2px;
	padding-left:13px;
}
#content-header ul li.active
{
	margin-bottom: 4px;
	border-left: 3px #07f723 solid;
	padding-left:10px;
	line-height: 8px;
}

#content-left
{
	width:502px;
	height:500px;
	overflow:hidden;
	float:left;
}
#content-left .inside
{
	margin: 10px;
	width: 482px;
	height:480px;
	overflow:hidden;
	position: relative;
	
	/*background:#C60;*/
}
#content-right
{
	width:390px;
	height:500px;
	overflow:hidden;
	float:left;
}
#content-right .inside
{
	margin: 10px;
	height:480px;
	width: 346px;
	overflow:hidden;
	position: relative;
	
	/*background:#C60;*/
}


/*************************************
====== bio
*************************************/
#bio-container {
	position: relative;
}
#bio {
	position: absolute;
}
h1, h2 {
	font-size: 7pt;
	margin: 0px;
}
div.info
{
	margin-top:12px;
}
div.first
{
	margin-top:0;
}


/*************************************
====== fine-art
*************************************/
ul#fine-art-pagelist
{
	position:absolute;
	right:10px;
	font-size:9pt;
}
ul#fine-art-pagelist li
{
	float:left;
	padding: 2px 2px;
	margin-right:4px;
}
ul#fine-art-pagelist li.active
{
	font-weight:bold;
}
ul#fine-art-pagelist li:hover
{
	cursor:pointer;
}


ul.fine-art li
{
	margin: 10px 0;
}
ul.fine-art li img
{
	border: none;
	margin-right:5px;
}
ul.fine-art li img:hover
{
	cursor:pointer
}
#fine-art-info
{
	top:10px;
	left:20px;
	position:absolute;
	width:346px;
}
#fine-art-info ul li
{
	display:none;
}
#fine-art-preview
{
	bottom:25px;
	position:absolute;
	text-align:center;
	width:346px;
}
#fine-art-preview ul li
{
	display:none;
}

/*************************************
====== printed-art
*************************************/
ul#printed-art-pagelist
{
	position:absolute;
	right:10px;
	font-size:9pt;
}
ul#printed-art-pagelist li
{
	float:left;
	padding: 2px 2px;
	margin-right:4px;
}
ul#printed-art-pagelist li.active
{
	font-weight:bold;
}
ul#printed-art-pagelist li:hover
{
	cursor:pointer;
}

ul.printed-art
{
	position:absolute;
	left:55px;
}
ul.printed-art li
{
	margin: 10px 0 19px;
        position: relative;
}
ul.printed-art li img
{
	border: none;
	margin-right:25px;
}
ul.printed-art li img:hover
{
	cursor:pointer
}
ul.printed-art li .box
{
        position: absolute;
        top:0;
        left: 190px;
	margin-right:25px;
	/*display: inline-block;*/
	width: 200px;
}
#printed-art-preview
{
	bottom:45px;
	position:absolute;
	text-align:center;
	width:346px;
}
#printed-art-preview ul li
{
	display:none;
}