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



body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#header {
	width: 950px;
	margin-bottom: 40px;
}
#content {
	width: 950px;
}
#lgImages {
	width: 650px;
	float: left;
}
#logo {
	float: left;
}
#mainNav {
	float: right;
	width: 250px;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#thumbnails {
	float: right;
	width: 250px;
}
#thumbnails img {
	padding: 0px;
	border: 1px solid #333333;
	
}
#thumbnails img:hover {
	margin: 0px;
	padding: 0px;
	border: 1px solid #FF00CC;
}
#thumbnails img, #thumbnails img:hover {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#thumbnails a {
	display: inline;
}
#thumbnails a:hover {
}
.clear {
	line-height: 1px;
	clear: both;
}
body,td,th {
	color: #666666;
	font-family: Georgia, Times New Roman, Times, serif;
}
p {
	margin: 0px;
	padding: 0px;
}
#mainNav #galleryNav {
	float: left;
	width: 100px;
}
#mainNav #infoNav {
	float: left;
	width: 100px;
}
#sectionBook1 #navBook1,
#sectionBook2 #navBook2,
#sectionBook3 #navBook3,
#sectionGrooming #navGrooming,
#sectionPersonalities #navPersonalities,
#sectionContact #navContact {
	color:#FFFFFF;
}
#header #logo img {
	margin: 0px;
	padding: 0px;
}
#header #logo a, #header #logo a:visited, #header #logo a:active, #header #logo a:hover {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sectionContact #wrapper #content #lgImages a {
	display: inline;
}
#sectionContact #wrapper #content #lgImages p {
	color: #999999;
}
#mainNav a {
	color: #eeeeee;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: none;
}
#mainNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a {
	color: #cc0099;
}
#content a:hover {
	color: #FF00CC;
	text-decoration: underline;
}


/*new thumbnail overrides*/
#thumbnails a {
	height: 35px;
	width: 35px;
	overflow: hidden;
	display: block;
	float: left;
	border: 1px solid #666666;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	right: 0px;
	bottom: 0px;
}
#thumbnails a:hover {
	border-top-color: #FF00CC;
	border-right-color: #FF00CC;
	border-bottom-color: #FF00CC;
	border-left-color: #FF00CC;
}
#thumbnails img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#thumbnails img:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

