/* CSS Document */

body {
	background: #FFCCFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
p {
	padding: 5px 0px;
	margin: 0px;
	font-size: 1em;
	line-height: 1.5em;
}
h1 {
	margin: 0px;
	padding: 0px 0px 5px;
	font-weight: normal;
	font-size: 1.8em;
	width: auto;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px;
	color: #DB0066;
}

a {
	text-decoration: none;
	color: #000000;
}
.clearer {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

a:hover {
	text-decoration: underline;
}



#holder {
	margin: 0px auto;
	width: 784px;
	text-align: center;
	padding: 0px;
	position: relative;
	font-size: 1.4em;
	line-height: normal;
}


#header {
	height: 280px;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 5px;
	height: 256px;
	width: 249px;
	padding: 0px;
	text-align: left;
}


#header #telephone {
	position: absolute;
	top: 20px;
	right: 0px;
}
#header #email {
	position: absolute;
	font-size: 1.45em;
	font-weight: bold;
	right: 0px;
	top: 80px;
}
#header #email a {
	color: #DC096B;
}
#header #address {
	position: absolute;
	top: 130px;
	right: 0px;
	color: #DB0066;
	font-size: 1.25em;
	font-weight: bold;
	text-align: right;
}



#nav {
	margin: 0px;
	padding: 0px 32px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/nav-back.png);
}
#nav ul {
	margin: 0px;
	padding: 0px;
	height: 55px;
}
#nav li {
	display: inline;
	width: 130px;
	float: left;
	margin: 0px;
	list-style-type: none;
	padding: 15px 0px 0px 50px;
	background-image: url(images/nav-tab.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}
#nav li.current {
	background-image: url(images/tab-current.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav a {
	color: #000000;
}



#top-border {
	background-image: url(images/content-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 100%;
}
#content {
	text-align: left;
	background-image: url(images/content-back.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 20px;
	height: 100%;
}
#content img.right {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	display: block;
}


#content img.ungroomed {
	padding: 20px 10px 0px 0px;
}
#content img.groomed {
	padding: 20px 0px 0px 10px;
}


#bottom-border {
	background-image: url(images/content-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 27px;
	width: 100%;
	clear: both;
}


#footer {
	width: 100%;
	text-align: right;
}
#footer img {
	vertical-align: middle;
	margin: 15px 0px 0px 20px;
	padding: 0px;
}
