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

#wrapper {
	width: 1020px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
}
#header {
	background-repeat: no-repeat;
	height: 353px;
	background-image: url(images/header.png);
}
#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 {
	height: 618px;
	clear: both;
	background-image: url(images/box1.gif);
	background-repeat: no-repeat;
	padding: 25px;
}
#hero-slider {
	text-align:left;
	width:950px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0 auto;
	font-family:arial;
	padding: 0;
}

#hero-slider .mask {
	float:left;
	width:737px;
	height:578px;
	overflow:hidden;
	text-align:left;
	background-image: url(images/box2.gif);
	background-repeat: no-repeat;
	margin-right: 0;
	margin-bottom: 0;
	padding: 10px 20px 10px 20px;
}

#hero-slider .panel { 
	float:left;
	width:737px;
	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:127px; 
//	width:98px; 
	height:98px; 
	text-indent:-999em;	
}

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

#hero-slider a:hover {
	background-position: -127px;
}



.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;
}
.message {background:#eee; color:#000;display:none;width:460px;padding:10px;}
.contact {text-align:right;}
.contact ul {list-style-type:none;width:390px;}
.contact li {list-style-type:none;}
.contact li.special {display:none;}
.contact input {width:260px;}
.contact textarea {width:260px;}

#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;
}

