/* GENERAL */
html {
	overflow: hidden;
	}

body {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	background: #9EE0FF;
	margin: 0;
	padding: 0;
	}
	
div.rainbow {
	width: 100%;
	position: absolute;
	bottom: 0px;
	background: center center no-repeat url(images/rainbow.gif);
	height: 601px;
	}
	
div.clouds {
	width: 100%;
	position: absolute;
	bottom: 0px;
	background: center center repeat-x url(images/clouds.gif);
	height: 601px;
	}

#contentwrap {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 5px;
	text-transform: uppercase;
	color: #CCC;
	font-size: 9px;
	}
	
a {
	color: #CCC;
	text-decoration: none;
	}
	
a:hover {
	color: #CCC;
	text-decoration: underline;
	}
	
a:focus {
	outline: none;
	}
	
a img {
	border: none;
	}

ul, li {
	list-style-type: none;  /* cleaning up the list */
	margin: 0;
	padding: 0;
	}

li {
	display: inline; /* correction for IE5 et IE5.5 */
	}


/* MAIN MENU */

#mainmenuwrap {
	width: 196px;
	height: 100px;
	margin: auto;
	margin-bottom: 33px;
	}

#mainmenu {
	float: left;
	margin-left: 30px;
	}
	
#logo {
	float: left;
	}

#about {
	display: block;
    width: 66px;
    height: 23px;
    background: url(images/about.gif);
    border: 0;
	}
	
#about:hover {
    background: url(images/about_over.gif);
	}

#news {
	display: block;
    width: 66px;
    height: 16px;
    background: url(images/news.gif);
    border: 0;
	}
	
#news:hover {
    background: url(images/news_over.gif);
	}

#print {
	display: block;
    width: 66px;
    height: 17px;
    background: url(images/print.gif);
    border: 0;
	}
	
#print:hover {
    background: url(images/print_over.gif);
	}

#web {
	display: block;
    width: 66px;
    height: 16px;
    background: url(images/web.gif);
    border: 0;
	}
	
#web:hover {
    background: url(images/web_over.gif);
	}

#illu {
	display: block;
    width: 66px;
    height: 16px;
    background: url(images/illu.gif);
    border: 0;
	}
	
#illu:hover {
     background: url(images/illu_over.gif);
	}

#photo {
	display: block;
    width: 66px;
    height: 12px;
    background: url(images/photo.gif);
    border: 0;
	}
	
#photo:hover {
    background: url(images/photo_over.gif);
	}
	
	
	
	
/*SUBMENUS*/

#submenuwrap {
	width: 600px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 29px;
	}
	
#submenuwrap a:hover {
	text-decoration: none;
	}

#submenu1 a:hover {
	color: #39AE46;
	}

#submenu2 a:hover {
	color: #F47933;
	}
	
#submenu3 a:hover {
	color: #EF3422;
	}
	
#submenu4 a:hover {
	color: #AE258D;
	}

#submenu5 a:hover {
	color: #009FD2;
	}

#submenu1 a:hover, #submenu2 a:hover, #submenu3 a:hover, #submenu4 a:hover, #submenu5 a:hover {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 5px solid;
	border-bottom: 5px solid;
	}

#submenu1, #submenu2, #submenu3, #submenu4, #submenu5 {
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 5px solid;
	border-bottom: 5px solid;
	}

.submenu {
	margin-left: 50px;
	}

.submenuClose {
	margin-left: 50px;
	text-transform: none;
	}




/*LIGHTBOX*/

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0; /*?*/
	}

#outerImageContainer {
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer {
	padding: 10px;
	}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%; /*?*/
	width: 100%;
	text-align: center;
	line-height: 0; /*?*/
	}
	
#hoverNav {
	position: absolute;
	top: 10px; /*0*/
	left: 0;
	height: 100%; /*?*/
	width: 100%;
	z-index: 10;
	}
	
#imageContainer>#hoverNav {
	left: 0;
	}

#prevLink, #nextLink {
	width: 49%;
	height: 100%; /*?*/
	background: transparent url(images/blank.gif) no-repeat; /*Trick IE into showing hover*?*/
	display: block;
	}

#prevLink {
	left: 0;
	float: left;
	background: url(images/prev.gif) left center no-repeat;
	}
	
#nextLink {
	right: 0;
	float: right;
	background: url(images/next.gif) right center no-repeat;
	}

#imageDataContainer{
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	background-color: #CCC;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%; /*?*/
	}

#imageData #caption a {
	color: #FFF;
	text-decoration: none;
	padding-right: 14px;
	background: url(images/link.gif) center right no-repeat;
	}

#imageData #caption a:hover {
	text-decoration: underline;
	background: url(images/link_over.gif) center right no-repeat;
	}

#imageData {
	padding: 10px 20px 20px;
	color: #FFF;
	}
	
#imageData #imageDetails {
	float: left;
	text-align: left;
	padding-bottom: 10px;
	}
	
#imageData #caption {
	font-weight: bold;
	}

#imageData #numberDisplay {
	display: block;
	clear: left;
	}
			
#imageData #bottomNavClose {
	width: 9px;
	float: right;
	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%; /*?*/
	height: 500px; /*?*/
	background-color: #CCC;
	}