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


body {
	background: url(images/x_repeat.jpg) repeat-x #f0f0f0;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
a {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #555566;
	line-height: 180%;
	text-decoration: underline;
	}
	
p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	line-height: 200%;
	}
	
h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #555566;
	line-height: 140%;
	text-decoration: none;
	font-weight: normal;
	margin: 10px 0px;
	}
	
h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #556;
	line-height: 140%;
	text-decoration: none;
	font-weight: normal;
	margin: 15px 0px -5px 0px;
	}
	
h3 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #999;
	line-height: 180%;
	text-decoration: none;
	font-weight: normal;
	margin: 10px 0px;
	}
	
h4 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #bbc;
	line-height: 140%;
	text-decoration: none;
	font-weight: normal;
	margin: 10px 0px;
	}
	
	
/*--wrap me up--*/

.wrap {
	width: 800px;
	margin: 0px auto;
	display: block;
	clear: both;
	}
	
.header {
	width: 800px;
	display: block;
	clear: both;
	}
	
	.logo {
		float: left;
		display: inline;
		width: 303px;
		height: 181px;
		}

	.nav {
		float: right;
		margin: 0px 0px 0px 20px;
		padding: 0px;
		}
		
		.why {
			background: url(images/nav_thewhy.jpg) bottom center no-repeat #FFF;
			display: inline;
			float: left;
			}
			
		.work {
			background: url(images/nav_thework.jpg) bottom center no-repeat #FFF;
			display: inline;
			float: left;
			}
			
		.luv {
			background: url(images/nav_theluv.jpg) bottom center no-repeat #FFF;
			display: inline;
			float: left;
			}
			
		.contact {
			background: url(images/nav_contact.jpg) bottom center no-repeat #FFF;
			display: inline;
			float: left;
			}
			
		.nav a {
			color: #FFF;
			height: 125px;
			width: 110px;
			float: left;
			display: block;
			}
			
			.nav a:hover {
				height: 120px;
				border-top: 5px #bbbbcc solid;
				}
			
.mid_wrap {
	width: 800px;
	display: block;
	clear: both;
	height: auto;
	}

* html .mid_wrap {
	width: 800px;
	display: block;
	clear: both;
	height: auto;
	margin-top: -61px;
	}
	
	.fla {
		float: left;
		margin: 20px 40px 10px 25px;
		padding: 1px;
		border: 1px #CCC solid;
		display: inline;
		}
		
	.text_home {
		margin: 10px 0px 10px 0px;
		text-align: left;
		float: left;
		width: 389px;
		}
		
	.text_back {
		margin: 0px 20px 10px 25px;
		text-align: left;
		float: left;
		width: 430px;
		}
		
		.text_back p {
			width: 410px;
			}
			

* html .text_back {
		width: 380px;
		padding-top: 57px;
		margin-left: 15px;
		}
		
		.text_back .work {
			border: 5px #DDD solid;
			margin: 10px 0px 15px 0px;
			float: left;
			}
			
		img.luv {
			border-right: 3px #bbc solid;
			width: 90px;
			height: 65px;
			margin: 4px 15px 5px 0px;
			padding-right: 15px;
			background: #f0f0f0;
			}

		
	.right_why {
		background: url(images/header_why.jpg) top right no-repeat;
		margin: -57px 0 0 20px;
		float: left;
		width: 290px;
		text-align: right;
		padding-top: 120px;
		}
		
	.right_work {
		background: url(images/header_work.jpg) top right no-repeat;
		margin: -57px 0 0 20px;
		float: left;
		width: 290px;
		text-align: right;
		padding-top: 120px;
		}
		
		* html .right_work {
			margin: -57px 0 0 0px;
			}
		
	.right_luv {
		background: url(images/header_luv.jpg) top right no-repeat;
		margin: -57px 0 0 20px;
		float: left;
		width: 290px;
		text-align: right;
		padding-top: 120px;
		}
		
	.right_contact {
		background: url(images/header_contact.jpg) top right no-repeat;
		margin: -57px 0 0 20px;
		float: left;
		width: 290px;
		text-align: right;
		padding-top: 120px;
		}


* html .right_why {
		margin-top: 0px;
		display: block;
		background-position: top 165px;
		}
		
* html .right_work {
		margin-top: 0px;
		display: block;
		background-position: top 165px;
		}	

* html .right_luv {
		margin-top: 0px;
		display: block;
		background-position: top 165px;
		}	
		
* html .right_contact {
		margin-top: 0px;
		display: block;
		background-position: top 165px;
		}	


