/*
TITLE: 	Camera Design Stylesheet
AUTHOR: 	Khaled Maiwand, HighCo Technology
Inspired:	Doran Deluz www.off-light.net
CREATED: 	Oct. 2007
*/
* {margin: 0; padding: 0; border: 0; }

body { 
	font: small tahoma, serif; 
	background: #000;
	}
#head {
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 200%;
	color: #000; background: #999; 
	}
	#head ul{ list-style: none;}
	#head li{ margin-right: 40px; display: inline;}
	#head a{ text-decoration: none; border-bottom: 1px solid #8f3336; color: #8f3336;}
		#head a:hover{ border-top: 2px dotted #8f3336;}

/* --------------------------------- Intro page --------------------------------- */

dl#imap {	/* set the size of the definition list <dl>  */
	position: relative;
	margin: 0 auto;
	width: 600px; height: 541px;
	overflow: hidden;
	color: #000; 
	background: url( img/camera_bg.jpg) no-repeat;
	}

/* position  the link-boxes */
dl#imap dd{ position: absolute; margin: 0; padding: 0;}
dl#imap dd#hours1200	{ top:160px; left:320px; z-index: 20;}
dl#imap dd#hours1400	{ top:255px; left:440px; z-index: 20;}
dl#imap dd#hours2200	{ top:255px; left:200px;	 z-index: 20;}

/* style the link-boxes */
dl#imap a{ display: block; width: 80px; height: 80px;}
dl#imap a span{ display:none;}

dl#imap a:hover span {	/* define text-quote position  and styling  */
	position: fixed;
	top: 50px; left: 50px;
	display: block; 
	width: 100px;
	text-align: center;
	font-size: 160%; 
	color: #7e1313; 
	background: #fff; 
}
/* --------------------------------- Common Styles --------------------------------- */

/******************************************************************************/