@charset "utf-8";
/* CSS Document */
.both{clear:both;}
#wrapper {
	width: 1020px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
#header {
	background-repeat: no-repeat;
	height: 290px;
	background-image: url(images/1020352.jpg);
}
.tit {
	background-image: url(images/tit.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 1000px;
	line-height: 30px;
	text-indent: 40px;
	font-size: 15px;
	font-weight: bold;
}
.t1{background:#fff;}
#skin {
	float: right;
	width: 180px;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	padding-right: 10px;
}
#skin ul {
	margin: 0px;
	padding: 0px;
}
#skin li {
	list-style-type: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
#skin a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#skin a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
    .box_container{
	width:252px; /* we must set a specific width of the container, so it doesn't strech when the image starts moving */
	height:124px; /* important */
	overflow:hidden; /* hide the content that goes out of the div */
	/*just styling bellow*/
	color:white;
	clear: both;
	margin: 220px 0 0 750px;
	position: absolute;
	background-image: url(images/treat_.png);
	background-repeat: no-repeat;
    }
    .images_holder{
    position:absolute; /* this is important, so the div is positioned on top of the text */
    }
    .image_div {
        position:relative; /* important so we can work with the left or right indent */
        overflow:hidden; /* hide the content outside the div (this is how we will hide the part of the image) */
        width:50%; /* make it 50% of the whole images_holder */
        float:left; /* make then inline */
    }
    .right img{
        margin-left: -100%; /* 100% is in this case 50% of the image, so this is how we show the second part of the image */
    }
    .clear{
        clear:both;
    }
#content {
	clear: both;
	background-repeat:no-repeat;
}
.menu{width:127px;}
#hero-slider {
	text-align:left;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-right:0;
	font-family:arial;
	padding: 0;
}

#hero-slider .mask {
	text-align:left;
	background-image: url(images/box2.gif);
	background-repeat: no-repeat;
	padding: 10px 20px 10px 25px;
	
	background:#fff;
}

#hero-slider .panel { 
	height:600px;
	overflow:hidden;
	text-align:left;
	margin-right: 0;
	margin-bottom: 0;
}

#hero-slider ul {
	margin:0;
	padding:0 40px 0 0;
	list-style:none;
	float:left;
	height:618px;
}

#hero-slider ul li {
	margin-bottom: 4px;
}

#hero-slider ul a {
	outline:none; 
	text-decoration: underline;
	display:block;
	width:80px; 
	height:50px; 
	text-indent:-999em;	
}

#hero-slider a.home {
	background: url(images/b1.jpg) no-repeat 0 0;
}
#hero-slider a.aboutus {
	background: url(images/b2.jpg) no-repeat 0 0;
}
#hero-slider a.services{
	background: url(images/b3.jpg) no-repeat 0 0;
}
#hero-slider a.tricks {
	background: url(images/b4.jpg) no-repeat 0 0;
}
#hero-slider a.breeds {
	background: url(images/b5.jpg) no-repeat 0 0;
}
#hero-slider a.contacts {
	background: url(images/b6.jpg) no-repeat 0 0;
}

/*#hero-slider a:hover {
	background-position: -93px;
}*/



.panel h2 {
	color:#0058a9;
}

.panel p {
	color:#666;
}

.clear {clear:both}
.leftimg {
	float: left;
	padding-right: 15px;
	display: block;
}
.pinktext {
	font-weight: bold;
	color: #FF0066;
}
#greenbox {
	background-image: url(images/love_dog.gif);
	background-repeat: no-repeat;
	float: left;
	height: 136px;
	width: 278px;
	padding: 70px 25px 0 30px;
	color: #FFFFFF;
	clear: left;
	margin-left: 10px;
}
#bluebox {
	background-image: url(images/latest_news.gif);
	background-repeat: no-repeat;
	float: left;
	height: 136px;
	width: 278px;
	padding: 70px 25px 0 30px;
	color: #FFFFFF;
	margin-left: 20px;
}
#footer {
	padding: 20px;
	text-align: center;
	margin-bottom: 40px;
	color: #FFFFFF;
}
#contact {
	color: #696969;
	padding: 5px;
}
#contact input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px;
	border: 1px solid #696969;
	width: 250px;
	margin: 5px 0 5px 0;
}
#contact label {
	float: left;
	width: 80px;
	display: block;
	padding: 3px;
	margin: 3px 0 3px 0;
	clear: both;
}
#contact textarea {
	border: 1px solid #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px;
	width: 250px;
	margin: 5px 0 5px;
}
