/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #e3dabb;
	font-family:georgia, times, serif;
	font-size:12px;
	color:#104106;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	z-index:1;
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:855px;
	background: url("/graphics/mainbg2.gif") no-repeat bottom;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}


div#footer {
	position:absolute;
	width:845px;
	height:38px;
	bottom:0; /* stick to bottom */
	font-size:10px;
	margin: 0 auto 0 auto;
	font-family:arial, sans-serif;
	font-size:12px;
}

.footerlinks {
	text-align:center;
	font-decoration:none;
	text-decoration:none;
	color:#71582f;
	
}



/* main nav */


#topmenu {
	width: 570px;
	height:28px;
	margin: 59px auto 0 auto;
	background: #fcd551;
	float:left;
}

div#header {
	width:592px;
	height:157px;
	background: url("/graphics/header.gif") #d0d0d0 no-repeat;
	margin: 0 auto 0 auto;
}
	


#left {
	width: 253px;
	height:467px;
	margin: 0 0 0 5px;
	background: url("/graphics/menubg.gif")  no-repeat;
	float:left;
}

#right {
	width: 592px;
	height:467px;
	margin: 0 5px 0 0;
	float:right;
}

#logo {
 	width:253px; height:203px;
	background: url("/graphics/wildlifemanagementlogo.gif")  no-repeat;
 	color:#ffffff; 
 	
 }


/* content formatting */

#pagecontent {
	width: 592px;
	overflow: auto;
	line-height:15px;
	margin: 0 5px 50px 0;
	_margin: 0 0 50px 0;
	float:right;
}

#splashcontent {
	width: 535px;
	padding: 27px 40px 20px 16px;
	overflow: auto;
	font-size:13px;
	line-height:17px;
	float:right;
}

#content {
	width: 516px;
	padding: 27px 40px 20px 36px;
	overflow: auto;
	font-size:13px;
	line-height:17px;
	float:right;
}

#search {
	position:relative;
	width:221px; 
	height:74px; 
	color:#104106;
	background: url("/graphics/searchbg.gif") repeat;
	z-index:100;
	padding: 14px 0 0 32px;
}

#right_foot {
	color: #71582f;
	float: right;
	padding-top: 8px;
	padding-right:31px;
}

#left_foot {
	color: #71582f;
	float: left;
	padding-top: 8px;
	padding-left:31px;
}



#clear {
	clear: both;
}






/* text styles */



a {
	color: #c50000;
	text-decoration: underline;
}
a:hover {
	color: #71582f;
	text-decoration: underline;
}
a.home {
	color: #ffffff; 
	font-size:12px; 
	.font-size:11px;
	padding:0 0 0 44px;
	.padding:0 0 0 34px;
	text-decoration: none;
}
a.home:hover {
	color: #ffffff;
	text-decoration: none;
}

h2.smallerheader {
	font-size:14px;
	line-height:15px;

}

.splash1 {
	font-size:11px;
	margin:5px 0 5px 0;
	padding:0;
	line-height:12px;
}

a.splash {
	color: #104106;
	text-decoration: none;
}
a.splash:hover {
	color: #71582f;
	text-decoration: underline;
}


a.imedia {
	color: #71582f;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}



h1 {
	font-weight:normal;
	font-size:18px;
	color: #090909;
	font-family:georgia, times, serif;
	margin:0 0 12px -8px;
}

h2 {
	font-weight:normal;
	font-size:18px;
	line-height:23px;
	color: #090909;
	font-family:georgia, times, serif;
	margin:0 0 6px -8px;
	padding:5px 0 0 0;
}

h3 {
	font-weight:normal;
	font-size:18px;
	color: #090909;
	font-family:georgia, times, serif;
	margin:0;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

/* catalog styles */

a.catalog {
	color: #104106;
	text-decoration: none;
}
a.catalog:hover {
	color: #c50000;
	text-decoration: underline;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}






/* menu codes */

.pipelist {
   overflow: hidden;
   width: 569px;
   margin:0 0 0 1px;
   font-size:11px;
   font-weight:bold;
   text-transform:uppercase;
	font-family:arial, sans-serif;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 0px solid #090909;
   float: left;
   line-height: 29px;
   margin: 0 .5em 0 -.5em;
   padding: 0 12px 0 12px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #1b2022;
	text-decoration: none;
}
.pipelist a:hover {
	color: #c50000;
	text-decoration: none;
}	
	
	
