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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	line-height: 1.2em;
	text-align: center;
	padding: 0px;
	background-image: url(../images/page_bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

p, h1, h2, h3, h4, h5, h6 {
	font-size: 90%;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	color: #666600;
	font-size: 24px;
}

h2 {
	text-align: left;
}

h3 {
	text-align: left;
}

h4 {
	text-align: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-top: 10px;
	color: #666600;
	font-size: 1.0em;
}

h5 {
	text-align: left;
	color: #006699;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 1.1em;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

img {
	margin: 0px;
	padding: 0px;
}

#pagewrapper {
	padding: 0px;
	width: 867px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	width: 867px;
	padding: 0px;
	margin: 0px;
	height: 187px;
}

#logo {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 187px;
	width: 318px;
	background-image: url(../images/logo_card.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#rheadertop {
	margin: 0px;
	padding: 0px;
	height: 93px;
	width: 549px;
	background-image: url(../images/top_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}

.headtoptext {
	width: 240px;
	float: left;
	padding-top: 35px;
	padding-left: 90px;
}

.headtoptext h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333300;
	font-size: 1.3em;
	line-height: 1.1em;
	text-align: left;
}

#rheaderbottom {
	margin: 0px;
	padding: 0px;
	height: 94px;
	width: 549px;
	background-image: url(../images/top_btm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}

.headbtmtext {
	float: left;
	padding-top: 30px;
	padding-left: 35px;
}

.headbtmtext h3 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 1.7em;
	text-align: left;
	font-style: italic;
	line-height: 1.1em;
}

#mainarea {
	margin: 0px;
	padding: 0px;
	width: auto;
	clear: both;
}

#leftcolumn {
	width: 168px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#content {
	margin: 0px;
	width: 699px;
	background-color: #FFFFFF;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#content p {
	text-align: justify;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 1.3em;
}

#content a {
	color: #FF0000;
	text-decoration: none;
}

#content a:hover {
	color: #660000;
	text-decoration: none;
}

#footer {
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	height: 104px;
	width: 699px;
	background-image: url(../images/footer_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	color: #FFFFFF;
	font-size: 72%;
	text-align: center;
	padding-top: 38px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul {
	text-align: left;
	list-style-type: circle;
	padding-right: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 85%;
}

ul li {
	color: #0B3F79;
	padding-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}



.menu {
	padding-bottom: 20px;
	background-image: url(../images/menu_bkg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	float: right;
	width: 144px;
	margin-bottom: 5px;
}

.menulinks a {
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 76%;
	color: #ABD18B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #586617;
	margin-right: 8px;
	padding-right: 2px;
	margin-left: 2px;
}

.menulinks a.current {
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 76%;
	color: #FFFFFF;
	background-color: #669900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #586617;
	margin-right: 8px;
	padding-right: 2px;
	margin-left: 2px;
}

.menulinks a:hover {
	color: #FFFFFF;
	background-color: #669900;
}

.nestlink a {
	display: block;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 65%;
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808040;
	margin-right: 10px;
	padding-right: 2px;
	margin-left: 2px;
}

.nestlink a.current {
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 76%;
	color: #FFFFFF;
	background-color: #669900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #586617;
	margin-right: 8px;
	padding-right: 2px;
	margin-left: 2px;
}

.nestlink a:hover {
	color: #99CC00;
	background-color: #222A12;
}

.btmleftimg {
	margin: 0px;
	padding: 0px;
	clear: both;
	background-color: #FFFFFF;
}

.imgfloatright {
	padding: 10px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #669900;
	background-color: #FFFFFF;
}

.imgfloatleft {
	padding: 10px;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #669900;
	background-color: #FFFFFF;
}

.smalltext {
	text-align: center;
	font-size: 86%;
	color: #993300;
}

.smalltextred {
	text-align: left;
	font-size: 70%;
	color: #993300;
	font-variant: normal;
	text-transform: none;
}

.smallesttext {
	text-align: center;
	font-size: 70%;
	color: #666666;
	font-weight: normal;
	float: right;
	margin-top: -30px;
}


.highlighttext {
	font-style: italic;
	color: #660000;
}

.boldtext {
	font-weight: bold;
}

h6.prices {
	color: #0D5099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	text-align: right;
	display: block;
	width: 660px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #509CF0;
	margin-left: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	clear: both;
}

h6.prices2 {
	color: #0D5099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	text-align: right;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #509CF0;
	margin-left: 20px;
	padding-bottom: 10px;
	margin-top: -25px;
	padding-top: 0px;
	margin-bottom: 10px;
	line-height: 20px;
	width: 660px;
}

.imgcenter {
	margin: 10px auto;
	width: 690px !important;
	width: 685px;
	padding: 0px;
	background-color: #D5F1FF;
}

.imgcenter2 {
	margin: 10px auto;
	width: 690px !important;
	width: 685px;
	padding: 0px;
	background-color: #FFFFFF;
}

.heightfix {
	clear: both;
	height: 1%;
	margin: 0px;
	padding: 0px;
}


/*Forms defaults*/

.loginform {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
}

.loginform h2 {
	color: #1486CA;
	padding-bottom: 5px;
	font-size: 140%;
}

form {
	margin: 0px;
	padding: 0px;
}


input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}

label {
	color:#990000;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
	margin: 0px;
}

/*Text inputs*/

.textinput {
	width:154px;
	height:15px;
	background:url(../images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}

.textarea {
	width:235px!important;
	width:219px;
	height:125px;
	background:url(../images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}

/*Button*/

.buttonSubmit {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	background:url(../images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
	margin-top: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.caption {
	margin: 5px;
	padding: 5px;
	float: left;
}

.caption img {
	margin-bottom: 5px;
}

.gallerylink {
	background-image: url(../images/08.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
}

.groomingrates {
	float: left;
	width: 660px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666666;
}

.groomingrates h1 {
	text-align: left;
	margin-left: 5px;
	color: #006699;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 1px dashed #006699;
	padding-bottom: 5px;
}

.groomingrates p {
	font-size: .8em;
}

.groomingrates img {
	padding: 5px;
	border: 1px solid #999999;
	margin: 10px;
}

.groomingrates h2 {
	color: #FF0000;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FF9900;
	margin-bottom: 10px;
	padding-right: 10px;
	font: 1.1em Tahoma, Verdana, Arial, sans-serif;
}

.groomingrates h3 {
	color: #FF0000;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 25px;
	border-bottom: 1px solid #FF9900;
	margin-bottom: 6px;
	padding-right: 10px;
	font: 1.1em Tahoma, Verdana, Arial, sans-serif;
}


.list1 {
	float: left;
	width: 340px;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.specialbox {
	float: right;
	width: 200px;
	height: 195px;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.specialbox a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 195px;
	width: 200px;
	background-image: url(../images/markwin-bulletin.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.specialbox a:hover {
	background-image: url(../images/markwin-bulletin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.specialbox a span {
	display: none;
}

.pettip {
	background-color: #DAFCA6;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pettip h3 {
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #B2CE87;
	color: #990000;
	font-size: 16px;
}

.pettip p {
	color: #000000;
	font-size: 12px;
}