.imgs_right {
	background: url(images/greydotted.gif) top repeat-x;
	width: 280px;
	margin: 20px 0 0 10px;
	padding: 10px 10px 0 0;
	display: block;
	}
	
	.imgs_right a.clientlist {
		margin: 40px 10px;
		float: right;
		display: block;
		color: #BBC;
		text-decoration: none;
		border-top: 1px #BBC solid;
		border-bottom: 1px #BBC solid;
		}
	
	.imgs_right img {
		border: 5px #DDD solid;
		padding: 1px;
		margin: 10px 0px 10px 0;
		}
			
		.imgs_right span.thumbs {
			float: right;
			text-align: right;
			padding-bottom: 20px;
			margin-bottom: 15px;
			margin-right: 10px;
			border-bottom: 1px #ddd solid;
			width: 240px;
			}
			
			.imgs_right span.thumbs img {
				border: 5px #DDD solid;
				padding: 1px;
				margin: 0px 0px 10px 10px;
				width: 30px;
				height: 30px;
				display: inline;
				}
				
			.imgs_right span.thumbs a {
				text-decoration: none;
				color: #9585a7;
				line-height: 200%;
				display: block;
				padding-right: 13px;
				width: 205px;
				float: right;
				border-right: 5px #DDD solid;
				}
				
				.imgs_right span.thumbs a.selected {
					color: #666;
					background: #ddd;
					text-decoration: none;
					border-right: 5px #999 solid;
					}
					
					.imgs_right span.thumbs a.selected:hover {
						color: #666;
						}
					
				.imgs_right span.thumbs a:hover {
					color: #556;
					}

		
	.imgs_right h3 {
		margin-right: 10px;
		margin-bottom: 5px;
		}
		
	.luvlogos {
		font: 10px Arial, Helvetica, sans-serif;
		color: #666;
		text-decoration: none;
		line-height: normal;
		padding: 0 5px;
		}
		
	.luvlogos img {
		border: 0;
		margin: 0;
		}
		
	
.mid_wrap_home {
	width: 800px;
	display: block;
	clear: both;
	height: 300px;
	}

.mid_wrap_home {
	*background: url(images/header_newtreats.jpg) no-repeat right 128%;
	*padding-bottom: 42px;
	*margin-left: -2px;
	} 

.bottom_wrap {
	background: url(images/greydotted.gif) repeat-x;
	width: 800px;
	display: block;
	margin: 20px auto 0px auto;
	padding: 10px 0px;
	*margin-top: 0px;
	}
			
	.events {
		width: 410px;
		float: left;
		margin: 20px 8px 0px 20px;
		}
		
		.event {
			margin-bottom: 15px;
			float: left;
			}
		
		.event img {
			width: 55px;
			height: 60px;
			float: left;
			display: inline;
			padding: 1px;
			margin: 12px 0px;
			*margin: 2px;
			}
			
		.event p {
			padding-left: 15px;
			margin-left: 15px;
			border-left: 3px #bbbbcc solid;
			text-align: left;
			display: inline;
			font-size: 11px;
			float: left;
			width: 300px;
			}
			
	* html .events {
		width: 400px;
		float: left;
		margin: 20px 8px 0px 15px;
		}
		
	* html .event p {
		width: 290px;
		}
			
			
	.treats_wrap {
		float: left;
		text-align: left;
		display: inline;
		width: 340px;
		margin: -44px 0px 0px 20px;
		background: url(images/header_newtreats.jpg) no-repeat top;
		padding: 105px 0px 0px 0px;
		}
		
		.treat {
			float: left;
			margin-bottom: 25px;
			width: 340px;
			}
			
		.treat img {
			width: 30px;
			height: 30px;
			border: 5px #DDD solid;
			float: left;
			display: inline;
			padding: 1px;
			margin: 0px 15px 0px 20px;
			}
			
		.treat p {
			margin: 0px;
			font-size: 10px;
			padding: 0px;
			line-height: 150%;
			}
	


.footer {
	width: 100%;
	background: #333;
	border-top: 5px #666 solid;
	text-align: center;
	padding-top: 40px;
	margin-top: 25px;
	height: 100px;
	display: block;
	float: left;
	clear: both;
	}

	.footer a {
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		color: #CCC;
		text-decoration: none;
		}
		
	.footer a:hover {
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		color: #CCC;
		text-decoration: none;
		}

	.footer .nav {
		font-size: 11px;
		color: #BBC;
		float: right;
		display: block;
		}
		
		.footer .nav a {
			width: auto;
			display: inline;
			color: #BBC;
			text-transform: uppercase;
			text-decoration: none;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			float: none;
			border: none;
			}
			
		.footer .nav a:hover {
			width: auto;
			display: inline;
			color: #BBC;
			text-transform: uppercase;
			text-decoration: none;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			float: none;
			border: none;
			}
			
	.footer .info {
		font-size: 11px;
		color: #BBC;
		float: right;
		display: block;
		width: 100%;
		text-align: right;
		margin: 10px 0px;
		}
	
	

form {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	line-height: 200%;
	}
	
	input {
		margin: 20px 5px 0px 5px;
		padding: 3px;
		}
		
	input.send {
		margin: 10px 0px;
		width: 60px;
		height: 30px;
		background: #DDD;
		font: Georgia, "Times New Roman", Times, serif;
		color: #666;
		}
		


			
			
