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

html, body {
margin:0 0 0 0;
padding:0;

}

img {
    border: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Fonts */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


p, h1, h2, h3, h4, h5, h6 {
	margin: 16px 0 0 0;
	font-family: Arial, Verdana, sans-serif;
	color:#666;
}

p {
	color: #421805;
	line-height: 20px;
}

li {
	font-family: Arial, Verdana, sans-serif;
	color: #421805;
	font-size: 16px;
	line-height: 24px;
}

h1 {
	font-size: 26px;
	line-height: 32px;
	color: #C62E24;
}
h2 {
	font-size: 24px;
	line-height: 30px;
	color: #003;
	font-style: italic;
	color: #EC0EA9;
}
h3 {
	font-size: 22px;
	line-height: 18px;
	color: #C62E24;
	font-style: none;
	font-weight: normal;
}
h4 {
	color: #421805;
	font-style: 300;
	
}
h5 {
	font-size: 16px;
	line-height: 22px;
	color: #C62E24;
	font-style: none;
	font-weight: normal;
}
h6 {
	font-size: 16px;
	line-height: 2px;
	color: #C62E24;
	font-weight: normal;
	font-style: 300;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* HOME */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Header */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background-image: url(../images/BG.jpg);
}


#header_wrapper_outer {
	width: 100%;
	background: url(../images/header_02.png) repeat-x;
	position: fixed;
	top: 0;
	z-index: 1;
}

#header_wrapper_inner {
	width: 960px;
	height: 97px;
	background: url(../images/header_02.png) repeat-x;
	margin: 0 auto;
}

#header_logo {
	background: url(../images/home_03.png);
	width: 310px;
	height: 72px;
	margin: 10px; 0 10px 20px;
	float: left;
}

#wrapper_outer {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

#wrapper_inner {
	height: 8153px;
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Navigation */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.navigation {
	width: 456px;
	height: 52px;
	margin: 20px 20px 20px 20px;
	padding: 0;
	clear: none;
	float: right;

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Buttons */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#home_btn a {
	background: url(../buttons/Home_Nav.png) no-repeat;
	background-position: 0 0;
	height: 52px;
	width: 114px;
	float: left;
}

#home_btn a:hover {
	background-position: 0 -52px;
}

#about_btn a {
	background: url(../buttons/AboutUs_Nav.png) no-repeat;
	background-position: 0 0;
	height: 52px;
	width: 114px;
	float: left;
}

#about_btn a:hover {
	background-position: 0 -52px;
}

#pricing_btn a {
	background: url(../buttons/Pricing_Nav.png) no-repeat;
	background-position: 0 0;
	height: 52px;
	width: 114px;
	float: left;
}

#pricing_btn a:hover {
	background-position: 0 -52px;
}

#contact_btn a {
	background: url(../buttons/ContactUs_Nav.png) no-repeat;
	background-position: 0 0;
	height: 52px;
	width: 114px;
	float: left;
}

#contact_btn a:hover {
	background-position: 0 -52px;
}

#home_about_btn a {
	background: url(../buttons/AboutUs_NextSection.png) no-repeat;
	background-position: 0 0;
	height: 105px;
	width: 259px;
	float: right;
	margin: 5px 20px 0 0;
	padding: 33px 20px 0 100px;
	text-decoration: none;
}

#home_about_btn a:hover {
	background-position: 0 -138px;
}

#home_pricing_btn a {
	background: url(../buttons/Pricing.png);
	background-position: 0 0;
	height: 65px;
	width: 259px;
	float: right;
	margin: 5px 20px 0 0;
	padding: 33px 20px 0 100px;
	text-decoration: none;
}

#home_pricing_btn a:hover {
	background-position: 0 -103px;
}

#home_contact_btn a {
	background: url(../buttons/ContactUs.png);
	background-position: 0 0;
	height: 65px;
	width: 259px;
	float: right;
	margin: 5px 20px 0 0;
	padding: 33px 20px 0 100px;
	text-decoration: none;
}

#home_contact_btn a:hover {
	background-position: 0 -103px;
}

#twitter_btn a {
	background: url(../buttons/Twitter.png);
	background-position: 0 0;
	height: 22px;
	width: 22px;
	float: left;
	margin: 10px 5px 10px 10px;
}

#twitter_btn a:hover {
	background-position: 0 -22px;
}

#facebook_btn a {
	background: url(../buttons/Facebook.png) no-repeat;
	background-position: 0 0;
	height: 22px;
	width: 22px;
	float: left;
	margin: 10px 20px 0 0;
}

#facebook_btn a:hover {
	background-position: 0 -22px;
}

#about_pricing_btn a {
	background: url(../buttons/Pricing_NextSection.png);
	background-position: 0 0;
	width: 259px;
	height: 105px;
	margin: 13px 0 0 7px;
	float:left;
	padding: 33px 20px 0 100px;
	text-decoration: none;
}

