/* ----------------------------universal----------------------------------- */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, object, a, abbr, acronym, br, cite, code, dfn, em, img, span, sub, sup, tt, var, legend, fieldset {margin: 0; padding: 0;}
img, fieldset, hr{border:solid 0px;}
ul, ol, dl {list-style:none;}
html{
	background:url(../img/html.png) repeat-x #e3e0c2;
	color:#555;
	height:100%;
	font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
}
body{
	height:100%;
}
#container{
	position:relative;
	height:auto;
	min-height:100%;
}
#header{
	height:220px;
	margin:0 auto;
	position:relative;
	width:860px;
}
h1{
	background:url(../img/h1.png) no-repeat 1px 0;
	height:220px;
	left:0;
	position:absolute;
	top:0;
	width:200px;
}
h1 a{
	display:block;
	height:220px;
	outline:none;
	text-indent:-9999px;
	width:200px;
}
#register{
	background:url(../img/signup.png) no-repeat;
	height:27px;
	width:78px;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
}
/* ----------------------------Nav----------------------------------- */
#mainmenu{
	float:right;
	height:64px;
	padding-top:14px;
	padding-left:15px;
	width:645px;
}
#mainmenu li{
	float:left;
	height:63px;
	list-style:none;
}
#mainmenu a:link, #mainmenu a:visited{
	display:block;
	height:63px;
	outline:none;
	text-indent:-9999px;
}
#mainmenu a:hover, #mainmenu a:focus{
	background:url(../img/mainmenuhov.png) top center no-repeat;
}
#lihome{
	background:url(../img/lihome.png) no-repeat;
	width:84px;
}
#lishowteam{
	background:url(../img/lishowteam.png) no-repeat;
	width:136px;
}
#liwinners{
	background:url(../img/liwinners.png) no-repeat;
	width:147px;
}
#lifuture{
	background:url(../img/lifuture.png) no-repeat;
	width:88px;
}
#lialbum{
	background:url(../img/lialbum.png) no-repeat;
	width:87px;
}
#licontact{
	background:url(../img/licontact.png) no-repeat;
	width:80px;
}
/* ----------------------------End of Nav----------------------------------- */
/* ----------------------------home----------------------------------- */
#slogan{
	background:url(../img/slogan.png) no-repeat 30px 10px;
	float:right;
	height:142px;
	text-indent:-9999px;
	width:660px;
}
#homecontent{
	padding-top:5px;
	width:860px;
	margin:0 auto;
}
#homecontent p{
	font-weight:normal;
	padding:15px 0 0 4px;
}
#maincontent{
	float:left;
	padding:0 20px 40px 8px;
	width:832px;
}
#maincontent img{
	float:right;
	margin:5px 0 0 20px;
}
#latest{
	background:url(../img/divider.png) top center no-repeat;
	float:left;
	margin-top:30px;
	padding-top:30px;
	width:832px;
	height:1180px;
}
#maincontent #latest img{
	margin:15px 0 90px 0;
	clear:left;
	float:left;
}
#latest h2{
	background:url(../img/h2latest.png) no-repeat top center;
	height:45px;
	text-indent:-9999px;
	text-align:left;
	width:832px;
}
#latest p{
	float:left;
	padding-left:4px;
	text-align:left;
	width:100%;
}
#latest p.thin{
	padding-left:20px;
	width:500px;
}
#newsletter{
	background:url(../img/newsletter.png) no-repeat;
	color:#FFF;
	float:right;
	height:91px;
	margin:40px 0 10px -8px;
	padding:10px 25px 25px 25px;
	width:400px;
}
#newsletter dt{
	padding:2px 5px 0 0;
	width:300px;
}
#newsletter dt input{
	width:290px
}
#newsletter dt, #newsletter dd{
	float:left;
}
#maincontent #newsletter p{
	padding-bottom:10px;
}
#maincontent a:link, #maincontent a:visited{
	color:#555;
	font-weight:bold;
	text-decoration:none;
}
#maincontent a:hover{
	text-decoration:underline;
}
/* ----------------------------end of home----------------------------------- */
#content{
	margin:0 auto;
	position:relative;
	padding:200px 0 0 0;
	top:-142px;
	width:860px;
}
/* ----------------------------future----------------------------------- */
.future{
	background:url(../img/future.png) no-repeat 8px 0;
}
div.future p{
	margin-left:8px;
	padding-bottom:15px;
}
div.future h2{
	margin-left:8px;
	padding-bottom:15px;
}
div.future img{
	margin-right:18px;
}
div.future a:link, div.future a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#555;
}
div.future a:hover{
	text-decoration:underline;
}
div.future p.pups{
	padding-top:15px;
}
/* ----------------------------end of future----------------------------------- */
/* ----------------------------showteam----------------------------------- */
.showteam{
	background:url(../img/showteam.png) no-repeat 8px 0;
}
div.showteam p{
	margin-left:8px;
	padding-bottom:15px;
	width:550px;
}
div.showteam a:link, div.showteam a:visited{
	color:#555;
	font-weight:bold;
	text-decoration:none;
}
div.showteam a:hover{
	text-decoration:underline;
}
div.showteam ul{
	margin-left:8px;
	padding-bottom:15px;
}
div.showteam h2{
	margin-left:8px;
	padding-bottom:15px;
}
div.showteam img{
	float:right;
	margin:0px 8px 8px 8px;
	clear:right;
}
#jemima{
	background:url(../img/divider.png) no-repeat;
	clear:both;
	padding-top:35px;
}
/* ----------------------------end of showteam----------------------------------- */
/* ---------------------------- winners ----------------------------------- */
.winners{
	background:url(../img/winners.png) no-repeat 8px 0;
}
.winners h2{
	clear:right;
	float:right;
	font-size:12px;
	padding:2px 8px;
	text-align:center;
	width:261px;
}
div.winners p{
	margin-left:8px;
	padding-bottom:15px;
	width:550px;
}
div.winners p.pedlink{
	clear:both;
	position:relative;
	top:-32px;
	padding-bottom:0px;
}
div.winners p.pedlink a:link,div.winners p.pedlink a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#555;
}
div.winners p.pedlink a:hover{
	text-decoration:underline;
}
div.winners em{
	font-style:normal;
	font-size:18px;
	font-weight:bold;
}
div.winners ul{
	margin-left:8px;
	padding-bottom:15px;
}
div.winners div.winimage{
	float:right;
	width:261px;
	padding:0px 8px 15px 8px;
	clear:right;
}
div.winner{
	background:url(../img/divider.png) no-repeat;
	clear:both;
	padding-top:35px;
}
div.winner hr{
	height:35px;
}
#tullulah{
	padding-top:30px;
}
/* ----------------------------end of winners----------------------------------- */
/* ----------------------------album----------------------------------- */
#content.album{
	background:url(../img/album.png) no-repeat 8px 0;
	text-align:center;
	padding-top:220px;
}
.album div.albumimage{
	width:283px;
	height:311px;
	float:left;
}
.album img{
	margin:0 5px;
}
/* ----------------------------end of album----------------------------------- */
/* ----------------------------contact----------------------------------- */
.contact{
	background:url(../img/contact.png) no-repeat 8px 0;
}
.contact h2{
	padding-bottom:15px;
	margin-left:8px;
}
.contact p{
	padding-bottom:10px;
	margin-left:8px;
}
.contact #newsletter{
	float:right;
	padding-top:25px;
	margin-top:150px;
}
#links{
	background:url(../img/divider.png) no-repeat;
	margin-top:15px;
	padding:35px 0px 10px 0px;
}
/* ----------------------------end of contact----------------------------------- */
/* ----------------------------pedigree----------------------------------- */
#content.pedigree{
	background:url(../img/pedigree.png) no-repeat 8px 0;
	text-align:center;
	padding-top:205px;
}
#content.pedigree h2{
	padding:10px 0 20px;
}
#content.pedigree table{
	color:#3399cc;
	text-align:left;
	border-collapse:collapse;
}
#content.pedigree td{
	border:1px solid #000;
	width:25%;
	padding:5px;
}
#backlink{
	text-align:left;
	padding-top:15px;
}
#backlink a:link, #backlink a:visited{
	text-decoration:none;
	color:#666;
}
#backlink a:hover{
	text-decoration:underline;
}
/* ----------------------------end of pedigree----------------------------------- */
/* ----------------------------footer----------------------------------- */
#footer{
	background:url(../img/footer.png) repeat-x;
	clear:both;
	padding-top:40px;
	position:absolute;
	bottom:0;
	width:100%;
}
#footer div{
	color:#FFF;
	height:52px;
	margin:0 auto;
	padding-top:25px;
	width:860px;
}
#footer address{
	float:left;
	width:370px;
	font-style:normal;
}
#footer p{
	float:right;
	left:-55px;
	position:relative;
	text-align:right;
	width:490px;
}
#footer img{
	float:right;
	right:-55px;
	position:absolute;
	top:-18px;
}
hr{
	visibility:hidden;
	clear:both;
}
/* ----------------------------end of footer----------------------------------- */