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

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #333333;
	line-height: 20px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #696969;
}

h1, h2, h3 {
	padding: 0;
	font-weight: normal;
	color: #FF8C00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FF8C00;
}

.link1 {
	text-align: center;
}

#logo {
	width: 800px;
	height: 60px;
	margin: 0 auto;
}
#logo h1 {
	padding-left: 20px;
	font-size: 4em;
	color: #FFFFFF;
}

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

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	display: inline;
}

#menu a {
	display: block;
	margin: 0;
	padding: 23px 30px 0 15px;
	background: url(images/img04.jpg) no-repeat left 85%;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#menu li.first {
	margin-left: 40px;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}



#content-wrapper-top {
	background: url(images/img02.jpg) no-repeat left top;
	margin-left: 20;
	padding: 0;
}

#content-wrapper-btm {
	background: url(images/img03.jpg) no-repeat left bottom;
	margin-left: 20;
	padding: 0;
}

#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; }


#left {
	float: left;
	margin: 0;
	padding: 20px 0px 0px;
	width: 250px;
}

#right {
	float: right;
	margin: 0;
	padding: 20px 30px 20px 20px;
	width: 450px;
}


#menu-footer {
	height: 60px;
	margin: 0 auto;
}

#menu-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-footer li {
	float: left;
	display: inline;
}

#menu-footer a {
	display: block;
	margin: 0;
	padding: 23px 30px 0 15px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#menu-footer li.first {
	margin-left: 40px;
}


#footer {
	clear: both;
	width: 800px;
	height: 42px;
	margin: 0px auto;
	padding-top: 13px;
	text-transform: uppercase;
	font-size: 10px;
	color: #999999;
}

#footer .copyright {
	margin: 0px;
	text-align: center;
}

#footer .links {
	padding-bottom: 20px;
	text-align: center;
}

#footer .css {
	background: #000000;
	border: 1px dotted #DE8202;
	padding: 3px 10px;
}

#footer .xhtml {
	padding: 3px 10px;
	border: 1px dotted #DE8202;
	background: #000000;
}

#footer a {
	color: #999999;
}
