/****************************/
/***** DEFAULT ELEMENTS *****/
/****************************/

/*
* {
    -moz-box-sizing: border-box; 
} 
*/

HTML, BODY {
	height: 100%;
	width: 100%;
}

BODY {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5;
	background: #BBD58B url(../images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

IMG {
	border: 0;
}

FORM {
	margin: 0;
	padding: 0;
}

H1 {
	font-size: 15px;
	letter-spacing: 1.5px;
	color: #3E3C14;
	margin-top: 20px;
	height: 30px;
	padding-left: 46px;
	padding-top: 5px;
	background: url(../images/bg_h1.gif) no-repeat;
}

H2 {
	font-size: 13px;
	letter-spacing: 2px;
	padding-top: 2px;
	color: black;
}

H3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

H4 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	border-top: 1px dotted #A0A18A;
	border-bottom: 1px dotted #A0A18A;
	background: #F0F0EB;
	padding: 6px;
}

H5, H6 {
	font-size: 12px;
	font-weight: bold;
}

A, A:active, A:visited {
	color: #000;
	text-decoration: underline;
}

A:hover {
	color: #5F5F50;
	text-decoration: underline;
}


/********************/
/***** CLASSESS *****/
/********************/

.clear {
	clear: both;
	float: none;
}

.clear_w_height {
	height: 75px;
	clear: both;
	float: none;
}

.thumbnail {
	width: 162px;
	height: 112px;
	margin: 0 auto;
	margin-top: 20px;
	background: url(../images/bg_thumbnail.gif) no-repeat;
}

.thumbnail IMG {
	margin-top: 6px;
	margin-left: 6px;
}

.photo {
	width: 210px;
	height: 243px;
	margin: 0 auto;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	background: url(../images/bg_photo.gif) no-repeat;
}

.photo IMG {
	margin-top: 5px;
	margin-left: 5px;
}
/****************/
/***** ID'S *****/
/****************/

#container {
	position: relative;
	width: 890px;
	height: 790px;
	background: white url(../images/bg_container.jpg) no-repeat;
	margin: 0 auto;
	padding: 0;
}

#content_holder {
	position: absolute;
	top: 203px;
	left: 364px;
	width: 483px;
	height: 538px;
	overflow: auto; /* needed for opera */
	overflow-y: auto;
	overflow-x: hidden;
}

#content {
	width: 460px;
}

#content_left {
	width: 280px;
	float: left;

}

#content_right {
	width: 180px;
	float: left;

}

#navigation {
	position: absolute;
	top: 243px;
	left: 83px;
	width: 188px;
	height: 360px;
}

#nom {
	position: absolute;
	bottom: 55px;
	left: 71px;
	width: 204px;
	height: 46px;
}

/********************/
/***** LIGHTBOX *****/
/********************/

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

#lightbox a img{ border: none; }

#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: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#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;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}