@media screen {

	#header .login{position:absolute;font-size:0.786em;top:0;left:0;background:#f1f1f0;padding:6px 12px;}
	#header .login a{color:#4c4c4c;}
	
	#header a.left-arrow{display:inline-block;width:auto;}
	
	#header .content{position:relative;*zoom:1;padding:0 0 6px 0;}
	#header .content .nutrisystem{ float:left;overflow:hidden;text-indent:-1000px;display:block;width:220px;height:39px;background:url(../../images/global/nutrisystem.png) no-repeat; }
	
	#header .content .nutrisystem-logo  { position:relative;left:-2px;margin:6px 0 0 0;overflow:hidden;text-indent:-1000px;display:block;width:379px;height:36px; }

	#header .content .nutrisystem-flex { background:url(../../images/select-flex/logo_flex.jpg) no-repeat; }
	#header .content .nutrisystem-select{ background:url(../../images/select-flex/logo_select.jpg) no-repeat;width:248px; }

	#header a.chat{ width:106px;height:19px;position:absolute;right:10px;top:6px;overflow:hidden;text-indent:-10000px;background:url(../../images/select-flex/chat.png) no-repeat; }
	
	#header .content p{ text-align:right;color:#FF6D01;position:absolute;right:10px;bottom:4px;width:300px;*zoom:1;padding:0; }
	#header .content p strong{font-size:1.785em;}

	#header{ padding-top:41px;width:940px;margin:0 auto 15px auto;position:relative;}

	#menu hr{display:none;}

}

@media print {

	#menu { display: none; }
	#header .login { display:none; }

}

