/* K9ULF.com General styles */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	background: url(../images/bg/gutter.jpg) #fff repeat-y top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* header */
#contact {
	float: right;
	height: 115px;
	padding: 10px 10px 0 0;
}
#contact li {
	padding: 0 0 0 38px;
	line-height: 35px;
	font-size: 90%;
	font-weight: bold;
}
#contact li.phone {
	background: url(../images/icons/phone.gif) no-repeat 0 50%;
}

#contact li.mobile {
	background: url(../images/icons/mobile.gif) no-repeat 0 50%;
	margin-left: 50px;
}

#contact li.email {
	background: url(../images/icons/email.gif) no-repeat 0 50%;
	margin-left: 100px;
}
#contact li a {
	color: #000000;

}

#banner {
	background: url(../images/bg/banner-olive.jpg) repeat-x bottom left;
	display: block;
	clear: both;
	position: relative;
	height: 338px;

}
#banner .bannergraphic {
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
}
#banner .bannergraphic-right {
	position: absolute;
	bottom: 0;
	right: 0;
	border: none;
}

#banner .maintitle {
	position: absolute;
	left: 285px;
	top: 90px;
	border: none;
}
/* alt banner colours for training pages */
#schutzhund #banner {
background-image: url(../images/bg/banner-blue.jpg);
}
#competition #banner {
background-image: url(../images/bg/banner-grassgreen.jpg);
}
#protection #banner {
background-image: url(../images/bg/banner-red.jpg);
}
#security #banner {
background-image: url(../images/bg/banner-black.jpg);
}
#companion #banner {
background-image: url(../images/bg/banner-sunyellow.jpg);
}
#sales #banner {
background-image: url(../images/bg/banner-sunyellow.jpg);
}

/* Main Navigation */
#mainnav {
	position: absolute;
	bottom: 0;
	left: 200px;
	padding: 0;
	z-index: 10;
}

#mainnav li {
	float: left;
	margin: 0;
/*	border-right: 1px solid #999;*/
	
	text-transform: capitalize;
}

#mainnav li.last {
	border-right: none;

}
#mainnav li a {
	color: #FFFFFF;
	font-size: 140%;
	display: block;
	text-align: center;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	
}
#mainnav li a:hover {
	text-decoration: none;
	background: #000;
	filter:alpha(opacity=70);opacity: 0.7;
}
.navbg {
	display: block;
	height: 45px;
	width:100%;
	background: #000000;
	position:absolute;
	bottom: 0;
	left:0;
	filter:alpha(opacity=30);opacity: 0.3;
	z-index: 2;
}
#mainnav .selected a {
	color: #FFFF33;
}

/* Main Content */
#content h1 {
	font-size: 110%;
	margin: 10px 0 10px 10px;
}
#home #content h1 {
	text-align: center;
	margin: 10px 0 10px 0;

}
#content h2 {
	font-size: 100%;
	margin: 10px 0;
}
#content p {
	font-size: 90%;
}
#home #content p {
	margin: 5px 0 5px 10px;
	font-size: 90%;
}
#videoplayer {
	width: 340px;
	height: 285px;
	border: 1px solid #000;
	float: left;
	margin: 2px 10px 5px 10px;
	overflow: hidden;
}



/* footer */
#footer {
	clear: both;
	background: url(../images/bg/footer.jpg) repeat-x top left #aeaeae;
	padding: 40px 0 10px 0;
	margin-top: 20px;
	text-align: center;
	color: #000;
}
#footer a {
	color: #000;
}

#textsizebox {
	float: right;
	margin-top: -25px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;	
}
#textsizebox strong {
	display: block;
	float: left;
}
#textsizebox a {
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	margin: 0 2px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	/* border: 1px solid #fff; */
}
#textsizebox a:hover {
	/* border: 1px solid #000;*/
	color: #FF0000;
	
} 
#textsizebox a#sizeReduce {
	font-size: 0.8em;
}
#textsizebox a#sizeReset {
	font-size: 1em;
	/* border: 1px solid #000; */
}
#textsizebox a#sizeIncrease {
	font-size: 1.2em;
	position: relative;
	top:-1px;
}

#footer ul {
	display: block;
	clear: both;
	height: 60px;
	width: 750px;
	text-align: center;
	margin: 15px auto 5px auto;
}

#footer ul li {
  display:inline;
  margin-bottom: 8px;
	padding: 0 10px;
	border-right: 1px solid #333;
	font-size: 90%;
}
#footer ul li.first, #footer ul li.last {
	border-right: none;
}
#footer ul li.first {
	margin-left: 10px;
}

#footer p {
	font-size: 80%;
}

/* alt 
#contact {
	height: 75px;
	float: right;
	padding-left: 20px;
}
#contact li {
	float: left;
	width: 275px;	
}
#contact li.mobile, #contact li.email {
	margin-left: 0;
}
#contact li.email {
	position: relative;
	left: 313px;
}
/*#contact li.phone {
	position: relative;
	top: 20px;
}*/

.errors {
text-align:center;
font-weight:bold;
color:#FF0000;
}
.success {
text-align:center;
font-weight:bold;
color:#000000;
}
.back {
float:right;
color:#000000;
font:bold 12px verdana;
}
