@charset "utf-8";
/* CSS Document */
@import url("share.css");
.about {
	padding: 20px 0;
	height: 500px;
	background-image: url(bg/Labrador.gif);
	background-repeat: no-repeat;
	background-position: 550px center;
}
.about h2 {
	background: url(bg/overview.gif) no-repeat;
	height: 82px;
	width: 288px;
}
.about p {
	padding: 10px 0;
	width: 500px;
}
.whyus {
	padding: 20px 20px 20px 0;
	background: url(bg/magnifying_glass.jpg) no-repeat 400px center;
	height: 650px;
}
.whyus h2{
	background: url(bg/why_us.gif) no-repeat;
	height: 71px;
	width: 355px;
	margin-top: 20px;
}
.leftpanel {
	float: left;
	width: 300px;
}

.point {
	background: url(bg/out_point_bg.jpg) no-repeat 260px center;
	height: 360px;
	padding: 30px 0;
}
.leftpanel h2 {
	background: url(bg/our_point_title.gif) no-repeat;
	height: 82px;
	width: 262px;
}
.point p {
	padding: 10px 0;
}
.leftpanel h3 {
	background: url(bg/point.gif) no-repeat;
	height: 17px;
	width: 247px;
}
.rightpanel {
	float: right;
	width: 380px;
	margin-top: 50px;
}
.rightpanel h2 {
	background: url(bg/point_2.gif) no-repeat;
	height: 17px;
	width: 213px;
}
.rightpanel strong {
	font-size: 14px;
}
.galleries {
	padding-top: 20px;
	padding-bottom: 20px;
}
.left {
	float: left;
	width: 317px;
}

.galleries h2 {
	background-image: url(bg/galleries.gif);
	background-repeat: no-repeat;
	height: 83px;
	width: 317px;
}
.left ul {
	margin-top: 20px;
}
.left li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	padding-bottom: 5px;
}

.galleries ul.imglist {
	float: right;
	width: 600px;
}
.galleries ul.imglist li {
	float: left;
	margin-bottom: 10px;
}
.galleries img {
	border: 2px solid #CCCCCC;
}
.photography {
	padding-top: 20px;
	padding-bottom: 20px;
}
.left {
	float: left;
	width: 317px;
}

.photography h2 {
	background-image: url(bg/photography.gif);
	background-repeat: no-repeat;
	height: 83px;
	width: 317px;
}
.left ul {
	margin-top: 20px;
}
.left li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	padding-bottom: 5px;
}

.photography ul.imglist {
	float: right;
	width: 600px;
}
.photography ul.imglist li {
	float: left;
	margin-bottom: 10px;
}
.photography img {
	border: 2px solid #CCCCCC;
}
