@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

/* holds the entire contents of the page */
#bodycontentstop {
	width: 950px;
	height: 153px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 2px solid #51C2BA;
	border-bottom: 0px solid #FFFFFF; 
	padding: 20px;
	padding-bottom: 0px;
}

#bodycontentsbottom {
	width: 950px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 2px solid #51C2BA;
	border-top: 0px solid #FFFFFF;
	padding: 20px;
	padding-top: 10px;
	background-image: url("images/background.jpg");
	background-position: 0px 78px;
}

/* used to clear all of the header elements */
.clearing {
	clear: both;
}

/*************************************************
* Page Header: Menu, Logo 
**************************************************/

a.menuitem {
	background-image: url("images/dogbonesmall.jpg");
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 40px;
	margin-left: 18px;
	float: right;
	height: 2.3em;
	text-decoration: none;
}

a.menuitem:hover {
	color: #EB1C22;
}

#logo {
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
	float: left;
	height: 143px;
	width: 433px;
	margin-bottom: 10px;
}

/*************************************************
* Page Contents: Services, Content
**************************************************/

#background {
	/*background-image: url("images/background.jpg");*/
}

/*.serviceitem {
	background-repeat: no-repeat;
	height: 133px;
	width: 218px;	padding-top: 10px;
	padding-left: 18px;
	float: left;
}

.item1 {
	background-image: url("images/dog1back.jpg");
	margin-right: 2px;
}
.item2 {
	background-image: url("images/dog2back.jpg");
	margin-right: 2px;
}
.item3 {
	background-image: url("images/dog3back.jpg");
	margin-right: 2px;
}
.item4 {
	background-image: url("images/dog4back.jpg");
}*/

a.servicelink1 {
	background-repeat: no-repeat;
	height: 122px; /*131px;*/
	width: 204px; /*208px;*/
	padding-top: 10px;
	padding-left: 18px;
	float: left;
	background-image: url("images/dog1back.jpg");
	text-decoration: none;
	margin-right: 20px;
}

a.servicelink1:hover {
	background-repeat: no-repeat;
	background-image: url("images/dog1backhover.jpg");
}

a.servicelink2 {
	background-repeat: no-repeat;
	height: 122px; /*131px;*/
	width: 204px; /*208px;*/
	padding-top: 10px;
	padding-left: 18px;
	float: left;
	background-image: url("images/dog2back.jpg");
	text-decoration: none;
	margin-right: 20px;
}

a.servicelink2:hover {
	background-repeat: no-repeat;
	background-image: url("images/dog2backhover.jpg");
}

a.servicelink3 {
	background-repeat: no-repeat;
	height: 122px; /*131px;*/
	width: 204px; /*208px;*/
	padding-top: 10px;
	padding-left: 18px;
	float: left;
	background-image: url("images/dog3back.jpg");
	text-decoration: none;
	margin-right: 20px;
}

a.servicelink3:hover {
	background-repeat: no-repeat;
	background-image: url("images/dog3backhover.jpg");
}

a.servicelink4 {
	background-repeat: no-repeat;
	height: 122px; /*131px;*/
	width: 204px; /*208px;*/
	padding-top: 10px;
	padding-left: 18px;
	float: left;
	background-image: url("images/dog4back.jpg");
	text-decoration: none;
}

a.servicelink4:hover {
	background-repeat: no-repeat;
	background-image: url("images/dog4backhover.jpg");
}

p.servicelink {
	color: #000000;
}

/*font coloring for service items*/
.bluesmall {
	color: #51C2BA;
	font-size: 0.8em;
}

.redsmall{
	color: #EB1C22;
	font-size: 0.7em;
}

#maincontentstop {
	margin-top: 20px;
	margin-right: 7px;
	background-image: url("images/contenttopcorners.gif");
	height: 14px;
	width: 952px;
}
#maincontentsbottom {
	margin-right: 7px;
	background-image: url("images/contentbottomcorners.gif");
	height: 14px;
	width: 952px;
}

#maincontents {
	margin-right: 7px;
	background-image: url("images/contentedges.gif");
	background-repeat: repeat-y;
	width: 952px;
}

/*font coloring and paragraphing for main contents*/
.deepparagraph {
	padding: 50px;
	padding-top: 30px;
}
.gallery {
	padding: 5px;
}


.hours {
	float: right;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	list-style-type: none;
}

.bluebig {
	color: #51C2BA;
	font-size: 1.3em;
}

.redregular {
	color: #EB1C22;
	font-size: 1em;
}

a {
	color: #000000;
}

a:hover {
	color: #EB1C22;
}

hr {
	color: #C1C1C1;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 0px;
}

.mainfooter {
	margin-top: 0px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.phonenumber {
	color: #51C2BA;
	font-size: 1.7em;
	float: left;
}

.address {
	float: right;
}.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}