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

html, body {
	margin:0;
	padding:0;
	height:100%;
	background:url(../images/bg.gif) no-repeat bottom left fixed;
}

a {
	color:#660000;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}


h1, h2, h3 { 
	font-family:"Tekton Pro";
	font-weight:bold;
	color:#660000;
}

h1 {
	font-size:24px;
	padding:20px 0 15px 0;
}

h2, h3{
	font-size:18px;
	padding:15px 0 15px 0;
}

p {
	margin-bottom:15px;
}

#gallery img {
	margin-top:40px;
	padding:5px;
}
.clearBoth {
	clear:both; height:15px;
}


/*Divisons*/

#wrapper { 
	font-family:"Arial Narrow", Arial, Times New Roman;
	min-height:100%;
	width:920px;
	margin:0 auto;
}


#top {
	height:160px;
	background:url(../images/catteries.gif) no-repeat center;
	position:relative;
	font-family:Tekton Pro;
}
#top img {
	margin:0;
	float:left;
	height:160px;
	width:226px;
	border:none;
}

#topcontact {
	width:300px;
	position:absolute;
	top:10px;
	font-size:18px;
	right:10px;
	text-align:right;
}

#topcontact a {
	color:#660000;
	text-decoration:none;
}

#topcontact a:hover {
	color:#666666;
	text-decoration:underline;
}

#topcontact ul li {
			
			list-style-type:none;
			padding:0;
			margin:0;
						}	
			#topcontact ul li span {
			color:#660000;
			}
/*start of nav*/

	#navcontainer {
	margin-top:5px;
	clear:both;
	height:25px;
	border-bottom:#660000 4px solid;
	}

	ul#navmenu {
	list-style-type:none;
	margin:0;
	padding:0;
	width:920px;
	}

	ul#navmenu li {
	display:block;
	float:left;
	border-left:1px solid #fff;
	height:25px;
	}

	ul#navmenu li a {
	display:block;
	border-bottom:#660000 2px solid;
	background:#CCC;
	color:#333;
	line-height:25px;
	text-decoration:none;
	padding:0 15px 0 15px;
	height:25px;
	}
	
	ul#navmenu li a:hover {
	background:#990000;
	color:#fff;
	}
	
	ul#navmenu li a.current {
	color:#fff;
	background:#660000;
	}

	ul#navmenu li.right {
	float:right;
	}
	
/*end of nav*/
  
  
/*div*/

#left {
	width:920px;
	float:left;
}
#right {
	width:400px;
	height:auto;
	float:right;
	padding:5px;
	margin:0 0 10px 30px;
		}
		#right p {
			float:right;
			margin:10px 0;
			font-size:80%;
			}
#open { 
	width:auto;
	float:right;
	text-align:center; 
	border:dotted 1px #660000;
	background:url(../images/test-bg.png) repeat;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px; 
	}
#open h1 { padding:0 30px 0 30px;}


	
#gallery {
	width:400px;
	height:267px;
	position:relative;
	right:35px;
	}
#gallery li {
	display: block;
	}
ul#gallery li img {
	padding:0;
	}
	
	

/*offers box*/

#offers {
	border:1px dotted #990000;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px; 
	background:url(../images/xmas.png) repeat #FFC; 
	float:left; 
	padding:10px;
	width:600px;  
	}

#offers h1 { 
	margin:0; 
	padding:0; 
	color:#660000;
	}
 
 .smallpets { 
 	width:271px;
	height:201px; 
	background:url(../images/rabbit-bording.gif) no-repeat; 
	float:right;
	}
 
 .smallpets p {
	margin:155px 20px 10px 145px; 
	text-align:center; 
	font-size:18px; 
	font-family:Tekton Pro; 
	font-weight:bold;
	}

.terms { 
	text-align:right; 
	font-size:95%; 
	margin:auto; 
	margin-top:10px;
	}
/*end of offer box*/


/*start of footer*/
#footer {
	width:1000px;
	margin:auto;
	font-size:12px;
	font-family:Arial Narrow, Arial, Times New Roman; 
	padding:5px; 
	border-top:1px #CCC solid; 
	position:relative;
	margin-top:-80px; /* negative value of footer height */
	clear:both;
	}	
	 
#footleft { 
	width:400px; 
	text-align:left; 
	float:left;
	}

#footright { 
	width:400px; 
	text-align:right; 
	float:right;
	}


/*Classes*/

.so {
	font-size:110%;
	color:#FF0000;
	font-weight:bold;
}
.center {
	text-align:center;
}
.logos {
	height:90px;
	width:100px;
}
.bi {
	font-weight:bold;
	font-style:italic;
}

.padding { padding:20px;}

