@charset "utf-8";
#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	width: 1024px;
	margin: auto;
	padding-top: 20px;
	min-height: 600px;
}
html, body {height:100%; margin:0; padding:0;}
#page-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;	
}

#content #header {
	width: 950px;
	background-image: url(../images/header.png);
	height: 219px;
	margin-left: 40px;
}
#content #menu-holder {
	background-image: url(../images/menu-bg.png);
	background-repeat: no-repeat;
	height: 60px;
	position: relative;
}
#content #menu-holder #menu-bg {
	margin-left: 60px;
	padding-left: 20px;
	font-size: 16px;
	color: #FFF;
	
}
#main {
	margin-left: 40px;
	background-image: url(../images/main-bg.jpg);
	width: 900px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: -10px;
	min-height: 600px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	overflow:hidden;
}
#main1 {
	margin-left: 40px;
	background-image: url(../images/main-bg.jpg);
	width: 900px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: -10px;
	height: 800px;
}
 #main #slider-bg {
	background-image: url(../images/slider-bg.png);
	width: 764px;
	height: 375px;
	margin-left: 70px;
}
#content #footer {
	height: 210px;
	background-image: url(../images/main-bg.jpg);
	width: 940px;
	color: #FFF;
	border-radius: 0px 0px 15px 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 39px;
}

 #footer-bg {
	margin-left: 40px;
	width: 940px;
	background-image: url(../images/foot-bg.png);
	height: 17px;
}
#content #header #logo {
	height: 141px;
	width: 188px;
	margin-top: 20px;
	margin-left: 20px;
	background-image: url(../images/logo.png);
	clear: left;
	float: left;
}
#content #header #header-txt {
	clear: right;
	float: right;
	width: 400px;
	margin-top: 20px;
	font-size: 15pt;
	padding-right: 60px;
	text-align: right;
	margin-right: 19px;
	font-family: "Comic Sans MS", cursive;
}
#content #footer #footer-txt {
	clear: left;
	float: left;
	height: 150px;
	width: 300px;
	padding-top: 10px;
	padding-left: 10px;
}
#content #footer #footer-txt1 {
	clear: right;
	float: right;
	height: 120px;
	width: 250px;
	padding-top: 10px;
	text-align: right;
	padding-right: 10px;
}
#content #footer #footer-txt2 {
	width: 350px;
	clear: none;
	float: none;
	margin-left: 320px;
	padding-left: 5px;
	padding-top: 10px;
	text-align: center;
}
#content #footer  #txt {
	padding-bottom: 5px;
}
#content #footer a:link {
	color: #FFF;
	text-decoration: none;
}
#content #footer a:link {
	color: #FFF;
	text-decoration: none;
}


#content #footer a:hover {
	color: #FFF;
	text-decoration: underline;
}


#content #header a:link {
	color: #000;
	text-decoration: none;
}
#content #header a:hover {
	color: #000;
	text-decoration: underline;
}

#content #footer a:visited {
	color: #FFF;
}
#content #menu-holder #menu-bg ul li {
	display: inline;
	padding-left: 25px;
}
#content #footer #footer-txt2 #txt1 {
	margin-top: 20px;
}
#content #header #face {
	clear: right;
	float: right;
	width: 400px;
	margin-top: 20px;
	margin-right: 20px;
	text-align: right;
	height: 30px;
}
#img {
    border:none;
 }
#content #menu-holder #menu-bg ul {
	position: relative;
}

nav {
	display: inline;
	position: relative;
	float: left;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	width: 980px;
	font-family: "Comic Sans MS", cursive;
	margin-left: 20px;
	text-align: center;
}


ul.menu {
	margin: 10px 10px 0px 0px;
	display: inline-block;
	list-style-type: none;
	text-decoration: none;
}
ul.menu li {
	float: left;
	line-height: 30px;
	margin-top: 0px;
	
	margin-bottom: 0px;
	margin-left: 20px;
}
ul.menu li:hover, ul.menu li.current {
}
ul.menu li a {
	font-size: 16pt;
	line-height: 30px;
	color: #f2f2f2;
	display: inline-block;
	text-decoration: none;
}
ul.menu li a:hover , ul.menu li.current a {
	color: #FFFF00;
	text-decoration: underline;
}

 #heading {
	font-size: 16pt;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
 #txt {
	color: #FFF;
	padding-top: 5px;
	text-align: justify;
}

 #header #tag {
	clear: left;
	float: left;
	margin-top: 5px;
	width: 550px;
	font-size: 16pt;
	padding-left: 20px;
	font-family: "Comic Sans MS", cursive;
}

 #col1 {
	clear: left;
	float: left;
	width: 420px;
	padding-top: 10px;
	font-size: 12pt;
	color: #FFF;
	text-align: justify;
}
#col2 {
	clear: right;
	float: right;
	width: 440px;
	padding-top: 10px;
	font-size: 12pt;
	color: #FFF;
	text-align: left;
}

