body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, arial, sans-serif;
}
#the-content{
	width: 1236px;
	margin: 0 auto;
	position: relative;
	z-index: -2;
}
#header-container{
	width: 100%;
	position: relative;
}
#at_glancer{
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: -1;
	top: 3px;
	width: 100%;
	height: 65px;
	overflow: hidden;
	
}
#at_glancer img{
	/* display: none; */
	margin-top: -50px;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}

#sticky-header-bg{
	width: 100%;
	height: 80px;/* needs to match Header content height ^^ */
	position: fixed;
	/* top: -100px; */
	background: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.4);
	-o-box-shadow: 0 3px 3px rgba(0,0,0,.4);
	box-shadow: 0 3px 3px rgba(0,0,0,.4);
}
#sticky-header-content{
	background: url(../img/locked_header_martin2.png) no-repeat;
	width: 1235px;
	height: 80px;/* needs to match Hader bg height ^^ */
	position: relative;
	z-index: 10;
	top: 0;
	left: 50%;
	margin-left: -617px;
}
#sticky-header-content hr{
	position: absolute;
	bottom: 20px;
	z-index: 100;
	width: 1110px;
	border: 0;
	background: #E8E8E8;
	height: 1px;
	display: block;
	-webkit-style:none;
	left: 68px;
	
}
/*
#buy-btn{
	display: block;
	width: 128px;
	height: 28px;
	position: absolute;
	right: 17px;
	top: 31px;
}
#buy-btn:hover{
	background:url(../img/cta_buyoptions2.png) no-repeat;
	width: 236px;
	height: 235px;
	right:15px;
	top: 27px;
}
*/

/*----------------------------------
	Blob Navigation
-----------------------------------*/
#nav-container li .separator{
	display: inline-block;
	padding: 0 20px;
	color: #989898;
}
#nav-container ul, #nav-container li{
	margin:0;
	padding:0;
	list-style: none;
}
#nav-container {
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: inherit;
}
#nav-container #nav{
	position: relative;
	left: 67px;
	bottom: -6px;
	left: 50%;
	margin-left: -290px;
}
#blob{
	position: absolute;
	z-index: 1;
	top: 20px;
	height: 4px;
}
#nav li{
	float: left;
	/* margin-right: 55px; */
}
#nav li a{
	color: #959595;
	position: relative;
	font-weight: 500;
	font-size: 13px;
	z-index: 2;
	
	text-decoration: none;
}

#nav li a:hover {
	color: #4890F1;
}
#nav li a.selected{
	color: black;
}
a#top{
	background: url(../img/spr_go_top.png) no-repeat;
	background-position: center top;
	width: 47px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	right: 55px;
	bottom: 0px;
}
a#top:hover{
	background-position: center bottom;
}
a#buyOpts{
	/* background: rgba(0, 0, 0, .7); */
	display: block;
	position: absolute;
	width: 128px;
	height: 30px;
	right: 22px;
	top: 11px;
}
a#buyOpts:hover{
	background: url(../img/buyoptions_martin.png) no-repeat;
	width: 213px;
	height: 213px;
	right: 20px;
	z-index: 1000;
}
/* Blank for blob start */
#nav li:first-child a{
	right: -84px;
	background: red;
	position: relative;
	display: none;
}
/*----------------------------------
	lock screen at 1236
-----------------------------------*/
@media screen and (max-width: 1236px){
	#sticky-header-content{
		left: 0%;
		margin-left: 0px;
	}
}
