@charset "utf-8";
/* CSS Document */

html{
	min-height: 100%; 
	margin-bottom: 1px; 
}

body{
	background-image:url(images/layout/paw_bg.gif);
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0;
}

#wrapper{
	position:relative;
	top:0px;
	height:auto;
	width:778px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	position:relative;
	background-image:url(images/layout/header.gif);
	height:390px;
	width:778px;	
	top:0px;
	left:0px;
}

#nav{
	position:absolute;
	height:108px;
	width:365px;
	top:167px;
	left:395px;
	padding:10px;
	font-size:21px;
	color:#FFFFFF;
	text-align:right;	
}
#address{
	position:absolute;
	height:108px;
	width:365px;
	top:0px;
	left:395px;
	padding:10px;
	font-size:16px;
	color:#FFFFFF;
	text-align:right;
}
#webstore{
	position:absolute;
	background-image:url(images/layout/webstore_bg.gif);
	height:27px;
	width:242px;
	top:139px;
	left:528px;
	padding-right:8px;
	font-size:24px;
	color:#FFFFFF;
	text-align:right;
}
#content{
	position:relative;
	height:auto;
	width:758px;
	padding:10px;
	background-color:#FFFFFF;
	text-align:left;
}

#footer{
	position:relative;
	height:49px;
	width:758px;
	padding:10px;
	text-align:center;
	background-image:url(images/layout/footer.gif);
	background-repeat:no-repeat;	
}

h1 {
	font-size:60px;
	color:#00CCFF;
	padding:0;
	margin:0;
}
h2 {
	font-size:40px;
	color:#000000;
	padding:0;
	margin:0;
}
h3 {
	font-size:30px;
	color:#000000;
	padding:0;
	margin:0;
}
h4 {
	font-size:24px;
	color:#000000;
	padding:0;
	margin:0;
}
img {
	padding:5px;
	border:0;
}
/*All Links*/
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#00CCFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*Nav Links*/
#nav a:link {
	text-decoration: none;
	color:#FFFFFF;
}
#nav a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
#nav a:hover {
	font-weight:bold;
	text-decoration: none;
	color:#00CCFF;
}
#nav a:active {
	text-decoration: none;
	color:#FFFFFF;
}
#webstore a:link {
	text-decoration: none;
	color:#FFFFFF;
}
#webstore a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
#webstore a:hover {
	font-weight:bold;
	text-decoration: none;
	color:#00CCFF;
}
#webstore a:active {
	text-decoration: none;
	color:#FFFFFF;
}
.justify {
	text-align:justify
}
/*Begin Lightbox Code*/
#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; }
