	* { padding: 0; margin: 0; }
	
	html, body { height:100%; }
	
	
	body {
		margin:0; padding:0;
		background:url(../images/bg-gradient.jpg) repeat-x #2b2b2b;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		}
		
	
	/* TOP BAR */
	#topbar {
		position:relative;
		top:0;
		left:0;
		background:url(../images/bg-topbar.gif) repeat-x;
		height:19px;
		display:block;
		}
	
	.send {
		display:block;
		text-indent:-9999px;
		background:url(../images/button-send.gif);
		width:103px;
		height:25px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* MENU */
	
	#menu {
		position:absolute;
			top:40px;
			left:0px;
		margin-left:30px;
		z-index:3;
		}
	
			/* LOGO */
			
			#logo {
				background:url(../images/logo-k9sonly.gif) no-repeat;
				display:block;
					width:131px;
					height:101px;
				
				}	
				
				#logo h1 { margin:0; padding:0; text-indent:-9999px; font-size:1px; height:1px; width:1px; }
				#logo a { display:block; text-indent:-9999px; width:131px; height:101px; }
				
		
		

		
		
		
		/* MENU LINKS */	
			#menulinks {
				width:139px;
				display:block;
				margin:30px 0 0 10px;
				}
				
				#menulinks a {
					background:url(../images/menu.gif) no-repeat;
					display:block;
					margin-left:20px;
					height:21px;
					width:119px;
					text-indent:-9999px;
					}
				
				#menulinks a:hover.noimage {
					color:#fff;
					}
					
					
					
					/* LIST INFO */
					#menulinks ul {
						width:139px;
						margin:0;
						padding:0;
						list-style-type:none;
						}
					
					
					/* DISPLAY TEXT FOR SUB CATEGORY */
					#menulinks ul ul li a {
						background:none;
						text-indent:0;
						text-align:right;
						text-decoration:none;
						color:#993300;
						font-weight:100;
						font-size:10px;
						width:auto;
						letter-spacing:1px;
						}
						#menulinks ul ul li a:hover { color:#fff; }
					#menulinks ul ul li { height:21px; padding:0px; margin:0; line-height:21px; border-bottom:none; border-top:solid 1px #222; }
					#menulinks ul li  { margin: 0; padding:1px 0; border-bottom:solid 1px #222; }
					
					#menulinks ul li#noborder { border-bottom:none; }
					
					
					
					
					/* about */
					#menulinks a#menuabout {
						background-position: 0 0px;
						}
						#menulinks a:hover#menuabout {
						background-position: -119px 0px;
						}
					
					/* training */
					#menulinks a#menutraining {
						background-position:0 -21px; /* subtract -23px for each one below */
						}
						#menulinks a:hover#menutraining {
						background-position:-119px -21px;
						}
					
					/* boarding */
					#menulinks a#menuboarding {
						background-position:0 -43px;
						}
						#menulinks a:hover#menuboarding {
						background-position:-119px -43px;
						}
					
					/* daycare */
					#menulinks a#menudaycare {
						background-position:0 -65px;
						}
						#menulinks a:hover#menudaycare {
						background-position:-119px -65px;
						}
					
					/* grooming */
					#menulinks a#menugrooming {
						background-position:0 -87px;
						}
						#menulinks a:hover#menugrooming {
						background-position:-119px -87px;
						}
					
					/* wellness */
					#menulinks a#menuwellness {
						background-position:0 -109px;
						}
						#menulinks a:hover#menuwellness {
						background-position:-119px -109px;
						}
					
					/* photos */
					#menulinks a#menuphotos {
						background-position:0 -131px;
						}
						#menulinks a:hover#menuphotos {
						background-position:-119px -131px;
						}
						
						
					/* calendar */
					#menulinks a#menucalendar {
						background-position: 0 -176px;
						}
						#menulinks a:hover#menucalendar {
						background-position: -119px -176px;
						}
					
				
				
			
			
			
			/* HOME CONTACT BUTTONS */
				#homecontact {
					margin:16px 0 40px 110px;
					}
				#homecontact ul, #homecontact ul li {
					margin: 0;
					padding: 0;
					display: inline;
					}
			
				#homecontact a {
					background:url(../images/homecontactbutton.gif) no-repeat;
					height:15px;
					display:block;
					text-indent:-9999px;
					float:left;
					margin-right:4px;
					}
					#homecontact a#homebutton {
						background-position:0 0;
						width:16px;
						}
						#homecontact a:hover#homebutton {
							background-position:0 -15px;
							}
					#homecontact a#contactbutton {
						background-position: -17px 0;
						width:19px;
						}
						#homecontact a:hover#contactbutton {
							background-position: -17px -15px;
							
							}
				
					
					
				
				
				
				
				
				
				
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* CONTENT */
	
	#content {
		min-height: 100%;
    	height: auto !important;
    	height: 100%;
    	margin: 0 0 -162px 0;
		}











	/* MAIN CONTNET */
	#maincontent {
		position:relative;
			top:24px;
			left:200px;
		width:707px;
		padding:0 5px;
		background:url(../images/bg-shadow.jpg) no-repeat;
	
		}
	
		/* MAIN CONTENT BAR */
		#maincontentbar {
			background:url(../images/bg-maincontent-bar.jpg) no-repeat #c04d1f;
			height:134px;
			width:707px;
			display:block;
			}
			
			#maincontentbar h2 {
				margin:0;
				padding:0;
				height:49px;
				position:absolute;
					top:85px;
				text-indent:-9999px;
				}
		
		#icon {
			position:absolute;
			display:block;
			}
		
		#reservearoom, #trainingrequestbutton, #wellnessbutton, #photographybutton {
			position:absolute;
			display:block;
			width:105px;
			height:105px;
			text-indent:-9999px;
			top:15px;
			left:660px;
			z-index:10;
			
			}
		#reservearoom a {
			display:block;
			width:105px;
			height:105px;
			background:url(../images/reservearoom.png) no-repeat;
			}
		
		#photographybutton a {
			display:block;
			width:105px;
			height:105px;
			background:url(../images/button/photosession.png) no-repeat;
			}
		
		#trainingrequestbutton a {
			display:block;
			width:105px;
			height:105px;
			background:url(../images/trainingrequest.png) no-repeat;
			}
		
		#wellnessbutton a {
			display:block;
			width:105px;
			height:105px;
			background:url(../images/wellnessreservation.png) no-repeat;
			}
			
			#reservearoom a:hover, #trainingrequestbutton a:hover, #wellnessbutton a:hover, #photographybutton a:hover {
			background-position:0 -105px;
			}
		
		* html #reservearoom a {
			background: none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/reservearoom.png', sizingMethod='crop');
			}
		
		* html #trainingrequestbutton a {
			background: none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/trainingrequest.png', sizingMethod='crop');
			}
		
		* html #wellnessbutton a {
			background: none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/wellnessreservation.png', sizingMethod='crop');
			}
			
			
		
		
	
	
	
	
	
	
		


		/* SUB CONTENT */
		#subcontent {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			line-height:19px;
			background:#fff;
			}
			
			#subcontent a { 
				color:#CC6600;
				}
			#subcontent a:hover { 
				color:#666666;
				}
			#subcontent a:visited {
				color:#666;
				}
			
			#subcontent ul { margin: 0 0 15px 0; padding:0; }
			#subcontent ul li {
				margin:0 0 5px 40px;
				}
			
			#subcontent #images { float:left; width:235px; }
			#subcontent img { float:left; }
			#subcontenttext {
				margin: 0 20px 0 256px;
				padding:20px 0;
				}
			
			/* CONTAINER TEXT */
			#subcontent #subcontainertext {
				padding:35px;
				}
				#subcontent #subcontainertext h3, #subcontent #subcontenttext h3 {
					color:#d65520;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:26px;
					font-weight:100;
					margin-bottom:20px;
					}
				
				#subcontent #subcontainertext h4 {
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:15px;
					
					}
	
		
		
		
		
		
		
		
	
		
		/* ORANGE AREA */
		
		#orangearea {
			background:url(../images/bg-orangeshade.jpg) repeat-x #c04d1f;
			display:block;
			padding:20px 0 0 0;
			}
			
			.photobox {
				float:left;
				width:235px;
				margin:0 1px 0 0;
				padding:0;
				}
				.noborder {
					margin-right:0px;
					}
			
				.photobox img { border:none; margin:0; padding:0; }
				.photobox .photoboxtext {
					margin-top:1px;
					display:block;
					height:30px;
					
					background-repeat:no-repeat;
					text-indent:-9999px;
					}
				a .photoboxtext {
					background-color:#883513;
					}
				a:hover .photoboxtext {
					background-color:#6d290d;
					}
		#orangeleft, #orangeright {
			color:#fff;
			line-height:20px;
			font-size:12px;
			}
		#orangeleft {
			width:195px;
			float:left;
			padding:20px;
			float:left;
			border-right:1px solid #883513;
			}
		#orangeleft, #orangeright { margin:20px 0; }
		#orangeright h4, #orangeleft h4 { margin:0 0 10px 0 ;}
		#orangeright a, #orangeleft a { color:#000; }
		#orangeright a:hover, #orangeleft a:hover { color:#333; }
		#orangeright a:visited, #orangeleft a:visited { color:#333; }
		
		#orangeright {
			float:left;
			width:431px;
			padding:20px;
			}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* FOOTER */	
	
	#footer, #push {
		height:162px;
		}		
	#footer {
		position:relative;
		background:url(../images/bg-footer.jpg) repeat-x;
		display:block;
		}
	
	
	
	
	
	#footerlinks {
		background:#2b2b2b;
		padding-top:20px;
		padding-left:10px;
		font-size:10px;
		height:80px;
		font-family: Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		}
		
		#footerlinks ul, #footerlinks ul li {
			margin:0; padding:0;
			display:inline;
			}
	
			
		#footerlinks a {
			font-weight:600;
			margin-top:6px;
			color:#494949;
			text-decoration:none;
			float:left;
			margin-right:10px;
			}
	
		#footerlinks a:hover {
			color:#777; }
		
		#footerlogo {
			margin-right:10px;
			float:right;
			background:url(../images/bg-footerlogo.gif) no-repeat;
			width:125px;
			height: 26px;
			}
		#footerlinks #dogicons {
			display:block;
			margin:15px auto 0 auto;
			background:url(../images/bg-dogicons.gif) no-repeat;
			width:77px;
			height:20px;
			}
	
	
	
	
	
	
	
	
	
	
	
	/* CONTACT */
	#contacttext h1 {
		font-size:1px;
		text-indent:-9999px;
		}
	
	#contacttext h2 {
		text-indent:0;
		color:#CD6632;
		font-size:15px;
		font-weight:100;
		}
	
	#contacttext strong, #contacttext h3 {
		font-size:12px;
		color:#555;
		}
	#contact {
		display:none;
		position:absolute;
			top:0;
			left:0;
			z-index:100;
		width:100%;
		min-height:100%;
		background:#222;
	
		}
	
	#contacttext a#hidecontent {
		position:absolute;
			top:510px;
			left:610px;
		background:url(../images/button-close.gif) no-repeat;
		display:block;
		width:85px;
		height:26px;
		text-indent:-9999px;		
		}
		#contacttext a:hover#hidecontent {
			background-position:0 -26px;
			}
	#contacttext {
		display:none;
		position:absolute;
			z-index:200;
			top:43px;
			left:205px;
		width:657px;
		height:500px;
		background:#fff;
	
		color:#000;
		margin-top:auto;
		margin-bottom:auto;
		padding:25px;
		}
	
	#contactright {
		float:right;
		width:300px;
		}
	
		#contactright img {
			display:block;
			margin:0 auto;
			text-align:center;
			}
	#contactleft {
		border-right:dotted 1px #CD6632;
		padding-right:25px;
		margin-right:25px;
		width:300px;
		float:left;
		}
	
	.fieldclass {
		background-image: url(../images/bg-fields.gif);
		background-repeat: repeat-x;
		border: 1px solid #ccc;
		font-size: 13px;
		color:#666;
		padding: 10px;
		margin:0 0 15px 0;
		width: 270px;
		font-size:10px;
		font-weight:100;
		}
	
	
	
	
	
	
	
	
	
	
	
		
	
	/* MISC */
	
	.clearleft { clear:left; }
	
	p { margin:0 0 20px 0; padding:0; }
	
	
	.photobox {
		margin-bottom:0;
		}	
	
	* html #footerlinks {
		margin-top:20px;
		}
		
	*+html #footerlinks {
		margin-top:20px;
		}
	
	a#phonetext {
		margin-left:33px;
		display:block;
		width:117px;
		height:31px;
		background:url(../images/text-phone.gif) no-repeat;
		text-indent:-9999px;
	}
	
	a:hover#phonetext {
		background-position:0 -31px;
		}
	
	
	
	#signupform {
		margin:20px 0 0 10px;
		text-align:right;
		padding-top:10px;
		border-top:solid 1px #222;
		width:130px;
		}
	
	#signupform .fieldclass {
	background:#222;
	border: 1px solid #000;
	font-size: 13px;
	color: #ccc;
	padding: 6px;
	margin:0 0 5px 0;
	width: 118px;
	font-size:10px;
	font-weight:100;
	display:block;
		}
	
	#signupform  a.signup {
		float:right;
		display:block;
		padding:5px;
		background:#222;
		border:solid 1px #000;
		color:#993300;
		text-decoration:none;
		font-size:9px;
		
		}
	
	#signupform a:hover.signup {
		background:#000;
		}