/* border: 1px solid #ff0000; */

/* ======= START: forced vertical scroll bar ======= */
:root body {overflow-y: scroll;} /* Firefox */
* html body {overflow: visible;} /* Internet Explorer bis v6 */
*+html body {overflow: visible;} /* Internet Explorer ab v7 */
*:first-child+html body {overflow: visible;} /* Internet Explorer ab v7 */
/* ======= END: forced vertical scroll bar ======= */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
	font-family: Arial;
	color: #000000;
	background-color: #d6fef8; /* #99ffff */
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

#logo {
	position: absolute;
	margin: 50px 0 0 13px;
	width: 216px;
	height: 45px;
}

#content {
	position: absolute;
	margin: 63px 0 0 160px;
	width: 830px;
}

#headline1 h1 {
	position: absolute;
	margin-top: 10px;
	width: 830px;
	color: #4c4c4c;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
}

#headline2 h2 {
	position: absolute;
	margin-top: 40px;
	width: 830px;
	color: #4c4c4c;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
}

#text1 h3 {
	position: absolute;
	margin-top: 64px;
	width: 830px;
	color: #595959;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: justify;
}



/* ======= START: navigation bar & buttons ======= */
#navbar {
	position: absolute;
	width: 122px;
	height: 392px;
	margin: 132px 0 0 6px;
}

.navbuttons a {
	position: absolute;
	width: 122px;
	height: 18px;
	padding: 0;
	background-image: url(../images/buttons/caribbean-production-service-company-buttons.jpg);
	background-repeat: no-repeat;
}

#button01, #button01static {margin: 0;}
#button01 a {background-position: 0 0;}
#button01 a:hover, #button01static a {background-position: 0 -18px;}

#button02, #button02static {margin-top: 26px;}
#button02 a {background-position: 0 -36px;}
#button02 a:hover, #button02static a {background-position: 0 -54px;}

#button03, #button03static {margin-top: 52px;}
#button03 a {background-position: 0 -72px;}
#button03 a:hover, #button03static a {background-position: 0 -90px;}

#button04, #button04static {margin-top: 78px;}
#button04 a {background-position: 0 -108px;}
#button04 a:hover, #button04static a {background-position: 0 -126px;}

#button05, #button05static {margin-top: 104px;}
#button05 a {background-position: 0 -144px;}
#button05 a:hover, #button05static a {background-position: 0 -162px;}

#button06, #button06static {margin-top: 130px;}
#button06 a {background-position: 0 -180px;}
#button06 a:hover, #button06static a {background-position: 0 -198px;}

#button07, #button07static {margin-top: 156px;}
#button07 a {background-position: 0 -216px;}
#button07 a:hover, #button07static a {background-position: 0 -234px;}

#button08, #button08static {margin-top: 182px;}
#button08 a {background-position: 0 -252px;}
#button08 a:hover, #button08static a {background-position: 0 -270px;}

#button09, #button09static {margin-top: 208px;}
#button09 a {background-position: 0 -288px;}
#button09 a:hover, #button09static a {background-position: 0 -306px;}

#button10, #button10static {margin-top: 234px;}
#button10 a {background-position: 0 -324px;}
#button10 a:hover, #button10static a {background-position: 0 -342px;}

#button11, #button11static {margin-top: 260px;}
#button11 a {background-position: 0 -360px;}
#button11 a:hover, #button11static a {background-position: 0 -378px;}

#button12, #button12static {margin-top: 286px;}
#button12 a {background-position: 0 -396px;}
#button12 a:hover, #button12static a {background-position: 0 -414px;}

#button13, #button13static {margin-top: 312px;}
#button13 a {background-position: 0 -432px;}
#button13 a:hover, #button13static a {background-position: 0 -450px;}

#button14, #button14static {margin-top: 338px;}
#button14 a {background-position: 0 -468px;}
#button14 a:hover, #button14static a {background-position: 0 -486px;}

#button15, #button15static {margin-top: 364px;}
#button15 a {background-position: 0 -504px;}
#button15 a:hover, #button15static a {background-position: 0 -522px;}

#button16, #button16static {margin-top: 390px;}
#button16 a {background-position: 0 -540px;}
#button16 a:hover, #button16static a {background-position: 0 -558px;}
/* ======= END: navigation bar & buttons ======= */



/* ======= START: copyright footer ======= */
#footer {
	position: absolute;
	width: 967px;
	/* margin: 620px 0 0 23px; */
	margin-left: 23px;
}

#copyright {
	color: #999999;
	font-size: 10px;
}

#footertext {
	margin-top: 10px;
	width: 960px;
	margin-left: 3px;
	color: #595959;
	font-size: 9px;
	line-height: 10px;
	text-align: justify;
	letter-spacing: -1px;
}

#cbp {
	position: absolute;
	margin-top: 8px;
	width: 967px;
	/* height: 100px; */
	background-image: url(../images/logos/cyan-block.jpg);
	background-repeat: repeat;
}
/* ======= END: copyright footer ======= */



#wtrack {
	position: absolute;
	margin-top: -100px;
}



/* ======= START: imagedisplay ======= */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../imagedisplay/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../imagedisplay/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; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* ======= END: imagedisplay ======= */
