div, h1, h2, h3, h4, h5, h6, p, li, ul, ol, img, a, dt, dd, dl, tr, th, td {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border:none;
	color: #000;
}
html {
       overflow-y: scroll;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:100%;
	height:100%;
	text-align: center;
	padding: 0;
	margin: 0 0 2px;
}
body {
	background: url(../_images/background/mainBG.jpg) repeat top center;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	width:800px;
}

#front {
	background-image: url(../_images/background/homeBG.jpg);
	text-align:center;
	height:100%;
}
#nav {
	display:block;	
}
#nav ul li {
	text-decoration: none;
	display:inline;	
}
#nav a {
	height: 132px;
	width: 132px;
	float: left;
}
#nav a.pet {
	background:url(../_images/navbutIntro.png);
	position:absolute;
	left: 129px;
	top: 169px;
}
#nav a.clean {
	background:url(../_images/navbutPets.png);
	position:absolute;
	left: 258px;
	top: 40px;
}
#nav a.contact {
	background:url(../_images/navbutClean.png);
	position:absolute;
	left: 410px;
	top: 40px;
}
#nav a.links {
	background:url(../_images/navbutContact.png);
	position:absolute;
	left: 539px;
	top: 169px;
}
#nav a.pet:hover {
	background:url(../_images/navbutIntro.png) bottom;
}
#nav a.clean:hover {
	background:url(../_images/navbutPets.png) bottom;
}
#nav a.contact:hover {
	background:url(../_images/navbutClean.png) bottom;
}
#nav a.links:hover {
	background:url(../_images/navbutContact.png) bottom;
}
#nav ul li a span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#nav b {
	height: 80px;
	width: 80px;
	float: left;
	position: absolute;
	left: 247px;
	top: 278px;
	background-image: url(../_images/wopen.png);
}
#nav b:hover {
	background-image: url(../_images/winks.png);
}
#nav b span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}	
a.text:hover {
	text-decoration: underline;
}
#head {
	height: 310px;
	width: 800px;
	position: relative;
}
#menu {                                /*    Menu  styles   */
	width: 800px;
	height: 34px;
	text-align:center;
	display: block;
	position: relative;
	margin-left: 1px;
}
#menu a {
	color:#000;
	height: 34px;
	width: 114px;
	float: left;
}
#menu a.ho {
	background:url(../_images/_menub/intro.gif);
}
#menu a.cl {
	background:url(../_images/_menub/clean.gif);
}
#menu a.pe {
	background:url(../_images/_menub/pet.gif);
}
#menu a.co {
	background:url(../_images/_menub/contact.gif);
}
#menu a.li {
	background:url(../_images/_menub/link.gif);
}
#menu a.te {
	background:url(../_images/_menub/test.gif);
}
#menu a.pi {
	background:url(../_images/_menub/pict.gif);
}
	
#menu a.ho:hover {
	background:url(../_images/_menub/intro.gif) bottom left;
}
#menu a.cl:hover {
	background:url(../_images/_menub/clean.gif) bottom left;
}
#menu a.pe:hover {
	background:url(../_images/_menub/pet.gif) bottom left;
}
#menu a.co:hover {
	background:url(../_images/_menub/contact.gif) bottom left;
}
#menu a.li:hover {
	background:url(../_images/_menub/link.gif) bottom left;
}
#menu a.te:hover {
	background:url(../_images/_menub/test.gif) bottom left;
}
#menu a.pi:hover {
	background:url(../_images/_menub/pict.gif) bottom left;
}
#menu ul li {
	display: inline;
	background: #999;
}
#menu ul li a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;
}
#main {
	clear: both;
}


#main p {
	color: #333;
}
#left img.fill {
	padding: 0 10px 0 10px;
}
                                         /*   End of Menu Styles    */
#left {
	padding: 20px 10px 10px 10px;

}
#heading {
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #333;
	margin: 10px 0 20px 0;
}

#right {
	float: right;
	padding: 20px 0 0 0;
	margin: 0 0 0 10px;
}
#contact {
	text-align: center;
}
#contact form {
	text-align: right;
	padding:0 230px 0 0;
}
#contact form .textbox {
	width: 300px;
}
#contact form .comment {
	width: 300px;
}
#contact p.error{
	text-decoration: blink;
	color: #F00;
}
#contact p.return{
	color: #090;
}
#link a {
	color: #2D2DFF;
}
#link {
	margin: 20px 0 0 0;
	background-image: url(../_images/Animation.gif);
	height: 50px;
}
#linkpage a {
	font-size: 1.2em;
	color: #60C;
	text-decoration: underline;
}
#linkpage p {
	padding: 0px;
	margin-top: 10px;
}
.front {
	padding-top: 40px;
	padding-bottom: 40px;
}
.text  {
	font-size: 1.4em;
	font-weight: bold;
}
.numb  {
	text-align: center;
	padding: 50px 0 10px 200px;
}
.under {
	text-decoration: underline;
}
.testimon {
	border: medium double #333;
	margin: 20px 0 0 0;
}
.testimon a {
	text-decoration:underline;
}
.testimon img {
	margin: 10px 10px 20px 10px;
}
.testimon p {
	padding: 10px;
}
#gallery {
	text-align: center;
	background: url(../_images/background/pictureBG.jpg) top left;
}
#gallery img {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #000;
	margin: 10px;
}

.TitleImg {
	float: right;
	padding: 5px;
}
.phone {
	position: absolute;
	left: 15px;
	top: 60px;
}

.linkbar {
	text-align: center;
	clear: both;
	margin-top: 20px;
	font-size: 1em;
}
.copy {
	font-size: 0.6em;
	color: #999;
	text-align: center;
	padding: 10px 0 5px 0;
	font-variant: small-caps;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
h2 {
	font-size: 2em;
	color: #333;
	text-align: center;
	padding: 20px 0 10px 0;
}