.slider_bg {
	width: 764px;
	height: 375px;
	position: relative;
	margin-top: 17px;
	margin-left: 70px;
	background-image: url(../images/slider-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.slider {
	top: 17px;
	left: 15px;
	position: relative;
	z-index: 1;
	width: 724px;
	height: 333px;
}
.slider .items {display:none}
.slider .pagination {position:relative;z-index:1;bottom:50px;left:300px}
* + html .slider {bottom:33px}
.slider  {float:left}
.slider a {display:block;width:30px;height:30px;text-indent:-9999px;background:url(../images/pagination.png) right 0 no-repeat}
.slider a:hover, .slider .current a {background-position:left}
.items { display:none;}

.pagination { position:absolute; bottom:84px; right:165px; display:inline-block; z-index:111;}
.pagination li {float:left; margin-right:10px; position:relative;	display:none;}
.pagination li a { display:inline-block; width:35px; height:36px; background:url(../images/pagination.png) right 0 no-repeat; display:none;}
.pagination li.current a, .pagination li:hover a { background:url(../images/pagination.png) 0 0 no-repeat;}
#content #main #map {
	background-color: #FFF;
	padding: 10px;
	height: 300px;
	width: 850px;
	margin-left: 15px;
	margin-top: 35px;
	border-radius: 15px;
}




#content #main #form {
	font-size: 12pt;
	color: #FFF;
	height: 300px;
	width: 500px;
	float: left;
	clear: left;
	position: relative;
}
#content #main #form {
	font-size: 12pt;
	color: #FFF;
	height: 300px;
	width: 500px;
	float: left;
	clear: left;
	position: relative;
	padding-left: 15px;
}

#content #main #address {
	clear: right;
	float: right;
	height: 300px;
	width: 350px;
}
#content #main #address {
	clear: right;
	float: right;
	height: 300px;
	width: 350px;
}

#content #main #contents {
	color: #FFF;
	height: 305px;
}
#content #main #contents {
	color: #FFF;
	height: 305px;
}

#content #main #find {
	color: #FFF;
	margin-top: 10px;
	text-align: center;
	font-size: 16pt;
}
#content #main #find {
	color: #FFF;
	margin-top: 10px;
	text-align: center;
	font-size: 16pt;
}

#content #main #contents #address #txt2 {
	text-decoration: underline;
	margin-bottom: 5px;
}
#content #main #contents #address #txt2 {
	text-decoration: underline;
	margin-bottom: 5px;
}

#content #main #contents #address #find-us {
	background-image: url(../images/findus.png);
	height: 160px;
	width: 139px;
	margin-top: 20px;
	margin-left: 100px;
}
#content #main #contents #address #find-us {
	background-image: url(../images/findus.png);
	height: 160px;
	width: 139px;
	margin-top: 20px;
	margin-left: 100px;
}
#ContactForm .message {height:312px}
#ContactForm  span {display:block}
#ContactForm .error, #ContactForm .empty {font-size:10px;color:#000;line-height:14px;display:none;width:200px}
#ContactForm a {margin-left:10px;float:right}
#ContactForm .input  {margin:0;width:451px;height:18px;background:#f2f2f2;padding:1px 10px;color:#4d4d4d;font:14px Arial, Helvetica, sans-serif}
#ContactForm textarea  {
	overflow: auto;
	margin: 0;
	resize: none;
	width: 451px;
	height: 60px;
	background: #f2f2f2;
	padding: 1px 10px;
	color: #4d4d4d;
	font: 14px Arial, Helvetica, sans-serif;
	margin-top: 3px
}
#ContactForm .col1 {width:69px}
#ContactForm  .bg {display:inline-block}
#content #main #contents a:link {
	color: #FFF;
}
#content #main #contents a:hover {
	color: #FF0;
}
.slider_box {margin-top:17px;padding:5px 9px 59px 11px;overflow:hidden;position:relative;background:url(../images/bg_slider.png) 0 0 no-repeat}
.slider {position:relative;width:840px;height:300px;z-index:88}
/* If an image is wrapped in a link */
#content #main  #img {
	height: 200px;
	width: 360px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 20px;
	background-image: url(../images/img-bg.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#content #main  #col1 #txt2 {
	padding-bottom: 10px;
}

#content #main  #txt4 {
	margin-top: 270px;
}
#content #main  #txt4 #txt5 {
	margin-top: 10px;
	padding-top: 10px;
	color: #FFF;
	font-size: 12pt;
}

#content #main  #col2 #list {
	list-style-type: square;
}
#content #main  #col2 #list ul {
	margin-bottom: 5px;
}
#content #main  #col2 #list ul {
	margin-bottom: 5px;
}
#content #main  #txt6 {

}
#content #main #grooming {
	height: 700px;
	width: 100%;
}
#content #main #grooming #contents {
	margin-top: 0px;
	height: 360px;
	position: relative;

}
#content #footer #footer-txt2 #euro {
	font-size: 8pt;
	text-align: center;
}
#content #main #grooming #contents #col2 ul {
	text-align: left;
}
#content #main #grooming #contents1 {
	height: 650px;
	width: 100%;
}
#content #main #grooming #contents #base {
	margin-top: 280px;
	width: 100%;
}
#content #main #gallery {
	height: 700px;
	width: 100%;
}

#content #main #grooming #contents2 {
	margin-top: 0px;
	height: 300px;
	position: relative;
}
#content #main #grooming #contents2 #base {
	color: #FFF;
	height: 50px;
	margin-top: 280px;
}
#content #main #kennels-contents {
	color: #FFF;
	height: 700px;
}
#content #main #txt img {
	padding-right: 5px;
	padding-left: 5px;
}
#content #main #txt a:link {
	color: #FFF;
}
#content #main #txt a:visited {
	color: #FFF;
}
.galler-bg {
	background-color: #558B2D;
	height: 1024px;
}