#about_pricing_btn a:hover {
	background-position: 0 -138px;
}

#pricing_contact_btn a {
	background: url(../buttons/ContactUs_NextSection.png);
	background-position: 0 0;
	width: 259px;
	height: 105px;
	margin: 15px 0 0 7px;
	float: left;
	padding: 33px 20px 0 100px;
	text-decoration: none;
}

#pricing_contact_btn a:hover {
	background-position: 0 -139px;
}

#backtotop_btn a {
	background: url(../buttons/Home_BackToTop.png);
	background-position: 0 0;
	width: 379px;
	height: 138px;
	float: left;
	margin: 8px 0 0 7px;
}

#backtotop_btn a:hover {
	background-position: 0 -138px;
}

#submit_backtotop_btn a {
	background: url(../buttons/Home_BackToTop.png);
	background-position: 0 0;
	width: 379px;
	height: 138px;
	float: left;
	margin: 0 0 0 7px;
}

#submit_backtotop_btn a:hover {
	background-position: 0 -138px;
}

.quote a{
	color: #ba392a;
	text-decoration: none;
}

.quote a:hover {
	color: #e7daad;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* BODY */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Home */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.body_wrapper {
	background: url(../images/BG.jpg) repeat;
	height: 7603px;
	width: 960px;
	margin: 0 auto;
}

.body_right_wrapper {
	height: 870px;
	width: 407px;
	float: right;
}

.dog {
	background: url(../images/new_dog_06.png);
	height: 316px;
	width: 402px;
	float: right;
	margin: 48px 1px 0 0;
}

.follow_scoop {
	background: url(../images/new_06.png);
	height: 20px;
	width: 190px;
	margin: 10px 0 10px 10px;
	float: left;
}

.body_left_wrapper {
	height: 870px;
	width: 553px;
	float: left;
}

.dog_business {
	background: url(../images/new_8_03.png);
	height: 608px;
	width: 541px;
	margin: 48px 0 0 10px;
	text-indent: -9999px;
}

.welcome {
	background: url(../images/K9S_TitleGraphics_14.png);
	height: 102px;
	width: 259px;
	clear: both;
	margin: 20px 0 0 0;
	float: left;
}

.welcome_info {
	height: 192px;
	width: 503px;
	clear: left;
	padding: 4px 20px 20px 20px;
}

.poop_info {
	background: url(../images/home_07.png);
	height: 110px;
	width: 471px;
	float: left;
	margin: 0 0 0 20px;
	padding: 60px 10px 10px 30px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* About */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.about_left_wrapper {
	height: 650px;
	width: 553px;
	float: left;
}


.about_info {
	background: url(../images/new_8_15.png);
	width: 509px;
	height: 450px;
	padding: 20px;
	clear: both;
	text-indent: -9999px;
}

.about_owner {
	background: url(../images/new_19.png) no-repeat;
	width: 444px;
	height: 86px;
	margin: 0 0 0 20px;
	padding: 40px 20px 20px 20px;
	line-height: 20px;
	text-indent: -9999px;
}

.about_right_wrapper {
	height: 600px;
	width: 407px;
	float: right;
}
.about_img {
	background: url(../images/new_14.png) no-repeat;
	height: 368px;
	width: 379px;
	margin: 0 0 0 7px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Pricing */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.pricing_left_wrapper {
	height: 640px;
	width: 553px;
	float: left;
}

.pricing_info {
	background: url(../images/new_8_30.png);
	width: 537px;
	height: 354px;
	clear: both;
	text-indent: -9999px;
}

#box {
	width: 511px;
	height: 134px;
	margin: 5px 0 0 0;
	font-size: 14px;
	font: Arial, Helvetica, sans-serif;
	color: #C62E24;
	line-height: 20px;
}

#column_1 {
	height: 120px;
	width: 125px;
	padding-top: 10px;
	float: left;
	margin-left: 20px;
}

#column_2 {
	height: 120px;
	width: 125px;
	padding-top: 10px;
	float: left;
}

#column_3 {
	height: 120px;
	width: 125px;
	padding-top: 10px;
	float: left;
}

#prices {
	height: 25px;
	width: 511px;
	margin-top: 10px;
	font-size: 16px;
	font: Arial, Helvetica, sans-serif;
	color: #C62E24;
}

.easy_payments {
	background: url(../images/new_34.png) no-repeat;
	height: 133px;
	width: 366px;
	margin: 15px 0 0 20px;
	text-indent: -9999px;
}

.spring_cleanup {
	background: url(../images/new_39.png) no-repeat;
	width: 457px;
	height: 88px;
	margin: 15px 0 0 20px;
	text-indent: -9999px;
}

