/***************************************************************
Style Sheet for MastersOfTheHunt.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/

body {
	padding-bottom:40px;
	padding-top:0;
}

#container {
	position:relative;
	top:0;
	padding-top:126px;
}

#content {
	position:relative;
}

#header {
	position:absolute;
	width:770px;
	height:126px;
	top:0;
	left:0;
	padding:0;
	background: url('/images-layout/header-bg.gif') left top no-repeat;
	z-index:0;
}

#headerWrapper {
	position:relative;
	top:0;
	left:0;
	height:126px;
	width:770px;
}

#header .headerLogo {
	z-index:100;
	position:absolute;
	top:0px;
	left:0px;
}
/*
#header .headerLogo {
	z-index:100;
	position:absolute;
	top:35px;
	left:26px;
}
*/

#header .tagline1 {
	position:absolute;
	top:85px;
	left:320px;
	margin:0;
	
	letter-spacing:1px;
	font-size:133%;
	font-style:italic;
	font-weight:bold;
	color:#981e1d;
	text-align:center;
}

#header .tagline2 {
	position:absolute;
	top:100px;
	right:40px;
	font-size:133%;
	color:#663300;
}

#headerLinks {
	position:absolute;
	top:10px;
	right:0;
	padding:0px 8px 0px 8px;
	width:500px;
	height:21px;
	font-family:Georgia,serif;
}
#headerLinks ul {
	float:right;
	margin:0;
	padding:3px 0 0 0;

	height:14px;
	
	text-align:center;
}
#headerLinks ul li {
	display:inline;
	padding:0px 8px 0px 8px;
	font-size:99%;
	border-right:1px solid #ffc;
}
#headerLinks ul li.last{
	border:0;
}
#headerLinks ul li a:link, #headerLinks ul li a:visited {
	padding:0;
	font-weight:bold;
	text-decoration:none;
	color:#ffc;
}
#headerLinks ul li a:hover, #headerLinks ul li a:active {
	text-decoration:underline;
}

#searchBar {
	position:absolute;
	top:55px;
	right:25px;
	padding:2px 0;
	font-size:89%;
	width:200px;
}

#searchBar fieldset{
	margin:0;
	padding:0;
	border:0;
}

#query {
	border:0;
	border:1px solid #981e1d;
	padding-left:1px;
	float:left;
	width:125px;
	height:15px;
	font-size:11px;
	margin:0 5px 0 0;
}
#searchSubmit {}
#searchType {}

#mothSeal {
	position:absolute;
	top:107px;
	left:0;
	border:0;
	border-left:1px solid #473119;
	margin:0;
	padding:0;
}

#homePromo {
	position:absolute;
	top:93px;
	right:30px;
	padding-top:45px;
	padding-left:68px;
	width:232px;
	font-size:100%;
	color:#663300;
}

#homePromo img {
	position:absolute;
	top:0;
	left:0;
}