
body {
background-image: url(images/bg.jpg);
background-repeat: repeat-y;
background-position: center top;
background-color: #000;
color:#111;
font: 75%/1.5em Arial, Verdana, Helvetica, sans-serif;
text-align: center;
margin: 0px;
padding: 0px;
}
	

	#container {
		background: url() 0% 100% repeat-x;
		}
	
	#wrapper {
		text-align: left;
		margin: 0 auto 0 auto;
		padding:0;
		background-color:#ffffff;
		width: 800px;
		}
	
	#header {
		background: url(images/header.jpg) 50% 0% no-repeat;
		width: 800px;
		height: 110px;
		}
	
	#content {
		background: #fff;
		width: 800px;
		margin: 0px 0 0 0px;
		color: #333;
		font-size: 12px;
		line-height: 18px;
		background-image:url(images/content_bg.jpg);
		}
	
	
	
	#col {
		float: left;
		}
	
	#col-1 {
		width: 530px;		
		float: left;		
		margin-left: 0px;
		margin: 10px 0px 0px 10px;
		background-image: url(images/col1_bg.gif);
		}
		
	#col-1 a {
		color: #000;
		text-decoration:none;
		}
	
	#col-1 a:hover {
		color: #454545;
		text-decoration:none;
		}
		
		
		
	
	#col-2 {
		width: 240px;
		float: left;
		margin-top: 10px;
		margin-left: 10px;
		background-image: url(images/col2_bg.gif);		
		font-size: 14px;
		color: #000;
		line-height: 15px;
		}
		
	#col-2 a {
		color: #aa0404;
		text-decoration:none;
		}
	
	#col-2 a:hover {
		color: #ce8003;
		text-decoration:none;
		}
		
#col-3 {
		width: 780px;		
		float: left;		
		margin-left: 0px;
		margin: 10px 0px 0px 10px;
		background-image: url(images/col1_bg.gif);
		}
		
	#col-3 a {
		color: #000;
		text-decoration:none;
		}
	
	#col-3 a:hover {
		color: #454545;
		text-decoration:none;
		}



	
	#petmonth-top {
		width: 230px;
		float: left;
		
		}
		

	#petmonth-mid {
		width: 230px;
		float: left;
		background-image: url(images/bgpetofthemonth.jpg);
		margin-top: -3px;		
		font-size: 12px;
		color: #000;
		line-height: 15px;
		}
		
		
	#ourclients-mid {
		width: 230px;
		float: left;
		background-image: url(images/bgourclients.jpg);
		margin-top: -3px;		
		font-size: 12px;
		color: #000;
		line-height: 15px;
		}
		

	#petmonth-bottom {
		width: 230px;
		height:40px;
		float: left;
		background-image: url(images/petofthemonthbottom.jpg);
		background-repeat:no-repeat;	
		}
			
	#ourclients-bottom {
		width: 230px;
		height:40px;
		float: left;
		background-image: url(images/ourclientsbottom.jpg);
		background-repeat:no-repeat;	
		}
	
	#footer {
		background: url(images/footer.jpg) no-repeat;
		height: 68px;		
		width: 800px;		
		}		
	
	#footer a {
		color: #fff;
		text-decoration:none;
		}
	
	#footer a:hover {
		color: #ce8003;
		text-decoration:none;
		}
		
		
		/*************************** LIGHTBOX **************************/
	
	#lightbox{
		position: absolute;
		padding-top:100px;
		top: 40px;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}

	#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: transparent url(../gallery/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
		}
	#prevLink { left: 0px; float: left; }
	#nextLink { right: 0px; 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;
		}
	
	#imageData{
		padding:0 10px;
		}
	#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;	}	
			
	#overlay{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 100%;
		background-color: #000;
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		}
		
	
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
	
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
		}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
		}	
		
	
	
	
	.head {
		color: #8E2568;
		font-family: Verdana;
		font-size: 13px;
		line-height: 20px;
		font-weight:800;
		}
	
	
	
	.subhead {
		color: #9E457E;
		font-family: Verdana;
		font-size: 11px;
		line-height: 20px;
		font-weight:800;
		}
		
	.content {
		font-family: Verdana;
		font-size: 11px;
		line-height: 15px;
			}
			
	.hours {
		font-family: Verdana;
		font-size: 11px;
		line-height: 15px;
			}		
	
	
	.spacer {
		clear: both;
		}
		
	.copyright {
		font-size: 10px;	
		font-family: Verdana;	
		margin: 0px;
		padding: 0px;
		color: #fff;
		font-weight:800;
		line-height: 15px;
		
		}
		



	.preload1 {background: url(nav/blank_over.gif);}
	.preload2 {background: url(nav/nav1_over.gif);}
	
	#nav {padding:0; margin:0; list-style:none; height:36px; background:#000; background-image:url(nav/bg.gif); position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
	#nav li.top {display:block; float:left;}
	#nav li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 0px; cursor:pointer;background: url(nav/blank.gif);}
	#nav li a.top_link span {float:left; display:block; padding:0 12px 0 12px; height:36px;background:url(nav/nav1.gif) right top;}
	#nav li a.top_link span.down {float:left; display:block; padding:0 12px 0 12px; height:36px; background:url(nav/nav_on.gif) no-repeat right top;}
	#nav li a.top_link:hover {color:#fff; background: url(nav/blank_over.gif) no-repeat;}
	#nav li a.top_link:hover span {background:url(nav/blank_over.gif) no-repeat right top;}
	#nav li a.top_link:hover span.down {background:url(nav/nav1_over.gif) no-repeat right top;}
	#nav li:hover > a.top_link {color:#fff; background: url(nav/blank_over.gif) no-repeat;}
	#nav li:hover > a.top_link span {background:url(nav/blank_over.gif) no-repeat right top;}
	#nav li:hover > a.top_link span.down {background:url(nav/nav1_over.gif) no-repeat right top;}
	#nav li:hover {position:relative; z-index:200;}
	#nav ul, 
	#nav li:hover ul ul,
	#nav li:hover ul li:hover ul ul,
	#nav li:hover ul li:hover ul li:hover ul ul,
	#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
	{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
	#nav li:hover ul.sub
	{left:0; top:31px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:90px; height:auto; z-index:300;}
	#nav li:hover ul.sub li
	{display:block; height:20px; position:relative; float:left; width:90px; font-weight:normal;}
	#nav li:hover ul.sub li a
	{display:block; font-size:11px; height:20px; width:90px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;}
	#nav li ul.sub li a.fly
	{background:#fff url(arrow.gif) 80px 7px no-repeat;}
	#nav li:hover ul.sub li a:hover 
	{background:#3a93d2; color:#fff;}
	#nav li:hover ul.sub li a.fly:hover
	{background:#3a93d2 url(arrow_over.gif) 80px 7px no-repeat; color:#fff;}
	#nav li:hover ul li:hover > a.fly {background:#3a93d2 url(arrow_over.gif) 80px 7px no-repeat; color:#fff;} 
	#nav li:hover ul li:hover ul,
	#nav li:hover ul li:hover ul li:hover ul,
	#nav li:hover ul li:hover ul li:hover ul li:hover ul,
	#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
	{left:90px; top:-4px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:90px; z-index:400; height:auto;}
