/*
Copyright (c) 2009, America's Milk Processors. All rights reserved.
Code licensed under the BSD License:
http://[WEBSITE]/css/license.txt

Author: Draftfcb Chicago
Developer: scott.boyce@draftfcb.com
*/

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* [struct] */

html, body {
	height:100%;
	background:#000;
	color:#fff;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:left;
}
#popup {
	background:url('logo-drink-milk-for-a-change.jpg') no-repeat 0 0;
	height:830px;
	margin:0 auto;
	overflow:hidden;
	padding:110px 0 0 0;
	width:700px;
}
.halloween #popup {
	background:url('logo-the-official-drink-of-halloween.jpg') no-repeat 0 0;
}
.noclose #popnav {
	padding:0 31px 0 0;
}
#popnav {
	background:url('spr-popnav.jpg') no-repeat 0 0;
	float:right;
	height:43px;
	margin:0;
	overflow:hidden;
	padding:0 72px 0 0;
	position:relative;
	width:475px;
}
#popnav li {
	float:left;
	height:43px;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
}
:focus {
	-moz-outline-style:none;
}
a:active {
	outline:none;
}
#popnav a {
	display:block;
	height:43px;
}
#create {
	width:155px;
}
#create a:hover,
#create a:focus {
	background:url('spr-popnav.jpg') no-repeat 0 -43px;
}
#view {
	width:134px;
}
#view a:hover,
#view a:focus {
	background:url('spr-popnav.jpg') no-repeat -155px -43px;
}
#download {
	width:145px;
}
#download a:hover,
#download a:focus {
	background:url('spr-popnav.jpg') no-repeat -289px -43px;
}
#close {
	width:41px;
}
#close a:hover,
#close a:focus {
	background:url('spr-popnav.jpg') no-repeat -434px -43px;
}
.noclose #close {
	background:#000;
}
#popup img {
	background:url('bg-img.png') no-repeat 0 0;
	display:block;
	height:734px;
	margin:0 auto;
	padding:3px;
	width:534px;
}
.skipnav { /* hide me but keep me accessible! */
	left:-999px;
	position:absolute;
	width:990px;
}
.spacer { /* used for clearing floats, mostly */
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
}
