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

* {
	margin: 0;
	padding: 0;
	}
	
	body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #FFFFCC url(images/containerbg.jpg) repeat-y 50% 0;
	color:#000000;
	}
		
	a img {
	border:none;
	}
	
	body a { 
	color:#FF0066;
	}
	
	body a:hover {
	color:#661429; 
	}
		
	
	/* Headings and text*/
	h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	padding:20px 0 5px 0;
	margin:0;
	line-height:30px;
	font-weight:normal;
	}
	
	h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding: 20px 0 5px 0;
	margin: 0;
	}
	
	h3	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:5px 0 5px 0;
	margin:0;
	}
	
	h4	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px 0 5px 0;
	margin:0;
	}
	
	p {
	padding:10px 0;
	line-height: 20px;
	}
	
	
	
	/* Lightbox styles */
	#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; }
	
		
		
	
	
	
			/* spiffy corners */
			/* http://www.spiffycorners.com */
			.spiffy{display:block}
			.spiffy *{
			  display:block;
			  height:1px;
			  overflow:hidden;
			  font-size:.01em;
			  background:#FFFFCC}
			.spiffy1{
			  margin-left:3px;
			  margin-right:3px;
			  padding-left:1px;
			  padding-right:1px;
			  border-left:1px solid #8aa78a;
			  border-right:1px solid #8aa78a;
			  background:#ccd8cc}
			.spiffy2{
			  margin-left:1px;
			  margin-right:1px;
			  padding-right:1px;
			  padding-left:1px;
			  border-left:1px solid #477547;
			  border-right:1px solid #477547;
			  background:#d8e1d8}
			.spiffy3{
			  margin-left:1px;
			  margin-right:1px;
			  border-left:1px solid #d8e1d8;
			  border-right:1px solid #d8e1d8;}
			.spiffy4{
			  border-left:1px solid #8aa78a;
			  border-right:1px solid #8aa78a}
			.spiffy5{
			  border-left:1px solid #ccd8cc;
			  border-right:1px solid #ccd8cc}
			.spiffyfg{
				padding: 0 20px 20px 20px;
			  background:#FFFFCC}
	
	
	/* Main Container */
	#container	{
	margin:0 auto;
	background: transparent none;
	width:1000px;
	color:inherit;
	font-family:inherit;
	}
	
		#container:after {		 Expands the container around any floated elements it may contain 
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
	
	

	/* Main */
	#main {
	width: 710px;
	padding-top: 20px;
	margin-right: 20px;
	height: auto;
	float: left;
	background: transparent none;
	}
	
	/* Header */
	#header {
	width: 710px;
	height:130px;
	padding-bottom: 20px;
	border-bottom: 2px #FF0066 solid;
	float:left;
	background:#FFFFCC;
	}
	
		#left {
		width: 160px;
		padding: 0 10px 10px 0;
		margin-right: 20px;
		height: auto;
		float: left;
	background: transparent none;
		}
		
		#left a {
		color: #FF0066;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		text-decoration: none;
		}
		
		#left a img {
		float: left;
		margin: 0 3px 5px 0;
		}
		

/* Left navigation */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 160px;
padding: 0 0 1em 0;
margin-bottom: 1em;
margin-top: 20px;
font-size: 90%;
background-color: #FFFFCC;
color: #333;
text-align:right;
font-weight:bold;
}

* html #blueblock{ /*IE 6 only */
w\idth: 127px; /*Box model bug: 170px minus all left and right paddings for #blueblock */
}

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

#blueblock li {
border-bottom: 1px solid #FFFFCC;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-right: 10px solid #FF0066;
background-color: #FFFFCC;
color: #000000;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover, #blueblock a#here{
border-right: 10px solid #991429;
background-color: #FF0066;
color: #FFFFCC;
}
			
			
	
		/* Center content */
				
		#center {
		width: 520px;
		height: auto;
		float: left;
	background: transparent none;
		}
		
		
		/* Center lists */
		#center ul {
		margin: 0; 
		padding: 10px 0;
		}
		
		#center ul li {
		margin: 0 30px;
		padding: 5px;
		}
		
		#center ul ul {
		border:none;
		}
		
		#center ul ul li {
		margin: 0 60px 0 30px;
		padding: 5px;
		}
		
		
		
		#center ol {
		margin: 0; 
		padding: 10px 0;
		}
		
		#center ol li {
		margin: 0 30px;
		padding: 5px;
		}

	/* Footer */
	#footer {
	padding-top:20px;
	width: 520px;
	height:auto;
	float:left;
	text-align: center;
	color: #FF0066;
	background: transparent none;
	}
		
		
	/* Right side */	
	#right {
	width: 240px;
	padding: 0 15px 10px 15px;
	height: auto;
	float: left;
	background: transparent none;
	}
	
	#right a { 
	color:#FF9900;
	}
	
	#right a:hover {
	color:#661429; 
	}
	
		#petlist {
		width: 240px;
		height: 260px;
		float: left;
		}
		
		.feature {
		width: 240px;
		height: auto;
		margin-top: 20px;
		font-size: 12px;
		line-height: 14px;
		float: left;
		}
		
		.feature img {
		float: left;
		margin-bottom: 20px;
		margin-top: 10px;
		}
	