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


/********************
/  General
********************/
body{
	background:#6b2c01 url(../images/template/wood.jpg) center top no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, p{
	margin:0px;
	padding:0px;
}

a{
	color:#1067fa;
}

a:hover{
	color:#7cabf9;
}

#MainContainer{
	background-image:url(/images/template/site-background.png);
	background-repeat:no-repeat;
	height:935px;
	margin:0 auto;
	position:relative;
	width:1051px;
	z-index:10;
}

#HomeLink{
	height:95px;
	margin:0 0 0 45px;
	padding:50px 0 0 0;
	position:relative;
	width:350px;
	z-index:20;
}

#HomeLink a{
	display:block;
	height:90px;
	width:350px;
}

#HomeLink a span{
	display:none;
}


/********************
/  Navigation
********************/
 #Navigation{
	 width:645px;
	 height:57px;
	 margin:-145px 0 0 360px;
	 padding:90px 0 0 0;
	 position:relative;
	 z-index:10;
 }
 
#Navigation ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#Navigation li{
	float:left;
}

#Navigation li a{
	display:block;
}

#Navigation li a span{
	display:none;
}


/********************
/  Navigation Link: About ( about.php )
********************/
#Navigation #About a:link, #Navigation #About a:visited, #Navigation #About a:active{
	background-image:url(/images/template/navigation/about.png);
	background-repeat:no-repeat;
	height:57px;
	width:216px;
}

#Navigation #About a:hover{
	background-position:0px -57px;
}


/********************
/  Navigation Link: Gallery ( gallery.php )
********************/
#Navigation #Gallery a:link, #Navigation #Gallery a:visited, #Navigation #Gallery a:active{
	background-image:url(/images/template/navigation/gallery.png);
	background-repeat:no-repeat;
	height:57px;
	width:130px;
}

#Navigation #Gallery a:hover{
	background-position:0px -57px;
}


/********************
/  Navigation Link: Rates ( rates.php )
********************/
#Navigation #Rates a:link, #Navigation #Rates a:visited, #Navigation #Rates a:active{
	background-image:url(/images/template/navigation/rates.png);
	background-repeat:no-repeat;
	height:57px;
	width:102px;
}

#Navigation #Rates a:hover{
	background-position:0px -57px;
}


/********************
/  Navigation Link: Reservations ( reservations.php )
********************/
#Navigation #Reservations a:link, #Navigation #Reservations a:visited, #Navigation #Reservations a:active{
	background-image:url(/images/template/navigation/reservations.png);
	background-repeat:no-repeat;
	height:57px;
	width:197px;
}

#Navigation #Reservations a:hover{
	background-position:0px -57px;
}



/********************
/  Content
********************/
#ContentContainer_home{
	background-image:url(/images/template/content-background_home.png);
	background-repeat:no-repeat;
	height:696px;
	margin:-15px 0 0 40px;
	padding:35px 25px 30px 23px;
	position:relative;
	width:910px;
	z-index:20;
}

#ContentContainer_other{
	background-image:url(/images/template/content-background_other.png);
	background-repeat:no-repeat;
	height:696px;
	margin:-15px 0 0 40px;
	padding:35px 0px 30px 30px;
	position:relative;
	width:970px;
	z-index:20;
}

#ContentContainer_iceFishing{
	background:url(/images/ice-fishing/background-ice-fishing.png) 0px 0px no-repeat;
	height:696px;
	margin:-15px 0 0 40px;
	padding:35px 0px 30px 30px;
	position:relative;
	width:970px;
	z-index:20;
}



/********************
/  Footer
********************/
#Footer{
	font-size:9px;
	height:70px;
	margin:-75px auto 0 auto;
	padding:0 25px;
	width:922px;
}

	#Footer ul{
		text-align:center;
	}

		#Footer ul li{
			border-left:solid #000 1px;
			display:inline;
			padding:0 15px;
		}

			#Footer ul li:first-child{
				border:none;
			}

	#Footer p{
		font-size:14px;
		margin:15px 0 0 0;
		text-align:center;
	}



/********************
/  Rope - UNSURE IF GOING OT BE USED ( LOOKS TERRIBLE )
********************/
#Rope{
	background-image:url(/images/template/rope.png);
	background-repeat:no-repeat;
	height:533px;
	margin:-400px 0 0 0;
	position:relative;
	width:401px;
	z-index:5;
}

/********************
/  Admin Styles
********************/
.btn {
background:#9e7c4d none repeat scroll 0 0;
border:1px solid #000000;
color:#000000;
cursor:pointer;
}
.btn:hover {
background-color:#000000;
border:1px solid #9e7c4d;
color:#9e7c4d;
}