@charset "utf-8";
/* CSS Document */
body{
	background: url(images/bgimage.jpg) repeat-x;
	background-color: #431d04;
	font-family: arial, sans-serif;
	font-size:10pt;
	}

#page-wrap{
	width: 960px;
	margin: 0 auto;
	background-image: url(images/content-bg.jpg);
	background-repeat:repeat-y;
	}
	
#header{
	background: url(images/header-image.png) no-repeat;
	width: 960px;
	height:346px;
}

ul#nav{
	padding:0;
	margin:0;
	}
	ul#nav li {
		display: inline;
		
		}
			
		ul#nav li a{
			display: block;
			height: 112px;
			text-indent: -9999px;
			float: left;
			}
			ul#nav li.home a{
				width: 109px;
				background: url(images/nav-home.jpg) bottom center;
				
				}
			ul#nav li.about a{
				width: 73px;
				background: url(images/nav-about-us.jpg) bottom center;
				
				}
			ul#nav li.training-levels a{
				width: 96px;
				background: url(images/nav-training-levels.jpg) bottom center;
				
				}
			ul#nav li.faq a{
				width: 70px;
				background: url(images/nav-faq.jpg) bottom center;
				
				}
			ul#nav li.trained-dogs-4-sale a{
				width: 130px;
				background: url(images/nav-trained-dogs-4-sale.jpg) bottom center;
				
				}
			ul#nav li.special-order-dogs a{
				width: 141px;
				background: url(images/nav-special-order-dogs.jpg) bottom center;
				
				}
			ul#nav li.testimonials a{
				width: 125px;
				background: url(images/nav-testimonials.jpg) bottom center;
				
				}
			ul#nav li.blog a{
				width: 68px;
				background: url(images/nav-blog.jpg) bottom center;
				
				}
			ul#nav li.contact-us a{
				width: 148px;
				background: url(images/nav-contact-us.jpg) bottom center;
				
				}
			ul#nav li a:hover{
				background-position: top center;
				}
				
#main-content{
	padding-left: 30px;
	width: 595px;
	float:left;
	}
	
#sidebar{
	width:200px;
	float:right;
	padding-right:55px;
	color:#ffffff;
	}
	
	#sidebar a{
		color:#ffffff;
		font-style:underline;
	}
	
	#sidebar a:hover{
		color:#ffffff;
		font-style:none;
	}
	
#footer{
	min-height:110px;
	background: url(images/footer.jpg) no-repeat;
	}
	
.clear{clear:both;}

a {
	font-style: underline, italic;
	color: #000000;
	outline:none;
}

a:hover {
	color:#431d04;
}

h1{
	font-weight:bold;
	font-size:12pt;
	
}