/* CSS Document */

body { 
	background-repeat:no-repeat;
	background-color: #999999; 
	font-family:Arial; 
	font-size:12px;
	margin:0px;
} 

a.logo {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 405px;
	height: 48px;

}
div.topbar {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:66px;
}
div.content {
	position: absolute;
	left: 50%;
/*	top: 50%; */
	width:800px;
	height:600px;
	margin-left: -380px; /* half of width */
/*	margin-top: -270px;  /* half of height */
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

div.description {position:absolute; left:25px; top:100px; width:280px; height:300px; z-index:1;}
span.description { 
	color: #000000; 
	font-size:11px;
	font-weight:bold;
}
/* thumbnail numbers */
div.thumb {
	position:absolute;
	left:50px;
	bottom:20px;
	width:100px;
}
table.nav_all 
{
}
table.nav
{
}
td.nav { 
	width:17px; 
	text-align: center;
}
td.nav_all {
	text-align:center;
}
span.nav_prevnext_divider {
	color:#666666;
}

/* this is a normal navigation number */
a.nav:link   { color: #666666; text-decoration: none; font-size:11px }
a.nav:visited { color: #666666; text-decoration: none; font-size:11px }
a.nav:hover     { color: #6c1f05; text-decoration: none; font-size:11px }
a.nav:active     { color: #666666; text-decoration: none; font-size:11px }

/* this is a active navigation number */
a.nav_active:link { color: #6c1f05; text-decoration: none; font-size:11px }
a.nav_active:visited { color: #6c1f05; text-decoration: none; font-size:11px }
a.nav_active:hover { color: #666666; text-decoration: none; font-size:11px }
a.nav_active:active { color: #6c1f05; text-decoration: none; font-size:11px }

td.nav_prevnext { text-align: center }
/* this is a normal navigation prev/next */
a.nav_prevnext:link    { color: #666666; text-decoration: none; font-size:11px }
a.nav_prevnext:visited { color: #666666; text-decoration: none; font-size:11px }
a.nav_prevnext:hover   { color: #6c1f05; text-decoration: none; font-size:11px }
a.nav_prevnext:active  { color: #666666; text-decoration: none; font-size:11px }

/* ----------------------------------------
    Menu 
---------------------------------------- */
div.menu_lvl_0 { position:absolute;top:50px;left:0px; width:800px; height:20px; background-color:#FFFFFF; }
table.menu_lvl_0 { border-collapse:collapse; position:absolute; right:0px; }
td.menu_lvl_0 { text-align: center; padding-right:11px; }
td.menu_divider { padding-left:5px; padding-right:5px; }

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

/*this is the active menu list */ 
a.menu_lvl_0_active { color: #6c1f05; text-decoration: none; font-weight:bold; font-size:11px  }
/* -------------------------------------------
 	Image
---------------------------------------------- */
div.pic { position:absolute;top:70px;left:240px}
td.image { text-align:left; vertical-align:bottom; width:500px;height:450px }

/* --------------------------------------------
	Caption
----------------------------------------------- */
td.caption { text-align:left}
span.caption { color: #000000; font-size:11px; }
span.title { font-size:11px }
/* ---------------------------------------------
	Info text
------------------------------------------------ */
div.info { position:absolute;top:105px;left:100px; width: 580px; height: 480px; overflow:auto; }
p.info { color: #000000; text-align:left }
a.info:link   { color: #71a098; text-decoration: none; font-size:11px }
a.info:visited { color: #71a098; text-decoration: none; font-size:11px }
a.info:hover     { color: #000000; text-decoration: none; font-size:11px }
a.info:active         { color: #71a098; text-decoration: none; font-size:11px }
span.info { 
	color: #000000; 
	font-size:11px;
	
}
	
/* ---------------------------------------------
	design text
------------------------------------------------ */
div.design { position:absolute;top:500px;left:650px; width: 100px; height:20px; }	
	
	/* ---------------------------------------------
	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:220px;left:180px; width: 500px; height: 450px; }

