@charset "utf-8";

body { font-family: Verdana, Geneva, sans-serif; text-align: justify; padding: 0px; margin: 10px auto; background: #989898 url(./images/browserbg.jpg) repeat-x fixed; }

a, a:visited, a:active { color: blue; text-decoration: none; }
a:hover { color: red; text-decoration: underline; }

.content { width: 1024px; height: 685px; margin: 0px auto; padding: 0px; background: url(./images/background.jpg) center no-repeat; }
.content .panel { position: relative; width: 424px; left: 590px; top: 10px; padding: 0px; margin-bottom: 10px; background: none; }
.content .panel .rtop { width: 424px; height: 10px; margin: 0px; padding: 0px; background: url(./images/transparent-top.png); }
.content .panel .rbottom { width: 424px; height: 10px; margin: 0px; padding: 0px; background: url(./images/transparent-bottom.png); }
.content .panel .a { width: 404px; margin: 0px; padding: 0px; padding-left: 10px; padding-right: 10px; font-size: small; background: url(./images/transparent.png) repeat; }
.content .panel .b { width: 404px; margin: 0px; padding: 0px; padding-left: 10px; padding-right: 10px; font-size: small; text-align: center; background: url(./images/transparent.png) repeat; }
.content .panel .b img { margin: 5px; }
.panel h3 { margin: 0px auto; font-size: small; font-weight: bold; text-align: center; }
.panel p, .panel ul { margin: 0px auto; margin-top: 10px; }

.content .header h1 { position: absolute; width: 570px; top: 25px; text-align: center; color: white; background: url(./images/transparent-black.png); margin: 5px; padding: 5px; }
.content .header .rtop { position: absolute; width: 580px; top: 20px; margin: 0px auto; margin-left: 5px; padding: 0px; background: url(./images/black-top.png) no-repeat; }
.content .header .rbottom { position: absolute; width: 580px; top: 115px; margin: 0px auto; margin-left: 5px; padding: 0px; background: url(./images/black-bottom.png) no-repeat; }

.footer .rtop { position: absolute; width: 424px; top: 606px; margin: 0px auto; margin-left: 80px; padding: 0px; background: url(./images/transparent-top.png) no-repeat; }
.footer .rbottom { position: absolute; width: 424px; top: 666px; margin: 0px auto; margin-left: 80px; padding: 0px; background: url(./images/transparent-bottom.png) no-repeat; }
.footer p { position: absolute; width: 404px; top: 616px; margin: 0px; margin-left: 80px; padding-left: 10px; padding-right: 10px; text-align: center; font-size: small; background: url(./images/transparent.png) repeat; }
.footer ul { position: absolute; width: 404px; margin: 0px; padding: 0px; top: 648px; margin-left: 80px; padding-left: 10px; padding-right: 10px; text-align: center; background: url(./images/transparent.png) repeat; }
.footer ul li { display: inline; font-size: small; }

fieldset { margin: 0px auto; margin-left: 20px; padding: 0px; border: none; }
label { margin: 5px; width: 100px; float: left; clear: left; }
#name, #email, #phone, #mobile, #call_time, #subject, #comments { margin: 5px; width: 230px; } 
#fifty, #hundred { margin: 2px; width: 80px; }
#send { float: none; display: block; margin: 5px auto; width: 80px; }

.prev { float: left; clear: left; }
.next { float: right; clear: right; }
.center { text-align: center; }

/*- Menu Tabs -------------------------- */

#tabs {
	font-size:93%;
	line-height:normal;
	position: absolute;
	background: url(./images/transparent-black.png);
	width: 570px;
	padding: 5px;
	margin: 5px;
	top:73px;
}
#tabs ul {
	margin:0;
	padding:0 10px 0 25px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url("./images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url("./images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}

/*- Light Box -------------------------- */

#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(./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; outline: none;}	 	

#overlay{ position: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