.pricing_right_wrapper {
	height: 620px;
	width: 407px;
	float: right;
}

.best_deal {
	background: url(../images/new_23.png) no-repeat;
	height: 221px;
	width: 218px;
	text-indent: -9999px;
	margin-left: 50px;
}

.pricing_img {
	background: url(../images/new_30.png) no-repeat;
	height: 232px;
	width: 375px;
	margin: 13px 0 0 7px;
	float: left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Contact */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.contact_left_wrapper {
	height: 603px;
	width: 553px;
	float: left;
}

.form_whole {
	height: 100%;
	width: 553px;
}

.labels {
	background: url(../images/K9S_TitleGraphics_47.png) no-repeat;
	height: 288px;
	width: 114px;
	float: left;
	margin-top: 25px;
	margin-left: 20px;
}

.form {
	width: 400px;
	height: 370px;
	float: left;
	margin-left: 5px;
	margin-top: 15px;
}

.contact {
	background: url(../images/new_45.png) no-repeat;
	height: 105px;
	width: 394px;
	clear: both;
	float: left;
}

.contact_info {
	background: url(../images/new_49.png) no-repeat;
	width: 515px;
	height: 104px;
	clear: both;
	text-indent: -9999px;
	margin-left: 20px;
}

.contact_right_wrapper {
	height: 603px;
	width: 407px;
	float: right;
}

.affiliates {
	background: url(../images/new_8_47.png);
	width: 419px;
	height: 379px;
	margin: 0 0 0 7px;
	padding: 60px 0 0 0;
}

.links {
	height: 345px;
	width: 339px;
	padding: 20px;
}

.links a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Anchors */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#home_ank {
	height: 100px;
	width: 960px;
}

#about_ank {
	height: 130px;
	width: 960px;
}

#pricing_ank {
	height: 130px;
	width: 960px;
}

#contact_ank {
	height: 130px;
	width: 960px;
}

#submit_ank {
	height: 600px;
	width: 960px;
	clear: both;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Paws */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#paws1 {
	height: 1555px;
	background: url(../images/K9S_TitleGraphics_22.png) no-repeat;
	clear: both;
}
	
#paws2 {
	height: 1619px;
	background: url(../images/K9S_TitleGraphics_30.png) no-repeat;
	clear: both;
}
	
#paws3 {
	height: 1926px;
	background: url(../images/K9S_TitleGraphics_40.png) no-repeat;
	clear: both;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Form Objects */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.form_object1 {
 	height: 27px;
	width: 391px;
 	background: url(../images/contact_us_06.png) no-repeat;
	padding-top: 10px;
	border-style: none;	
}

.submit_btn {
	background: url(../buttons/Submit.png) #421805;
	height: 37px;
	width: 149px;
	margin: 10px 10px 0 20px;
	clear: both;
	display: inline;
	text-indent: -9999px;
	border-style: none;
	float: right;

}

.sprytextfield {
	height: 37px;
	width: 400px;
	margin: 5px 0 0 0;
}

.dropdown {
	height: 37px;
	width: 400px;
	margin: 15px 0 0 0;
	clear: both;
	float: left;
}

.form_object2 {
	height: 27px;
	width: 59px;
	background: url(../images/contact_us_10.png) no-repeat;
	border-style: none;
	padding-top: 10px;
}

.form_object3 {
	height: 37px;
	width: 149px;
	background: url(../buttons/Submit.png);
	border-style: none;
	z-index: 1;
}

.form_object4 {
	background: url(../images/contact_us_01_03.png);
	height: 26px;
	width: 390px;
	border-style: none;
	padding-top: 10px;
}

.form_object5 {
	background: url(../images/K9Scoop_sliced_07.png);
	height: 26px;
	width: 390px;
	border-style: none;
	padding-top: 10px;
}


.sprytextfield_small {
	height: 37px;
	width: 390px;
	margin: 10px 0 0 0;
	float: left;
}

.sprytextfield_small2 {
	height: 37px;
	width: 390px;
	margin: 10px 0 0 0;
	float: left;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Footer */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Submit Page */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.submit #header_wrapper_outer {
	width: 100%;
	background: url(../images/header_02.png) repeat-x;
	position: fixed;
	top: 0;
	z-index: 1;
}

.submit #header_wrapper_inner {
	width: 960px;
	height: 97px;
	background: url(../images/header_02.png) repeat-x;
	margin: 0 auto;
}

.submit #wrapper_outer {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.submit #wrapper_inner {
	height: 233px;
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

.submit .contact_left_wrapper {
	height: 233px;
	width: 553px;
	float: left;
}

.contact_info_submit {
	width: 515px;
	height: 104px;
	clear: both;
	margin-left: 20px;
}

.submit .contact_right_wrapper {
	height: 233px;
	width: 407px;
	float: right;
}
