/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

/** Common Styles */

body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #4A4A4A;
	line-height: 1.6em;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;

}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #0193DE;
}

a:hover {
	text-decoration: none;
}

.bg1 {
	background: #000000 url(images/image03.jpg) repeat-x left top;
}

.content {
	padding: 10px 30px 20px 30px;
}

/** HEADER */

#header {
	width: 960px;
	height: 200px;
	margin: 0px auto;
	background: url(images/image01.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
	text-align: right;
	margin: 0px;
	padding: 100px 70px 0px 0px;
	text-transform: uppercase;
	font-size: 42px;
	color: #000000;
}

#header h2 {
	margin: 0px;
	padding: 3px 50px 0px 0px;
	text-transform: uppercase;
	text-align: right;
	color: #000000;
}

/** MENU */

#menu {
	width: 960px;
	height: 50px;
	margin: 0px auto;
	background: url(images/image02.jpg) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0px 30px 0px 50px;
	padding: 0px;
	list-style: none;
	background-color: #000000;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #002E6E;
	
}

/** CONTENT */

#content-wrap {
	width: 960px;
	margin: 0 auto;
	background: #000000;
}

#content {
	width: 890px;
	margin: 0px auto;
	padding-top: 20px;
}

#columnA {
	float: left;
	width: 630px;
	background: #1A1A19;
}

#columnA h2 {
	padding: 10px 0 10px 30px;
	border: 1px #929291 solid;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	background-color: #444540;
}

#columnB {
	float: right;
	width: 230px;
}

#columnB h2 {
	padding: 10px 0 10px 30px;
	background: #444540;
	border: 1px #929291 solid;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#columnB strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}


/** FOOTER */

#footer {
	width: 960px;
	height: 100px;
	margin: 0px auto;
	background: #000000;
	border-top: 2px solid #4A4A4A;
	font-size: 11px;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
}

#footer .copyright {
	float: left;
	margin: 30px 0px 0px 50px;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 30px 50px 0px 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
}

#footer .xhtml {
	padding-left: 20px;
}

#footer a {
}
#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: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
