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

html,
body {
	height:100%;
}
body {
	font:75% Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center; /* required for centering the page in IE */
	background:url("../images/background.gif") no-repeat top center #ccc;
	margin:0px;
	padding:0px;
}
a:active, a:focus { /* Remove annoying thin line around link images */
	outline: 0;
}
img {
	border:none;
	margin:0px;
	padding:0px;
}
h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.8em;
	padding:10px 0 0 0;
	margin:-10px 0 5px 0;
	font-weight:bold;
	color:#111;
}
p {
	margin:0 0 1em 0;
}
a:link, a:visited, a:active {
	color:#54ab30;
	text-decoration:none;
}
a:hover {
	color:#111;
	text-decoration:underline;
}
a#lkhome {
	display:block;
	width:139px;
	height:71px;
	background:url("../images/buttonhome.png") 0 0 no-repeat;
	text-decoration:none;
	float:left;
	margin:0 0 0 15px;
}
a#lkinfo {
	display:block;
	width:139px;
	height:71px;
	background:url("../images/buttoninfo.png") 0 0 no-repeat;
	text-decoration:none;
	float:left;
	margin:0;
}
a#lkclasses {
	display:block;
	width:139px;
	height:71px;
	background:url("../images/buttonclasses.png") 0 0 no-repeat;
	text-decoration:none;
	float:left;
	margin:0 170px 0 0;
}
a#lkawards {
	display:block;
	width:139px;
	height:71px;
	background:url("../images/buttonawards.png") 0 0 no-repeat;
	text-decoration:none;
	float:left;
	margin:0;
}
a#lkmembers {
	display:block;
	width:139px;
	height:71px;
	background:url("../images/buttonmembers.png") 0 0 no-repeat;
	text-decoration:none;
	float:left;
	margin:0;
}
a#lkgallery {
	display:block;
	width:139px;
	height:71px;
	background:url("../images/buttongallery.png") 0 0 no-repeat;
	text-decoration:none;
	float:left;
	margin:0;
}
a#lkhome:hover, a#lkinfo:hover, a#lkclasses:hover, a#lkawards:hover, a#lkmembers:hover, a#lkgallery:hover {
	background-position:0 -71px;
}
a#lkclubshop:hover, a#lksendpics:hover {
	background-position:0 -62px;
}
a#newsletter {
	position:absolute;
	width:204px;
	height:254px;
	top:550px;
	left:155px;
	z-index:99;
	overflow:hidden;
	display:block;
	background:url("../images/newsletter.jpg") 0 0 no-repeat;
	text-decoration:none;
}
a#newsletter:hover {
	background-position:0 -254px;
}
#bodybottom {
	width:1040px;
	height:50px;
	background:url("../images/footer.png") no-repeat top center #ccc;
	z-index:9;
	clear:both;
	margin:0 auto;
}
.clearboth {
	clear:both;
}
#container {
	position:relative;
	width:1040px;
	margin:0 auto;
	color:#222;
	background:url("../images/backgroundbody.png") repeat-y top center;
}
#content {
	position:absolute;
	top:248px;
	left:0px;
	width:1040px;
	text-align:center;
	z-index:9;
	background:url("../images/backgroundbody.png") repeat-y top center;
}
#controls {
	position:absolute;
	top:373px;
	left:397px;
	list-style-type:none;
	width:545px;
	height:30px;
	background-color:#000;
}
#controls li > a {
	width:22px;
	height:22px;
	text-indent:-300px;
	float:left;
	overflow:hidden;
	margin:4px 6px 0 0;
	background:url("../images/picpawgreen.gif") top left;
}
#controls li.current > a {
	background:url("../images/picpawwhite.gif") top left;
}
#footer {
	text-align:center;
	font-size:0.95em;
	padding:15px 0 0 0;
	color:#ddd;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none;
	color:#ddd;
}
#footer a:hover {
	text-decoration:underline;
	color:#00f;
}
#forumadvert {
	cursor:pointer;
}
.floatleft {
	float:left;
}
.floatleftclear {
	float:left;
	clear:both;
}
.floatright {
	float:right;
}
#homemenu, #infomenu, #classesmenu, #awardsmenu, #membersmenu, #gallerymenu {
	position:absolute;
	top:216px;
	width:120px;
	display:none;
	z-index:10;
}
#homemenu {
	left:28px;
}
#infomenu {
	left:169px;
}
#classesmenu {
	left:309px;
}
#awardsmenu {
	left:603px;
}
#membersmenu {
	left:744px;
}
#gallerymenu {
	left:888px;
}
#mainsliderwording {
	position:absolute;
	top:340px;
	width:500px;
	height:24px;
	left:450px;
	overflow:hidden;
	color:#fff;
	z-index:99;
	text-align:left;
	background:url(../images/sliderwordingbackground.png) repeat;
	padding:5px;
	cursor:pointer;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	font-size:large;
	font-weight:bold;
	text-align:center;
}
.menutext { /* #gallerymenu p { */
	padding:15px 0 0 0;
	margin:0px;
	line-height:1.6em;
	background:url(../images/menubackground.png) repeat center center;
}
/* #gallerymenu a:link, #gallerymenu a:active, #gallerymenu a:visited { */
.menutext a:link, .menutext a:active, .menutext a:visited {
	text-decoration:none;
	color:#222;
}
/* #gallerymenu a:hover { */
.menutext a:hover {
	/* color:Black; #8864ab; */
	background-color:#33CC33;
	color:White;
	padding: 0 5px 0 5px;
}
.nopadmargin {
	margin:0px;
	padding:0px;
}
#header {
	position:absolute;
	top:0;
	left:0;
	width:1040px;
	height:248px;
	background:url("../images/heading.jpg") no-repeat top center;
}
#innercontent {
	padding:0 50px 0 50px;
	margin:0;
	text-align:left;
	font-size:1.25em;
	min-height:600px;
	background:url("../images/backgroundpaw.png") top left no-repeat;
}
#leftcolumn {
	width:280px;
	height:400px;
	float:left;
	padding:40px 50px 0 25px;
}
#rightcolumn {
	width:540px;
	float:right;
	padding-right:30px;
}
#links {
	position:absolute;
	top:170px;
	left:0px;
	width:1040px;
	height:71px;
	overflow:hidden;
	z-index:11;
}
#locationlink {
	padding-left:700px;
	cursor:pointer;
}
#mainslider {
	float:left;
	margin-left:5px;
}
#mainslider ul, #mainslider li {
	margin:0;
	padding:0;
	list-style:none;
}
#mainslider, #mainslider li { 
	width:585px;
	height:390px;
	overflow:hidden; 
}
#mainslidercount {
	position:absolute;
	top:395px;
	left:403px;
	font-size:10px;
	color:#999;
	z-index:99;
}
#maparrowUNUSED {
	position:absolute;
	display:none;
	top:1000px;
	left:462px;
	z-index:99;
}
#maplocation {
	display:none;
}
.on-top {
	z-index: 10000;
}
#prevBtn a, #nextBtn a {
	display:none;
}
#sublinks {
	position:absolute;
	top:220px;
	left:0px;
	width:1040px;
	height:69px;
	overflow:hidden;
	z-index:10;
}
.wordingbox {
	position:absolute; 
	left:370px; 
	width:578px; 
	padding:10px;
	background:url("../images/wordingboxmiddle.png"); 
}
.wordingbox250 {
	position:absolute; 
	left:698px; 
	width:230px; 
	padding:10px;
	background:url("../images/wordingboxmiddle250.png"); 
}
.wordingbox585 {
	position:absolute; 
	left:370px; 
	width:565px; 
	padding:10px;
	background:url("../images/wordingboxmiddle585.png"); 
}
#wordingboxbottom, #wordingboxbottom250, #wordingboxbottom585 {
	position:relative;
}