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

body {
	margin: 0;
	background-image: url(../images/bg-body.gif);
}
a img {
	border: none;
}
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 849px;
}
div#topnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #fff;
	width: 849px;
	text-align: right;
}
#topnav ul {
	list-style: none;
	margin: 0;
	padding-right: 37px;
}
#topnav ul li {
	display: inline;
}
#topnav ul li a {
	color: #fff;
}
div#container {
	width: 849px;
	background-color: #fff8da;
	border: 2px solid #fff;
}
div#mainNav {
	width: 849px;
	background-color: #3d1a13;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #fff;
	text-align: center;
}
#mainNav ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
}
#mainNav ul li {
	display: inline;
	margin-right: 20px;
}
#mainNav ul li a {
	color: #fff;
	text-decoration: none;
	padding-left: 18px;
}
#mainNav ul li a:hover {
	padding-left: 18px;
	background-image: url(../images/star.gif);
	background-position: left;
	background-repeat: no-repeat;
}
div#containerDaycare {
	width: 849px;
	background-color: #fcf6da;
	border: 2px solid #fff;
}
#containerDaycare div#mainNav {
	width: 849px;
	background-color: #c6ac3e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #fff;
	text-align: center;
}
#containerDaycare #mainNav ul li a:hover {
	padding-left: 18px;
	background-image: url(../images/star-olive.gif);
	background-position: left;
	background-repeat: no-repeat;
}
div#containerBoarding {
	width: 849px;
	background-color: #e5effd;
	border: 2px solid #fff;
}
#containerBoarding div#mainNav {
	width: 849px;
	background-color: #47acb2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #fff;
	text-align: center;
}
#containerBoarding #mainNav ul li a:hover {
	padding-left: 18px;
	background-image: url(../images/star-blue.gif);
	background-position: left;
	background-repeat: no-repeat;
}
div#containerGrooming {
	width: 849px;
	background-color: #dcfcfe;
	border: 2px solid #fff;
}
#containerGrooming div#mainNav {
	width: 849px;
	background-color: #47acb2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #fff;
	text-align: center;
}
#containerGrooming #mainNav ul li a:hover {
	padding-left: 18px;
	background-image: url(../images/star-blue.gif);
	background-position: left;
	background-repeat: no-repeat;
}
div#containerTraining {
	width: 849px;
	background-color: #f0fad9;
	border: 2px solid #fff;
}
#containerTraining div#mainNav {
	width: 849px;
	background-color: #8ca15a;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #fff;
	text-align: center;
}
#containerTraining #mainNav ul li a:hover {
	padding-left: 18px;
	background-image: url(../images/star-green.gif);
	background-position: left;
	background-repeat: no-repeat;
}
img#logo {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	position: relative;
	top: -10px;
}

div#servicesLeft {
	width: 276px;
	float: left;
	display: inline;
	margin: 10px 15px 0 30px;
}
div#servicesRight {
	width: 276px;
	float: left;
	display: inline;
	margin: 10px 0 0 0;
}
img.insideMain {
	float: left;
	display: inline;
}
div#content {
	width: 482px;
	float: left;
	display: inline;
	margin-left: 30px;
	margin-top: 20px;
}
#content h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #333;
}
#content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #333;
}
#content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	color: #333;
	margin: 10px 0 10px 0;
}
#content ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	color: #333;
}
#content a {
	color: #333;
}
#content form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}
#content form input {
	margin-bottom: 5px;
}
#content form textarea {
	margin-bottom: 5px;
}
#content table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #333;
}
#content table tr td {
	padding: 4px;
}
div#footer {
	width: 849px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	text-decoration: underline;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
div.break {
	clear: both;
}
/* jQuery lightBox plugin - Gallery style */
	#gallery {
	background-color: #FFF;
	padding: 2px;
	width: 500px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	}
	#gallery ul a:hover img {
	color: #fff;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
#containerGrooming #content p img {
	float: left;
	padding-right: 10px;
	clear: right;
}

