/* ---	left navigation 	--- */
#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	/* float: left; */
	width: 170px;
}
.nav_t1 {
	position: relative;
	display: block;
	width: 168px;
	height: 29px;
	z-index: 10;
	border-right: solid 1px #777;
	border-bottom: solid 1px #777;
	border-left: solid 1px #777;
	overflow: hidden;
}
#nav #nav_lamp_img {
	position: relative;
	width: 168px;
	margin: 20px 0px 20px 1px;
	overflow: hidden;
}
#nav #nav_lamp_img #nav_lamp_rollover {
	position: relative;
	width: 168px;
	height: 20px;
	text-align: center;
}

/* --- 	flyout menus 	--- */
.flyout_t2 {
	display: none;
	position: absolute;
	left: 170px;
	width: 130px;
	z-index: 20;
	margin: 0px;
	padding: 0px;
}
.flyout_t3 {
	display: none;
	position: absolute;
	left: 301px;
	width: 130px;
	z-index: 30;
	margin: 0px;
	padding: 0px;
}
.flo_container {
	position: relative;
	width: 130px;
	background-color: #eee;
	/*border: solid 1px #777;*/
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	text-decoration: none;
}
.flo_container a, .flo_container a:hover {
	text-decoration: none;
	background: none;
}
.flo_container p {
	margin: 0px 0px 0px 0px;
	padding: 2px 20px 2px 5px;
	cursor: pointer;
	background-position: right;
	background-repeat: no-repeat;
}
.flo_container hr {
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	height: 1px;
}

/* collections */
#flo-coll 			{ top: 0px; }
.flo_coll, .flo_coll a, .flo_coll a:hover 	{ color: #c58; }
.flo_coll p 		{ border-top: solid 1px #c58; }
.flo_coll_more 		{ background-image: url(/img/nav/arrows/coll.gif); }
.flo_coll			{ border-color: #c58; }

/* about */
#flo-about 			{ top: 30px; }
.flo_about, .flo_about a, .flo_about a:hover 	{ color: #e84; }
.flo_about p 		{ border-top: solid 1px #e84; }
.flo_about_more 	{ background-image: url(/img/nav/arrows/about.gif); }
.flo_about 			{ border-color: #e84; }

/* exhibitions */
#flo-exhib 			{ top: 60px; }
	#flo-exhib-current 	{ top: 60px; }
.flo_exhib, .flo_exhib a, .flo_exhib a:hover 	{ color: #099; }
.flo_exhib p 		{ border-top: solid 1px #099; }
.flo_exhib_more 	{ background-image: url(/img/nav/arrows/exhib.gif); }
.flo_exhib 			{ border-color: #099; }

/* learn */
#flo-learn 			{ top: 90px; }
.flo_learn, .flo_learn a, .flo_learn a:hover 	{ color: #c55; }
.flo_learn p 		{ border-top: solid 1px #c55; }
.flo_learn_more 	{ background-image: url(/img/nav/arrows/learn.gif); }
.flo_learn 			{ border-color: #c55; }

/* shop */
#flo-shop 			{ top: 120px; }
.flo_shop, .flo_shop a, .flo_shop a:hover 	{ color: #6a0; }
.flo_shop p 		{ border-top: solid 1px #6a0; }
.flo_shop_more 		{ background-image: url(/img/nav/arrows/shop.gif); }
.flo_shop 			{ border-color: #6a0; }

/* contact */
#flo-content 		{ top: 150px; }
.flo_cont, .flo_cont a, .flo_cont a:hover 	{ color: #65e; }
.flo_cont p 		{ border-top: solid 1px #65e; }
.flo_cont_more 		{ background-image: url(/img/nav/arrows/cont.gif); }
.flo_cont 			{ border-color: #65e; }

/* rollouts */
.rollout_left, .rollout_top, .rollout_right, .rollout_btm {
	margin: 0px;
	padding: 0px;
}
.rollout_left {
	position: absolute;
	left: -300px;
	top: 0px;
	width: 130px;
	height: 200px;
}
.rollout_left img {
	width: 130px;
	height: 200px;
}
.rollout_left_t3 {
	position: absolute;
	left: -130px;
	top: 18px;
	width: 130px;
	height: 180px;
}
.rollout_left_t3 img {
	width: 130px;
	height: 180px;
}
.rollout_top {
	position: absolute;
	left: -300px;
	top: -100px;
	width: 690px;
	height: 97px;
}
.rollout_top img {
	width: 690px;
	height: 97px;
}
.rollout_right {
	position: absolute;
	left: 260px;
	top: 0px;
	width: 130px;
	height: 200px;
}
.rollout_right img {
	width: 130px;
	height: 200px;
}
.rollout_right_t3 {
	position: absolute;
	left: 130px;
	top: 0px;
	width: 130px;
	height: 200px;
}
.rollout_right_t3 img {
	width: 130px;
	height: 200px;
}
.rollout_btm {
	position: relative;
	top: 20px;
	left: -170px;
	width: 430px;
	height: 130px;
}
.rollout_btm img {
	width: 430px;
	height: 130px;
}

