/* CSS Document */

body { 
	color: white;  
	scrollbar-base-color: #999999;
	background-color: #000000; 
	background-repeat:no-repeat;
	font-family:Times; 
	font-size:12px;
	margin:0px;
} 

a.logo {
	position:absolute;
	left: 0px;
	top: 20px;
	heigth:32px;
}
div.topbar {
	position:absolute;
	top:20px;
	left:0px;
	width:800px;
	height:66px;
	background-color:#392322;
}

div.content {
	position: absolute;
	
	/* center the content */	
	position:absolute;
	left: 50%;
	margin-left: -390px; /* half of width */
	width:780px;
	text-align:center;
	
/*	top: 50%; */
	height:480px;
/*	margin-top: -270px;  /* half of height */
	background-repeat:no-repeat;
	background-color:#000000;

}

a.intro_link { color:#333333; text-decoration:none;}
a.intro_link:hover { color:#000000; } 
div.description {position:absolute; left:150px; top:70px; width:280px; height:300px; z-index:1; }
span.description { 
	color: #000000; 
	font-size:11px;
	font-weight:bold;
}
/* thumbnail numbers */
div.thumb {
	position:absolute;
	left:600px;
	bottom:10px;
}
table.nav_all 
{
}
table.nav
{
}
td.nav { 
	width:17px; 
	text-align:center;
}
td.nav_all {
	text-align:left;
}
span.nav_prevnext_divider {
	color:#666666;
}

/* this is a normal navigation number */
a.nav   { color: #999999; text-decoration: none; font-size:12px }
a.nav:hover     { color: white }

/* this is a active navigation number */
a.nav_active { color: white; text-decoration: none; font-size:12px }
a.nav_active:hover { color: #555 }

td.nav_prevnext { text-align: center }
/* this is a normal navigation prev/next */
a.nav_prevnext { color: #999999; text-decoration: none; font-size:12px }
a.nav_prevnext:hover   { color: white }

/* ----------------------------------------
    Menu 
---------------------------------------- */
div.menu_lvl_0 { position:absolute;top:20px;left:208px; height:32px; width:572px; background-color:#392322; }
table.menu_lvl_0 { border-collapse:collapse; text-align:left; }
tr.menu_lvl_0 {}
td.menu_lvl_0 { text-align:center; width:100px; height:24px; }
td.menu_divider {}

/* this is the normal menu item */
a.menu_lvl_0 { color: #999999; text-decoration: none; font-size:12px }
a.menu_lvl_0:hover { color: white; } 

/*this is the active menu list */
a.menu_lvl_0_active { color: white; text-decoration: none; font-size:12px  }

div.flashgallery {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:570px;
	z-index:0;
}
/* -------------------------------------------
 	Image
---------------------------------------------- */
div.pic { position:absolute; bottom:0px; ;left:30px; }
td.image { text-align:right; vertical-align:bottom; height:370px; }
td.caption { height:40px; vertical-align:top; }
/* --------------------------------------------
	Caption
----------------------------------------------- */
td.caption { text-align:left}
span.caption { color: #ffffff; font-size:12px; }
span.title { font-size:12px; font-style:italic; }
/* ---------------------------------------------
	Info text
------------------------------------------------ */
div.info { position:absolute;top:70px;left:20px; width: 700px; padding:10px; padding-left:25px; text-align:left; height: 400px; overflow:auto; background-color:#000000; font-size:14px; color:#b7b7b7; }

a.info:hover   { color: #000000 }
span.info { 
	color: #000000; 
	font-size:12px;
}
	
/* ---------------------------------------------
	design text
------------------------------------------------ */
div.design { position:absolute;top:450px;left:650px; width: 150px; height:20px; text-align:left; 	color:#999999;}	
	
/* ---------------------------------------------
	statement text
------------------------------------------------ */
div.statement { position:absolute;top:140px;left:100px; width: 580px; height: 480px; overflow:auto; }

/* -------------------------------------------
 	Info Image & Caption
---------------------------------------------- */
div.infopic { position:absolute;top:85px;left:500px; }
td.infoimage { text-align:left; vertical-align:bottom; width:460px; }	
span.infocaption { text-align:left; color: #000000; font-size:11px; }
	
/* ---------------------------------------------
	contact text
------------------------------------------------ */
div.contact { position:absolute;top:80px;left:30px; width: 600px;
	text-decoration:none;
	font-size:14px;
	text-align:left;
	color:#999999;
}
a.contact { color:white; text-decoration:none;}
a.contact:hover { color:#333333; } 


div.email { position:absolute; top:55px; right:30px; }
a.email { color:#999999; text-decoration:none; }
a.email:hover { color:white; }